@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

body {
  min-width: 1250px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #313131;
  font-family: "Zen Maru Gothic", "Reddit Sans", serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

.l-main {
  display: block;
  padding-bottom: 100px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 60px;
  }
}

.l-wrapper {
  width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-wrapper.-narrow {
  width: 1150px;
}
@media screen and (max-width: 768px) {
  .l-wrapper.-narrow {
    width: 100%;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.header {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    min-width: 0;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__head a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 163px;
  font-weight: bold;
  color: #fff;
  background: #0EADD3;
}
@media screen and (max-width: 768px) {
  .header__head a {
    width: 146px;
  }
}
.header__head a small {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .header__head a small {
    transform: translateY(-2px);
  }
}
.header__head a span {
  font-size: 20px;
  line-height: 1.45;
}
.header__head.-top a {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, #0EADD3, rgba(255, 255, 255, 0));
}
.header__item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding: 25px 46px 16px 34px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .header__item {
    background: none;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header__info {
    display: none;
  }
}
.header__detail {
  display: flex;
  gap: 20px;
}
.header__data {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header__data dt {
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 6px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #666;
  border: 1px solid #666;
  border-radius: 4px;
}
.header__data dd {
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: 600;
  font-family: "Reddit Sans", sans-serif;
}
.header__data.-reserve dt {
  color: #0EADD3;
  border-color: #0EADD3;
}
.header__time {
  display: flex;
  gap: 7px;
  font-size: 12px;
  line-height: 1.4166666667;
}
.header__time dd {
  display: flex;
  align-items: baseline;
}
.header__time span {
  font-family: "Reddit Sans", sans-serif;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    top: 15px;
    right: 20px;
    z-index: 1000;
  }
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 2px;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background: #0EADD3;
  transition: top 0.3s, transform 0.3s, background 0.3s;
}
.header__btn i::before {
  top: -7px;
}
.header__btn i::after {
  top: 7px;
}
.header__btn[aria-expanded=true] i::before, .header__btn[aria-expanded=true] i::after {
  background: #fff;
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  transform: rotate(45deg);
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 50%;
    background: #0EADD3;
    z-index: -1;
  }
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 5.3333333333vw;
  }
}
.nav__home {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__home {
    position: relative;
    display: block;
    padding: 28px 0 31px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .nav__home::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 117px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-right-radius: 50px;
    background: #0EADD3;
    z-index: -1;
  }
}
.nav__home:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav__detail {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 11px 64px 31px;
    border-top-left-radius: 50px;
    background: #fff;
  }
}
.nav__links {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .nav__links {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .nav__link {
    width: 100%;
  }
}
.nav__link a {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .nav__link a {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: bold;
    color: #0EADD3;
  }
}
.nav__link a i {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__link a i {
    display: flex;
    width: 14px;
    height: 7px;
  }
}
.nav__link a i svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .nav__link[data-pc-only] {
    display: none;
  }
}
.nav__foot {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__foot {
    display: block;
    width: 100%;
  }
}
.nav__foot dt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nav__foot dt {
    position: inherit;
    width: auto;
    height: auto;
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    color: #8D8D8D;
    text-align: center;
    overflow: visible;
  }
}
.nav__info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .nav__info {
    gap: 15px;
  }
}
.nav__cv a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #fff;
  width: 100%;
  height: 79px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
  text-indent: 0;
  border-radius: 39px;
}
.nav__cv a i {
  aspect-ratio: 1;
  display: flex;
  width: 50px;
}
.nav__cv a i svg {
  width: 100%;
  height: 100%;
}
.nav__cv.-type-1 a {
  background: #62AC68;
}
.nav__cv.-type-2 a {
  background: #11ACAC;
}
.nav__cv.-type-2 svg {
  fill: #11ACAC;
}
.nav__cv.-type-3 a {
  background: #BAA81D;
}

