@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  /* 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;
}

li {
  list-style-type: none;
}

/* Lists (definition) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          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.
 */
img,
svg,
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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
/**
 * 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;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  opacity: 1;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

use {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/**
 * Swiper 10.3.1
 * 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: September 28, 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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  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-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

.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 {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

.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-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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@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 svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

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

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

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

.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: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-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;
  -moz-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 {
  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;
  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%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.swiper .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 {
  pointer-events: auto;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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;
}

/*  scssへ記述  */
.l-Container {
  max-width: 1128px;
  margin-inline: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-Container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-Container-General {
  max-width: 1128px;
  margin-inline: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-Container-General {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-Container-Feature {
  max-width: 1268px;
}

.l-Container-Header {
  max-width: 1920px;
  margin-inline: auto;
}

.Service__Section {
  scroll-margin-top: 80px;
}

.Section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .Section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.c-ButtonDetail {
  position: relative;
  width: clamp(
    13.3125rem,
    calc(7.6041666667rem + 19.0277777778vw),
    21.875rem
  );
  margin-inline: auto;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3eb6cf;
  color: #3eb6cf;
  background-color: #ffffff;
  font-size: clamp(
    0.9375rem,
    calc(0.8125rem + 0.4166666667vw),
    1.125rem
  );
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1125rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-ButtonDetail {
    height: 43px;
    border: 1px solid #3eb6cf;
  }
}
.c-ButtonDetail:after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 12px;
  -webkit-mask-image: url("../image/icon/arrow-detail.svg");
          mask-image: url("../image/icon/arrow-detail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #03a7cd;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-ButtonDetail:after {
    width: 21px;
    height: 6px;
    right: 1rem;
  }
}
.c-ButtonDetail:hover {
  color: #ffffff;
  background-color: #3eb6cf;
}
.c-ButtonDetail:hover:after {
  right: 1.375rem;
  background: #ffffff;
}

.c-ButtonDetail-White {
  border: 2px solid rgb(255, 255, 255);
  z-index: 1;
  color: white;
}
@media (max-width: 768px) {
  .c-ButtonDetail-White {
    border: 1px solid rgb(255, 255, 255);
  }
}

.c-ButtonDetail-Black {
  border: 2px solid #03a7cd;
  z-index: 1;
  color: #03a7cd;
}
@media (max-width: 768px) {
  .c-ButtonDetail-Black {
    border: 2px solid #03a7cd;
  }
}

/*=======================*/
/* Start HeaderContact
/*=======================*/
.c-HeaderContactText {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .c-HeaderContactText {
    font-size: 15px;
  }
}

/*=======================*/
/* Start ContactButton
/*=======================*/
.fv-ContactButton,
.c-ContactButton {
  width: 430px;
  height: clamp(
    2.875rem,
    calc(1.7083333333rem + 3.8888888889vw),
    4.625rem
  );
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .fv-ContactButton:hover,
.c-ContactButton:hover {
    opacity: 0.7;
  }
}

.c-NavContactButton {
  width: 430px;
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .c-NavContactButton {
    height: 46px;
    flex-direction: row;
  }
}
@media (hover: hover) {
  .c-NavContactButton:hover {
    opacity: 0.7;
  }
}

.fv-ContactButton--House,
.c-ContactButton--House {
  background-color: #f7f7f7;
}

.fv-ContactButton--Event,
.c-ContactButton--Event {
  background-color: #333333;
  color: #ffffff;
}

.fv-ContactButton--Inquiry,
.c-ContactButton--Inquiry {
  background-color: #3eb6cf;
  color: #ffffff;
}

.fv-ContactButtonText,
.c-ContactButtonText {
  font-size: clamp(
    0.9375rem,
    calc(0.8125rem + 0.4166666667vw),
    1.125rem
  );
}
@media (max-width: 768px) {
  .fv-ContactButtonText,
.c-ContactButtonText {
    margin-left: 4px;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: 0.1em;
  }
}

.fv-ContactButtonIcon,
.c-ContactButtonIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
}
@media (max-width: 768px) {
  .fv-ContactButtonIcon,
.c-ContactButtonIcon {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

.fv-ContactButtonIcon--House,
.c-ContactButtonIcon--House {
  background-image: url(../image/icon/contact-house.svg);
}

.fv-ContactButtonIcon--Inquiry,
.c-ContactButtonIcon--Inquiry {
  background-image: url(../image/icon/contact-inquiry.svg);
}

.fv-ContactButtonIcon--Event,
.c-ContactButtonIcon--Event {
  background-image: url(../image/icon/contact-event.svg);
}

.CardService {
  width: calc((100% - 60px) / 3);
  margin-bottom: 1.25rem;
}
.CardService:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .CardService {
    width: min(480px, 80%);
  }
}
@media (max-width: 480px) {
  .CardService {
    width: 100%;
  }
}

.CardService_Image {
  width: 60%;
  margin-inline: auto;
}

.CardService_Image > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.CardService_title {
  position: relative;
  font-size: rem(20);
  font-weight: 700;
  padding: 0.625rem 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.CardService_title::after {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
  content: "";
  height: 0.5em;
  width: 100%;
  background: #03a7cd;
  opacity: 0.5px;
}

.cardColumn__cardColumnPhoto {
  border: ridge 0.75rem;
  margin-bottom: 1.25rem;
}

.cardColumn__cardColumnPhoto img {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardColumn__areaCardColumnNote {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 0.625rem 0.625rem;
  margin: 0 auto;
  background-color: #03a7cd;
  border: 0.1875rem solid #03a7cd;
  text-align: center;
  position: relative;
}

.cardColumn__areaCardColumnNote::before {
  content: "";
  border: 0.1875rem dashed #03a7cd;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: calc(100% - 0.375rem);
  height: calc(100% - 0.375rem);
}

.cardColumn__noteTitle {
  margin: 0.3125rem 0 0.3125rem;
  font-size: f-clamp(20px, 24px, 1200px, 768px);
  line-height: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}

.cardColumn__noteCaption {
  margin-bottom: 0.625rem;
  line-height: 1rem;
  color: #ffffff;
}

.cardColumn__noteButton {
  width: 65%;
}

.button {
  padding: 0.3125rem 0.9375rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #03a7cd;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .button {
    padding: 0.3125rem 0.625rem;
  }
}
@media (max-width: 480px) {
  .button {
    font-size: 0.8rem;
  }
}

/* end 縦カード型


/// /// /// /// /// /// /// /// /// //// 
///
/// start 横カード型 skill                    */
.cardRowFrame {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 0.125rem #03a7cd;
  border-bottom: solid 0.125rem #03a7cd;
}
.cardRowFrame:before, .cardRowFrame:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 0.125rem;
  height: calc(100% + 1rem);
  background-color: #03a7cd;
}
.cardRowFrame:before {
  left: 0.5rem;
}
.cardRowFrame:after {
  right: 0.5rem;
}

.cardRowInner {
  display: flex;
  padding: 0.8rem 0.8rem;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .cardRowInner {
    flex-direction: column;
  }
}
.cardRowInner__areaHeadLine {
  width: 6.25rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.125rem solid #03a7cd;
  padding: 0.3125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cardRowInner__areaHeadLine {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem;
    aspect-ratio: unset;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.cardRowInner__areaHeadLine P {
  margin-bottom: 0.125rem;
  line-height: 1;
}
.cardRowInner__areaNote {
  flex: 0 1 80%;
  padding-top: 0.625rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.cardRowInner__noteTitle {
  margin: 0.3125rem 0 0.3125rem;
  font-size: 1.5rem;
}
.cardRowInner__noteCaption {
  margin-bottom: 0.625rem;
}

/* end 横カード型
/************************************
//    start single 作品紹介                  */
.c-label {
  display: inline-block;
  padding: 0.1875rem 0.9375rem;
  border-radius: 0.3125rem;
  margin: 0.3125rem;
  letter-spacing: 0.05rem;
  color: #ffffff;
  background-color: #03a7cd;
}

.c-Headline02Wrapper__Japanese {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .c-Headline02Wrapper__Japanese {
    margin-top: 10px;
  }
}

.pr-FrontHeadline02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(
    0.875rem,
    calc(-0.7159090909rem + 6.7878787879vw),
    4.375rem
  );
  font-weight: 400;
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0761363636rem + 0.0484848485vw),
    0.1125rem
  );
}

.pr-FrontTitle02-Sub {
  position: absolute;
  top: -5.4rem;
  left: 50%;
  transform: translateX(-48.7%);
}

.c-Headline02English {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-transform: uppercase;
  font-family: "Quicksand", serif;
  font-size: clamp(
    1.75rem,
    calc(0.5568181818rem + 5.0909090909vw),
    4.375rem
  );
  font-weight: 300;
  line-height: 1;
  letter-spacing: clamp(
    0.175rem,
    calc(0rem + 0.5833333333vw),
    0.4375rem
  );
}
.c-Headline02English::first-letter {
  color: #3eb6cf;
}
@media (max-width: 768px) {
  .c-Headline02English {
    transform: translateX(2%);
  }
}

.c-Headline02Japanese {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(
    0.875rem,
    calc(0.7083333333rem + 0.5555555556vw),
    1.125rem
  );
  font-weight: 400;
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0708333333rem + 0.0555555556vw),
    0.1125rem
  );
}

