@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #222;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.5);
}
.l-header__menu-container {
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  pointer-events: none;
  background-color: #f9fdff;
  opacity: 1;
  transition: 0.3s all;
  transform: translateX(100%);
}
.l-header__menu-container.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.l-header__menu-container.is-active .l-header__nav {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
.l-header__menu-container.is-active .l-header__cta {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
.l-header__menu-logo {
  position: absolute;
  top: 19px;
  left: 60px;
  width: 341px;
}
.l-header__inner {
  max-width: 1840px;
  padding: 0 1.25rem 0 1.6875rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.l-header__logo {
  z-index: 999;
  display: flex;
  align-items: center;
  width: 341px;
  height: 64px;
}
.l-header__nav-container {
  display: flex;
  flex-direction: column;
  gap: 49px;
  height: 100vh;
  padding: 0.5625rem 2.8125rem 8.375rem 3.75rem;
  margin-top: 74px;
  overflow-y: scroll;
  background-color: #f9fdff;
}
.l-header__catch-copy {
  width: 100%;
  max-width: 832px;
  margin-top: 60px;
}
.l-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  align-items: center;
}
.l-header__nav-item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 426px;
  color: #222;
}
.l-header__nav-item::before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #72ccff;
}
.l-header__nav-item + .l-header__nav-item {
  margin-top: -2px;
}
.l-header__nav-item.--price::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #72ccff;
}
.l-header__nav-item.--access::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #72ccff;
}
@media (width <= 940px) {
  .l-header__nav-item.--price::after {
    display: none;
  }
}
.l-header__nav-link {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 26px;
  padding-left: 34px;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
.l-header__nav-link:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.l-header__nav-link::before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #72ccff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-header__nav-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/icon_header-arrow-sp.svg") no-repeat center center/contain;
  transition: transform 0.3s ease-out; /* 0.3秒かけてゆっくり動かす */
  transform: translateY(-50%);
}
.l-header__reservations {
  margin-top: 63px;
}
.l-header__menu {
  display: flex;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  height: 100%;
  margin-left: auto;
}
.l-header__menu-button {
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  width: 12.875rem;
  min-width: 11.25rem;
  height: 4.125rem;
  font-size: 1.375rem;
  color: #fff;
  cursor: pointer;
  background-color: #007fc7;
  border-radius: 2.1875rem;
}
.l-header__menu-button-text.--close {
  display: none;
}
.l-header__menu-button.is-active .l-header__menu-button-text {
  display: none;
}
.l-header__menu-button.is-active .l-header__menu-button-text.--close {
  display: block;
}
.l-header__menu-button.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__menu-button.is-active span:nth-child(2) {
  opacity: 0; /* 中央のバーを非表示にする */
}
.l-header__menu-button.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__hum {
  z-index: 9999;
  display: none;
}
.l-header .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  background: #000;
  opacity: 0.5;
}
.l-header .mask.is-active {
  display: block;
}