.fixed-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 150px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fixed-nav {
    display: none;
  }
}
.fixed-nav__item {
  display: flex;
  margin-left: auto;
}
.fixed-nav__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 60px;
  height: 150px;
  writing-mode: tb-rl;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  border-radius: 10px 0 0 10px;
}
.-type-1 > .fixed-nav__heading {
  background: #62AC68;
}
.-type-2 > .fixed-nav__heading {
  background: #11ACAC;
}
.-type-3 > .fixed-nav__heading {
  background: #BAA81D;
}
.fixed-nav__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
  width: 0;
  height: 150px;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.3s;
}
.fixed-nav__detail * {
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.fixed-nav__detail[aria-hidden=false] {
  width: 288px;
}
.fixed-nav__detail[aria-hidden=false] * {
  opacity: 1;
  visibility: visible;
}
.-type-1 > .fixed-nav__detail {
  fill: #6bbf72;
  background: #6bbf72;
}
.-type-2 > .fixed-nav__detail {
  fill: #16c4c4;
  background: #16c4c4;
}
.fixed-nav__lead {
  display: flex;
  justify-content: center;
  width: 258px;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 1.9333333333;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.fixed-nav__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  color: #fff;
  font-family: "Reddit Sans", sans-serif;
}
.fixed-nav__tel span {
  margin-right: 7px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
.fixed-nav__tel i {
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  margin-right: 11px;
}
.fixed-nav__tel i svg {
  width: 100%;
  height: auto;
}

.heading-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .heading-1 {
    gap: 4px;
  }
}
.heading-1 [lang=en] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.4;
}
.heading-1 [lang=en] i {
  aspect-ratio: 25/13;
  display: flex;
  flex-shrink: 0;
  width: 25px;
}
.heading-1 [lang=en] i svg {
  width: 100%;
  height: auto;
}
.heading-1 [lang=ja] {
  font-size: 45px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-1 [lang=ja] {
    font-size: 28px;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.heading-1.-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .heading-1.-center {
    align-items: flex-start;
  }
}
.heading-1.-small {
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .heading-1.-small {
    gap: 4px;
  }
}
.heading-1.-small [lang=ja] {
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .heading-1.-small [lang=ja] {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}
.heading-1.-middle {
  gap: 6px;
}
.heading-1.-middle [lang=ja] {
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .heading-1.-middle [lang=ja] {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.heading-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: bold;
  text-align: center;
}
.heading-2::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #0EADD3;
}

.breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  line-height: 2.3076923077;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
}
.breadcrumb__item a {
  display: block;
}
.breadcrumb__item a:hover {
  opacity: 0.5;
}
.breadcrumb__item a * {
  display: block;
  transition: 0.6s;
}

.top-mv {
  position: relative;
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .top-mv {
    margin-bottom: 13px;
  }
}
.top-mv__intro {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 57px;
  top: 56%;
  left: 99px;
  transform: translateY(-50%);
  width: 600px;
  z-index: 2;
  -webkit-touch-callout: none;
  user-select: none;
}
.top-mv__intro.hidden .top-mv__head {
  opacity: 0;
}
.top-mv__intro.hidden .top-mv__detail {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-mv__intro.hidden .top-mv__detail {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__intro {
    position: inherit;
    gap: 50px;
    width: 100%;
    top: auto;
    left: auto;
    margin-bottom: 40px;
    padding: 0 5.3333333333vw;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__intro .top-mv__detail {
    display: none;
  }
}
.top-mv__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  transition: all 2s ease-out;
}
@media screen and (max-width: 768px) {
  .top-mv__head {
    width: 100%;
    height: 47vw;
    padding: 18px 18px 0;
  }
}
.top-mv__head small {
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 0.3em;
  transform: translateY(-6px);
}
@media screen and (max-width: 768px) {
  .top-mv__head small {
    font-size: 20px;
    line-height: 1.45;
    transform: translateY(-5px);
  }
}
.top-mv__head span {
  font-size: 43px;
  line-height: 1.4418604651;
}
@media screen and (max-width: 768px) {
  .top-mv__head span {
    font-size: 25px;
    line-height: 1.44;
  }
}
.top-mv__detail {
  order: -1;
  font-weight: bold;
  transition: all 2s ease-out;
}
@media screen and (max-width: 768px) {
  .top-mv__detail {
    order: 1;
    padding: 29px 20px 26px;
    border: 1px solid #ccc;
  }
}
.top-mv__detail._tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-mv__detail._tablet {
    display: block;
    margin: 0 5.3333333333vw;
    margin-bottom: 14px;
  }
}
.top-mv__lead {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 768px) {
  .top-mv__lead {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
  }
}
.top-mv__lead em {
  font-style: normal;
}
.top-mv__txt {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .top-mv__txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.top-mv__txt + .top-mv__txt {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .top-mv__txt + .top-mv__txt {
    margin-top: 20px;
  }
}
.top-mv__image {
  display: block;
}
@media screen and (max-width: 1366px) {
  .top-mv__image {
    height: 642px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__image {
    position: absolute;
    width: 100%;
    height: 268px;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__wrap {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-mv__wrap {
    position: inherit;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 17px 5.3333333333vw;
  }
}
.top-mv__item {
  padding: 22px 66px 0 36px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-mv__item {
    width: 100%;
    padding: 0;
  }
}
.top-slider {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
  }
}
.top-slider .slick-dots {
  text-align: left;
  width: 1250px;
  padding: 0 25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .top-slider .slick-dots {
    width: 100%;
    left: 0;
    transform: translate(0, 0);
    padding: 0px 5.3333333333vw;
    bottom: -21px;
  }
}
.top-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 10px;
}
.top-slider .slick-dots .slick-active button {
  background: #0EADD3;
}
.top-slider .slick-dots li button {
  background: #CCCCCC;
  width: 50px;
  height: 5px;
  padding: 0;
}

.schedule {
  width: 570px;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule {
    width: 100%;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}
.schedule th {
  padding: 8px 17px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule th {
    padding: 9px 2.1333333333vw;
    color: #0EADD3;
  }
}
.schedule th:first-child {
  padding: 8px 28px 8px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .schedule th:first-child {
    padding-right: 2.6666666667vw;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  .schedule th:last-child {
    padding-right: 0;
  }
}
.schedule td {
  padding: 8px 0;
  font-size: 12px;
  color: #0EADD3;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule td {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .schedule td:last-child {
    padding-right: 0;
  }
}
.schedule tbody th, .schedule tbody td {
  border-top: 1px solid #0EADD3;
}
.schedule tbody th {
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
}
.schedule__forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .schedule__forpc {
    display: none;
  }
}
.schedule__forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .schedule__forsp {
    display: block;
  }
}

.schedule-txt {
  font-size: 10px;
  text-align: right;
  padding-top: 10px;
}

.top-news {
  position: relative;
}
.top-news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  bottom: 0;
  left: 0;
  background: #0EADD3;
  opacity: 0.08;
  z-index: -1;
}
.top-news__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-news__intro {
    padding-left: 1.3333333333vw;
  }
}
.top-news__more {
  padding: 2px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #0EADD3;
  border-bottom: 1px solid #0EADD3;
}
@media screen and (max-width: 768px) {
  .top-news__more {
    padding: 0;
  }
}
.top-news__slide {
  position: relative;
  padding: 46px 0 97px;
}
@media screen and (max-width: 768px) {
  .top-news__slide {
    padding: 49px 0 67px;
  }
}
.top-news__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 72px;
  top: -16px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .top-news__arrows {
    width: 80px;
    top: -9px;
    right: 0;
  }
}
.top-news__arrow {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: auto;
  top: 0;
  transform: none;
  background: none;
  opacity: 1;
}
.top-news__arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top-news__arrow i svg {
  width: 100%;
  height: auto;
}
.top-news__arrow.-prev {
  left: 0;
  rotate: 180deg;
}
.top-news__arrow.-next {
  right: 0;
}
.top-news__wrap {
  overflow: visible;
}
.top-news__items {
  display: flex;
}
.top-news__item {
  flex-shrink: 0;
  width: 306px;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    width: 81.6vw;
  }
}
.top-news__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 29px 40px 72px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 20px rgba(177, 177, 177, 0.16);
  background: #fff;
}
.top-news__heading {
  margin-bottom: 12px;
  line-height: 1.75;
}
.top-news__date {
  order: -1;
  margin-bottom: 17px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #0EADD3;
  border-bottom: 1px solid #E0E1FC;
}
.top-news__txt {
  font-size: 13px;
  line-height: 1.9230769231;
}
.top-news__icon {
  position: absolute;
  aspect-ratio: 25.049/20.707;
  display: flex;
  width: 26px;
  bottom: 16px;
  right: 16px;
}
.top-news__icon svg {
  width: 100%;
  height: auto;
}