.c-FeatureHeadline03__Headline03umber {
  margin-top: 0.625rem;
}

.c-FeatureHeadline03Roof {
  width: 7.875rem;
  height: 1.6875rem;
  display: block;
  margin-inline: auto;
}

.c-FeatureHeadline03Number {
  font-family: "Quicksand", serif;
  font-size: 32px;
}

.WrapHeadLine02Sub-Works {
  width: 70%;
}

.headline02Sub {
  margin-top: -6.875rem;
  font-family: "Quicksand", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #03a7cd;
}

.headline02Sub-white {
  color: #ffffff;
}

.headline02Sub-Center {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.headline02Sub-Center::before {
  margin-right: 2rem;
}

.headline02Sub-Center::after {
  margin-left: 2rem;
}

.headline02Sub-Left {
  display: flex;
  align-items: center;
  text-align: left;
}

.headline02Sub-CenterDark::before,
.headline02Sub-CenterDark::after,
.headline02Sub-RightDark::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #03a7cd;
}

.headline02Sub-CenterWhite::before,
.headline02Sub-CenterWhite::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #ffffff;
}

.headline02Sub-Future {
  position: relative;
  z-index: auto;
  font-size: 3.5rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  .headline02Sub-WorkingHours {
    font-size: 2.5rem;
  }
}

.headline02-page {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #03a7cd;
}
.headline02-page:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #03a7cd;
}

.pr-DrawerBurger {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  z-index: 105;
}
.pr-DrawerBurger::after {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  content: "Menu";
  color: #3eb6cf;
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px; /* 150% */
  letter-spacing: 0.48px;
}

.pr-DrawerBurgerChange::after {
  content: "Close";
  color: #333333;
}

.pr-DrawerBurgerLine {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #3eb6cf;
  transition: translate 0.5s ease, background-color 0.5s ease;
}
.pr-DrawerBurgerLine::before, .pr-DrawerBurgerLine::after {
  position: absolute;
  top: 0;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #3eb6cf;
}
.pr-DrawerBurgerLine::before {
  left: 0.625rem;
}
.pr-DrawerBurgerLine::after {
  right: 0.625rem;
}

.js-DrawerIsOpen {
  background-color: #333333;
  transform: scale(1.6, 1.6);
  transition: all 0.3s ease;
}
.js-DrawerIsOpen::before {
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  background-color: #333333;
}
.js-DrawerIsOpen::after {
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  background-color: #333333;
}