.l-lines {
  position: relative;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
}
.l-lines__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-lines__line:nth-child(1) {
  top: 0;
}
.l-lines__line:nth-child(2) {
  top: 47%;
}
.l-lines__line:nth-child(3) {
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__nav-container {
    padding: 0.5625rem 1.875rem 7.75rem;
    margin-top: 74px;
    background-color: #f9fdff;
  }
  .l-header__nav-list {
    gap: 0 30px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (width <= 941px) {
  .l-header__nav-list {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (width <= 941px) {
  .l-header__nav-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    box-shadow: none;
  }
  .l-header .mask {
    display: none;
  }
  .l-header .mask.is-active {
    display: none;
  }
  .l-header__logo {
    z-index: 1001;
    width: 224px;
    height: 48px;
  }
  .l-header__inner {
    padding: 0 0.9375rem 0 0.5625rem;
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.5);
  }
  .l-header__container {
    height: 74px;
  }
  .l-header__menu {
    position: absolute;
    top: 56px;
    left: -20px;
    display: none;
    width: calc(100% + 40px);
    height: calc(100vh - 56px);
    background-color: #fff;
  }
  .l-header__menu-container {
    top: 74px;
    z-index: -1;
  }
  .l-header__nav-container {
    flex-direction: column;
    gap: 32px;
    height: 100vh;
    padding: 2rem 0.9375rem 10.875rem;
    margin-top: 0;
    overflow-y: scroll;
    background-color: #f9fdff;
  }
  .l-header__catch-copy {
    width: 100%;
    padding-right: 7px;
    margin-top: 0;
  }
  .l-header__nav {
    width: 100%;
    height: auto;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    color: #222;
  }
  .l-header__nav-item::before {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #72ccff;
  }
  .l-header__nav-item + .l-header__nav-item {
    margin-top: -2px;
  }
  .l-header__nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 34px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .l-header__nav-link::before {
    position: absolute;
    top: 50%;
    left: 16px;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #72ccff;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .l-header__nav-link::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background: url("../img/icon_header-arrow-sp.svg") no-repeat center center/contain;
    transform: translateY(-50%);
  }
  .l-header__hum {
    display: block;
    width: 54px;
    height: 54px;
  }
  .l-header__hum-button {
    position: relative;
    width: 54px;
    height: 54px;
    background-color: #007fc7;
    border-radius: 50%;
  }
  .l-header__hum-button span {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s all;
    transform: translate(-50%);
  }
  .l-header__hum-button span:nth-child(1) {
    top: 26%;
    left: 50%;
  }
  .l-header__hum-button span:nth-child(2) {
    top: 45%;
    left: 50%;
  }
  .l-header__hum-button span:nth-child(3) {
    top: 65%;
    left: 50%;
  }
  .l-header__hum-button.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hum-button.is-active span:nth-child(2) {
    opacity: 0; /* 中央のバーを非表示にする */
  }
  .l-header__hum-button.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-header__menu-sp {
    display: block;
  }
}
/* footer */
.l-footer {
  position: relative;
  margin-top: 2.5rem;
}
.l-footer__slider {
  position: fixed;
  top: 122px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 122px;
}
@media (hover: hover) {
  .l-footer__slider-item {
    transition: 0.3s linear opacity;
  }
  .l-footer__slider-item:hover {
    opacity: 0.7;
  }
}
.l-footer__logo {
  width: 180px;
  height: 96px;
  margin-inline: auto;
  text-align: center;
}
.l-footer__copyright {
  padding: 0.5625rem 0;
  margin-top: 2.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04rem;
  background-color: #007fc7;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__slider {
    z-index: 1000;
    gap: 40px;
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 3rem;
  }
  .l-footer__logo {
    width: 160px;
    height: 76px;
  }
  .l-footer__logo img {
    width: 100%;
    height: 100%;
  }
  .l-footer__copyright {
    padding: 0.6875rem 0;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.56px;
  }
  .l-footer__slider {
    top: auto;
    right: auto;
    bottom: -0.0625rem;
    flex-direction: row;
    gap: 0;
    width: 100%;
    transition: all 0.6s, bottom 0s;
    transform: translateY(100px);
  }
  .l-footer__slider.is-active {
    transform: translateY(0);
  }
  .l-footer__slider-item {
    width: 50%;
  }
}

/* main */
.l-inner {
  width: 92.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 106.25rem;
}
.l-inner.--narrow {
  width: 70rem;
}
.l-inner.--target-reservation {
  width: calc(955px + 2.5rem);
}
.l-inner.--reservation01 {
  width: calc(1242px + 2.5rem);
  padding: 3.75rem 1.25rem;
  margin-inline: auto;
  margin-top: 6.25rem;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.3);
}
.l-inner.--reservation02 {
  width: calc(1162px + 2.5rem);
  padding: 3.75rem 1.25rem;
  margin-inline: auto;
  margin-top: 5rem;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.3);
}
.l-inner.--price-table {
  padding: 0 0 0 1.25rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 0.9375rem;
  }
  .l-inner.--narrow {
    padding: 0 15px;
  }
  .l-inner.--sp-none {
    padding: 0;
  }
  .l-inner.--price-table {
    padding: 0 0 0 0.9375rem;
  }
  .l-inner.--reservation01 {
    width: calc(1242px + 2.5rem);
    padding: 3.75rem 1.25rem;
    margin-inline: auto;
    margin-top: 5rem;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.3);
  }
  .l-inner.--reservation02 {
    width: calc(1162px + 2.5rem);
    padding: 3.75rem 1.25rem;
    margin-inline: auto;
    margin-top: 3.75rem;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.3);
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-arrow {
  width: 4.75rem;
}
@media only screen and (max-width: 767px) {
  .c-arrow {
    width: 4.5rem;
  }
}