/* TOP事業承継のお知らせ */
/*
.top-news .l-wrapper.-narrow {
  position: relative;
}
.top-news .news-topics {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50px;
  left: 0;
  width: 970px !important;
  z-index: 10;
}
.top-news .news-topics .news-topics__item {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 20px rgba(177, 177, 177, 0.16);
}
.top-news .news-topics .news-topics__item .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.top-news .news-topics .news-topics__item .flex time {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 2px;
  margin-right: 20px;
}
.top-news .news-topics .news-topics__item .flex p {
  font-weight: bold;
}
.top-news .top-news__slide {
  padding: 80px 0 97px !important;
}
.top-news::before {
  bottom: -58px;
}
.top-news .top-news__more {
  position: absolute;
  top: 122px;
  right: 25px;
  z-index: 11;
}
.top-news .top-news__arrows {
  top: 22px;
}
@media screen and (max-width: 768px) {
  .top-news .news-topics {
    top: 25px;
    width: 100% !important;
  }
  .top-news .top-news__slide {
    padding: 100px 0 67px !important;
  }
  .top-news::before {
    bottom: -65px;
  }
  .top-news .top-news__more {
    top: 185px;
    right: 35%;
  }
  .top-news .top-news__arrows {
    top: 55px;
  }
}
*/
.top-information {
  margin-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .top-information {
    margin-bottom: 60px;
  }
}
.top-information__intro {
  position: relative;
  display: flex;
  align-items: center;
  height: 428px;
  margin-bottom: 54px;
  padding: 20px 32px 0;
}
@media screen and (max-width: 768px) {
  .top-information__intro {
    height: 64vw;
    margin-bottom: 0;
    padding: 0;
  }
}
.top-information__image {
  position: absolute;
  width: 100vw;
  min-width: 1250px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.top-information__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
.top-information__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-information__wrap {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .top-information__wrap {
    padding-right: 0;
  }
}
.top-information__item {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .top-information__item {
    flex-wrap: wrap;
    gap: 14px;
  }
}
.top-information__item + .top-information__item {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top-information__item + .top-information__item {
    margin-top: 60px;
  }
}
.top-information__heading {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 240px;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .top-information__heading {
    justify-content: flex-start;
    gap: 12px;
    width: 53.3333333333vw;
    height: 93px;
    margin-left: calc(50% - 50vw);
    padding-left: 6.1333333333vw;
  }
}
.top-information__heading i {
  display: flex;
  aspect-ratio: 33.22/28;
  width: 34px;
}
.top-information__heading i svg {
  width: 100%;
  height: auto;
}
.top-information__heading span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 1.4230769231;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-information__heading span {
    align-items: flex-start;
    gap: 2px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.top-information__heading span small {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-information__heading span small {
    font-size: 15px;
    line-height: 1.4;
  }
}
.top-information__heading.-type-1 {
  background: #0EADD3;
}
@media screen and (max-width: 768px) {
  .top-information__heading.-type-1 i {
    margin-top: 8px;
  }
}
.top-information__heading.-type-2 {
  background: #C4C459;
}
.top-information__heading.-type-3 {
  background: #62AC68;
}
.top-information__detail {
  flex-grow: 1;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top-information__detail {
    padding-bottom: 0;
  }
}
.top-information__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}
@media screen and (max-width: 768px) {
  .top-information__list {
    row-gap: 6px;
  }
}
.top-information__list li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 80px;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-information__list li {
    min-width: 0;
  }
}
.top-information__list li a {
  display: inline-block;
}
.top-information__list li a:hover {
  color: #0EADD3;
}
.top-information__list li i {
  aspect-ratio: 8.245/10.43;
  display: flex;
  width: 9px;
  transform: translateY(1px);
}
.top-information__list li i svg {
  width: 100%;
  height: auto;
}
.top-information__list.-type-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 46px;
}
@media screen and (max-width: 768px) {
  .top-information__list.-type-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
  }
}
.top-information__list.-type-1 li {
  border-bottom: 1px dotted #B3B3B3;
  fill: #0EADD3;
}
.top-information__list.-type-2 li {
  fill: #C4C459;
}
.top-information__list.-type-3 li {
  fill: #62AC68;
}
.top-information__desc {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 16px 0;
  line-height: 1.5;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-information__desc {
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
    padding: 8px 18px 15px;
  }
}
.top-information__desc dt {
  flex-shrink: 0;
  padding: 0 16px;
  font-weight: 500;
}
.top-information__desc dd {
  padding: 5px 32px 5px 22px;
  font-size: 15px;
  line-height: 1.7333333333;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-information__desc dd {
    padding: 12px 0 0;
    border-top: 1px solid #ccc;
    border-left: none;
  }
}