.js-DrawerLayerShow {
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

.js-DrawerModalBody {
  overflow-y: hidden;
}

@media (max-width: 1200px) {
  .pr-DrawerWrapHeader {
    position: absolute;
    top: 0;
    right: -100vw;
    z-index: 104;
    overflow: auto;
  }
}
@media (max-width: 1200px) {
  .pr-DrawerWrapHeader {
    width: 100%;
    right: 0;
    transform: translateX(100vw);
    transition: transform 0.3s;
  }
}

@media (max-width: 1200px) {
  .pr-DrawerWrapHeader-drawer {
    transform: translateX(0);
    transition: transform 0.3s;
  }
}

.svg {
  width: 100%;
  height: 100%;
}

.pr-SnsIcon {
  width: 30px;
  height: 30px;
  color: #333333;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #707070;
}
.pr-SnsIcon--Twitter {
  -webkit-mask-image: url("../image/sns/twitter.svg");
          mask-image: url("../image/sns/twitter.svg");
}
.pr-SnsIcon--Instagram {
  -webkit-mask-image: url("../image/sns/instagram.svg");
          mask-image: url("../image/sns/instagram.svg");
}
.pr-SnsIcon--Youtube {
  -webkit-mask-image: url("../image/sns/youtube.svg");
          mask-image: url("../image/sns/youtube.svg");
}

.FadeUp {
  -webkit-animation-name: FadeUpAnime;
          animation-name: FadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.FadeInLeft {
  -webkit-animation-name: FadeInLeft;
          animation-name: FadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes FadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes FadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.FadeInRight {
  -webkit-animation-name: FadeInRight;
          animation-name: FadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes FadeInRight {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.u-HeaderShowOnlyPC {
  display: block;
}
@media (max-width: 1200px) {
  .u-HeaderShowOnlyPC {
    display: none;
  }
}

.u-HeaderShowOnlySP {
  display: none;
}
@media (max-width: 1200px) {
  .u-HeaderShowOnlySP {
    display: block;
  }
}

.u-HeaderShowSPInline {
  display: none;
}
@media (max-width: 1200px) {
  .u-HeaderShowSPInline {
    display: inline-block;
  }
}

.u-OnlyShowSPBlock {
  display: none;
}
@media (max-width: 768px) {
  .u-OnlyShowSPBlock {
    display: block;
  }
}

.u-OnlyShowSPInlineBlock {
  display: none;
}
@media (max-width: 768px) {
  .u-OnlyShowSPInlineBlock {
    display: inline-block;
  }
}

.u-ShowOnlyPC {
  display: block;
}
@media (max-width: 768px) {
  .u-ShowOnlyPC {
    display: none;
  }
}

.u-ShowOnlySP {
  display: none;
}
@media (max-width: 768px) {
  .u-ShowOnlySP {
    display: block;
  }
}

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

.u-InlineBlock {
  display: inline-block;
}

.u-CenterSelf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.u-Space {
  margin-left: 1.25rem;
}

@media (max-width: 1200px) {
  .a-HeaderMenuBody {
    padding: 0 48px 100px;
  }
}

.a-HeaderWrapNav {
  display: flex;
}
@media (max-width: 1200px) {
  .a-HeaderWrapNav {
    margin-top: 25px;
  }
}
.a-HeaderWrapNav__ContactList {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .a-HeaderWrapNav__ContactList {
    margin-top: 31px;
  }
}
.a-HeaderWrapNav__WrapPhone {
  margin-top: 26px;
}
.a-HeaderWrapNav__OnWork {
  margin-top: 2px;
}
.a-HeaderWrapNav__WrapSNS {
  margin-top: 1.4375rem;
}

@media (max-width: 1200px) {
  .a-HeaderNavContact {
    margin-top: 1.5625rem;
  }
}

.a-HeaderNavContactList {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .a-HeaderNavContactList__Item:not(:first-child) {
    margin-top: 26px;
  }
}

.a-Header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .a-Header {
    height: 50px;
  }
}

.a-HeaderLayout {
  height: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .a-HeaderLayout {
    background-color: rgba(255, 255, 255, 0.7);
    height: 3.125rem;
  }
}
.a-HeaderLayout__MainLogo {
  margin-left: clamp(
    1.25rem,
    calc(0.625rem + 2.0833333333vw),
    3.125rem
  );
}
.a-HeaderLayout__AreaIconBurger {
  position: absolute;
  top: -5px;
  right: 14px;
}
.a-HeaderLayout__HeaderWrapMenu {
  margin-left: auto;
}

.a-HeaderMainLogo {
  width: clamp(
    7.1875rem,
    calc(2.2916666667rem + 6.5277777778vw),
    10.125rem
  );
}
@media (max-width: 1200px) {
  .a-HeaderMainLogo {
    width: 5.875rem;
    aspect-ratio: 94/24;
  }
}

.a-HeaderWrapMenu {
  color: #333333;
  height: inherit;
}
@media (max-width: 1200px) {
  .a-HeaderWrapMenu {
    width: 100vw;
    height: 100vh;
    margin-top: 50px;
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .a-HeaderWrapMenu {
    width: 100%;
  }
}

.a-WrapMenuHeader {
  display: none;
}
@media (max-width: 1200px) {
  .a-WrapMenuHeader {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
  }
}

.a-HeaderMenuBody {
  height: inherit;
}
@media (max-width: 1200px) {
  .a-HeaderMenuBody {
    display: block;
    height: unset;
  }
}

.HeaderLogoSP {
  margin-top: 0.6875rem;
  margin-left: 1.25rem;
  width: 5.875rem;
  aspect-ratio: 94/29;
}

.a-HeaderWrapNav {
  height: inherit;
}
@media (max-width: 1200px) {
  .a-HeaderWrapNav {
    display: block;
    height: unset;
    max-width: 458px;
    margin-inline: auto;
  }
}

.a-HeaderNavList {
  display: flex;
  align-items: center;
  color: #000000;
}
@media (max-width: 1200px) {
  .a-HeaderNavList {
    display: block;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .a-HeaderNavList__HeaderNavItem {
    margin-top: 3.125rem;
  }
}

.a-HeaderNavItem {
  margin-right: clamp(
    0.9375rem,
    calc(-1.6666666667rem + 3.4722222222vw),
    2.5rem
  );
  font-size: clamp(
    1rem,
    calc(0.8958333333rem + 0.1388888889vw),
    1.0625rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .a-HeaderNavItem {
    margin-right: unset;
    margin-top: unset;
    padding-left: 4px;
    padding-bottom: 9px;
    border-bottom: 1px solid #707070;
  }
  .a-HeaderNavItem:not(:first-child) {
    margin-top: 16px;
  }
}

.a-HeaderNavItem__Link {
  position: relative;
}
.a-HeaderNavItem__Link::after {
  content: "";
  width: 0;
  height: 3px;
  transition: width 0.3s;
}
@media (hover: hover) {
  .a-HeaderNavItem__Link:hover::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3eb6cf;
  }
}

.LayoutHeader__navSP {
  display: flex;
}

.NavPCList {
  display: flex;
  justify-content: center;
}

.headNavSP {
  width: 23.4375rem;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -23.4375rem;
}

.HeaderNav {
  display: flex;
}

.a-HeaderNavContactList {
  display: flex;
}
@media (max-width: 1200px) {
  .a-HeaderNavContactList {
    flex-direction: column;
  }
}

.a-HeaderNavContactItem {
  width: clamp(
    5.9375rem,
    calc(3.8541666667rem + 2.7777777778vw),
    7.1875rem
  );
  height: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .a-HeaderNavContactItem {
    margin-top: 1.5625rem;
    width: 100%;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.9375rem;
  }
}

.a-HeaderContactImage {
  margin-inline: auto;
  width: 24px;
  height: 26px;
}
@media (max-width: 1200px) {
  .a-HeaderContactImage {
    margin-inline: unset;
  }
}
.a-HeaderContactImage--mail {
  height: 19px;
}

.a-HeaderContactNote {
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(
    0.75rem,
    calc(0.5416666667rem + 0.2777777778vw),
    0.875rem
  );
  font-weight: 400;
  line-height: 1.5; /* 21px */
  letter-spacing: 1.4px;
  text-align: center;
}
@media (max-width: 1200px) {
  .a-HeaderContactNote {
    margin-top: unset;
    margin-left: 0.3125rem;
    width: auto;
    margin-inline: unset;
  }
}
.a-HeaderContactNote--model {
  color: #333333;
}
.a-HeaderContactNote--event, .a-HeaderContactNote--mail {
  color: #ffffff;
  line-height: 1.07; /* 21px */
  white-space: nowrap;
}
.a-HeaderContactNote--phone {
  font-family: "Marcellus", sans-serif;
}

.a-HeaderNavPhone {
  width: 1.375rem;
  aspect-ratio: 1/1;
}

.a-HeaderWrapSNS {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}

.a-HeaderSNS {
  width: 1.375rem;
  background-color: #fff;
}
.a-HeaderSNS--youtube {
  aspect-ratio: 734/518;
}

.a-HeaderPhoneTime {
  margin-top: 1.375rem;
}

/*=======================*/
/* Start Layout 
/*=======================*/
.Footer {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .Footer {
    padding-top: 52px;
  }
}

.LayoutFooter__Logo {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .LayoutFooter__Logo {
    margin-top: 0;
  }
}
.LayoutFooter__Overview {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .LayoutFooter__Overview {
    margin-top: 20px;
  }
}
.LayoutFooter__Others {
  margin-top: 47px;
}
@media (max-width: 768px) {
  .LayoutFooter__Others {
    margin-top: 30px;
  }
}

.FooterList__Item:not(:first-child) {
  margin-top: 32px;
}

.FooterOthers__AreaSNS {
  position: absolute;
  top: 50%;
  left: 86%;
  transform: translateY(-50%);
  margin-left: clamp(
    1.25rem,
    calc(-14.1346153846rem + 32.0512820513vw),
    7.5rem
  );
}
@media (max-width: 768px) {
  .FooterOthers__AreaSNS {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .FooterOthers__Copy {
    margin-top: 18px;
  }
}

/*=======================*/
/* End Layout 
/*=======================*/
.LayoutFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .LayoutFooter {
    flex-direction: column;
  }
}

.WrapFooterNav {
  width: 100%;
}

.FooterNav {
  display: flex;
}
.FooterNav__List {
  flex: 1 1 223px;
}
@media (max-width: 1200px) {
  .FooterNav__List {
    flex-basis: auto;
  }
}

.FooterList {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
}
.FooterList:not(:first-child) {
  margin-left: clamp(
    0.9375rem,
    calc(-1.8402777778rem + 5.787037037vw),
    2.5rem
  );
}
.FooterList:not(:last-child) {
  border-right: 1px solid #333333;
}

.FooterList01Item {
  position: relative;
  padding-left: 15px;
}
.FooterList01Item::before {
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../image/icon/footer-arrow.svg);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.FooterList02Item {
  position: relative;
  padding-left: 10px;
}

.FooterList2Item {
  padding-left: 38px;
}

.FooterLogo {
  width: clamp(
    7.875rem,
    calc(6.375rem + 5vw),
    10.125rem
  );
  aspect-ratio: 162/50;
}

.FooterOverview {
  text-align: center;
}
.FooterOverview__Address {
  margin-top: 10px;
}
.FooterOverview__Phone {
  margin-top: 0;
}
@media (max-width: 768px) {
  .FooterOverview__Phone {
    margin-top: 10px;
  }
}

.FooterName {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; /* 27px */
  letter-spacing: 1.8px;
}

.FooterAddress {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.1em;
}

.FooterPhone {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 24px */
}
@media (max-width: 768px) {
  .FooterPhone {
    letter-spacing: 0.1em;
    flex-direction: column;
    gap: 5px;
    margin-left: 12px;
  }
}

.FooterOthers {
  position: relative;
}
@media (max-width: 768px) {
  .FooterOthers {
    display: flex;
    flex-direction: column-reverse;
  }
}

.FooterCopy {
  font-family: "Quicksand", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 1.6px;
  position: relative;
}
@media (max-width: 768px) {
  .FooterCopy {
    letter-spacing: 0;
  }
}
.FooterCopy__SNS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.FooterAreaSNS {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .FooterAreaSNS {
    justify-content: center;
    gap: 20px;
  }
}

.fv-MainViewWrap__Note {
  position: absolute;
  top: 28.4%;
  left: 66.7%;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv-MainViewWrap__Note {
    top: 71.2%;
    left: unset;
    right: 10px;
  }
}

.fv-MainViewArea {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .fv-MainViewArea {
    margin-top: 50px;
  }
}

.fv-MainViewWrap {
  position: relative;
}

.fv-MainViewSwiper {
  overflow-x: hidden;
}

.fv-MainViewWrapPicture {
  overflow: hidden;
  position: relative;
}

.fv-MainViewPicture {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv-MainViewPicture {
    max-height: 28.9375rem;
  }
}

.fv-MainViewImage {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 980px;
}
.fv-MainViewImage-top {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.fv-MainViewImage-bottom {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.ZoomIn {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-name: ZoomIn;
          animation-name: ZoomIn;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes ZoomIn {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

@keyframes ZoomIn {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.fv-MainViewWrapNote {
  background: #ffffff;
  width: clamp(
    15.125rem,
    calc(3.5rem + 24.21875vw),
    32.5625rem
  );
  padding-top: clamp(
    1.4375rem,
    calc(0.3125rem + 2.34375vw),
    3.125rem
  );
  padding-left: clamp(
    1.375rem,
    calc(-0.4166666667rem + 3.7326388889vw),
    4.0625rem
  );
  padding-right: clamp(
    1.5rem,
    calc(-0.2083333333rem + 3.5590277778vw),
    4.0625rem
  );
  padding-bottom: clamp(
    1.0625rem,
    calc(-0.2291666667rem + 2.6909722222vw),
    3rem
  );
  text-transform: uppercase;
}

.fv-MainViewNote1 {
  font-size: clamp(
    2.0625rem,
    calc(0.5208333333rem + 3.2118055556vw),
    4.375rem
  );
  font-family: "Quicksand", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: clamp(
    0.309375rem,
    calc(0.2239583333rem + 0.1779513889vw),
    0.4375rem
  );
}
.fv-MainViewNote1:not(:first-child) {
  margin-top: 0.5166vw;
}
@media (max-width: 768px) {
  .fv-MainViewNote1:not(:first-child) {
    margin-top: -1px;
  }
}
@media (max-width: 768px) {
  .fv-MainViewNote1 {
    font-size: 33px;
    letter-spacing: 0.309375rem;
  }
}

.fv-MainViewNote2 {
  margin-top: clamp(
    0.75rem,
    calc(0.4166666667rem + 0.6944444444vw),
    1.25rem
  );
  padding-top: clamp(
    0.625rem,
    calc(0.5416666667rem + 0.1736111111vw),
    0.75rem
  );
  font-size: clamp(
    1.125rem,
    calc(0.625rem + 1.0416666667vw),
    1.875rem
  );
  font-weight: 400;
  line-height: 1;
  letter-spacing: clamp(
    -0.03125rem,
    calc(-0.2395833333rem + 0.4340277778vw),
    0.28125rem
  );
  border-top: 1px solid #3eb6cf;
}
.fv-MainViewNote2::first-letter {
  color: #3eb6cf;
}

.AddBlue {
  color: #3eb6cf;
}

.fv-MainViewScroll {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 17px;
  aspect-ratio: 0.2361111111;
}

/*=======================*/
/* Layout
/*=======================*/
.fv-SectionEvent {
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .fv-SectionEvent {
    padding-top: 150px;
  }
}
@media (max-width: 480px) {
  .fv-SectionEvent {
    padding-top: 132px;
  }
}
.fv-SectionEvent__Body {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .fv-SectionEvent__Body {
    margin-top: 24px;
  }
}

.fv-EventBody {
  position: relative;
}
.fv-EventBody__AreaButton {
  margin-top: 60px;
}

/*=======================*/
/* End Layout
/*=======================*/
/* Event Body
/* ======================== */
/* area swiper */
.fv-EventBody {
  overflow-x: hidden;
}

.fv-EventSwiper {
  position: relative;
  margin-left: -370px;
}
@media (max-width: 768px) {
  .fv-EventSwiper {
    margin-left: 0;
  }
}

.swiper-events-prev,
.swiper-events-next {
  position: absolute;
  top: 180px;
  z-index: 2;
  width: clamp(
    1.5625rem,
    calc(0.5208333333rem + 3.4722222222vw),
    3.125rem
  );
  height: clamp(
    1.5625rem,
    calc(0.5208333333rem + 3.4722222222vw),
    3.125rem
  );
}

.swiper-events-prev {
  left: 11.3%;
}
@media (max-width: 768px) {
  .swiper-events-prev {
    left: 0;
  }
}

.swiper-events-next {
  right: 11.3%;
}
@media (max-width: 768px) {
  .swiper-events-next {
    right: 0;
  }
}

/*=======================*/
/* start Card Event Layout 
/*=======================*/
.fv-CardEvent__body {
  margin-top: 18px;
}

.fv-CardEventLink {
  display: flex;
  flex-direction: column;
}

.fv-CardEventBody {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .fv-CardEventBody {
    margin-top: 9px;
  }
}
.fv-CardEventBody__Title {
  margin-top: 17px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .fv-CardEventBody__Title {
    margin-top: 12px;
  }
}
.fv-CardEventBody__Place {
  margin-top: auto;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .fv-CardEventBody__Place {
    margin-top: 12px;
  }
}

.fv-CardEventAreaDate__StartDate {
  margin-left: 4px;
}
.fv-CardEventAreaDate__Symbol {
  margin-left: -2px;
}
.fv-CardEventAreaDate__EndDate {
  margin-left: -2px;
}

/*=======================*/
/* End Event Layout 
/*=======================*/
.fv-CardEvent {
  width: 530px;
  margin-right: 40px;
  height: auto;
}
@media (max-width: 768px) {
  .fv-CardEvent {
    width: 100%;
  }
}

.fv-CardEventLink {
  height: 100%;
}

.fv-CardEventBody {
  margin-top: 23px;
  height: 100%;
}

.fv-CardEventWrapImage {
  position: relative;
  max-width: 632px;
  aspect-ratio: 1.3898678414;
}
.fv-CardEventWrapImage::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "見学会";
  background: #333333;
  color: #ffffff;
  font-size: clamp(
    0.75rem,
    calc(0.5833333333rem + 0.5555555556vw),
    1rem
  );
  font-weight: 400;
  padding-top: clamp(
    0.125rem,
    calc(-0.2583333333rem + 1.2777777778vw),
    0.7rem
  );
  padding-bottom: clamp(
    0.125rem,
    calc(-0.2583333333rem + 1.2777777778vw),
    0.7rem
  );
  padding-left: clamp(
    1rem,
    calc(0.2666666667rem + 2.4444444444vw),
    2.1rem
  );
  padding-right: clamp(
    1rem,
    calc(0.2666666667rem + 2.4444444444vw),
    2.1rem
  );
}

.fv-CardEventAreaDate {
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .fv-CardEventAreaDate {
    padding-bottom: 12px;
  }
}
.fv-CardEventAreaDate::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #aacfd6, #aacfd6 5px, transparent 7px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.fv-CardEventSymbol {
  display: inline-block;
}

.fv-CardEventDate {
  display: inline-block;
  font-family: "Marcellus", sans-serif;
  letter-spacing: clamp(
    0.04375rem,
    calc(-0.0229166667rem + 0.2222222222vw),
    0.14375rem
  );
  font-size: clamp(
    0.875rem,
    calc(0.75rem + 0.4166666667vw),
    1.0625rem
  );
}

.fv-CardEventTitle,
.fv-CardEventPlace {
  font-size: clamp(
    0.875rem,
    calc(0.625rem + 0.8333333333vw),
    1.25rem
  );
  line-height: 1.5;
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0625rem + 0.0833333333vw),
    0.125rem
  );
}

/*************************/
/* Start fv-Feature  
/*************************/
/*=======================*/
/* start Layout 
/*=======================*/
.fv-SectionFeature__Caption {
  margin-top: 27px;
}
.fv-SectionFeature__WrapList {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fv-SectionFeature__WrapList {
    margin-top: 39px;
  }
}

.fv-FeatureBody__WrapList {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .fv-FeatureItem:not(:first-child) {
    margin-top: 30px;
  }
}

/*=======================*/
/* End Layout 
/*=======================*/
.fv-FeatureCaption {
  max-width: 457px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
}

.fv-FeatureWrapList {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .fv-FeatureWrapList {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.fv-FeatureWrapList::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: calc(100% - 160px);
  background-color: #ececec;
}
@media (max-width: 768px) {
  .fv-FeatureWrapList::before {
    content: none;
  }
}
.fv-FeatureWrapList::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: calc(100% - 160px);
  background-color: #ebf8fa;
}
@media (max-width: 768px) {
  .fv-FeatureWrapList::after {
    content: none;
  }
}

.fv-FeatureList {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-template-areas: "FeatureItem01 FeatureItem02" "FeatureItem01 FeatureItem03";
}
.fv-FeatureList__Item01 {
  grid-area: FeatureItem01;
}
.fv-FeatureList__Item02 {
  grid-area: FeatureItem02;
}
.fv-FeatureList__Item03 {
  grid-area: FeatureItem03;
}
@media (max-width: 768px) {
  .fv-FeatureList {
    grid-template-rows: 3fr;
    grid-template-columns: 1fr;
    grid-template-areas: "FeatureItem01" "FeatureItem02" "FeatureItem03";
  }
}

@media (max-width: 768px) {
  .fv-FeatureItem {
    height: 180px;
  }
}

.fv-FeatureItemBG {
  position: relative;
  z-index: 2;
}
.fv-FeatureItemBG::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #256c7b;
  opacity: 0.4;
}

.fv-FeatureArticle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fv-FeatureArticle__Note {
  margin-top: clamp(
    0.9375rem,
    calc(0.46875rem + 0.9765625vw),
    1.25rem
  );
}

.fv-FeatureHeadline03__Number {
  margin-top: clamp(
    0.3125rem,
    calc(-0.71875rem + 2.1484375vw),
    1rem
  );
}
.fv-FeatureHeadline03__Headline03 {
  margin-top: clamp(
    0.3125rem,
    calc(-0.15625rem + 0.9765625vw),
    0.625rem
  );
}

/*=======================*/
/* end Layout 
/*=======================*/
.fv-FeatureCaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.fv-FeatureList {
  max-width: 1080px;
  width: 100%;
  aspect-ratio: 2.3580786026;
  margin-inline: auto;
  color: #ffffff;
}
@media (max-width: 768px) {
  .fv-FeatureList {
    aspect-ratio: unset;
  }
}

.fv-FeatureItem {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.fv-FeatureItemBG {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.fv-FeatureItemBG:hover {
  transform: scale(1.1);
}

.fv-FeatureItemBG-01 {
  aspect-ratio: 1/1;
  background-image: url(../image/front/feature-1.jpg);
}
@media (max-width: 768px) {
  .fv-FeatureItemBG-01 {
    aspect-ratio: 335/180;
  }
}

.fv-FeatureItemBG-02,
.fv-FeatureItemBG-03 {
  aspect-ratio: 2/1;
}
@media (max-width: 768px) {
  .fv-FeatureItemBG-02,
.fv-FeatureItemBG-03 {
    aspect-ratio: 335/180;
  }
}

.fv-FeatureItemBG-02 {
  background-image: url(../image/front/feature-2.jpg);
}

.fv-FeatureItemBG-03 {
  background-image: url(../image/front/feature-3.jpg);
}

.fv-FeatureArticle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  padding-left: clamp(
    1rem,
    calc(-1.4rem + 8vw),
    5rem
  );
  padding-right: clamp(
    1rem,
    calc(-1.4rem + 8vw),
    5rem
  );
}
@media (max-width: 768px) {
  .fv-FeatureArticle {
    position: absolute;
    padding-top: 20px;
  }
}

.fv-FeatureRoof {
  width: clamp(
    3rem,
    calc(-5.6666666667rem + 18.0555555556vw),
    7.875rem
  );
  margin-inline: auto;
}

.fv-FeatureNumber {
  color: #fff;
  text-align: center;
  font-family: "Quicksand", serif;
  font-size: clamp(
    1.0625rem,
    calc(0.5rem + 1.875vw),
    2rem
  );
  font-weight: 400;
  line-height: 1;
}

.fv-FeatureHeadline03 {
  color: #fff;
  text-align: center;
  font-size: clamp(
    1.0625rem,
    calc(0.40625rem + 1.3671875vw),
    1.5rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 36px */
  letter-spacing: 2.4px;
}

.fv-FeatureNote {
  text-align: left;
  font-size: clamp(
    0.875rem,
    calc(0.6875rem + 0.390625vw),
    1rem
  );
  font-weight: 500;
  line-height: clamp(
    1.3125rem,
    calc(1.03125rem + 0.5859375vw),
    1.5rem
  );
  letter-spacing: clamp(
    0.0875rem,
    calc(0.06875rem + 0.0390625vw),
    0.1rem
  );
}
@media (max-width: 768px) {
  .fv-FeatureNote {
    padding-bottom: 42px;
  }
}

/*=======================*/
/* Start Layout 
/*=======================*/
.fv-AchieveLayout__Swiper {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .fv-AchieveLayout__Swiper {
    margin-top: 28px;
  }
}
.fv-AchieveLayout__Button {
  margin-top: clamp(
    1.8125rem,
    calc(0.6875rem + 3.75vw),
    3.5rem
  );
}

.fv-CardAchieve__Caption {
  margin-top: 10px;
  margin-top: clamp(
    0.25rem,
    calc(0rem + 0.8333333333vw),
    0.625rem
  );
}
.fv-CardAchieve__Title {
  margin-top: 11px;
}
@media (max-width: 768px) {
  .fv-CardAchieve__Title {
    margin-top: 0px;
  }
}

/*=======================*/
/* End Layout 
/*=======================*/
.Section-Achieve {
  position: relative;
  z-index: 0;
}
.Section-Achieve::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  transform: translateX(7%);
  content: "";
  width: 53.8541666667%;
  aspect-ratio: 2.4102564103;
  background-image: url(../image/front/achieve_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .Section-Achieve::before {
    width: 100%;
    right: 15%;
    background-image: url(../image/front/achieve_bg.jpg);
  }
}
.Section-Achieve::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-21.5%);
  z-index: -2;
  content: "";
  width: 63.4895833333%;
  height: 63%;
  background-color: #f7f4ed;
}
@media (max-width: 768px) {
  .Section-Achieve::after {
    width: 84%;
    right: 0;
    left: auto;
    transform: none;
  }
}

.fv-AchieveSwiper {
  overflow-x: hidden;
}

.fv-AchieveSwiperInner {
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  .fv-AchieveSwiperInner {
    position: relative;
    left: 9%;
  }
}

.fv-CardAchieve {
  width: clamp(
    19.1875rem,
    calc(15.6875rem + 11.6666666667vw),
    24.4375rem
  );
  margin-right: clamp(
    1.5625rem,
    calc(1.3541666667rem + 0.6944444444vw),
    1.875rem
  );
}

.fv-CardAchieveAreaImage {
  max-width: 391px;
  width: 100%;
  aspect-ratio: 1.3851590106;
}

.fv-CardAchieveCaption {
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0791666667rem + 0.0277777778vw),
    0.1rem
  );
  font-style: normal;
}

.fv-AchieveTitle {
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0791666667rem + 0.0277777778vw),
    0.1rem
  );
}

/*=======================*/
/* start Layout 
/*=======================*/
.SectionLineUp {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .SectionLineUp {
    padding-top: 56px;
    padding-bottom: 0px;
  }
}

.fv-LineUpLayout__Japanese {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .fv-LineUpLayout__Japanese {
    margin-top: 7px;
  }
}
.fv-LineUpLayout__Caption {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .fv-LineUpLayout__Caption {
    margin-top: 23px;
  }
}
.fv-LineUpLayout__Body {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fv-LineUpLayout__Body {
    margin-top: 28px;
  }
}

.fv-LineUpBody__Card:not(:first-child) {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .fv-LineUpBody__Card:not(:first-child) {
    margin-top: 0px;
  }
}

.fv-LineUpCardArticle__headline03 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .fv-LineUpCardArticle__headline03 {
    margin-top: 25px;
  }
}
.fv-LineUpCardArticle__Note {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .fv-LineUpCardArticle__Note {
    margin-top: 14px;
  }
}
.fv-LineUpCardArticle__Button {
  margin-top: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .fv-LineUpCardArticle__Button {
    margin-top: 22px;
  }
}

/*=======================*/
/* End Layout 
/*=======================*/
.fv-LineUpCaption {
  max-width: 791px;
  margin-inline: auto;
  color: #333;
  text-align: center;
  font-size: clamp(
    0.875rem,
    calc(0.6527777778rem + 0.462962963vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .fv-LineUpCaption {
    max-width: 315px;
  }
}

/*=======================*/
/* Start Card
/*=======================*/
.fv-LineUpCard {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .fv-LineUpCard {
    flex-direction: column;
    gap: 0;
  }
}
.fv-LineUpCard:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .fv-LineUpCard:nth-child(2n) {
    flex-direction: column;
    gap: 0;
  }
}

.fv-LineUpCardArticle {
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: clamp(
    1rem,
    calc(-2.09375rem + 6.4453125vw),
    3.0625rem
  );
  padding-right: clamp(
    1rem,
    calc(-2.09375rem + 6.4453125vw),
    3.0625rem
  );
}
@media (max-width: 768px) {
  .fv-LineUpCardArticle {
    padding-top: 18px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.fv-LineUpHeadline03-sub {
  color: #333;
  text-align: center;
  font-family: "Quicksand", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.fv-LineUpHeadline03-sub::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 2px;
  background: #333333;
}

.fv-LineUpHeadline03 {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 2.2px;
}
@media (max-width: 768px) {
  .fv-LineUpHeadline03 {
    letter-spacing: 0px;
  }
}

.fv-LineUpNote {
  max-width: 363px;
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: clamp(
    0.0875rem,
    calc(0.0791666667rem + 0.0277777778vw),
    0.1rem
  );
}
@media (max-width: 768px) {
  .fv-LineUpNote {
    width: 100%;
  }
}

.fv-LineUpCardAreaImage-1 {
  width: calc(50vw + 74px);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .fv-LineUpCardAreaImage-1 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 188px;
  }
}

.fv-LineUpCardAreaImage-2 {
  width: calc(50vw + 74px);
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .fv-LineUpCardAreaImage-2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 188px;
  }
}

.fv-LineUpCardImage {
  width: 100%;
  height: 100%;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.fv-LineUpButton {
  margin-inline: auto;
}

/*=======================*/
/* Start Layout 
/*=======================*/
.Section-News {
  background-color: #f7f7f7;
}

.fv-NewsLayout__Grid {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .fv-NewsLayout__Grid {
    margin-top: 32px;
  }
}
.fv-NewsLayout__Button {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .fv-NewsLayout__Button {
    margin-top: 30px;
  }
}

.fv-NewsGrid {
  display: grid;
  -moz-column-gap: 5.1851851852%;
       column-gap: 5.1851851852%;
  grid-template-columns: 47.5% 47.5%;
  grid-template-areas: "Item01 Item02 " "Item01 Item03" "Item01 Item04";
}
@media (max-width: 768px) {
  .fv-NewsGrid {
    grid-template-columns: 100%;
    grid-template-areas: "Item01" "Item02" "Item03" "Item04";
  }
}
.fv-NewsGrid__Item01 {
  grid-area: Item01;
}
.fv-NewsGrid__Item02 {
  grid-area: Item02;
}
.fv-NewsGrid__Item03 {
  grid-area: Item03;
}
.fv-NewsGrid__Item04 {
  grid-area: Item04;
}

.fv-NewsItem02 {
  display: flex;
  gap: 27px;
}
.fv-NewsItem02__Image {
  flex: 1 1 190px;
}
.fv-NewsItem02__AreaNote {
  flex: 1 1 294px;
}

@media (max-width: 768px) {
  .fv-NewsItem01,
.fv-NewsItem02 {
    display: flex;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .fv-NewsItem01__Image,
.fv-NewsItem02__Image {
    flex: 1 1 39.3220338983%;
  }
}
@media (max-width: 768px) {
  .fv-NewsItem01__AreaNote,
.fv-NewsItem02__AreaNote {
    flex: 1 1 55.593220339%;
  }
}

.fv-NewsItem01AreaNote__Date {
  margin-top: 17px;
}
.fv-NewsItem01AreaNote__Title {
  margin-top: 10px;
}
.fv-NewsItem01AreaNote__Note {
  margin-top: 9px;
}

.fv-NewsItem02AreaNote {
  display: flex;
}
.fv-NewsItem02AreaNote__Title {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .fv-NewsItem01AreaNote,
.fv-NewsItem02AreaNote {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .fv-NewsItem01AreaNote__Date,
.fv-NewsItem02AreaNote__Date {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .fv-NewsItem01AreaNote__Title,
.fv-NewsItem02AreaNote__Title {
    margin-top: 5px;
  }
}

/*=======================*/
/* End Layout 
/*=======================*/
.SectionNews {
  background-color: #3eb6cf;
}

@media (max-width: 768px) {
  .fv-NewsGrid {
    max-width: 88.0597014925%;
    margin-inline: auto;
  }
}

.fv-NewsItem01,
.fv-NewsItem02 {
  opacity: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .fv-NewsItem01:hover,
.fv-NewsItem02:hover {
    opacity: 0.7;
  }
}

.fv-NewsItem02 {
  border-bottom: 2px solid #bddee5;
  padding-top: 22px;
  padding-bottom: 22px;
}
.fv-NewsItem02:nth-of-type(2) {
  padding-top: 0px;
}

@media (max-width: 768px) {
  .fv-NewsItem01:nth-of-type(2),
.fv-NewsItem02:nth-of-type(2) {
    padding-top: unset;
  }
  .fv-NewsItem01:not(:first-child),
.fv-NewsItem02:not(:first-child) {
    padding-top: 13px;
  }
  .fv-NewsItem01:not(:last-child),
.fv-NewsItem02:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 2px solid #bddee5;
  }
  .fv-NewsItem01:last-child,
.fv-NewsItem02:last-child {
    padding-bottom: 0px;
    border-bottom: unset;
  }
}

.fv-NewsItem01Image {
  width: 100%;
  aspect-ratio: 1.5014749263;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-NewsItem02Image {
  aspect-ratio: 1.4615384615;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .fv-NewsItem01Image,
.fv-NewsItem02Image {
    aspect-ratio: 1.5064935065;
  }
}

.fv-NewsItem02AreaNote {
  flex-direction: column;
  justify-content: center;
}

.fv-NewsItem01Date {
  display: block;
  font-family: "Marcellus", sans-serif;
  color: #c5cfd1;
  font-size: clamp(
    0.75rem,
    calc(0.5416666667rem + 0.6944444444vw),
    1.0625rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.1em;
}

.fv-NewsItem02Date {
  color: #c5cfd1;
  font-family: "Marcellus", sans-serif;
  font-size: clamp(
    0.75rem,
    calc(0.5833333333rem + 0.5555555556vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1em;
}

.fv-NewsItem01Title {
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.6666666667rem + 0.6944444444vw),
    1.1875rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  letter-spacing: 0.1em;
}

.fv-NewsItem02Title {
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.75rem + 0.4166666667vw),
    1.0625rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.1em;
}

.fv-NewsItem01Note {
  color: #333;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1em;
}

/*=======================*/
/* Start Layout 
/*=======================*/
.SectionContact {
  padding-top: 0px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .SectionContact {
    padding-bottom: 124px;
  }
}

.fv-ContactLayout__Number {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fv-ContactLayout__Number {
    margin-top: 16px;
  }
}
.fv-ContactLayout__OnWork {
  margin-top: 10px;
}

.fv-ContactWrapNote__Caption {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .fv-ContactWrapNote__Caption {
    margin-top: 19px;
  }
}
.fv-ContactWrapNote__AreaButton {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .fv-ContactWrapNote__AreaButton {
    margin-top: 27px;
  }
}
.fv-ContactWrapNote__AreaPhone {
  margin-top: 55px;
}

/*=======================*/
/* End Layout 
/*=======================*/
.SectionContact {
  background-color: #f7f7f7;
  position: relative;
}
.SectionContact::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  aspect-ratio: 2.962962963;
  background-image: url(../image/front/contact_bg.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .SectionContact::before {
    aspect-ratio: 1.7605633803;
    background-image: url(../image/front/contact_bg-sp.jpg);
  }
}

.fv-ContactLayout {
  position: relative;
  z-index: auto;
  max-width: 1128px;
  width: 100%;
}

.fv-ContactWrapNote {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: clamp(
    1.5625rem,
    calc(-6.1298076923rem + 16.0256410256vw),
    4.6875rem
  );
  padding-right: clamp(
    1.5625rem,
    calc(-6.1298076923rem + 16.0256410256vw),
    4.6875rem
  );
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .fv-ContactWrapNote {
    padding-top: 53px;
    padding-bottom: 51px;
  }
}

.fv-ContactCaption {
  max-width: 756px;
  margin-inline: auto;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .fv-ContactCaption {
    text-align: left;
  }
}

/*=======================*/
/* Start Button
/*=======================*/
.fv-ContactAreaButton {
  display: flex;
  gap: clamp(
    1.25rem,
    calc(-5.9807692308rem + 15.0641025641vw),
    4.1875rem
  );
}
@media (max-width: 768px) {
  .fv-ContactAreaButton {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
  }
}

/*=======================*/
/* Start Number
/*=======================*/
.fv-ContactNumber {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #333;
  font-family: "Quicksand", serif;
  font-size: clamp(
    1.625rem,
    calc(0.9583333333rem + 2.2222222222vw),
    2.625rem
  );
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 63px */
  letter-spacing: 0.1em;
}

.fv-ContactNumberIcon {
  display: inline-block;
  width: clamp(
    1.375rem,
    calc(0.8333333333rem + 1.8055555556vw),
    2.1875rem
  );
  height: clamp(
    1.375rem,
    calc(0.8333333333rem + 1.8055555556vw),
    2.1875rem
  );
  background-image: url(../image/icon/contact-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.fv-ContactOnWark {
  color: #333;
  text-align: center;
  font-size: clamp(
    0.875rem,
    calc(0.7916666667rem + 0.2777777778vw),
    1rem
  );
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.TelNumber {
  width: auto;
}

/* start workList   */
.pa-areaWorkList {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media (max-width: 768px) {
  .pa-areaWorkList {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}

.workItem {
  width: 32%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .workItem {
    width: 100%;
  }
}

.pr-MainViewScroll {
  width: 17px;
  height: 82px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  z-index: 1;
}

/* スライドの動き等速 */
.p-SectionContact {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-SectionContact {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .p-SectionContact {
    margin-top: 3.125rem;
  }
}

.pContact-areaHeadline2 {
  padding-top: 2.5rem;
  text-align: center;
}

.p-ContactBodyList {
  margin-inline: auto;
  max-width: 50rem;
}
.p-ContactBodyList__ContactItem {
  margin-top: 2.5rem;
}

.p-ContactItem {
  margin-top: 1.875rem;
  display: flex;
  gap: 1.875rem;
  align-items: center;
}
@media (max-width: 768px) {
  .p-ContactItem {
    display: block;
  }
}
.p-ContactItem__Header {
  flex-basis: 9.375rem;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .p-ContactItem__Header {
    align-self: auto;
    justify-content: flex-start;
  }
}
.p-ContactItem p {
  flex: auto;
  max-width: 100%;
}

.p-ContactItem-line {
  display: block;
}
.p-ContactItem-line p {
  margin-top: 1rem;
}

.p-ContactItemHeader {
  display: inline-block;
  padding: 0.1875rem 0.9375rem;
  margin: 0.3125rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 2;
  color: #ffffff;
  background-color: #03a7cd;
}
.p-ContactItemInput {
  width: 100%;
}

.wpcf7-submit {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

#id-ContactCheckLabel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  border: 2px solid #333333;
  border-radius: 2px;
  line-height: 1;
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
}

#id-ContactCheckLabel:before {
  /* チェックボックスのデザイン */
  content: "";
  display: inline-block;
  align-items: center;
  margin-right: 0.3125rem;
  position: relative;
  width: 15px;
  height: 15px;
}

input#id-Contact-acceptance:checked {
  /* チェックアイコン */
  background: #03a7cd;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 0.3125rem;
  font-size: 1rem;
  border: 2px solid #03a7cd;
}

.wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
}
.wpcf7-list-item-label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  align-items: center;
  margin-right: 0.3125rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #03a7cd;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 1px;
  left: 3px;
  background: url(../img/icon/check.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #ffffbc;
}

.wpcf7-submit {
  position: relative;
  display: inline-block;
  width: 9.375rem;
  margin-inline: auto;
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.3125rem;
  text-align: center;
  border: 2px solid #03a7cd;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #03a7cd;
}
.wpcf7-submit:disabled {
  opacity: 0.7;
}
.wpcf7-submit:hover {
  background-color: #ffffff;
  color: #03a7cd;
  transition: all 0.3s ease;
}

.main__bgColor {
  background-color: #7da621;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .main__bgColor {
    margin-top: 50px;
  }
}

.singleWorks {
  background-color: #f1f8e3;
  padding-top: 50px;
}

.areaWorksImage {
  width: 80%;
}

.partAreaWorksImage {
  margin-top: 1.875rem;
}

.areaWorksImage img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.areaArticle__column2 {
  margin-top: 1.875rem;
}

.workDescribe__note a {
  justify-content: left;
}

.workSiteShot {
  text-align: center;
}

.areaShotFramePC {
  max-width: 800px;
}

.areaShotFrameSP {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.shotFramePC {
  border: ridge 12px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .shotFramePC {
    width: 100%;
  }
}
.shotFrameSP {
  border: ridge 12px;
  max-width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .shotFrameSP {
    width: 100%;
  }
}
.folding {
  word-break: break-all;
}
/************************************
   start single 作品紹介                  */
.workDescribe {
  margin-bottom: 30px;
}

.workDescribe__title {
  display: inline-block;
  background-color: #425f00;
  color: #d7f397;
  padding: 3px 15px;
  border-radius: 5px;
  margin: 5px;
}

.workDescribe__note {
  border-bottom: 2px dashed #425f00;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.column2 {
  display: flex;
}
@media (max-width: 1200px) {
  .column2 {
    flex-direction: column;
  }
}

.column2__left {
  flex: 0 1 calc(100% - 330px);
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .column2__left {
    margin-right: 0;
  }
}

.column2__right {
  flex: 0 0 300px;
}
@media (max-width: 1200px) {
  .column2__right {
    flex: auto;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .column2__right {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */