@charset "UTF-8";

/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*base
-----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #740808;
  background-color: #FBFBF0;
}

img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
}

.btn {
  position: relative;
  font-weight: bold;
  display: block;
  width: 230px;
  padding: 18px 10px;
  text-align: center;
  border-radius: 30px;
  background: #E2F0D6;
}

.btn::before {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn--right {
  margin-left: auto;
}

.btn--center {
  margin-left: auto;
  margin-right: auto;
}

.btn:hover::before,
.btn:focus::before {
  right: 1.8em;
}

a:hover,
a:focus {
  opacity: 0.8;
}

.marker-bold {
  background: linear-gradient(transparent 60%, #FCE5EB 50%);
}

.section {
  margin-bottom: 120px;
}

.section__inner {
  max-width: 1026px;
  margin: 0 auto;
}

.section__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding: 24px 10px;
  text-align: center;
  position: relative;
  max-width: 580px;
  margin: 0 auto 80px;
  font-size: 4rem;
  border-radius: 5px;
  background-color: #FCE4E6;
}

.section__title--en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #F77F6F;
  position: absolute;
  top: -30px;
  left: 40px;
}

.section__title::before {
  content: url(../img/sun.webp);
  position: absolute;
  top: -40px;
  left: -40px;
}

.section__small {
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  .section {
    margin-bottom: 60px;
  }

  .section__title {
    max-width: 94%;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  .section__small {
    font-size: 1.6rem;
  }
}

.contact {
  position: absolute;
  z-index: 99;
  bottom: 25%;
  right: 4%;
}

.contact--page {
  bottom: inherit;
  top: 18%;
}

.contact img {
  object-fit: contain;
}

@media (max-width: 1279px) {
  .contact {
    width: 120px;
  }
}

@media (max-width: 600px) {
  .contact {
    width: 90px;
    bottom: inherit;
  }

  .contact--page {
    top: 10%;
  }
}

.sp-br {
  display: none;
}

@media (max-width: 600px) {
  .sp-br {
    display: block;
  }
}

.coming {
  text-align: center;
}

.coming__title {
  font-size: 5rem;
  margin-bottom: 30px;
}

.coming p {
  margin-bottom: 10px;
}

.coming a {
  text-decoration: underline;
}

.under-line {
  text-decoration: underline;
}

ul {
  margin-bottom: 40px;
}

ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

/*header
-----------------------------------------------*/
.header {
  padding: 20px 0;
  position: relative;
  margin-bottom: 20px;
}

.header__inner {
  background: url(../img/img-ahirai-02.svg) no-repeat left top, url(../img/img-ahirai-01.svg) no-repeat right top;
  width: 82.1vw;
  margin: 0 auto;
}

.header__container {
  max-width: 623px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  max-width: 370px;
  margin: 0 auto 22px;
}

.header__tel {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: underline;
}

.header__bg01 {
  z-index: -1;
  position: absolute;
  top: -100px;
  left: -100px;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-01-1.svg);
  width: 100%;
  height: 1300px;
}

@media (max-width: 1279px) {
  .header__inner {
    width: 98vw;
  }
}