.top-special {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .top-special {
    margin-bottom: 59px;
  }
}
.top-special__wrap {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .top-special__wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.top-special__intro {
  position: relative;
  flex-grow: 1;
}
.top-special__head {
  position: absolute;
  top: 128px;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .top-special__head {
    top: 49px;
    left: 0;
  }
}
.top-special__image {
  display: block;
  height: 1084px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 768px) {
  .top-special__image {
    width: 75.7333333333vw;
    height: 280px;
  }
}
.top-special__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-special__items {
  flex-shrink: 0;
  width: 460px;
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .top-special__items {
    width: 100%;
    padding-top: 0;
  }
}
.top-special__item + .top-special__item {
  margin-top: 40px;
}
.top-special__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  height: 97px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #4A4B30;
  border-radius: 50px;
  background: #F0EEE2;
}
@media screen and (max-width: 768px) {
  .top-special__heading {
    gap: 8px;
    height: 67px;
    margin-bottom: 22px;
    padding-right: 14px;
    font-size: 20px;
    line-height: 1.45;
  }
}
.top-special__heading i {
  aspect-ratio: 13.99/17.698;
  display: flex;
  width: 14px;
  fill: #8B876B;
}
.top-special__heading i svg {
  width: 100%;
  height: auto;
}
.top-special__heading span {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .top-special__heading span {
    flex-direction: column;
  }
}
.top-special__heading small {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .top-special__heading.-type-1 i {
    transform: translateY(-9px);
  }
}
.top-special__detail {
  padding-left: 9px;
}
@media screen and (max-width: 768px) {
  .top-special__detail {
    padding-left: 0;
  }
}
.top-special__txt {
  line-height: 1.875;
}
.top-special__txt + .top-special__txt {
  margin-top: 30px;
}
.top-special__txt:last-of-type {
  margin-bottom: 25px;
}
.top-special__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .top-special__list {
    gap: 20px;
  }
}
.top-special__list li {
  display: flex;
  align-items: center;
  height: 74px;
  text-align: center;
  border-radius: 10px;
}
.top-special__list li.-type-1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 23px 0 19px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-special__list li.-type-1 a {
    padding-right: 19px;
  }
}
.top-special__list li.-type-2 {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.top-special__list.-type-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .top-special__list.-type-1 {
    gap: 19px;
  }
}
.top-special__list.-type-1 li {
  justify-content: center;
  height: 58px;
  line-height: 1.375;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-special__note {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
  color: #666;
}

.top-about__wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-about__wrap {
    flex-direction: row;
  }
}
.top-about__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 550px;
  height: 395px;
  top: 83px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-about__item {
    position: inherit;
    align-items: flex-start;
    gap: 142px;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding-top: 104px;
    background: none;
  }
}
.top-about__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 286px;
  height: 85px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    width: 76.2666666667vw;
    height: 65px;
    margin: 0 auto;
  }
}
.top-about__btn i {
  position: absolute;
  aspect-ratio: 25.049/20.707;
  display: flex;
  width: 25px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-about__btn i {
    right: 15px;
  }
}
.top-about__btn i svg {
  width: 100%;
  height: auto;
}
.top-about__image {
  display: block;
  width: max(59.5168374817vw, 813px);
  height: 549px;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 1366px) {
  .top-about__image {
    margin-right: -75px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__image {
    position: absolute;
    width: 75.7333333333vw;
    height: 280px;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: -1;
  }
}
.top-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aside-cta__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  height: 185px;
  background: #FDF6EA;
}
@media screen and (max-width: 768px) {
  .aside-cta__contact {
    gap: 4px;
    height: 125px;
  }
}
.aside-cta__contact [lang=en] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .aside-cta__contact [lang=en] {
    transform: translateY(-4px);
  }
}
.aside-cta__contact [lang=en] i {
  aspect-ratio: 25/13;
  display: flex;
  flex-shrink: 0;
  width: 25px;
}
.aside-cta__contact [lang=en] i svg {
  width: 100%;
  height: auto;
}
.aside-cta__contact [lang=ja] {
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .aside-cta__contact [lang=ja] {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}
.aside-cta__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  height: 185px;
  padding-top: 12px;
  font-size: 26px;
  line-height: 1.4230769231;
  color: #fff;
  background: #0EADD3;
}
@media screen and (max-width: 768px) {
  .aside-cta__tel {
    gap: 11px;
    height: 115px;
    padding-top: 4px;
    font-size: 21px;
    line-height: 1.4285714286;
  }
}
.aside-cta__tel i {
  aspect-ratio: 1;
  width: 58px;
  fill: #0EADD3;
}
@media screen and (max-width: 768px) {
  .aside-cta__tel i {
    width: 47px;
  }
}
.aside-cta__tel i svg {
  width: 100%;
  height: auto;
}
.aside-cta__tel span {
  font-size: 30px;
  line-height: 1.3;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .aside-cta__tel span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.page {
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .page {
    padding-top: 66px;
  }
}
.page__post {
  width: 860px;
  margin: 46px auto 0;
}
@media screen and (max-width: 768px) {
  .page__post {
    width: 100%;
    margin-top: 40px;
  }
}
.page__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page__data {
    gap: 20px;
    margin-bottom: 50px;
  }
}
.page__title {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: bold;
}
.page__date {
  order: -1;
  margin-left: auto;
  line-height: 1.5;
  color: #8D8D8D;
}
.page__back {
  display: inline-block;
  margin-top: 55px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .page__back {
    margin-top: 35px;
  }
}

.page-mv {
  position: relative;
  margin-bottom: 40px;
}
.page-mv__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 74px;
  width: 1100px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-mv__wrap {
    gap: 20px;
    width: 100%;
    padding: 112px 5.3333333333vw 5px;
  }
}
.page-mv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-mv__head {
    margin-bottom: auto;
  }
}
.page-mv__head [lang=en] {
  font-size: 15px;
  line-height: 1.4;
}
.page-mv__head [lang=ja] {
  font-size: 28px;
  line-height: 1.4285714286;
}
.page-mv__image {
  height: 324px;
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  display: flex;
  justify-content: space-between;
  margin-top: 97px;
}
@media screen and (max-width: 768px) {
  .about {
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 60px;
  }
}
.about__item.-message {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .about__item.-message {
    width: 100%;
  }
}
.about__item.-career {
  width: 502px;
  padding: 0 22px;
}
@media screen and (max-width: 768px) {
  .about__item.-career {
    width: 100%;
    padding: 0;
  }
}
.about__detail {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .about__detail {
    margin-top: 40px;
  }
}
.about__doctor {
  margin-bottom: 30px;
}
.about__message {
  font-weight: 500;
  line-height: 1.875;
}
.about__message + .about__message {
  margin-top: 24px;
}
.about__message:last-of-type {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .about__message:last-of-type {
    margin-bottom: 40px;
  }
}
.about__name {
  display: flex;
  justify-content: center;
  gap: 2em;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
}
.about__data {
  display: flex;
  gap: 12px;
  padding-bottom: 25px;
}
.about__data + .about__data {
  padding-top: 26px;
  border-top: 1px solid #ccc;
}
.about__data dt {
  flex-shrink: 0;
  width: 75px;
  font-weight: 500;
}
.about__data dd {
  font-weight: 500;
}
.about__data ul li:not(:first-child) {
  margin-top: 15px;
}

.cllinic-intro {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.clinic__item {
  width: 32%;
}

.clinic__item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.clinic__item:nth-child(n+4) {
  margin-top: 30px;
}

.clinic__item:nth-child(10) {
  margin-top: 50px;
}

@media not all and (min-width: 768px) {
  .clinic__item {
    width: 100%;
  }
  .clinic__item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
  .clinic__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.partner {
  margin-top: 74px;
}
.partner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .partner__items {
    grid-template-columns: 1fr;
  }
}
.partner__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding: 80px 68px 78px 64px;
}
@media screen and (max-width: 768px) {
  .partner__item {
    flex-direction: column;
    gap: 10px;
    padding: 40px 10.6666666667vw 35px;
  }
}
.partner__item:nth-of-type(odd) {
  background: #F7F7FF;
}
.partner__item:nth-of-type(even) {
  background: #FFF7FD;
}
.partner__heading {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .partner__heading {
    font-size: 18px;
  }
}
.partner__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 215px;
  font-weight: 500;
  line-height: 3.125;
}
@media screen and (max-width: 768px) {
  .partner__list {
    gap: 0;
    width: 100%;
  }
}
.partner__list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.partner__list li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.policy {
  width: 709px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .policy {
    width: 100%;
    margin-top: 60px;
  }
}
.policy__intro {
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .policy__intro {
    margin-bottom: 60px;
  }
}
.policy__txt {
  font-weight: 500;
}
.policy__txt + .policy__txt {
  margin-top: 24px;
}
.policy__item + .policy__item {
  margin-top: 70px;
}
.policy__content {
  margin-top: 40px;
}
.policy__list {
  font-weight: 500;
  margin: 24px 0;
  line-height: 1.5;
}
.policy__list li {
  position: relative;
  padding-left: 1em;
}
.policy__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.news {
  width: 890px;
  margin: 132px auto 0;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    margin-top: 60px;
  }
}
.news__items {
  border-top: 1px solid #ccc;
}
.news__item {
  border-bottom: 1px solid #ccc;
}
.news__item a {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 111px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .news__item a {
    flex-wrap: wrap;
    gap: 10px 15px;
    min-height: 0;
  }
}
.news__heading {
  flex-grow: 1;
  line-height: 1.5;
  font-weight: bold;
}
.news__data {
  display: flex;
  order: -1;
  flex-shrink: 0;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .news__data {
    gap: 30px;
    width: 100%;
  }
}
.news__category {
  display: flex;
  flex-wrap: wrap;
  width: 114px;
  gap: 10px;
}
.news__category li {
  min-width: 48px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #11ACAC;
}
.news__date {
  width: 98px;
  line-height: 1.5;
  color: #8D8D8D;
}
.news__icon {
  margin-left: auto;
}

.the_content {
  line-height: 1.875;
  font-weight: bold;
}
.the_content + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .the_content + * {
    margin-top: 30px;
  }
}
.the_content > * {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .the_content > * {
    margin-bottom: 30px;
  }
}
.the_content > *:last-child {
  margin-bottom: 0;
}
.the_content strong {
  font-weight: bold;
}
.the_content a {
  text-decoration: underline;
}
.the_content a:hover {
  opacity: 0.7;
}

.calender {
  table-layout: fixed;
  width: 614px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 8px 6px;
}
@media screen and (max-width: 768px) {
  .calender {
    width: 100%;
  }
}
.calender:not(:first-of-type) {
  margin-top: 52px;
}
.calender caption {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .calender caption {
    margin-bottom: 15px;
  }
}
.calender caption em {
  display: inline-block;
  font-size: 94px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .calender caption em {
    font-size: 80px;
  }
}
.calender th, .calender td {
  text-align: center;
}
.calender thead th {
  line-height: 1.25;
  text-align: center;
}
.calender thead th.none {
  color: rgba(39, 39, 39, 0.3);
}
.calender thead th:first-child, .calender thead th:last-child {
  color: #E00D0D;
}
.calender thead th:first-child.none, .calender thead th:last-child.none {
  color: rgba(224, 13, 13, 0.3);
}
.calender tbody td {
  height: 80px;
  font-size: 28px;
  line-height: 1;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .calender tbody td {
    height: 70px;
    font-size: 22px;
  }
}
.calender tbody td.none {
  color: rgba(39, 39, 39, 0.3);
}
.calender tbody td.holy {
  color: #E00D0D;
}
.calender tbody td:first-child, .calender tbody td:last-child {
  color: #E00D0D;
}
.calender tbody td:first-child.none, .calender tbody td:last-child.none {
  color: rgba(224, 13, 13, 0.3);
}
.calender tbody td span {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.8823529412;
  color: #0EADD3;
}
@media screen and (max-width: 768px) {
  .calender tbody td span {
    font-size: 16px;
  }
}
.calender + p {
  width: 600px;
  margin: 21px auto 0;
}
@media screen and (max-width: 768px) {
  .calender + p {
    width: 100%;
  }
}

.archive-pager {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .archive-pager {
    gap: 0;
  }
}
.archive-pager__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 45px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .archive-pager__btn {
    height: 30px;
    gap: 6px;
  }
}
.archive-pager__btn i {
  display: flex;
  transform: translateY(2px);
}
.archive-pager__btn[aria-disabled] {
  opacity: 0.3;
}
.archive-pager__items {
  display: flex;
  margin: 0 auto;
}
.archive-pager__item a {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .archive-pager__item a {
    width: 30px;
  }
}
.archive-pager__item a:hover {
  opacity: 0.5;
}
.archive-pager__item a[aria-current=page] {
  color: #0EADD3;
}
.archive-pager__item a[aria-current=page]:hover {
  opacity: 0.7;
}

.detail-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .detail-pager {
    margin-top: 60px;
  }
}
.detail-pager__item {
  width: 242px;
}
.detail-pager__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  font-size: 18px;
  line-height: 1.4444444444;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .detail-pager__item a {
    height: 60px;
  }
}
.detail-pager__item a:hover {
  opacity: 0.7;
}
.detail-pager__item.-next {
  margin-left: auto;
}
.footer {
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 22px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 39px;
  padding: 68px 0 0 66px;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    flex-wrap: wrap;
    gap: 40px;
    padding: 42px 0 0;
  }
}
.footer__info {
  width: 413px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__info {
    width: 100%;
  }
}
.footer__info caption {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .footer__info caption {
    margin-bottom: 10px;
  }
}
.footer__info caption a {
  display: block;
  font-size: 25px;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .footer__info caption a {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.footer__info th, .footer__info td {
  padding: 22px 0;
  border-bottom: 1px dashed #B3B3B3;
}
@media screen and (max-width: 768px) {
  .footer__info th, .footer__info td {
    padding: 18px 0;
  }
}
.footer__info th {
  width: 110px;
}
.footer__info tr.-address td {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .footer__info tr.-address td {
    padding: 16px 0;
  }
}
.footer__info tr.-address td span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .footer__info tr.-address td span {
    flex-direction: row;
    gap: 12px;
  }
}
.footer__info tr.-address td span span {
  white-space: nowrap;
}
.footer__info tr.-contact th, .footer__info tr.-contact td {
  padding: 24px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .footer__info tr.-contact th, .footer__info tr.-contact td {
    padding-top: 14px;
  }
}
.footer__info tr.-contact td {
  font-size: 14px;
  line-height: 1.4285714286;
  vertical-align: middle;
}
.footer__info tr.-contact + .-contact th, .footer__info tr.-contact + .-contact td {
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .footer__info tr.-contact + .-contact th, .footer__info tr.-contact + .-contact td {
    padding-top: 6px;
  }
}
.footer__item {
  width: 515px;
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: 100%;
  }
}
.footer__schedule {
  display: flex;
  gap: 1em;
  margin: 10px 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__schedule {
    margin: 5px 0 27px;
  }
}
.footer__schedule dt::after {
  content: "／";
  margin-left: 1em;
}
.footer__txt {
  margin-bottom: 43px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .footer__txt {
    margin-bottom: 32px;
  }
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  color: #0EADD3;
  border: 1px solid #0EADD3;
}
.footer__link a i {
  position: absolute;
  aspect-ratio: 25.049/20.707;
  display: flex;
  width: 25px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.footer__link a i svg {
  width: 100%;
  height: auto;
}
.footer__copy {
  padding-left: 72px;
  font-size: 12px;
  line-height: 1.4166666667;
  color: #666;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    display: flex;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
}

.case {
  margin-top: 100px;
}
.case__item {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.case__h2 {
  background-color: #D3EEF5;
  padding: 13px 30px;
  border-left: 8px solid #0EADD3;
  font-size: 22px;
  margin-bottom: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .case__h2 {
    font-size: 20px;
  }
}
.case__h3 {
  padding: 10px 20px;
  background-color: #E2F0F4;
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.case__h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 35px;
}
.case__h4::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 6px;
  background-color: #0EADD3;
  position: absolute;
  top: 15px;
  left: -35px;
}
.case p {
  line-height: 2em;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 30px;
  display: inline-block;
}
.case p.pb0 { padding-bottom: 0; }
.case span {
  font-weight: bold;
  color: #0EADD3;
}
.case ul {
  margin-bottom: 40px;
}
.case li {
  list-style-type: none;
  position: relative;
  line-height: 2em;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-weight: 400;
}
.case li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 1.1em;
  content: "";
  background: #0EADD3;
}
.case dt {
  border-bottom: 1px solid #0EADD3;
  margin-bottom: 10px;
}

h2.wp-block-heading {
  font-size: 20px;
  line-height: 1.45;
}

h3.wp-block-heading {
  font-size: 18px;
}