.c-pagetop {
  position: absolute;
  right: clamp(1.25rem, 8.65vw, 10.375rem);
  bottom: 17.18vw;
  z-index: 100;
  width: 7.5rem;
  height: 7.5rem;
}
@media (hover: hover) {
  .c-pagetop {
    transition: 0.3s linear opacity;
  }
  .c-pagetop:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetop {
    right: 0.9375rem;
    bottom: 7rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

/* project */
.p-carousel {
  width: 100%;
  overflow: hidden;
}
.p-carousel__track {
  display: flex;
  gap: 60px;
}
.p-carousel__slide {
  display: flex;
  flex: 0 0 380px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .p-carousel__slide {
    flex: 0 0 320px;
  }
}

.p-mainvisual {
  position: relative;
  display: flex;
  gap: 5rem;
  width: 100%;
  margin-top: 1rem;
}
.p-mainvisual__img {
  flex: 2;
  min-width: 0;
  max-width: 68.75rem;
}
.p-mainvisual__txt {
  flex: 1;
  min-width: 0;
  max-width: 34.25rem;
  margin-top: 2rem;
}
.p-mainvisual__txt-sp {
  display: none;
}
.p-mainvisual .swiper-slide {
  height: calc(100vh - 7.5rem);
  overflow: hidden;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-mainvisual {
    padding-right: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual {
    flex-direction: column-reverse;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }
  .p-mainvisual__img {
    margin-right: auto;
  }
  .p-mainvisual__txt {
    width: calc(100% - 1.5rem);
    min-width: 20.375rem;
    padding-left: 1.5625rem;
    margin-top: 0rem;
    margin-right: auto;
  }
  .p-mainvisual__txt-sp {
    display: block;
    width: 336px;
    margin-top: 0.5rem;
  }
}
.p-reservations {
  display: flex;
  gap: 8.1875rem;
  justify-content: center;
}
.p-reservations.--target {
  margin-top: 4.625rem;
}
.p-reservations.--header-nav {
  gap: 3.75rem;
}
.p-reservations__box.--first {
  width: 100%;
  max-width: 24rem;
}
.p-reservations__box.--second {
  width: 100%;
  max-width: 30.5625rem;
}
.p-reservations__box-head {
  position: relative;
  display: inline-block;
  padding-right: 1.1875rem;
  padding-left: 1.75rem;
  font-size: 1.3125rem;
}
.p-reservations__box-head.--second {
  margin-left: 3.8125rem;
}
.p-reservations__box-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.75rem;
  height: 1.375rem;
  content: "";
  background: url("../img/icon_slash-berfore.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-reservations__box-head::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.75rem;
  height: 1.375rem;
  content: "";
  background-image: url("../img/icon_slash-after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-reservations__box-btn {
  width: 100%;
  max-width: 23.9375rem;
  margin-top: 0.875rem;
}
@media (hover: hover) {
  .p-reservations__box-btn {
    transition: 0.3s linear opacity;
  }
  .p-reservations__box-btn:hover {
    opacity: 0.7;
  }
}
.p-reservations__box-btn.--second {
  margin-left: 1.8125rem;
}
.p-reservations__box-note {
  padding-left: 1rem;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #222;
}
.p-reservations__box-note .first {
  display: block;
}
.p-reservations__box-note .second {
  display: block;
  margin-top: 0.125rem;
}
.p-reservations__box-note.--green {
  padding-left: 0;
  color: #4e972c;
  letter-spacing: 0.3px;
}
.p-reservations__box-note .monday {
  letter-spacing: -2.25px;
}
.p-reservations__box-note .other {
  letter-spacing: -1.5px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-reservations {
    gap: 3.5rem;
  }
  .p-reservations__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-reservations__box.--second {
    width: 100%;
    max-width: 23.5625rem;
  }
  .p-reservations__box-btn {
    width: 15.375rem;
  }
  .p-reservations__box-btn.--second {
    margin-left: -50px;
  }
  .p-reservations__box-head {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (width <= 790px) {
  .p-reservations__box-head {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-reservations__box-head.--second {
    margin-left: -55px;
  }
  .p-reservations__box-note {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-reservations {
    display: flex;
    flex-direction: column;
    gap: 2.875rem;
    align-items: center;
    justify-content: center;
  }
  .p-reservations.--target {
    margin-top: 3.5rem;
  }
  .p-reservations.--header-nav {
    gap: 2.875rem;
  }
  .p-reservations__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-reservations__box-head {
    position: relative;
    display: inline-block;
    padding-right: 1.1875rem;
    padding-left: 1.5rem;
    font-size: 1.125rem;
  }
  .p-reservations__box-head.--second {
    margin-left: 0;
  }
  .p-reservations__box-head::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.75rem;
    height: 1.375rem;
    content: "";
    background: url("../img/icon_slash-berfore.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .p-reservations__box-head::after {
    position: absolute;
    top: 50%;
    right: -2px;
    display: inline-block;
    width: 0.75rem;
    height: 1.375rem;
    content: "";
    background-image: url("../img/icon_slash-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .p-reservations__box-btn {
    width: 100%;
    max-width: 23.9375rem;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .p-reservations__box-btn {
    transition: 0.3s linear opacity;
  }
  .p-reservations__box-btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-reservations__box-btn.--second {
    margin-left: 0;
  }
  .p-reservations__box-note {
    padding-left: 0;
    margin-top: 0.625rem;
    font-size: 0.875rem;
    color: #222;
  }
  .p-reservations__box-note .first {
    display: block;
  }
  .p-reservations__box-note .second {
    display: block;
    margin-top: 0;
  }
  .p-reservations__box-note.--green {
    padding-left: 0;
    line-height: 19px;
    color: #4e972c;
    letter-spacing: normal;
  }
  .p-reservations__box-note .monday {
    letter-spacing: -1.68px;
  }
  .p-reservations__box-note .other {
    letter-spacing: -0.84px;
  }
}
/* pages */
body.index .target {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f9fdff;
}
body.index .target__title {
  width: 100%;
  max-width: 39.3125rem;
  margin: 0 auto;
}
body.index .target__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.6875rem 3.75rem;
  place-items: center center;
  margin-top: 5rem;
}
body.index .target__box {
  width: 20rem;
}
body.index .target__arrow {
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .target__recommend {
  width: 100%;
  max-width: 67.5rem;
  margin-top: 3.75rem;
}
body.index .detailed {
  margin-top: 7.5rem;
}
body.index .detailed__title {
  width: 100%;
  max-width: 59.375rem;
  margin: 0 auto;
}
body.index .detailed__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 4.375rem 2.5rem;
  place-items: center center;
  margin-top: 5rem;
}
body.index .detailed__box {
  width: 100%;
  max-width: 28.125rem;
}
body.index .endoscope-detail {
  padding-bottom: 6.8125rem;
  margin-top: 7.5rem;
}
body.index .endoscope-detail__title {
  width: 100%;
  max-width: 51.75rem;
  margin: 0 auto;
}
body.index .endoscope-detail__wrapper {
  width: 100%;
  max-width: 1700px;
  padding: 7.5rem 1.25rem;
  margin-inline: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.5);
}
body.index .endoscope-detail__boxes {
  display: flex;
  gap: 2.8125rem;
  align-items: end;
  justify-content: center;
  margin-top: 5rem;
}
body.index .endoscope-detail__box {
  width: 100%;
  max-width: 28.125rem;
}
body.index .endoscope-detail__box.--wide {
  position: relative;
}
body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
  position: absolute;
  width: 100%;
  max-width: 467px;
}
@media (width <= 1200px) {
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
    top: 10px;
  }
}
@media (width <= 1200px) {
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
    top: 20px;
  }
}
body.index .endoscope-detail__box.--wide .endoscope-detail__box-img {
  margin-top: 5rem;
}
body.index .endoscope-detail__box-head {
  width: 100%;
  max-width: 18.75rem;
  margin: 0 auto;
}
body.index .endoscope-detail__box-head.--wide {
  position: absolute;
  max-width: 29.1875rem;
}
body.index .endoscope-detail__box-img {
  width: 100%;
  max-width: 28.125rem;
  margin-top: 1.25rem;
}
body.index .endoscope-detail__box-img .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
body.index .endoscope-detail__box-img .video-wrapper .video-wrapper-hide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.index .endoscope-detail__box-img .video-wrapper .video-wrapper-hide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
body.index .endoscope-detail__box-img .video-wrapper.--is-active .video-wrapper-hide-img {
  display: none;
}
body.index .endoscope-detail__box-img .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
body.index .flow {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow-x: hidden;
  background-color: #f5f7ff;
}
body.index .flow__title {
  width: 100%;
  max-width: 24.5625rem;
  margin: 0 auto;
}
body.index .flow__step01 {
  position: relative;
  margin-top: 4.8125rem;
}
body.index .flow__step01-btn01 {
  position: absolute;
  top: 63%;
  left: 13%;
  width: 25%;
  max-width: 22rem;
}
body.index .flow__step01-btn02 {
  position: absolute;
  top: 63%;
  right: 13%;
  width: 25%;
  max-width: 22rem;
}
body.index .flow__arrow {
  margin-top: 3.6875rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .flow__swiper-inner {
  width: 100%;
  max-width: 1920px;
  padding-left: 13.75rem;
}
body.index .flow__step02-boxes {
  margin-top: 3.75rem;
  cursor: pointer;
}
body.index .flow__step02-box {
  flex-shrink: 0;
  width: 100%;
  max-width: 23.75rem;
}
body.index .flow__step02-swiper-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  height: 10px;
  min-height: 16px;
  margin-top: 3.75rem;
}
body.index .flow .swiper-scrollbar {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: 100;
  width: 98%;
  min-width: 10rem;
  height: 0.5rem;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
}
body.index .flow .swiper-scrollbar-drag {
  height: 100%;
  background-color: #72ccff;
  border-radius: 12px;
}
body.index .director-introduction {
  padding-top: 7.5rem;
}
body.index .director-introduction__title {
  width: 100%;
  max-width: 39.125rem;
  margin: 0 auto;
}
body.index .director-introduction__content {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  margin-top: 5rem;
}
body.index .director-introduction__content-img {
  width: 31.875rem;
}
body.index .director-introduction__content-img img {
  width: 100%;
}
body.index .director-introduction__content-texts {
  width: 100%;
  max-width: 53rem;
  margin-top: -0.875rem;
}
body.index .director-introduction__content-head {
  width: 100%;
  max-width: 20.875rem;
  margin-bottom: 1.25rem;
}
body.index .director-introduction__content-career {
  display: flex;
  gap: 3.25rem;
  margin-top: 2.0625rem;
  font-size: 1.125rem;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
}
body.index .director-introduction__content-txt {
  margin-top: 2.5rem;
  line-height: 28px; /* 175% */
  letter-spacing: 1.6px;
}
body.index .price {
  margin-top: 7.1875rem;
}
body.index .price__title {
  width: 100%;
  max-width: 22.0625rem;
  margin: 0 auto;
}
body.index .price__table-wrapper {
  width: 100%;
  max-width: 91.25rem;
  margin-inline: auto;
  overflow-x: auto;
}
body.index .price__table {
  width: 91.25rem;
  padding-right: 1.25rem;
  margin-top: 4.6875rem;
}
body.index .price__note {
  width: 100%;
  max-width: 88.3125rem;
  margin-top: 1.25rem;
}
body.index .price__note img {
  width: 100%;
}
body.index .price__credit-card-head {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 33.5rem;
  padding-bottom: 0.75rem;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
}
body.index .price__credit-card-head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background: #72ccff;
}
body.index .price__credit-card-images {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.875rem;
}
body.index .price__credit-card-image.--visa {
  width: 100%;
  max-width: 6rem;
}
body.index .price__credit-card-image.--master {
  width: 100%;
  max-width: 5rem;
}
body.index .price__credit-card-image.--jcb {
  width: 100%;
  max-width: 4rem;
}
body.index .price__credit-card-image.--diners {
  width: 100%;
  max-width: 4.5rem;
}
body.index .price__credit-card-image.--amex {
  width: 100%;
  max-width: 4rem;
}
body.index .price__carousel {
  margin-top: 6.25rem;
}
body.index .access {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-top: 10rem;
  background-color: #f9fdff;
}
body.index .access__title {
  width: 100%;
  max-width: 24.1875rem;
  margin: 0 auto;
}
body.index .access__content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 5rem;
}
body.index .access__content-main {
  position: relative;
  width: 100%;
  max-width: 42.5rem;
}
body.index .access__content-btn {
  position: absolute;
  top: -1%;
  left: 71%;
  width: 35%;
  max-width: 14.125rem;
}
@media (hover: hover) {
  body.index .access__content-btn {
    transition: 0.3s linear opacity;
  }
  body.index .access__content-btn:hover {
    opacity: 0.7;
  }
}
body.index .access__content-tel {
  position: absolute;
  top: 14%;
  left: 34%;
  width: 11.5vw;
  max-width: 10rem;
  transform: translate(-50%, -50%);
}
body.index .access__content-time-table {
  width: 100%;
  max-width: 42.5rem;
  margin-top: 2.5rem;
}
body.index .access__content-holiday {
  margin-top: 0.9375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 36px; /* 171.429% */
  letter-spacing: 1.26px;
}
body.index .access__content-intestine {
  margin-top: 0.375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 36px; /* 171.429% */
  letter-spacing: 1.26px;
}
body.index .access__content-note {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
}
body.index .access__content-note-list {
  margin-top: 1.625rem;
}
body.index .access__map {
  width: 680px;
}
body.index .access__map .c-iframe {
  position: relative;
  aspect-ratio: 680/574;
  overflow: hidden;
  border-radius: 0.9375rem;
}
body.index .access__map .c-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body.index .target {
    padding-top: 4.125rem;
    padding-bottom: 3.75rem;
    margin-top: 2rem;
  }
  body.index .target__title {
    max-width: 21.9375rem;
  }
  body.index .target__boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem;
  }
  body.index .target__box {
    width: 17.5rem;
  }
  body.index .target__arrow {
    margin-top: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
  body.index .target__recommend {
    width: 100%;
    margin-top: 3.125rem;
  }
  body.index .detailed {
    margin-top: 3.875rem;
  }
  body.index .detailed__title {
    max-width: 18.875rem;
  }
  body.index .detailed__boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    gap: 2.5rem;
    place-items: center center;
    margin-top: 2.5rem;
  }
  body.index .detailed__box {
    width: 100%;
    max-width: 21.5625rem;
  }
  body.index .endoscope-detail {
    padding-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
  body.index .endoscope-detail__title {
    max-width: 19.4375rem;
  }
  body.index .endoscope-detail__wrapper {
    padding: 3.75rem 1.0625rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.5);
  }
  body.index .endoscope-detail__boxes {
    flex-direction: column;
    gap: 0rem;
    align-items: center;
    margin-top: 2.5rem;
  }
  body.index .endoscope-detail__box {
    width: 100%;
    max-width: 28.125rem;
  }
  body.index .endoscope-detail__box.--wide {
    position: static;
  }
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
    position: static;
    width: 100%;
    max-width: 15.625rem;
  }
}
@media only screen and (max-width: 767px) and (width <= 1200px) {
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
    top: auto;
  }
}
@media only screen and (max-width: 767px) and (width <= 1200px) {
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-head {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.index .endoscope-detail__box.--wide .endoscope-detail__box-img {
    margin-top: 2rem;
  }
  body.index .endoscope-detail__box-head {
    width: 100%;
    max-width: 15.625rem;
    margin: 0 auto;
  }
  body.index .endoscope-detail__box-img {
    width: 100%;
    max-width: 18.75rem;
    height: 222px;
    margin-inline: auto;
    margin-top: 2rem;
  }
  body.index .endoscope-detail .video-wrapper .video-wrapper-hide-img img {
    border-radius: 5px;
  }
  body.index .flow {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    overflow-x: hidden;
  }
  body.index .flow__title {
    max-width: 19.125rem;
  }
  body.index .flow__step01 {
    position: relative;
    margin-top: 2.25rem;
  }
  body.index .flow__step01-btn01 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    max-width: 21.5625rem;
    transform: translateX(-50%);
  }
  body.index .flow__step01-btn02 {
    position: absolute;
    top: 76%;
    right: 50%;
    width: 100%;
    max-width: 21.5625rem;
    transform: translateX(50%);
  }
  body.index .flow__arrow {
    margin-top: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
  body.index .flow__swiper-inner {
    padding-left: 0.9375rem;
    margin-top: 3.6875rem;
  }
  body.index .flow__note {
    margin-bottom: 0.875rem;
  }
  body.index .flow__step02-boxes {
    margin-top: 0;
  }
  body.index .flow__step02-box {
    width: 100%;
    max-width: 21.5625rem;
  }
  body.index .flow__step02-swiper-control {
    margin-top: 0.9375rem;
  }
  body.index .director-introduction {
    padding-top: 3.75rem;
  }
  body.index .director-introduction__title {
    max-width: 16.5rem;
  }
  body.index .director-introduction__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
  }
  body.index .director-introduction__content-img {
    width: 100%;
    max-width: 100%;
  }
  body.index .director-introduction__content-texts {
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
    margin-top: 0;
    margin-left: -4px;
  }
  body.index .director-introduction__content-head {
    width: 100%;
    max-width: 20.875rem;
    margin-bottom: 1.25rem;
  }
  body.index .director-introduction__content-career {
    display: flex;
    gap: 3.25rem;
    margin-top: 2.0625rem;
    font-size: 1.125rem;
    line-height: 26px; /* 144.444% */
    letter-spacing: 1.8px;
  }
  body.index .director-introduction__content-txt {
    margin-top: 2.5rem;
    line-height: 28px; /* 175% */
    letter-spacing: 1.6px;
  }
  body.index .price {
    margin-top: 3.75rem;
  }
  body.index .price__title {
    max-width: 16.75rem;
  }
  body.index .price__table {
    width: 829px;
    margin-top: 2.5rem;
  }
  body.index .price__table-note {
    margin-top: 0.875rem;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  body.index .price__note {
    width: 100%;
    margin-top: 1.75rem;
  }
  body.index .price__credit-card-head {
    position: relative;
    display: inline-block;
    padding-bottom: 0.75rem;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 1.8px;
  }
  body.index .price__credit-card-head::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: "";
    background: #72ccff;
  }
  body.index .price__credit-card-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem 2.125rem;
    margin-top: 1.75rem;
  }
  body.index .price__credit-card-image.--visa {
    width: 100%;
    max-width: 4.6875rem;
  }
  body.index .price__credit-card-image.--master {
    width: 100%;
    max-width: 3.8125rem;
  }
  body.index .price__credit-card-image.--jcb {
    width: 100%;
    max-width: 3.0625rem;
  }
  body.index .price__credit-card-image.--diners {
    width: 100%;
    max-width: 3.4375rem;
  }
  body.index .price__credit-card-image.--amex {
    width: 100%;
    max-width: 3.1875rem;
  }
  body.index .price__carousel {
    margin-top: 5rem;
  }
  body.index .access {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    margin-top: 5rem;
    background-color: #f9fdff;
  }
  body.index .access__title {
    max-width: 18.8125rem;
  }
  body.index .access__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  body.index .access__content-main {
    width: 100%;
    max-width: 44.3125rem;
  }
  body.index .access__content-btn {
    top: 26%;
    left: 50%;
    width: 34vw;
    min-width: 188px;
    max-width: 15.625rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  body.index .access__content-btn {
    transition: 0.3s linear opacity;
  }
  body.index .access__content-btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.index .access__content-tel {
    top: 12%;
    left: 57%;
    width: 37.6vw;
    min-width: 141px;
    max-width: 14.25rem;
    transform: translate(-50%, -50%);
  }
  body.index .access__map {
    width: 100%;
  }
  body.index .access__map .c-iframe {
    position: relative;
    aspect-ratio: 345/370;
    overflow: hidden;
    border-radius: 0.9375rem;
  }
  body.index .access__map .c-iframe iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

/* utility */
@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media all and (min-width: 768px), print {
  .u-tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-tel {
    text-decoration: underline;
  }
}

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

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}