@media (max-width: 1025px) {
  .header__container {
    flex-direction: column;
  }

  .header__box {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .header__box div {
    margin-right: 16px;
  }

  .header__logo {
    width: 300px;
  }

  .header__logo img {
    object-fit: contain;
  }

  .header__tel {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .header__inner {
    background-size: 180px auto;
  }

  .header__bg01 {
    opacity: 0.6;
  }
}

@media (max-width: 600px) {
  .header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header__logo {
    width: 240px;
    padding-top: 20px;
  }

  .header__inner {
    background-size: 120px auto;
  }

  .header__box div {
    font-size: 1.3rem;
  }

  .header__bg01 {
    background-size: 200px auto;
    top: 0;
    left: 0;
  }
}

/*ハンバーハーメニュー
-----------------------------------------------*/
/* ハンバーガーCSSここから */
.hamburger {
  display: none;
  position: fixed;
  top: 126px;
  right: 26px;
  z-index: 1000;
  width: 28px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 2px;
  background-color: #740808;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

@media (max-width: 1025px) {
  .hamburger {
    display: block;
  }
}

@media (max-width: 600px) {
  .hamburger {
    top: 94px;
  }
}

.hamburger__line::before {
  top: -8px;
}

.hamburger__line::after {
  top: 8px;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before,
.hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #740808;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*nav
-----------------------------------------------*/
.nav {
  transition: 1s;
}

.nav__list {
  max-width: 988px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.nav__item {
  transition: 0.5s;
  padding: 10px 3%;
  position: relative;
  line-height: 1.45;
  border-right: 2px dashed #740808;
}

.nav__item::before,
.nav__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.nav__item::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}

.nav__item::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}

.nav__item:last-child {
  margin-right: 0;
  border-right: none;
}

.nav__item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20%;
  left: -3%;
  transform: rotateZ(0deg);
  background: url("../img/img-hoshi-01.webp") no-repeat;
  background-size: contain;
}

.nav__item:nth-child(2)::before {
  background: url("../img/img-hoshi-02.webp") no-repeat;
  background-size: contain;
}

.nav__item:nth-child(3)::before {
  background: url("../img/img-hoshi-03.webp") no-repeat;
  background-size: contain;
}

.nav__item:nth-child(4)::before {
  background: url("../img/img-hoshi-04.webp") no-repeat;
  background-size: contain;
}

.nav__item:nth-child(5)::before {
  background: url("../img/img-hoshi-05.webp") no-repeat;
  background-size: contain;
}

.nav__item:nth-child(6)::before {
  background: url("../img/img-hoshi-06.webp") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
}

.nav__item span {
  display: block;
  font-size: 1.3rem;
  color: #F77F6F;
}

.nav__item:hover,
.nav__item:focus {
  transition: 0.5s;
}

.nav__item:hover::before,
.nav__item:focus::before {
  transition: 0.5s;
  transform: rotateZ(360deg);
}

@media (max-width: 1025px) {
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #FBFBF0;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }

  .nav__list {
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .nav__item {
    border: none;
    padding: 30px 5%;
  }

  .nav__item::before {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fixed {
  background: #FBFBF0;
  z-index: 100;
  position: fixed;
  padding: 40px 0;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hidden {
  overflow: hidden;
}

.open {
  transition: 1s;
  display: block;
}

.contact-fixed {
  position: fixed;
  z-index: 100;
  bottom: inherit;
  top: 9%;
}

/*footer
-----------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 60px;
  padding: 15px 0;
  background: url(../img/footer_bg.png) repeat-x top, url(../img/footer_bg.png) repeat-x bottom;
  background-size: 40px;
}

.footer__logo {
  max-width: 240px;
}

.footer__logo img {
  object-fit: contain;
}

.footer__inner {
  background-color: #F7F5F1;
  width: 100%;
  padding: 120px 15px 20px;
  margin: 0 auto;
}

.footer__container {
  max-width: 728px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.footer__list {
  display: flex;
}

.footer__box a {
  display: block;
  margin-top: 20px;
}

.footer__tel {
  display: flex;
}

.footer .nav {
  margin-bottom: 80px;
}

.footer .nav__list {
  font-size: 1.3rem;
}

.footer .nav__item::before {
  width: 25px;
  height: 25px;
}

.footer small {
  display: block;
  text-align: center;
}

@media (max-width: 1279px) {
  .footer .nav__list {
    max-width: 800px;
  }
}

@media (max-width: 1025px) {
  .footer .nav__item::before {
    width: 20px;
    height: 20px;
    top: 30%;
    left: -13%;
  }
}

@media (max-width: 600px) {
  .footer__container {
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 20px;
  }
}

.bg {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 100%;
  background: url(../img/img-haikei-maru-06.svg) no-repeat;
  background-position: left top;
  height: 300px;
}

@media (max-width: 1025px) {
  .bg {
    opacity: 0.6;
  }
}

@media (max-width: 600px) {
  .bg {
    background-size: 200px auto;
    bottom: 0;
    background-position: bottom left;
  }
}

.pagetop {
  position: absolute;
  width: 105px;
  top: 15%;
  right: 20%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.banner {
  padding: 0 15px;
  max-width: 600px;
  margin: 80px auto;
}

.banner img {
  object-fit: contain;
}


.banner__text {
  text-align: center;
  color: red;
  font-weight: bold;
}

@media (max-width: 600px) {
  .banner {
    margin: 40px auto;
  }
}

/*fv
-----------------------------------------------*/
.swiper-slide img {
  border-radius: 20px;
  height: auto;
  width: 100%;
}

.swiper-slide {
  transition: transform 0.6s;
}

/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85) !important;
}

.swiper {
  max-width: 1920px;
  margin: 0 auto;
}

.swiper__bg01 {
  z-index: 2;
  background-image: url(../img/fv-bg01.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60%;
  left: 21%;
}

.swiper__bg02 {
  z-index: 2;
  background-image: url(../img/fv-bg02.webp);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0;
  animation: arrowmove 7s ease-in-out infinite;
}

@media (max-width: 1279px) {
  .swiper__bg01 {
    top: 50%;
  }
}

@media (max-width: 1025px) {
  .swiper__bg01 {
    top: 40%;
    left: 10%;
  }
}

@media (max-width: 600px) {
  .swiper {
    padding-top: 0;
  }

  .swiper__bg01 {
    background-size: 80px auto;
  }

  .swiper__bg02 {
    background-size: 80px auto;
  }
}

@keyframes arrowmove {
  0% {
    right: 0;
  }

  50% {
    right: 50%;
  }

  70% {
    top: 70%;
  }
}

/*top-summary
-----------------------------------------------*/
.top-summary {
  position: relative;
  background: url(../img/img-haikei-maru-02.svg) no-repeat left -200px bottom, url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom 100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 260px;
}

.top-summary__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-summary__img {
  max-width: 190px;
  width: 100%;
}

.top-summary__textbox {
  margin-bottom: 80px;
  margin-left: 30px;
}

.top-summary__text:nth-child(1) {
  max-width: 530px;
}

.top-summary__text:nth-child(2) {
  font-size: 2.4rem;
}

.top-summary__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1026px;
  margin: 0 auto;
}

.top-summary__item {
  position: relative;
  max-width: 222px;
  margin: 0 auto;
}

.top-summary__item .top-summary__title {
  font-weight: bold;
  padding: 5px;
  width: 120px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 10px;
  background: url(../img/label-pink.webp) no-repeat;
}

.top-summary__item figure {
  max-width: 230px;
  margin: 0 auto;
  border: 4px solid #FCE5EB;
  border-radius: 5px;
  margin-bottom: 20px;
}

.top-summary__item .top-summary__link {
  display: block;
  font-size: 1.3rem;
  margin-top: 10px;
}

.top-summary__item .top-summary__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  background: url(../img/img-icon-sankaku-01.svg) no-repeat;
  vertical-align: middle;
}

.top-summary__item:nth-child(2) figure {
  border: 4px solid #87C6EF;
}

.top-summary__item:nth-child(2) .top-summary__title {
  width: 125px;
  background: url(../img/label-blue.webp) no-repeat;
}

.top-summary__item:nth-child(2) .top-summary__link::after {
  background: url(../img/img-icon-sankaku-02.svg) no-repeat;
}

.top-summary__item:nth-child(3) figure {
  border: 4px solid #CCF5DA;
}

.top-summary__item:nth-child(3) .top-summary__title {
  width: 170px;
  background: url(../img/label-greeen.webp) no-repeat;
}

.top-summary__item:nth-child(3) .top-summary__link::after {
  background: url(../img/img-icon-sankaku-03.svg) no-repeat;
}

.top-summary__item:nth-child(4) figure {
  border: 4px solid #FEE299;
}

.top-summary__item:nth-child(4) .top-summary__title {
  background: url(../img/label-orange.webp) no-repeat;
}

.top-summary__item:nth-child(4) .top-summary__link::after {
  background: url(../img/img-icon-sankaku.svg) no-repeat;
}

.top-summary__bg01 {
  position: absolute;
  z-index: -1;
  top: -300px;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-01-1.svg);
  width: 40%;
  height: 1300px;
}

.top-summary__item a:hover,
.top-summary__item a:focus {
  opacity: 0.6;
}

@media (max-width: 1025px) {
  .top-summary {
    background: url(../img/img-haikei-maru-02.svg) no-repeat left -200px bottom, url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom 0;
    padding-bottom: 180px;
  }

  .top-summary__container {
    flex-direction: column;
  }

  .top-summary__img {
    margin: 0 auto 30px;
  }

  .top-summary__textbox {
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .top-summary__text {
    margin: 0 auto 10px;
  }

  .top-summary__text:nth-child(2) {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }

  .top-summary__list {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.top-summary__bg01 {
  opacity: 0.6;
}

@media (max-width: 600px) {
  .top-summary {
    background: url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom 0, url(../img/img-haikei-maru-02.svg) no-repeat left -50px bottom;
    background-size: 200px auto;
    padding-top: 0;
  }

  .top-summary__text:nth-child(1) {
    max-width: 350px;
    font-size: 1.3rem;
  }

  .top-summary__text:nth-child(2) {
    font-size: 2rem;
  }

  .top-summary__list {
    font-size: 1.2rem;
    padding: 0 15px;
    column-gap: 10px;
    row-gap: 30px;
  }
}

/*top-about
-----------------------------------------------*/
.top-about {
  position: relative;
  line-height: 1.5;
  padding: 50px 0;
  background: url(../img/about-bg.png) repeat-x top, url(../img/top-about-bg02.png) repeat-x bottom;
}

.top-about::before,
.top-about::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-about::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.top-about::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-about__inner {
  padding: 130px 15px 200px;
  background: #F7F5F1;
}

.top-about__container {
  padding-top: 80px;
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-about__img {
  max-width: 513px;
}

.top-about__img img {
  border-radius: 10px;
}

.top-about__textbox {
  width: 42.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-about__text {
  margin-bottom: 40px;
}

.top-about__bg01 {
  position: absolute;
  background-position: bottom right -200px;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-02.webp);
  width: 100%;
  height: 1300px;
}

.top-about__bg02 {
  position: absolute;
  background-position: bottom left 4%;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-04.svg);
  width: 100%;
  height: 1000px;
}

@media (max-width: 1025px) {
  .top-about__inner {
    padding: 100px 15px;
  }

  .top-about__container {
    flex-direction: column;
  }

  .top-about__img {
    margin: 0 auto 30px;
  }

  .top-about__textbox {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
  }

  .top-about .btn {
    margin: 30px auto 0;
  }

  .top-about__bg01 {
    background-position: bottom 100px right -430px;
    opacity: 0.3;
  }

  .top-about__bg02 {
    background-position: bottom left -20px;
    opacity: 0.3;
  }
}

@media (max-width: 600px) {
  .top-about__container {
    padding-top: 40px;
  }
}

/*top-access
-----------------------------------------------*/
.top-access {
  background: url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.top-access__title {
  margin-bottom: 80px;
}

.top-access__container {
  max-width: 1026px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-access__item {
  margin-bottom: 30px;
}

.top-access address {
  margin-bottom: 10px;
}

.top-access dt {
  margin-bottom: 10px;
}

.top-access__icon {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../img/Icon-tel-1.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-access__icon--train {
  background: url("../img/icon-train.svg") no-repeat;
}

.top-access__icon--bus {
  width: 38px;
  height: 23px;
  background: url("../img/icon-bus.svg") no-repeat;
}

.top-access__left {
  position: relative;
  width: 60%;
}

.top-access .map {
  height: 0;
  padding-top: 56.25%;
}

.top-access .map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .top-access__container {
    flex-direction: column;
  }

  .top-access__left {
    width: 100%;
    margin-bottom: 60px;
  }

  .top-access__list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .top-access {
    background-size: 200px auto;
    background-position: right 4% bottom;
  }

  .top-access__title {
    margin-bottom: 40px;
  }

  .top-access__list {
    margin-bottom: 40px;
  }
}

.dd-list__item {
  margin-bottom: 10px;
}

/*fv
-----------------------------------------------*/
.fv {
  max-width: 1920px;
  margin: 0 auto 145px;
  position: relative;
}

.fv__img {
  max-width: 1196px;
  margin-left: auto;
}

.fv img {
  border-top-left-radius: 20px;
}

.fv__title {
  position: absolute;
  bottom: -20%;
  right: 55%;
}

.fv__title img {
  object-fit: contain;
}

/*page
-----------------------------------------------*/
.page {
  padding: 0 15px;
}

.page__titlebox {
  max-width: 612px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 26px;
}

.page__list {
  max-width: 865px;
  margin: 0 auto 40px;
}

.page__item {
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #CECDCD;
}

.page__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.1%;
  border-bottom: 1px dashed #F77F6F;
}

.page__def-tit {
  width: 23.1%;
}

.page__def-data {
  width: 76.9%;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .page {
    font-size: 1.4rem;
  }

  .page__titlebox {
    flex-direction: column;
  }

  .page__detail {
    margin-bottom: 20px;
  }
}

/*page-about
-----------------------------------------------*/
.page-about__container {
  max-width: 1026px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.page-about__container--reverse {
  flex-direction: row-reverse;
}

.page-about__container--center {
  align-items: center;
}

.page-about__img {
  max-width: 513px;
  margin-right: 80px;
}

.page-about__img img {
  border-radius: 10px;
}

.page-about__img--reverse {
  margin-right: 0;
  margin-left: 80px;
}

.page-about__icon {
  width: 124px;
  margin-bottom: 30px;
}

.page-about__textbox {
  max-width: 432px;
}

.page-about__text {
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 1025px) {
  .page-about__container {
    flex-direction: column;
    margin-left: auto;
  }

  .page-about__img {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .page-about__img--reverse {
    margin-left: auto;
    margin-right: 0;
  }

  .page-about__textbox--reverse {
    margin-right: auto;
  }
}

/*message
-----------------------------------------------*/
.message {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

/*staff
-----------------------------------------------*/
.staff {
  padding-bottom: 160px;
}

.staff__list {
  max-width: 664px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 140px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .staff__list {
    flex-wrap: wrap;
  }
}

/*flow
-----------------------------------------------*/
.page-flow {
  max-width: 1026px;
  margin: 0 auto 160px;
}

.page-flow__container {
  line-height: 1.875;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.page-flow__container::before,
.page-flow__container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-flow__container::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.page-flow__container::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

.page-flow__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
}

.page-flow__text {
  margin-bottom: 40px;
}

.page-flow__list {
  margin-bottom: 40px;
}

/*flow
-----------------------------------------------*/
.flow {
  max-width: 1026px;
  margin: 0 auto 160px;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.flow__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.flow-list__item {
  display: flex;
  align-items: center;
}

.flow-list__item {
  margin-bottom: 80px;
}

.flow-list__img {
  margin-right: 40px;
}

@media (max-width: 1025px) {
  .flow-list__item {
    flex-direction: column;
  }

  .flow-list__img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .flow-list .page__subtitle {
    text-align: center;
  }
}

/*schedule
-----------------------------------------------*/
.group,
.individual,
.saturday,
.weekday,
.price {
  padding-bottom: 120px;
}

@media (max-width: 600px) {

  .group,
  .individual,
  .saturday,
  .weekday,
  .price {
    padding-bottom: 60px;
  }
}

.schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.schedule__wrapper {
  width: 60%;
  display: flex;
  align-items: center;
}

.schedule__img {
  margin-left: 30px;
  object-fit: cover;
}

.schedule__img img {
  border-radius: 10px;
}

.schedule__textbox {
  width: 75%;
}

.schedule__time {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 102px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-box {
  max-width: 1026px;
  margin: 0 auto 80px;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.schedule-list__item {
  width: 200px;
  position: relative;
}

.schedule-list__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20%;
  left: -3%;
  background: url("../img/schedule_10.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(2)::before {
  background: url("../img/schedule_11.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(3)::before {
  background: url("../img/schedule_12.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(4)::before {
  background: url("../img/schedule_13.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(5)::before {
  background: url("../img/schedule_14.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(6)::before {
  background: url("../img/schedule_15.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item a {
  display: block;
  margin: 10px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
}

.schedule-list__item a:hover,
.schedule-list__item a:focus {
  transition: 0.3s;
}

@media (max-width: 1025px) {
  .schedule-list {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .schedule-list {
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .schedule__wrapper {
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
  }

  .schedule__textbox {
    width: 100%;
  }

  .schedule__time {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .schedule {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .schedule__wrapper {
    width: 100%;
  }

  .schedule__textbox {
    margin-bottom: 40px;
  }

  .schedule__img {
    margin: 0;
  }

  .schedule__timebox {
    display: flex;
  }
}

.price__inner {
  max-width: 460px;
  margin: 0 auto;
}

.price-table {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-collapse: collapse;

}

.price-table tbody {
  background-color: #F7F5F1;
}

.price-table--first {
  max-width: 390px;
  margin: 0 auto 40px;
}

.price-table th,
.price-table td {
  padding: 10px 20px;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
  border: 1px solid #ff6680;
}

.price-table th {
  background-color: pink;
  font-weight: normal;
}

/*recruit
-----------------------------------------------*/
.recruit {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .recruit {
    margin-bottom: 40px;
  }
}

/*contact
-----------------------------------------------*/
.privacy-link {
  text-decoration: underline;
}

.page .top-summary__container {
  max-width: 700px;
}

@media (max-width: 600px) {
  .page .top-summary__textbox {
    text-align: start;
  }
}

.form {
  color: #333;
  padding: 0 15PX 100px;
}

.form__inner {
  max-width: 812px;
  margin: 0 auto;
}

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form__text {
  font-weight: bold;
}

.form__title {
  width: 30%;
}

.form__title span {
  margin-top: 10px;
}

.form__title label {
  font-weight: bold;
}

.form .text,
.form .textarea {
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 1.6rem;
  padding: 14px 16px;
  background: #fff;
}

.form .text::placeholder,
.form .textarea::placeholder {
  color: #C1C1C1;
}

.form .child {
  max-width: 577px;
  margin-left: auto;
  background-color: #def7c9;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.form .child__list {
  max-width: 400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form .textarea {
  resize: none;
}

.form__required {
  display: block;
  font-size: 1.3rem;
  color: #F77F6F;
  font-weight: normal;
}

.form__btn {
  color: #740808;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .form__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__item {
    flex-direction: column;
    align-items: baseline;
  }

  .form .child {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .form__radio .mwform-radio-field {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

/*contact-result
-----------------------------------------------*/
.page-contact-result {
  margin-bottom: 140px;
}

.page-contact-result__inner {
  padding: 100px 120px;
}

.page-contact-result__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  margin-bottom: 60px;
}

.page-contact-result__box {
  max-width: 820px;
  margin: 0 auto;
}

.page-contact-result__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-contact-result__text:last-child {
  margin-top: 30px;
}

.page-contact-result__text::before,
.page-contact-result__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-contact-result__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-contact-result__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media (max-width: 1025px) {
  .page-contact-result {
    margin-bottom: 80px;
  }

  .page-contact-result__inner {
    padding: 80px 4vw;
  }
}

@media (max-width: 600px) {
  .page-contact-result {
    padding: 80px 0;
  }
}

/*page-privacy
-----------------------------------------------*/
.page-privacy {
  margin: 80px 20px 203px;
}

.page-privacy__title {
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 44px;
}

.page-privacy__sub-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__sub-title::before,
.page-privacy__sub-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__sub-title::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__sub-title::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__textbox {
  max-width: 800px;
  margin: 0 auto;
}

.page-privacy__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__text::before,
.page-privacy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__text--right {
  margin-top: 28px;
  text-align: right;
}

.page-privacy__text--br {
  margin-bottom: 60px;
}

/*404
-----------------------------------------------*/
.error {
  padding: 80px 15px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

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

@media (max-width: 600px) {
  .top-summary {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .top-summary__text:nth-child(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top-summary__text:nth-child(2) {
    font-size: 16px;
  }

  .top-summary__list {
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
    padding: 0 20px;
  }
}

/* 新規追加: お知らせセクション */
.top-announcement {
  background-color: #fff9e9;
  padding: 40px 20px;
  margin-bottom: 40px;
  position: relative;
  border: 2px solid #ffcc66;
  border-radius: 10px;
  max-width: 1000px;
  margin: 20px auto 40px;
}

.top-announcement img {
  object-fit: contain;
}

.top-announcement__inner {
  max-width: 900px;
  margin: 0 auto;
}

.top-announcement__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #f77c12;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffcc66;
  margin: 0 auto 20px;
  display: table;
}

.top-announcement__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-announcement__date {
  text-align: right;
  font-size: 16px;
  color: #666;
}

.top-announcement__message {
  font-size: 16px;
  line-height: 1.8;
}

.top-announcement__message p {
  margin-bottom: 15px;
}

.top-announcement__logo {
  text-align: center;
  margin-top: 10px;
}

.top-announcement__logo figure {
  display: inline-block;
}

.top-announcement__logo figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

@media (max-width: 1025px) {
  .top-announcement {
    margin: 20px 20px 40px;
  }
}

@media (max-width: 600px) {
  .top-announcement {
    padding: 30px 15px;
    margin: 20px 15px 40px;
  }

  .top-announcement__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .top-announcement__message {
    font-size: 15px;
  }
}

.top-about {
  position: relative;
  line-height: 1.5;
  padding: 50px 0;
  background: url(../img/about-bg.png) repeat-x top, url(../img/top-about-bg02.png) repeat-x bottom;
}

.top-about::before,
.top-about::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-about::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.top-about::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-about__inner {
  padding: 130px 15px 200px;
  background: #F7F5F1;
}

.top-about__container {
  padding-top: 80px;
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-about__img {
  max-width: 513px;
}

.top-about__img img {
  border-radius: 10px;
}

.top-about__textbox {
  width: 42.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-about__text {
  margin-bottom: 40px;
}

.top-about__bg01 {
  position: absolute;
  background-position: bottom right -200px;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-02.webp);
  width: 100%;
  height: 1300px;
}

.top-about__bg02 {
  position: absolute;
  background-position: bottom left 4%;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-04.svg);
  width: 100%;
  height: 1000px;
}

@media (max-width: 1025px) {
  .top-about__inner {
    padding: 100px 15px;
  }

  .top-about__container {
    flex-direction: column;
  }

  .top-about__img {
    margin: 0 auto 30px;
  }

  .top-about__textbox {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
  }

  .top-about .btn {
    margin: 30px auto 0;
  }

  .top-about__bg01 {
    background-position: bottom 100px right -430px;
    opacity: 0.3;
  }

  .top-about__bg02 {
    background-position: bottom left -20px;
    opacity: 0.3;
  }
}

@media (max-width: 600px) {
  .top-about__container {
    padding-top: 40px;
  }
}

/*top-access
-----------------------------------------------*/
.top-access {
  background: url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.top-access__title {
  margin-bottom: 80px;
}

.top-access__container {
  max-width: 1026px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-access__item {
  margin-bottom: 30px;
}

.top-access address {
  margin-bottom: 10px;
}

.top-access dt {
  margin-bottom: 10px;
}

.top-access__icon {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../img/Icon-tel-1.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-access__icon--train {
  background: url("../img/icon-train.svg") no-repeat;
}

.top-access__icon--bus {
  width: 38px;
  height: 23px;
  background: url("../img/icon-bus.svg") no-repeat;
}

.top-access__left {
  position: relative;
  width: 60%;
}

.top-access .map {
  height: 0;
  padding-top: 56.25%;
}

.top-access .map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .top-access__container {
    flex-direction: column;
  }

  .top-access__left {
    width: 100%;
    margin-bottom: 60px;
  }

  .top-access__list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .top-access {
    background-size: 200px auto;
    background-position: right 4% bottom;
  }

  .top-access__title {
    margin-bottom: 40px;
  }

  .top-access__list {
    margin-bottom: 40px;
  }
}

.dd-list__item {
  margin-bottom: 10px;
}

/*fv
-----------------------------------------------*/
.fv {
  max-width: 1920px;
  margin: 0 auto 145px;
  position: relative;
}

.fv__img {
  max-width: 1196px;
  margin-left: auto;
}

.fv img {
  border-top-left-radius: 20px;
}

.fv__title {
  position: absolute;
  bottom: -20%;
  right: 55%;
}

.fv__title img {
  object-fit: contain;
}

/*page
-----------------------------------------------*/
.page {
  padding: 0 15px;
}

.page__titlebox {
  max-width: 612px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 26px;
}

.page__list {
  max-width: 865px;
  margin: 0 auto 40px;
}

.page__item {
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #CECDCD;
}

.page__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.1%;
  border-bottom: 1px dashed #F77F6F;
}

.page__def-tit {
  width: 23.1%;
}

.page__def-data {
  width: 76.9%;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .page {
    font-size: 1.4rem;
  }

  .page__titlebox {
    flex-direction: column;
  }

  .page__detail {
    margin-bottom: 20px;
  }
}

/*page-about
-----------------------------------------------*/
.page-about__container {
  max-width: 1026px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.page-about__container--reverse {
  flex-direction: row-reverse;
}

.page-about__container--center {
  align-items: center;
}

.page-about__img {
  max-width: 513px;
  margin-right: 80px;
}

.page-about__img img {
  border-radius: 10px;
}

.page-about__img--reverse {
  margin-right: 0;
  margin-left: 80px;
}

.page-about__icon {
  width: 124px;
  margin-bottom: 30px;
}

.page-about__textbox {
  max-width: 432px;
}

.page-about__text {
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 1025px) {
  .page-about__container {
    flex-direction: column;
    margin-left: auto;
  }

  .page-about__img {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .page-about__img--reverse {
    margin-left: auto;
    margin-right: 0;
  }

  .page-about__textbox--reverse {
    margin-right: auto;
  }
}

/*message
-----------------------------------------------*/
.message {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

/*staff
-----------------------------------------------*/
.staff {
  padding-bottom: 160px;
}

.staff__list {
  max-width: 664px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 140px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .staff__list {
    flex-wrap: wrap;
  }
}

/*flow
-----------------------------------------------*/
.page-flow {
  max-width: 1026px;
  margin: 0 auto 160px;
}

.page-flow__container {
  line-height: 1.875;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.page-flow__container::before,
.page-flow__container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-flow__container::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.page-flow__container::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

.page-flow__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
}

.page-flow__text {
  margin-bottom: 40px;
}

.page-flow__list {
  margin-bottom: 40px;
}

/*flow
-----------------------------------------------*/
.flow {
  max-width: 1026px;
  margin: 0 auto 160px;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.flow__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.flow-list__item {
  display: flex;
  align-items: center;
}

.flow-list__item {
  margin-bottom: 80px;
}

.flow-list__img {
  margin-right: 40px;
}

@media (max-width: 1025px) {
  .flow-list__item {
    flex-direction: column;
  }

  .flow-list__img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .flow-list .page__subtitle {
    text-align: center;
  }
}

/*schedule
-----------------------------------------------*/
.group,
.individual,
.saturday,
.weekday,
.price {
  padding-bottom: 120px;
}

@media (max-width: 600px) {

  .group,
  .individual,
  .saturday,
  .weekday,
  .price {
    padding-bottom: 60px;
  }
}

.schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.schedule__wrapper {
  width: 60%;
  display: flex;
  align-items: center;
}

.schedule__img {
  margin-left: 30px;
  object-fit: cover;
}

.schedule__img img {
  border-radius: 10px;
}

.schedule__textbox {
  width: 75%;
}

.schedule__time {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 102px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-box {
  max-width: 1026px;
  margin: 0 auto 80px;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.schedule-list__item {
  width: 200px;
  position: relative;
}

.schedule-list__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20%;
  left: -3%;
  background: url("../img/schedule_10.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(2)::before {
  background: url("../img/schedule_11.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(3)::before {
  background: url("../img/schedule_12.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(4)::before {
  background: url("../img/schedule_13.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(5)::before {
  background: url("../img/schedule_14.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(6)::before {
  background: url("../img/schedule_15.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item a {
  display: block;
  margin: 10px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
}

.schedule-list__item a:hover,
.schedule-list__item a:focus {
  transition: 0.3s;
}

@media (max-width: 1025px) {
  .schedule-list {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .schedule-list {
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .schedule__wrapper {
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
  }

  .schedule__textbox {
    width: 100%;
  }

  .schedule__time {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .schedule {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .schedule__wrapper {
    width: 100%;
  }

  .schedule__textbox {
    margin-bottom: 40px;
  }

  .schedule__img {
    margin: 0;
  }

  .schedule__timebox {
    display: flex;
  }
}

.price__inner {
  max-width: 460px;
  margin: 0 auto;
}

.price-table {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-collapse: collapse;

}

.price-table tbody {
  background-color: #F7F5F1;
}

.price-table--first {
  max-width: 390px;
  margin: 0 auto 40px;
}

.price-table th,
.price-table td {
  padding: 10px 20px;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
  border: 1px solid #ff6680;
}

.price-table th {
  background-color: pink;
  font-weight: normal;
}

/*recruit
-----------------------------------------------*/
.recruit {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .recruit {
    margin-bottom: 40px;
  }
}

/*contact
-----------------------------------------------*/
.privacy-link {
  text-decoration: underline;
}

.page .top-summary__container {
  max-width: 700px;
}

@media (max-width: 600px) {
  .page .top-summary__textbox {
    text-align: start;
  }
}

.form {
  color: #333;
  padding: 0 15PX 100px;
}

.form__inner {
  max-width: 812px;
  margin: 0 auto;
}

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form__text {
  font-weight: bold;
}

.form__title {
  width: 30%;
}

.form__title span {
  margin-top: 10px;
}

.form__title label {
  font-weight: bold;
}

.form .text,
.form .textarea {
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 1.6rem;
  padding: 14px 16px;
  background: #fff;
}

.form .text::placeholder,
.form .textarea::placeholder {
  color: #C1C1C1;
}

.form .child {
  max-width: 577px;
  margin-left: auto;
  background-color: #def7c9;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.form .child__list {
  max-width: 400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form .textarea {
  resize: none;
}

.form__required {
  display: block;
  font-size: 1.3rem;
  color: #F77F6F;
  font-weight: normal;
}

.form__btn {
  color: #740808;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .form__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__item {
    flex-direction: column;
    align-items: baseline;
  }

  .form .child {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .form__radio .mwform-radio-field {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

/*contact-result
-----------------------------------------------*/
.page-contact-result {
  margin-bottom: 140px;
}

.page-contact-result__inner {
  padding: 100px 120px;
}

.page-contact-result__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  margin-bottom: 60px;
}

.page-contact-result__box {
  max-width: 820px;
  margin: 0 auto;
}

.page-contact-result__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-contact-result__text:last-child {
  margin-top: 30px;
}

.page-contact-result__text::before,
.page-contact-result__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-contact-result__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-contact-result__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media (max-width: 1025px) {
  .page-contact-result {
    margin-bottom: 80px;
  }

  .page-contact-result__inner {
    padding: 80px 4vw;
  }
}

@media (max-width: 600px) {
  .page-contact-result {
    padding: 80px 0;
  }
}

/*page-privacy
-----------------------------------------------*/
.page-privacy {
  margin: 80px 20px 203px;
}

.page-privacy__title {
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 44px;
}

.page-privacy__sub-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__sub-title::before,
.page-privacy__sub-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__sub-title::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__sub-title::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__textbox {
  max-width: 800px;
  margin: 0 auto;
}

.page-privacy__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__text::before,
.page-privacy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__text--right {
  margin-top: 28px;
  text-align: right;
}

.page-privacy__text--br {
  margin-bottom: 60px;
}

/*404
-----------------------------------------------*/
.error {
  padding: 80px 15px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

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

@media (max-width: 600px) {
  .top-summary {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .top-summary__text:nth-child(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top-summary__text:nth-child(2) {
    font-size: 16px;
  }

  .top-summary__list {
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
    padding: 0 20px;
  }
}

/* 新規追加: お知らせセクション */
.top-announcement {
  background-color: #fff9e9;
  padding: 40px 20px;
  margin-bottom: 40px;
  position: relative;
  border: 2px solid #ffcc66;
  border-radius: 10px;
  max-width: 1000px;
  margin: 20px auto 40px;
}

.top-announcement img {
  object-fit: contain;
}

.top-announcement__inner {
  max-width: 900px;
  margin: 0 auto;
}

.top-announcement__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #f77c12;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffcc66;
  margin: 0 auto 20px;
  display: table;
}

.top-announcement__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-announcement__date {
  text-align: right;
  font-size: 16px;
  color: #666;
}

.top-announcement__message {
  font-size: 16px;
  line-height: 1.8;
}

.top-announcement__message p {
  margin-bottom: 15px;
}

.top-announcement__logo {
  text-align: center;
  margin-top: 10px;
}

.top-announcement__logo figure {
  display: inline-block;
}

.top-announcement__logo figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

@media (max-width: 1025px) {
  .top-announcement {
    margin: 20px 20px 40px;
  }
}

@media (max-width: 600px) {
  .top-announcement {
    padding: 30px 15px;
    margin: 20px 15px 40px;
  }

  .top-announcement__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .top-announcement__message {
    font-size: 15px;
  }
}

.top-about {
  position: relative;
  line-height: 1.5;
  padding: 50px 0;
  background: url(../img/about-bg.png) repeat-x top, url(../img/top-about-bg02.png) repeat-x bottom;
}

.top-about::before,
.top-about::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-about::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.top-about::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-about__inner {
  padding: 130px 15px 200px;
  background: #F7F5F1;
}

.top-about__container {
  padding-top: 80px;
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-about__img {
  max-width: 513px;
}

.top-about__img img {
  border-radius: 10px;
}

.top-about__textbox {
  width: 42.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-about__text {
  margin-bottom: 40px;
}

.top-about__bg01 {
  position: absolute;
  background-position: bottom right -200px;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-02.webp);
  width: 100%;
  height: 1300px;
}

.top-about__bg02 {
  position: absolute;
  background-position: bottom left 4%;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-04.svg);
  width: 100%;
  height: 1000px;
}

@media (max-width: 1025px) {
  .top-about__inner {
    padding: 100px 15px;
  }

  .top-about__container {
    flex-direction: column;
  }

  .top-about__img {
    margin: 0 auto 30px;
  }

  .top-about__textbox {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
  }

  .top-about .btn {
    margin: 30px auto 0;
  }

  .top-about__bg01 {
    background-position: bottom 100px right -430px;
    opacity: 0.3;
  }

  .top-about__bg02 {
    background-position: bottom left -20px;
    opacity: 0.3;
  }
}

@media (max-width: 600px) {
  .top-about__container {
    padding-top: 40px;
  }
}

/*top-access
-----------------------------------------------*/
.top-access {
  background: url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.top-access__title {
  margin-bottom: 80px;
}

.top-access__container {
  max-width: 1026px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-access__item {
  margin-bottom: 30px;
}

.top-access address {
  margin-bottom: 10px;
}

.top-access dt {
  margin-bottom: 10px;
}

.top-access__icon {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../img/Icon-tel-1.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-access__icon--train {
  background: url("../img/icon-train.svg") no-repeat;
}

.top-access__icon--bus {
  width: 38px;
  height: 23px;
  background: url("../img/icon-bus.svg") no-repeat;
}

.top-access__left {
  position: relative;
  width: 60%;
}

.top-access .map {
  height: 0;
  padding-top: 56.25%;
}

.top-access .map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .top-access__container {
    flex-direction: column;
  }

  .top-access__left {
    width: 100%;
    margin-bottom: 60px;
  }

  .top-access__list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .top-access {
    background-size: 200px auto;
    background-position: right 4% bottom;
  }

  .top-access__title {
    margin-bottom: 40px;
  }

  .top-access__list {
    margin-bottom: 40px;
  }
}

.dd-list__item {
  margin-bottom: 10px;
}

/*fv
-----------------------------------------------*/
.fv {
  max-width: 1920px;
  margin: 0 auto 145px;
  position: relative;
}

.fv__img {
  max-width: 1196px;
  margin-left: auto;
}

.fv img {
  border-top-left-radius: 20px;
}

.fv__title {
  position: absolute;
  bottom: -20%;
  right: 55%;
}

.fv__title img {
  object-fit: contain;
}

/*page
-----------------------------------------------*/
.page {
  padding: 0 15px;
}

.page__titlebox {
  max-width: 612px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 26px;
}

.page__list {
  max-width: 865px;
  margin: 0 auto 40px;
}

.page__item {
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #CECDCD;
}

.page__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.1%;
  border-bottom: 1px dashed #F77F6F;
}

.page__def-tit {
  width: 23.1%;
}

.page__def-data {
  width: 76.9%;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .page {
    font-size: 1.4rem;
  }

  .page__titlebox {
    flex-direction: column;
  }

  .page__detail {
    margin-bottom: 20px;
  }
}

/*page-about
-----------------------------------------------*/
.page-about__container {
  max-width: 1026px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.page-about__container--reverse {
  flex-direction: row-reverse;
}

.page-about__container--center {
  align-items: center;
}

.page-about__img {
  max-width: 513px;
  margin-right: 80px;
}

.page-about__img img {
  border-radius: 10px;
}

.page-about__img--reverse {
  margin-right: 0;
  margin-left: 80px;
}

.page-about__icon {
  width: 124px;
  margin-bottom: 30px;
}

.page-about__textbox {
  max-width: 432px;
}

.page-about__text {
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 1025px) {
  .page-about__container {
    flex-direction: column;
    margin-left: auto;
  }

  .page-about__img {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .page-about__img--reverse {
    margin-left: auto;
    margin-right: 0;
  }

  .page-about__textbox--reverse {
    margin-right: auto;
  }
}

/*message
-----------------------------------------------*/
.message {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

/*staff
-----------------------------------------------*/
.staff {
  padding-bottom: 160px;
}

.staff__list {
  max-width: 664px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 140px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .staff__list {
    flex-wrap: wrap;
  }
}

/*flow
-----------------------------------------------*/
.page-flow {
  max-width: 1026px;
  margin: 0 auto 160px;
}

.page-flow__container {
  line-height: 1.875;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.page-flow__container::before,
.page-flow__container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-flow__container::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.page-flow__container::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

.page-flow__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
}

.page-flow__text {
  margin-bottom: 40px;
}

.page-flow__list {
  margin-bottom: 40px;
}

/*flow
-----------------------------------------------*/
.flow {
  max-width: 1026px;
  margin: 0 auto 160px;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.flow__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.flow-list__item {
  display: flex;
  align-items: center;
}

.flow-list__item {
  margin-bottom: 80px;
}

.flow-list__img {
  margin-right: 40px;
}

@media (max-width: 1025px) {
  .flow-list__item {
    flex-direction: column;
  }

  .flow-list__img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .flow-list .page__subtitle {
    text-align: center;
  }
}

/*schedule
-----------------------------------------------*/
.group,
.individual,
.saturday,
.weekday,
.price {
  padding-bottom: 120px;
}

@media (max-width: 600px) {

  .group,
  .individual,
  .saturday,
  .weekday,
  .price {
    padding-bottom: 60px;
  }
}

.schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.schedule__wrapper {
  width: 60%;
  display: flex;
  align-items: center;
}

.schedule__img {
  margin-left: 30px;
  object-fit: cover;
}

.schedule__img img {
  border-radius: 10px;
}

.schedule__textbox {
  width: 75%;
}

.schedule__time {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 102px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-box {
  max-width: 1026px;
  margin: 0 auto 80px;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.schedule-list__item {
  width: 200px;
  position: relative;
}

.schedule-list__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20%;
  left: -3%;
  background: url("../img/schedule_10.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(2)::before {
  background: url("../img/schedule_11.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(3)::before {
  background: url("../img/schedule_12.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(4)::before {
  background: url("../img/schedule_13.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(5)::before {
  background: url("../img/schedule_14.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(6)::before {
  background: url("../img/schedule_15.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item a {
  display: block;
  margin: 10px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
}

.schedule-list__item a:hover,
.schedule-list__item a:focus {
  transition: 0.3s;
}

@media (max-width: 1025px) {
  .schedule-list {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .schedule-list {
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .schedule__wrapper {
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
  }

  .schedule__textbox {
    width: 100%;
  }

  .schedule__time {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .schedule {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .schedule__wrapper {
    width: 100%;
  }

  .schedule__textbox {
    margin-bottom: 40px;
  }

  .schedule__img {
    margin: 0;
  }

  .schedule__timebox {
    display: flex;
  }
}

.price__inner {
  max-width: 460px;
  margin: 0 auto;
}

.price-table {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-collapse: collapse;

}

.price-table tbody {
  background-color: #F7F5F1;
}

.price-table--first {
  max-width: 390px;
  margin: 0 auto 40px;
}

.price-table th,
.price-table td {
  padding: 10px 20px;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
  border: 1px solid #ff6680;
}

.price-table th {
  background-color: pink;
  font-weight: normal;
}

/*recruit
-----------------------------------------------*/
.recruit {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .recruit {
    margin-bottom: 40px;
  }
}

/*contact
-----------------------------------------------*/
.privacy-link {
  text-decoration: underline;
}

.page .top-summary__container {
  max-width: 700px;
}

@media (max-width: 600px) {
  .page .top-summary__textbox {
    text-align: start;
  }
}

.form {
  color: #333;
  padding: 0 15PX 100px;
}

.form__inner {
  max-width: 812px;
  margin: 0 auto;
}

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form__text {
  font-weight: bold;
}

.form__title {
  width: 30%;
}

.form__title span {
  margin-top: 10px;
}

.form__title label {
  font-weight: bold;
}

.form .text,
.form .textarea {
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 1.6rem;
  padding: 14px 16px;
  background: #fff;
}

.form .text::placeholder,
.form .textarea::placeholder {
  color: #C1C1C1;
}

.form .child {
  max-width: 577px;
  margin-left: auto;
  background-color: #def7c9;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.form .child__list {
  max-width: 400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form .textarea {
  resize: none;
}

.form__required {
  display: block;
  font-size: 1.3rem;
  color: #F77F6F;
  font-weight: normal;
}

.form__btn {
  color: #740808;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .form__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__item {
    flex-direction: column;
    align-items: baseline;
  }

  .form .child {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .form__radio .mwform-radio-field {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

/*contact-result
-----------------------------------------------*/
.page-contact-result {
  margin-bottom: 140px;
}

.page-contact-result__inner {
  padding: 100px 120px;
}

.page-contact-result__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  margin-bottom: 60px;
}

.page-contact-result__box {
  max-width: 820px;
  margin: 0 auto;
}

.page-contact-result__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-contact-result__text:last-child {
  margin-top: 30px;
}

.page-contact-result__text::before,
.page-contact-result__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-contact-result__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-contact-result__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media (max-width: 1025px) {
  .page-contact-result {
    margin-bottom: 80px;
  }

  .page-contact-result__inner {
    padding: 80px 4vw;
  }
}

@media (max-width: 600px) {
  .page-contact-result {
    padding: 80px 0;
  }
}

/*page-privacy
-----------------------------------------------*/
.page-privacy {
  margin: 80px 20px 203px;
}

.page-privacy__title {
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 44px;
}

.page-privacy__sub-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__sub-title::before,
.page-privacy__sub-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__sub-title::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__sub-title::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__textbox {
  max-width: 800px;
  margin: 0 auto;
}

.page-privacy__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__text::before,
.page-privacy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__text--right {
  margin-top: 28px;
  text-align: right;
}

.page-privacy__text--br {
  margin-bottom: 60px;
}

/*404
-----------------------------------------------*/
.error {
  padding: 80px 15px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

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

@media (max-width: 600px) {
  .top-summary {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .top-summary__text:nth-child(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top-summary__text:nth-child(2) {
    font-size: 16px;
  }

  .top-summary__list {
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
    padding: 0 20px;
  }
}

/* 新規追加: お知らせセクション */
.top-announcement {
  background-color: #fff9e9;
  padding: 40px 20px;
  margin-bottom: 40px;
  position: relative;
  border: 2px solid #ffcc66;
  border-radius: 10px;
  max-width: 1000px;
  margin: 20px auto 40px;
}

.top-announcement img {
  object-fit: contain;
}

.top-announcement__inner {
  max-width: 900px;
  margin: 0 auto;
}

.top-announcement__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #f77c12;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffcc66;
  margin: 0 auto 20px;
  display: table;
}

.top-announcement__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-announcement__date {
  text-align: right;
  font-size: 16px;
  color: #666;
}

.top-announcement__message {
  font-size: 16px;
  line-height: 1.8;
}

.top-announcement__message p {
  margin-bottom: 15px;
}

.top-announcement__logo {
  text-align: center;
  margin-top: 10px;
}

.top-announcement__logo figure {
  display: inline-block;
}

.top-announcement__logo figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

@media (max-width: 1025px) {
  .top-announcement {
    margin: 20px 20px 40px;
  }
}

@media (max-width: 600px) {
  .top-announcement {
    padding: 30px 15px;
    margin: 20px 15px 40px;
  }

  .top-announcement__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .top-announcement__message {
    font-size: 15px;
  }
}

.top-about {
  position: relative;
  line-height: 1.5;
  padding: 50px 0;
  background: url(../img/about-bg.png) repeat-x top, url(../img/top-about-bg02.png) repeat-x bottom;
}

.top-about::before,
.top-about::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.top-about::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.top-about::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-about__inner {
  padding: 130px 15px 200px;
  background: #F7F5F1;
}

.top-about__container {
  padding-top: 80px;
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-about__img {
  max-width: 513px;
}

.top-about__img img {
  border-radius: 10px;
}

.top-about__textbox {
  width: 42.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-about__text {
  margin-bottom: 40px;
}

.top-about__bg01 {
  position: absolute;
  background-position: bottom right -200px;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-02.webp);
  width: 100%;
  height: 1300px;
}

.top-about__bg02 {
  position: absolute;
  background-position: bottom left 4%;
  background-repeat: no-repeat;
  background-image: url(../img/img-haikei-maru-04.svg);
  width: 100%;
  height: 1000px;
}

@media (max-width: 1025px) {
  .top-about__inner {
    padding: 100px 15px;
  }

  .top-about__container {
    flex-direction: column;
  }

  .top-about__img {
    margin: 0 auto 30px;
  }

  .top-about__textbox {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
  }

  .top-about .btn {
    margin: 30px auto 0;
  }

  .top-about__bg01 {
    background-position: bottom 100px right -430px;
    opacity: 0.3;
  }

  .top-about__bg02 {
    background-position: bottom left -20px;
    opacity: 0.3;
  }
}

@media (max-width: 600px) {
  .top-about__container {
    padding-top: 40px;
  }
}

/*top-access
-----------------------------------------------*/
.top-access {
  background: url(../img/img-irasuto-ki-1.svg) no-repeat right 4% bottom;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.top-access__title {
  margin-bottom: 80px;
}

.top-access__container {
  max-width: 1026px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-access__item {
  margin-bottom: 30px;
}

.top-access address {
  margin-bottom: 10px;
}

.top-access dt {
  margin-bottom: 10px;
}

.top-access__icon {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../img/Icon-tel-1.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-access__icon--train {
  background: url("../img/icon-train.svg") no-repeat;
}

.top-access__icon--bus {
  width: 38px;
  height: 23px;
  background: url("../img/icon-bus.svg") no-repeat;
}

.top-access__left {
  position: relative;
  width: 60%;
}

.top-access .map {
  height: 0;
  padding-top: 56.25%;
}

.top-access .map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .top-access__container {
    flex-direction: column;
  }

  .top-access__left {
    width: 100%;
    margin-bottom: 60px;
  }

  .top-access__list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .top-access {
    background-size: 200px auto;
    background-position: right 4% bottom;
  }

  .top-access__title {
    margin-bottom: 40px;
  }

  .top-access__list {
    margin-bottom: 40px;
  }
}

.dd-list__item {
  margin-bottom: 10px;
}

/*fv
-----------------------------------------------*/
.fv {
  max-width: 1920px;
  margin: 0 auto 145px;
  position: relative;
}

.fv__img {
  max-width: 1196px;
  margin-left: auto;
}

.fv img {
  border-top-left-radius: 20px;
}

.fv__title {
  position: absolute;
  bottom: -20%;
  right: 55%;
}

.fv__title img {
  object-fit: contain;
}

/*page
-----------------------------------------------*/
.page {
  padding: 0 15px;
}

.page__titlebox {
  max-width: 612px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 26px;
}

.page__list {
  max-width: 865px;
  margin: 0 auto 40px;
}

.page__item {
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #CECDCD;
}

.page__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.1%;
  border-bottom: 1px dashed #F77F6F;
}

.page__def-tit {
  width: 23.1%;
}

.page__def-data {
  width: 76.9%;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .page {
    font-size: 1.4rem;
  }

  .page__titlebox {
    flex-direction: column;
  }

  .page__detail {
    margin-bottom: 20px;
  }
}

/*page-about
-----------------------------------------------*/
.page-about__container {
  max-width: 1026px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.page-about__container--reverse {
  flex-direction: row-reverse;
}

.page-about__container--center {
  align-items: center;
}

.page-about__img {
  max-width: 513px;
  margin-right: 80px;
}

.page-about__img img {
  border-radius: 10px;
}

.page-about__img--reverse {
  margin-right: 0;
  margin-left: 80px;
}

.page-about__icon {
  width: 124px;
  margin-bottom: 30px;
}

.page-about__textbox {
  max-width: 432px;
}

.page-about__text {
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 1025px) {
  .page-about__container {
    flex-direction: column;
    margin-left: auto;
  }

  .page-about__img {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .page-about__img--reverse {
    margin-left: auto;
    margin-right: 0;
  }

  .page-about__textbox--reverse {
    margin-right: auto;
  }
}

/*message
-----------------------------------------------*/
.message {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

/*staff
-----------------------------------------------*/
.staff {
  padding-bottom: 160px;
}

.staff__list {
  max-width: 664px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 140px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .staff__list {
    flex-wrap: wrap;
  }
}

/*flow
-----------------------------------------------*/
.page-flow {
  max-width: 1026px;
  margin: 0 auto 160px;
}

.page-flow__container {
  line-height: 1.875;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.page-flow__container::before,
.page-flow__container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-flow__container::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}

.page-flow__container::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}

.page-flow__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
}

.page-flow__text {
  margin-bottom: 40px;
}

.page-flow__list {
  margin-bottom: 40px;
}

/*flow
-----------------------------------------------*/
.flow {
  max-width: 1026px;
  margin: 0 auto 160px;
  position: relative;
  border: 1px solid #FEC3D3;
  border-radius: 10px;
  padding: 80px 48px;
  background: #F7F5F1;
}

.flow__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.flow-list__item {
  display: flex;
  align-items: center;
}

.flow-list__item {
  margin-bottom: 80px;
}

.flow-list__img {
  margin-right: 40px;
}

@media (max-width: 1025px) {
  .flow-list__item {
    flex-direction: column;
  }

  .flow-list__img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .flow-list .page__subtitle {
    text-align: center;
  }
}

/*schedule
-----------------------------------------------*/
.group,
.individual,
.saturday,
.weekday,
.price {
  padding-bottom: 120px;
}

@media (max-width: 600px) {

  .group,
  .individual,
  .saturday,
  .weekday,
  .price {
    padding-bottom: 60px;
  }
}

.schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.schedule__wrapper {
  width: 60%;
  display: flex;
  align-items: center;
}

.schedule__img {
  margin-left: 30px;
  object-fit: cover;
}

.schedule__img img {
  border-radius: 10px;
}

.schedule__textbox {
  width: 75%;
}

.schedule__time {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 102px;
  background-image: url(../img/page_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-box {
  max-width: 1026px;
  margin: 0 auto 80px;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.schedule-list__item {
  width: 200px;
  position: relative;
}

.schedule-list__item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20%;
  left: -3%;
  background: url("../img/schedule_10.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(2)::before {
  background: url("../img/schedule_11.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(3)::before {
  background: url("../img/schedule_12.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(4)::before {
  background: url("../img/schedule_13.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(5)::before {
  background: url("../img/schedule_14.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item:nth-child(6)::before {
  background: url("../img/schedule_15.webp") no-repeat;
  background-size: contain;
}

.schedule-list__item a {
  display: block;
  margin: 10px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
}

.schedule-list__item a:hover,
.schedule-list__item a:focus {
  transition: 0.3s;
}

@media (max-width: 1025px) {
  .schedule-list {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .schedule-list {
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .schedule__wrapper {
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
  }

  .schedule__textbox {
    width: 100%;
  }

  .schedule__time {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .schedule {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .schedule__wrapper {
    width: 100%;
  }

  .schedule__textbox {
    margin-bottom: 40px;
  }

  .schedule__img {
    margin: 0;
  }

  .schedule__timebox {
    display: flex;
  }
}

.price__inner {
  max-width: 460px;
  margin: 0 auto;
}

.price-table {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-collapse: collapse;

}

.price-table tbody {
  background-color: #F7F5F1;
}

.price-table--first {
  max-width: 390px;
  margin: 0 auto 40px;
}

.price-table th,
.price-table td {
  padding: 10px 20px;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
  border: 1px solid #ff6680;
}

.price-table th {
  background-color: pink;
  font-weight: normal;
}

/*recruit
-----------------------------------------------*/
.recruit {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .recruit {
    margin-bottom: 40px;
  }
}

/*contact
-----------------------------------------------*/
.privacy-link {
  text-decoration: underline;
}

.page .top-summary__container {
  max-width: 700px;
}

@media (max-width: 600px) {
  .page .top-summary__textbox {
    text-align: start;
  }
}

.form {
  color: #333;
  padding: 0 15PX 100px;
}

.form__inner {
  max-width: 812px;
  margin: 0 auto;
}

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form__text {
  font-weight: bold;
}

.form__title {
  width: 30%;
}

.form__title span {
  margin-top: 10px;
}

.form__title label {
  font-weight: bold;
}

.form .text,
.form .textarea {
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 1.6rem;
  padding: 14px 16px;
  background: #fff;
}

.form .text::placeholder,
.form .textarea::placeholder {
  color: #C1C1C1;
}

.form .child {
  max-width: 577px;
  margin-left: auto;
  background-color: #def7c9;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.form .child__list {
  max-width: 400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form .textarea {
  resize: none;
}

.form__required {
  display: block;
  font-size: 1.3rem;
  color: #F77F6F;
  font-weight: normal;
}

.form__btn {
  color: #740808;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .form__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__item {
    flex-direction: column;
    align-items: baseline;
  }

  .form .child {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .form__radio .mwform-radio-field {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

/*contact-result
-----------------------------------------------*/
.page-contact-result {
  margin-bottom: 140px;
}

.page-contact-result__inner {
  padding: 100px 120px;
}

.page-contact-result__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  margin-bottom: 60px;
}

.page-contact-result__box {
  max-width: 820px;
  margin: 0 auto;
}

.page-contact-result__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-contact-result__text:last-child {
  margin-top: 30px;
}

.page-contact-result__text::before,
.page-contact-result__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-contact-result__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-contact-result__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media (max-width: 1025px) {
  .page-contact-result {
    margin-bottom: 80px;
  }

  .page-contact-result__inner {
    padding: 80px 4vw;
  }
}

@media (max-width: 600px) {
  .page-contact-result {
    padding: 80px 0;
  }
}

/*page-privacy
-----------------------------------------------*/
.page-privacy {
  margin: 80px 20px 203px;
}

.page-privacy__title {
  font-size: clamp(2.4rem, 6vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 44px;
}

.page-privacy__sub-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__sub-title::before,
.page-privacy__sub-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__sub-title::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__sub-title::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__textbox {
  max-width: 800px;
  margin: 0 auto;
}

.page-privacy__text {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 2;
}

.page-privacy__text::before,
.page-privacy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.page-privacy__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.page-privacy__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.page-privacy__text--right {
  margin-top: 28px;
  text-align: right;
}

.page-privacy__text--br {
  margin-bottom: 60px;
}

/*404
-----------------------------------------------*/
.error {
  padding: 80px 15px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

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

/* ヘッダーお知らせ */
.header__notice {
  text-align: center;
  margin: 5px auto;
  font-size: 1.2rem;
  color: #333;
  width: 100%;
  max-width: 380px;
  background-color: #fff9e9;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #ffcc66;
}

.header__notice p {
  margin: 0;
  font-weight: bold;
  color: #f77c12;
}

.header__notice small {
  color: #666;
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .header__notice {
    font-size: 1.2rem;
    max-width: 300px;
    margin: 3px auto;
  }
}