.wp-block-group.calendar {
  width: 614px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar {
    width: 100%;
  }
}
.wp-block-group.calendar:not(:first-of-type) {
  margin-top: 52px;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table figcaption {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar .wp-block-flexible-table-block-table figcaption {
    margin-bottom: 15px;
  }
}
.wp-block-group.calendar .wp-block-flexible-table-block-table figcaption strong {
  display: inline-block;
  font-size: 94px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar .wp-block-flexible-table-block-table figcaption strong {
    font-size: 80px;
  }
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px 6px;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table th, .wp-block-group.calendar .wp-block-flexible-table-block-table > table td {
  text-align: center;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th {
  line-height: 1.25;
  text-align: center;
  border: none;
  background: none;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th.none {
  color: rgba(39, 39, 39, 0.3);
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th:first-child, .wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th:last-child {
  color: #E00D0D;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th:first-child.none, .wp-block-group.calendar .wp-block-flexible-table-block-table > table thead th:last-child.none {
  color: rgba(224, 13, 13, 0.3);
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td {
  height: 80px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td {
    height: 70px;
    font-size: 22px;
  }
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td.none {
  color: rgba(39, 39, 39, 0.3);
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td.holy {
  color: #E00D0D;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td:first-child, .wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td:last-child {
  color: #E00D0D;
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td:first-child.none, .wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td:last-child.none {
  color: rgba(224, 13, 13, 0.3);
}
.wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.8823529412;
  color: #0EADD3;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar .wp-block-flexible-table-block-table > table tbody tr td strong {
    font-size: 16px;
  }
}
.wp-block-group.calendar .wp-block-flexible-table-block-table + p {
  width: 600px;
  margin: 21px auto 0;
}
@media screen and (max-width: 768px) {
  .wp-block-group.calendar .wp-block-flexible-table-block-table + p {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */


/* 20241226 add */
.slick-dots li button:before { font-size: 0; }
.top-information__heading.-type-4 { background: #EA9999; }
.top-information__list.-type-4 li { fill: #EA9999; }
.pb0 { padding-bottom: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px; }
.mb70 { margin-bottom: 70px; }
.lh15 { line-height: 1.5 !important; }
.relative { position: relative; }
.block { display: block !important; }
.case__txt.step { padding-left: 75px; }
.case__txt.step span {
  position: absolute;
  left: 0;
  padding: 0 10px 6px;
  color: #fff;
  background: #11ACAC;
  border-radius: 5px;
}
.case__table { width: 100%; }
.case__table th,
.case__table td,
.case__table td li span { font-weight: normal; }
.case__table th,
.case__table td {
  padding: 5px 10px;
  width: 50%;
  border: 1px solid #4d9bc1;
}
.case__table th {
  background: #4d9bc1;
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #4d9bc1;
  border-bottom: 1px solid #fff;
}
.case__table th:last-of-type { border-right: 1px solid #4d9bc1; }
.case__table tr:last-of-type th { border-bottom: 1px solid #4d9bc1; }
.case__table td { text-align: center; }
.case__table td li {
  padding-top: 0;
  padding-bottom: 0;
}
.case__table td li::before { background: #333; }
.case__table td li span { color: #333; }
.case__product .case__price { padding-bottom: 0 !important; }
.case__product .case__product__item {
  padding: 30px 40px;
  max-width: 670px;
  border: solid 1px #eee;
  border-radius: 3px;
}
.case__product .case__product__item ul { margin-bottom: 0; }
.case__product .case__product__item li { padding-top: 0; }
.case__product .case__product__item li::before { background: #333; }
.case__product .case__product__item li span {
  color: #333 !important;
  font-weight: normal;
}
.case__product .case__product__item.type__1 {
  padding: 0;
  max-width: 100%;
  border: 0;
}
.case__product .case__product__item.type__1 .case__product__img { width: 100%; }
.case__product .case__product__item.type__1 .case__product__img img {
  margin: 0 auto;
  width: auto;
  height: 450px;
  border-radius: 5px;
}
.case__product .case__product__item.type__1 th { width: 30%; }
.case__product .case__product__item.type__1 td {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .case__product .case__product__item { padding: 20px; }
  .case__product .case__h3 { margin-bottom: 0; }
  .case__product .case__product__item.type__1 .case__product__img { padding-bottom: 0; }
  .case__product .case__product__item.type__1 .case__product__img img {
    height: 400px;
    border-radius: 0;
  }
  .case__product .case__product__item.type__1 .case__table { margin-top: -7px; }
}

/* 20260130 add */
.header__head a {
  text-align: center;
  width: 250px;
}
.header__data.-reserve a {
  align-items: center;
  height: 27px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #0EADD3;
  border: 1px solid #0EADD3;
  border-radius: 4px;
}
.nav__cv.-type-1 a svg  { fill: #62AC68; }
.nav__cv.-type-2 a img { width: 50px; }
.schedule tbody th span {
  font-size: 12px;
  font-weight: normal;
}
.fixed-nav__web {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  color: #fff;
  font-family: "Reddit Sans", sans-serif;
}
.fixed-nav__web img {
  margin-right: 12px;
  width: 37px;
}
@media screen and (max-width: 768px) {
  .top-information__heading.-type-4 { margin-right: 100%; }
  .footer { margin-bottom: 90px; }
  #FixedBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 5px solid #11ACAC;
    z-index: 99;
  }
  #FixedBottom .aside-cta__tel {
    padding-top: 0;
    height: 70px;
    background: #16c4c4;
  }
}
