/*
Theme Name: tochinai-dental-mouthpiece
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Yuji+Mai&family=Zen+Maru+Gothic:wght@400;500;700;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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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
 */
[type="number"] {
  -moz-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
body {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}

/* ボタン */
.close-btn,
.case-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
}

.close-btn img,
.case-modal__close img {
  width: 100%;
  height: 100%;
}

/* モーダル背景 */
.modal,
.case-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.9);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active,
.case-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
.modal-content,
.case-modal__content {
  background: #fff;
  padding: 0;
  width: 80vw;
  max-width: 600px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .modal-content,
  .case-modal__content {
    width: 100%;
    height: 100%;
  }
}

/* アニメーション*/
.modal.active .modal-content,
.case-modal.active .case-modal__content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-content-inner,
.case-modal__inner {
  width: 100%;
  height: 820px;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-content-inner,
  .case-modal__inner {
    height: 100%;
  }
}

.modal-content-header,
.case-modal__header {
  width: 100%;
  height: auto;
}

.modal-content-header img,
.case-modal__header img {
  width: 100%;
  height: auto;
}

.modal-content-body,
.case-modal__body {
  width: 100%;
  height: auto;
}

.case-voice-img,
.case-modal__thumb {
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0 90px;
}
@media (max-width: 768px) {
  .case-voice-img,
  .case-modal__thumb {
    padding: 0 20px;
  }
}

.case-voice-img img,
.case-modal__thumb img {
  width: 100%;
  height: auto;
}

.case-tags-container,
.case-modal__tags {
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
}

.case-tags-grid,
.case-modal__tags-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.case-tags-grid .case-tag:nth-child(4),
.case-tags-grid .case-modal__tag:nth-child(4),
.case-modal__tags-grid .case-tag:nth-child(4),
.case-modal__tags-grid .case-modal__tag:nth-child(4) {
  grid-column: 1;
}
.case-tags-grid .case-tag:nth-child(5),
.case-tags-grid .case-modal__tag:nth-child(5),
.case-modal__tags-grid .case-tag:nth-child(5),
.case-modal__tags-grid .case-modal__tag:nth-child(5) {
  grid-column: 2;
}

.case-tag,
.case-modal__tag {
  width: 120px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 5px 20px;
}

.case-tag-primary {
  background-color: #6a8d9b;
}

.case-tag-secondary {
  background-color: #aecad4;
}

@media (max-width: 768px) {
  .case-tags-container,
  .case-modal__tags {
    width: 100%;
    padding: 0 20px;
  }
  .case-tags-grid,
  .case-modal__tags-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
  }
  .case-tags-grid .case-tag:nth-child(4),
  .case-tags-grid .case-tag:nth-child(5),
  .case-tags-grid .case-modal__tag:nth-child(4),
  .case-tags-grid .case-modal__tag:nth-child(5),
  .case-modal__tags-grid .case-tag:nth-child(4),
  .case-modal__tags-grid .case-tag:nth-child(5),
  .case-modal__tags-grid .case-modal__tag:nth-child(4),
  .case-modal__tags-grid .case-modal__tag:nth-child(5) {
    grid-column: span 1;
  }
  .case-tag,
  .case-modal__tag {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .case-tag,
  .case-modal__tag {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
.case-before-after-img,
.case-modal__compare {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0 40px;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .case-before-after-img,
  .case-modal__compare {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .case-before-after-img,
  .case-modal__compare {
    padding: 0 10px;
  }
}

.case-before-after-img-before,
.case-modal__compare-before {
  width: 100%;
  height: auto;
}

.case-before-after-img-before p,
.case-modal__compare-before p {
  font-size: 24px;
  font-weight: bold;
  color: #194175;
  margin-bottom: 10px;
  text-align: center;
}

.case-before-after-img-before img,
.case-modal__compare-before img {
  width: 100%;
  height: auto;
}

.case-before-after-img-after,
.case-modal__compare-after {
  width: 100%;
  height: auto;
}

.case-before-after-img-after p,
.case-modal__compare-after p {
  font-size: 24px;
  font-weight: bold;
  color: #194175;
  margin-bottom: 10px;
  text-align: center;
}

.case-before-after-img-after img,
.case-modal__compare-after img {
  width: 100%;
  height: auto;
}

.case-before-after-text-catch,
.case-modal__text-catch {
  font-family: "kiwi maru", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #608d96;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .case-modal__text-catch {
    font-size: 20px;
    line-height: 1.5;
  }
}
.case-before-after-text,
.case-modal__text {
  width: 100%;
  height: auto;
  padding: 0 50px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .case-before-after-text,
  .case-modal__text {
    padding: 0 20px;
  }
}

.case-before-after-text p,
.case-modal__text p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.6;
}

.case-detail-table,
.case-modal__table {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 30px;
}

.table-row {
  display: flex;
  border: 1px solid #e0e0e0;
}

.table-cell {
  padding: 10px;
  text-align: left;
}
.table-cell.table-label {
  width: 200px;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #e0e0e0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-cell.table-content {
  flex: 1;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.table-cell.table-content p {
  margin: 0 0 12px 0;
}
.table-cell.table-content p:last-child {
  margin-bottom: 0;
}

.table-header .table-cell {
  font-size: 14px;
  text-align: left;
  justify-content: center;
}

@media (max-width: 768px) {
  .case-detail-table {
    margin: 0;
  }
  .table-row {
    flex-direction: column;
  }
  .table-cell.table-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
  }
  .table-cell.table-content {
    padding: 15px 20px;
  }
  .table-header .table-cell {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .case-detail-table {
    margin: 0 10px;
  }
  .table-cell {
    padding: 12px 15px;
  }
  .table-cell.table-label {
    font-size: 14px;
  }
  .table-cell.table-content {
    font-size: 13px;
  }
  .table-header .table-cell {
    font-size: 16px;
    padding: 15px;
  }
}
.case-detail-divider,
.case-modal__divider {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .case-detail-divider,
  .case-modal__divider {
    padding: 0 20px;
  }
}

.case-detail-divider-blue,
.case-modal__divider-blue {
  width: 200px;
  height: 3px;
  background-color: #1e3a5f;
  margin-right: 0;
}

.case-detail-divider-wihite,
.case-modal__divider-white {
  width: 10px;
  height: 3px;
  background-color: #fff;
  margin-right: 0;
}

.case-detail-divider-gray,
.case-modal__divider-gray {
  flex: 1;
  height: 3px;
  background-color: #a0b2b2;
}

@media (max-width: 768px) {
  .sp-modal-layout {
    padding: 0 20px;
  }
}
.modal-footer,
.case-modal__footer {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.modal-footer-close-btn,
.case-modal__footer-close {
  color: #1e3a5f;
  border: 1px solid #1e3a5f;
  padding: 6px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-footer-close-btn:hover,
.case-modal__footer-close:hover {
  background-color: #1e3a5f;
  color: #fff;
  transform: translateY(-1px);
}
.modal-footer-close-btn:active,
.case-modal__footer-close:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .modal-footer,
  .case-modal__footer {
    padding: 15px;
  }
  .modal-footer-close-btn,
  .case-modal__footer-close {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .modal-footer,
  .case-modal__footer {
    padding: 12px;
  }
  .modal-footer-close-btn,
  .case-modal__footer-close {
    padding: 8px 16px;
    font-size: 13px;
  }
}
.modal-footer-border,
.case-modal__footer-border {
  width: 100%;
  height: 15px;
  background: linear-gradient(
    -55deg,
    #1e3a5f 0%,
    #1e3a5f 45%,
    #608d96 45%,
    #608d96 100%
  );
  margin-top: 20px;
}

.header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  height: 82px;
  gap: 70px;
  background: linear-gradient(
    -65deg,
    #608d96 0%,
    #608d96 65%,
    #fff 65%,
    #fff 65.5%,
    #1a4175 65.5%,
    #1a4175 100%
  );
  color: white;
  padding: 0 8%;
  overflow: hidden;
}

.header-left,
.header__left {
  width: 29.323%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo,
.header__logo {
  width: 100%;
  display: inline-block;
  border: none;
  text-align: right;
  padding-right: 30px;
}

.logo img,
.header__logo img {
  width: 300px;
  height: auto;
}

.header-right,
.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  position: relative;
  z-index: 2;
  margin-left: auto;
  gap: 20px;
}

.navigation,
.header__nav {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.nav-column,
.header__nav-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-item,
.header__nav-item {
  color: white;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nav-item:hover,
.header__nav-item:hover {
  opacity: 0.8;
}
.nav-item::before,
.header__nav-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #1e3a5f;
  border-radius: 1px;
  margin-right: 10px;
  flex-shrink: 0;
}

.contact-info,
.header__contact {
  text-align: right;
  margin-left: 20px;
}

.contact-info,
.header__contact {
  text-align: right;
  margin-left: 20px;
}

.access-map-btn,
.header__access-btn {
  white-space: nowrap;
}

.phone-number,
.header__phone {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.phone-number-prefix-min,
.header__phone-prefix {
  font-size: 12px;
  margin-right: 5px;
}

.phone-number {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2px auto;
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: linear-gradient(
      -65deg,
      #7a969b 0%,
      #7a969b 22%,
      #fff 22%,
      #fff 24%,
      #1a4175 24%,
      #1a4175 100%
    );
    padding: 0 10px;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .header-left {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    flex: 1;
  }
  .logo {
    width: auto;
    height: 50px;
    padding: 4px 0;
  }
  .logo img {
    width: auto;
    height: 100%;
  }
  .navigation,
  .header__nav,
  .contact-info,
  .header__contact {
    display: none;
  }
  .menu-navigation {
    display: block;
  }
  .menu-item {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    padding: 8px 0;
    text-align: center;
  }
  .sns-icons {
    display: block;
    margin-top: 15px;
  }
  .sns-icon {
    display: inline-block;
    margin: 10px;
  }
  .sns-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
  }
  .sns-icon:hover img {
    opacity: 0.8;
  }
  .header-right {
    margin-left: 0;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(
      -65deg,
      #7a969b 0%,
      #7a969b 15%,
      #fff 15%,
      #fff 16%,
      #1a4175 16%,
      #1a4175 100%
    );
    padding: 0 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .header-left {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    flex: 1;
  }
  .logo {
    width: auto;
    height: 70px;
    padding: 4px 0;
  }
  .logo img {
    width: auto;
    height: 100%;
  }
  .navigation,
  .header__nav,
  .contact-info,
  .header__contact {
    display: none;
  }
  .menu-navigation,
  .hamburger__nav {
    display: block;
  }
  .menu-item,
  .hamburger__item {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    padding: 8px 0;
    text-align: center;
  }
  .sns-icons,
  .hamburger__sns {
    display: block;
    margin-top: 15px;
  }
  .sns-icon,
  .hamburger__sns-icon {
    display: inline-block;
    margin: 10px;
  }
  .sns-icon img,
  .hamburger__sns-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
  }
  .sns-icon:hover img,
  .hamburger__sns-icon:hover img {
    opacity: 0.8;
  }
  .header-right {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .hamburger-menu-container {
    display: none;
  }
}
.sidebar {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  margin: 20px 0 10px 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 1.5s ease;
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.sidebar.is-visible {
  opacity: 1;
  visibility: visible;
}
.sidebar.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.sidebar.is-fixed {
  position: fixed;
  top: 10px; /* offsetY */
}

.sidebar.is-fixed.is-end {
  position: absolute;
  top: auto;
  bottom: 0;
}

.sidebar-content,
.sidebar__content {
  padding: 50px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.clinic-info,
.sidebar__clinic {
  text-align: center;
}

.sidebar-logo,
.sidebar__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.tagline,
.sidebar__tagline {
  font-size: 13px;
  margin: 0 0 10px 0;
  opacity: 0.9;
  text-align: left;
  color: #194175;
  font-weight: bold;
}

.clinic-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.sidebar-nav,
.sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-nav-item,
.sidebar__nav-item {
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
  color: #194175;
  font-weight: bold;
}
.sidebar-nav-item:hover,
.sidebar__nav-item:hover {
  opacity: 0.8;
}
.sidebar-nav-item::before,
.sidebar__nav-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1e3a5f;
  border-radius: 1px;
  margin-right: 12px;
  flex-shrink: 0;
}

.action-buttons,
.sidebar__actions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.action-btn,
.sidebar__btn {
  background-color: white;
  color: #1e3a5f;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #1e3a5f;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}
.action-btn:hover,
.sidebar__btn:hover {
  background-color: #1e3a5f;
  color: #fff;
  transform: translateY(-1px);
}
.action-btn:active,
.sidebar__btn:active {
  transform: translateY(0);
}

.sidebar__website {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar__website-link {
  font-size: 14px;
  opacity: 0.8;
  color: #194175;
}

.sns-section,
.sidebar__sns {
  text-align: center;
  padding-bottom: 80px;
}

.sns-title,
.sidebar__sns-title {
  font-size: 14px;
  margin: 0 0 15px 0;
  opacity: 0.8;
  color: #194175;
  font-weight: bold;
  text-align: left;
}

.sns-icons,
.sidebar__sns-icons {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 15px;
}

.sns-icon,
.sidebar__sns-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.sidebar-border {
  border-right: 3px solid transparent;
  background-image: linear-gradient(
    to bottom,
    #77969d 0%,
    #77969d 20%,
    transparent 20%,
    transparent 21%,
    #1e3a5f 21%,
    #1e3a5f 100%
  );
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 3px calc(100vh - 100px); /* ビューポート高さから余白を引く */
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .sidebar {
    display: none;
  }
}
.site-footer {
  position: relative;
  display: flex;
  justify-content: right;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0 100px;
  gap: 20px;
  margin-bottom: 100px;
}

.site-footer__policy {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.site-footer__copy {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  z-index: 500;
}

/* ページトップボタン */
html {
  scroll-behavior: smooth;
}

#pagetop {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .site-footer {
    display: block;
    padding: 0 10px;
  }
  .site-footer__policy {
    font-size: 12px;
  }
  .site-footer__copy {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
  .site-footer__sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .site-footer__sp-buttons {
    display: flex;
    gap: 0;
    padding: 0 10px;
  }
  .site-footer__sp-button {
    width: 100%;
  }
  .site-footer__sp-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .to-top {
    bottom: 100px;
  }
  .site-footer__sp-border {
    width: 100%;
    height: 15px;
    background: linear-gradient(
      -55deg,
      #5b848d 0%,
      #5b848d 50%,
      #1e3a5f 50%,
      #1e3a5f 100%
    );
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .site-footer {
    padding: 0 50px;
    margin-top: 50px;
  }
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
  z-index: 9999;
  margin: 0;
}

.btn-trigger span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  transform-origin: center;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 10px;
}

.btn-trigger span:nth-of-type(2) {
  top: 20px;
}

.btn-trigger span:nth-of-type(3) {
  top: 30px;
}

.btn-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.btn-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.btn-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

/* フルスクリーンメニュー */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #133e73;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fullscreen-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* メニューコンテンツのスクロール対応 */
.menu-content {
  position: relative;
  height: 100%;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* centerからflex-startに変更 */
  align-items: center;
  text-align: center;
  color: white;
  overflow-y: auto; /* スクロールを有効化 */
  overflow-x: hidden; /* 横スクロールを無効化 */
}

/* スクロールバーのスタイリング */
.menu-content::-webkit-scrollbar {
  width: 6px;
}

.menu-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.menu-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.menu-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* クリニック情報 */
.clinic-info-logo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}

.clinic-info-logo img {
  width: 100%;
  height: auto;
}

/* メニューナビゲーション */
.menu-navigation {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.menu-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-navigation a {
  margin: 10px 0;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.fullscreen-menu.active .menu-navigation a {
  opacity: 1;
  transform: translateY(0);
}

.menu-navigation a:nth-child(1) {
  transition-delay: 0.1s;
}

.menu-navigation a:nth-child(2) {
  transition-delay: 0.2s;
}

.menu-navigation a:nth-child(3) {
  transition-delay: 0.3s;
}

.menu-navigation a:nth-child(4) {
  transition-delay: 0.4s;
}

.menu-navigation a:nth-child(5) {
  transition-delay: 0.5s;
}

.menu-navigation a:nth-child(6) {
  transition-delay: 0.6s;
}

.menu-navigation a:nth-child(7) {
  transition-delay: 0.7s;
}

.menu-navigation a:nth-child(8) {
  transition-delay: 0.8s;
}

.menu-navigation a:nth-child(9) {
  transition-delay: 0.9s;
}

.menu-navigation a:nth-child(10) {
  transition-delay: 1s;
}

/* sp menu Webはこちら */
.sp_reservation_btn {
  background-color: #fff;
  width: auto;
  border-radius: 5px;
  margin: 0 auto;
  padding: 5px 10px;
}

.sp_reservation_btn a {
  color: #1a4174;
  font-size: 18px;
  font-weight: 600;
}

/* ソーシャルアイコン */
.fullscreen-menu.active .sns-icons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.sns-icon:hover {
  transform: scale(1.1);
  color: #93c5fd;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .menu-content {
    padding: 60px 20px 40px; /* 上部のパディングを調整 */
  }
  .clinic-info h2 {
    font-size: 20px;
  }
  .menu-navigation a {
    font-size: 16px;
  }
  .sns-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
  }
  .sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    color: white;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-banner {
  max-width: 810px;
  padding: 0px 20px;
  margin: 50px auto 0 auto;
}

.contact-banner-catch,
.contact-banner__catch {
  font-family: "kiwi maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #d94960;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0em;
}

.contact-banner-text,
.contact-banner__text {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  margin: 20px 0;
}

.contact-banner-btn-box,
.contact-banner__buttons {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 20px;
}

.contact-banner-btn-box-btn,
.contact-banner__button {
  flex: 1;
  max-width: 100%;
  height: auto;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.contact-banner-btn-box-btn img,
.contact-banner__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .contact-banner {
    padding: 0;
  }
  .contact-banner-btn-box {
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }
  .contact-banner__buttons {
    display: none;
  }
  .contact-banner-catch,
  .contact-banner__catch {
    font-size: 20px;
    line-height: 1.5;
  }
  .contact-banner-text,
  .contact-banner__text {
    font-size: 12px;
  }
}
.page {
  position: relative;
  background-image: url(./assets/images/section_bk-1.png);
  background-size: 1400px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.access-map-btn {
  display: inline-block;
  background-color: white;
  color: #1e3a5f;
  border: none;
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px auto 10px auto;
  white-space: nowrap;
}
.access-map-btn:hover {
  background-color: #f0f0f0;
}

.main-visual {
  width: 100%;
  height: auto;
}

.main-visual-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-visual img {
  width: 100%;
  height: auto;
}

.doctor-img {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 32.64%;
  height: auto;
  z-index: 2;
}

.doctor-img img {
  width: 100%;
  height: 100%;
}

.sub-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 232px;
  object-fit: contain;
  z-index: 1;
}

.sub-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch-copy-title {
  position: absolute;
  top: 30%;
  left: 32%;
  width: 35%;
  height: auto;
}

.catch-copy-title img {
  width: 100%;
  height: auto;
}

.mp-logo-title {
  position: absolute;
  top: 42%;
  left: 39%;
  width: 45%;
  height: auto;
}

.mp-logo-title img {
  width: 100%;
  height: auto;
}

.content-layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}
.content-layout.is-visible {
  opacity: 1;
  visibility: visible;
}
.content-layout.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.content {
  width: 100%;
}

.section-content {
  width: 72%;
  margin-left: 28%;
}

.section-content-title {
  text-align: center;
}

.section-content-title-logo {
  width: 40%;
  height: auto;
  margin: 0 auto 20px auto;
}

.section-content-title-logo img {
  width: 100%;
  height: auto;
}

.section-content-title-text {
  font-family: "Kiwi Maru", serif;
  font-weight: 600;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #194175;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

.text-right_01 {
  width: 15em;
  text-align: left;
}

.section-content-title-text-span_01 {
  padding-left: 6em;
}

.text-right_02 {
  width: 13em;
  text-align: left;
}

.section-content-title-text-span_02 {
  padding-left: 6em;
}

.intro {
  text-align: center;
}

.intro__title--primary {
  font-size: 24px;
  font-weight: bold;
  color: #194175;
  margin-top: 100px;
}

.intro__title--primary img {
  width: 40%;
  height: auto;
}

.intro__text {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: left;
  max-width: 576px;
  margin: 50px auto 0 auto;
  line-height: 1.8;
}

.intro__image--first {
  margin-top: 80px;
}

.intro__image--first img {
  width: 100%;
  height: 171px;
}

.intro__image--second {
  margin-top: 60px;
}

.intro__image--second img {
  width: 100%;
  height: auto;
}

.intro__image--third {
  margin-top: 60px;
}

.intro__image--third img {
  width: 80%;
  height: auto;
}

.intro__title--secondary {
  margin-top: 80px;
}

.intro__title--secondary img {
  width: 40%;
  height: auto;
}

.features {
  padding: 60px 20px;
  margin-top: 60px;
}

.features__list {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.features__item {
  flex: 1;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features__icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__description {
  text-align: left;
  max-width: 250px;
  margin-top: 20px;
}
.features__description p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.about {
  position: relative;
  margin-top: 140px;
}

.about__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(120, 151, 158, 0.7);
  padding: 20px 64px 20px 0px;
}

.about__content {
  width: 45.4%;
  margin-left: 54.6%;
  padding: 20px 0;
}

.about__title {
  width: 100%;
  height: auto;
  padding: 0 90px;
}

.about__title img {
  width: 100%;
  height: auto;
}

.about__subtitle {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 20px;
}

.about__subtitle img {
  width: 100%;
  height: auto;
  padding: 10px 90px;
}

.about__note {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
  text-align: left;
  padding: 0px 110px;
}

.about__media {
  height: auto;
  margin-top: 60px;
  padding: 0 64px 0 0px;
}

.about__media-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0 0 0 60px;
}

.about__doctor {
  position: absolute;
  top: -5%;
  left: 34%;
  width: 24%;
  height: auto;
}

.about__doctor img {
  width: 100%;
  height: auto;
}

.about__doctor-text {
  width: 210px;
  font-size: 12px;
  line-height: 1.6;
  color: #194175;
  margin: 10px auto 0 auto;
  text-align: left;
}

.doctor-name {
  font-size: 16px;
  color: #194175;
  margin-top: 10px;
  text-align: left;
  margin-left: 10px;
}

.about__bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 151, 158, 0.7);
  z-index: -1;
}

.advantages {
  margin-top: 140px;
}

.advantages__inner {
  width: 100%;
  height: auto;
  padding: 0 40px;
}

.advantages__container {
  width: 100%;
  height: auto;
  padding: 0 90px;
}

.advantages__title {
  width: 58%;
  height: auto;
}

.advantages__title img {
  width: 100%;
  height: auto;
}

.advantages__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  gap: 70px;
  margin-top: 60px;
}
.advantages__icons a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.advantages__icons a:hover {
  transform: scale(1.1);
}
.advantages__icons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advantages__icons img {
  width: 100%;
  height: auto;
}

.advantages__text {
  width: 100%;
  height: auto;
  padding: 0 90px;
}

.advantages__text-title {
  width: 100%;
  height: auto;
  text-align: center;
}

.advantages__text-title img {
  width: 100%;
  max-width: 47%;
  height: 112px;
}

.advantages__text-body {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 10px;
  text-align: left;
  padding: 0;
}

.benefits {
  margin-top: 140px;
}

.benefits__content {
  width: 72%;
  margin-left: 28%;
}

.benefits__panel--01 {
  background-color: rgba(255, 243, 208, 0.6);
  padding-bottom: 10%;
}

.benefits__title {
  width: 18%;
  height: auto;
  margin: 0 auto;
}

.benefits__title img {
  width: 100%;
  height: auto;
}

.benefits__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 60px;
  margin-top: 60px;
  padding: 0 40px;
}

.benefits__box img {
  width: 100%;
  height: auto;
}

.benefits__image {
  width: 100%;
  height: auto;
  text-align: center;
  flex: 1.65;
}

.benefits__child--1 {
  order: 2;
}

.benefits__child--2 {
  order: 1;
}

.benefits__text {
  width: 100%;
  height: auto;
  flex: 1;
}

.benefits__text-title {
  width: 92%;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.benefits__text-title img {
  width: 100%;
  height: auto;
}

.benefits__text-body {
  font-size: 14.4px;
  line-height: 2;
  color: #333;
  margin-top: 20px;
  text-align: left;
  padding: 0;
}

.benefits__panel--02 {
  background-color: rgba(255, 221, 221, 0.7019607843);
  padding-bottom: 10%;
  margin-top: 40px;
}

.benefits__panel--03 {
  background-color: rgba(190, 220, 255, 0.7019607843);
  padding-bottom: 10%;
  margin-top: 40px;
}

.benefits__panel--04 {
  background-color: rgba(219, 235, 206, 0.7019607843);
  padding-bottom: 10%;
  margin-top: 40px;
}

.comparison {
  margin-top: 140px;
}

.comparison__inner {
  width: 100%;
  height: auto;
}

.comparison__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 20px;
  padding: 0 80px;
  margin-top: 50px;
}

.comparison__image {
  width: 29.47%;
  height: auto;
  flex: 1;
}

.comparison__image img {
  width: 100%;
  height: auto;
}

.comparison__text {
  width: 69.53%;
  height: auto;
  flex: 1.5;
}

.comparison__text-title {
  width: 100%;
  height: auto;
}

.comparison__text-title img {
  width: 100%;
  height: auto;
}

.comparison__catch {
  font-family: "Kiwi Maru", serif;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #194175;
  text-align: left;
  line-height: 1.6;
}

.comparison__body {
  font-size: 14.3px;
  line-height: 2;
  color: #333;
  margin-top: 20px;
  text-align: left;
  padding: 0;
}

.comparison__chart {
  width: 100%;
  height: auto;
  padding: 0 80px;
  margin: 60px auto 0 auto;
}

.comparison__chart img {
  width: 100%;
  height: auto;
}

.comparison__chart-text {
  width: 400px;
  font-size: 14.4px;
  line-height: 1.6;
  color: #333;
  margin: 20px auto 0 auto;
  text-align: left;
  padding: 0;
}

.recommend {
  margin-top: 220px;
}

.recommend__inner {
  width: 100%;
  height: auto;
  padding: 0 80px;
}

.recommend__items {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.recommend__items img {
  width: 100%;
  height: auto;
}

.recommend__line-banner {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.recommend__line-banner img {
  width: 100%;
  height: auto;
}

.recommend__demerit {
  width: 100%;
  height: auto;
  margin-top: 30px;
  font-size: 14.4px;
  color: #1a4175;
}

.recommend__demerit-title {
  width: 100%;
  height: auto;
  margin-top: 60px;
  text-align: center;
}

.recommend__demerit-list {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: left;
  padding: 0;
  list-style: square;
  padding-left: 20px;
}
.recommend__demerit-list li {
  margin-bottom: 10px;
}

.reasons {
  margin-top: 140px;
}

.reasons__inner {
  width: 100%;
  height: auto;
  padding: 0 80px;
}

.reasons__items {
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.reasons__items img {
  width: 100%;
  height: auto;
}

.howto {
  margin-top: 140px;
}

.howto__inner {
  width: 100%;
  height: auto;
  padding: 0 80px;
}

.howto__title {
  width: 40%;
  height: auto;
  margin: 0 auto;
}

.howto__title img {
  width: 100%;
  height: auto;
}

.howto__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
  max-width: 100%;
}

.howto__item {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.howto__item-img {
  width: 100%;
  height: auto;
  position: relative;
}

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

.howto__item-text {
  width: 100%;
  height: auto;
  padding: 20px;
}

.howto__item-text h3 {
  font-family: "Kiwi Maru", serif;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  color: #194175;
  margin-bottom: 15px;
}

.howto__item-text p {
  font-size: 14.4px;
  line-height: 1.6;
  color: #333;
  margin-top: 15px;
  text-align: left;
  padding: 0;
}

.doctor {
  margin-top: 140px;
}

.doctor__inner {
  display: flex;
  gap: 40px;
  width: 100%;
  height: auto;
  padding: 0 80px;
}

.doctor__image {
  width: 40%;
  height: auto;
}

.doctor__image img {
  width: 100%;
  height: auto;
}

.doctor__text {
  width: 60%;
  height: auto;
}

.doctor__text-title {
  font-family: "Kiwi Maru", serif;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #194175;
  text-align: left;
  line-height: 1.6;
}

.doctor__text-body {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: left;
  padding: 0;
}

.doctor-name {
  font-size: 14px;
  color: #194175;
  margin-top: 10px;
  text-align: left;
  margin-left: 10px;
}

.doctor-name-name {
  font-size: 18px;
  color: #194175;
  margin-top: 10px;
  text-align: left;
  margin-left: 10px;
}

.doctor__image-sp {
  display: none;
}

.faq {
  padding: 60px 0;
  position: relative;
  margin-top: 80px;
}

.faq__title {
  margin-bottom: 110px;
}

.faq__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 80px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq-item {
  background: transparent;
  padding: 15px 0;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 20px;
}

.faq-q {
  font-size: 32px;
  font-weight: bold;
  color: #1e3a5f;
  margin-right: 10px;
  line-height: 1;
  flex-shrink: 0;
}

.faq-question-text {
  font-family: "Kiwi Maru", serif;
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
  color: #1e3a5f;
  line-height: 1.4;
  letter-spacing: 2px;
  flex: 1;
  padding-top: 10px;
}

.faq-divider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.faq-divider-blue {
  width: 200px;
  height: 3px;
  background-color: #1e3a5f;
  margin-right: 0;
}

.faq-divider-wihite {
  width: 10px;
  height: 3px;
  background-color: #fff;
  margin-right: 0;
}

.faq-divider-gray {
  flex: 1;
  height: 3px;
  background-color: #a0b2b2;
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}

.faq-a {
  font-size: 32px;
  font-weight: bold;
  color: #1e3a5f;
  margin-right: 10px;
  line-height: 1;
  flex-shrink: 0;
  padding-left: 4px;
}

.faq-answer-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  flex: 1;
  padding-top: 10px;
}

.cases {
  margin-top: 80px;
}

.cases__inner {
  width: 100%;
  height: auto;
  padding: 0 120px;
  margin-top: 40px;
}

.cases__inner img {
  width: 100%;
  height: auto;
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cases__item {
  width: 100%;
  height: auto;
}

.cta__line {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0 120px;
}

.cta__line img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .page {
    background-size: contain;
  }
  .contact-banner-btn-box {
    display: none;
  }
  .main {
    margin-top: 54px;
  }
  .content-layout {
    display: block;
  }
  .desktop-layout {
    display: none;
  }
  .mobile-layout {
    display: block;
  }
  .recommend__items--desktop {
    display: none;
  }
  .recommend__items--mobile {
    display: block;
  }
  .reasons__items--desktop {
    display: none;
  }
  .reasons__items--mobile {
    display: block;
  }
  .section-content {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-content-title-logo {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .section-content-title-text {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .main-visual {
    background-color: #fff;
  }
  .intro__text {
    max-width: 100%;
    padding: 0 10px;
  }
  .intro__title--primary {
    margin-top: 40px;
  }
  .intro__title--primary img {
    width: 100%;
  }
  .intro__title--secondary img {
    width: 100%;
  }
  .intro__image--third img {
    width: 100%;
  }
  .intro__text {
    margin-top: 20px;
  }
  .intro__image--first {
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .intro__image--first img {
    width: 100%;
    height: auto;
  }
  .intro__image--second {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .intro__image--third {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .features {
    padding: 0px 20px;
    margin-top: 20px;
  }
  .features__list {
    display: block;
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
  .features__item {
    width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
  }
  .features__icon {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .features__description {
    max-width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
  }
  .about__bg {
    padding: 0 20px;
  }
  .about__content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .about__title {
    width: 100%;
    padding: 20px 0 0 110px;
    display: flex;
    justify-content: flex-end;
  }
  .about__title img {
    width: 100%;
    height: auto;
  }
  .about__subtitle {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 2px 0 2px 120px;
    margin: 20px 0 0 0;
  }
  .about__subtitle img {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0;
  }
  .about__note {
    display: flex;
    justify-content: flex-end;
    padding: 2px 0 10px 130px;
    margin: 10px 0 0 0;
  }
  .about__media {
    padding: 0 20px;
  }
  .about__media-video {
    padding: 0;
  }
  .about__doctor {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    text-align: center;
    margin: 0;
  }
  .about__doctor-text {
    display: none;
  }
  .about__doctor-text--sp {
    font-size: 12px;
    line-height: 1.6;
    color: #194175;
    display: block;
    margin: 10px auto 0 auto;
    padding: 2px 0 2px 40px;
  }
  .advantages {
    margin-top: 80px;
  }
  .advantages__inner {
    padding: 0;
  }
  .advantages__container {
    padding: 0;
  }
  .advantages__title {
    width: 100%;
    padding: 0;
  }
  .advantages__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    width: 70%;
    margin: 20px auto 0 auto;
    justify-items: center;
  }
  .advantages__text-title {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 30px auto 0 auto;
  }
  .advantages__text-title img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  .advantages__text {
    padding: 0 20px;
  }
  .advantages__text-body {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 20px auto 0 auto;
  }
  .benefits {
    margin-top: 40px;
  }
  .benefits__content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .benefits__box {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .benefits__child--1 {
    order: 1;
  }
  .benefits__child--2 {
    order: 2;
  }
  .benefits__text {
    padding: 0 20px;
  }
  .benefits__title {
    width: 40%;
    padding: 0;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .benefits__image,
  .benefits__text {
    flex: none;
    width: 100%;
  }
  .comparison {
    margin-top: 80px;
  }
  .comparison__box {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .comparison__image,
  .comparison__text {
    flex: none;
    width: 100%;
  }
  .comparison__image {
    width: 70%;
  }
  .comparison__catch {
    font-size: 20px;
    font-weight: 500;
    color: #194175;
    text-align: left;
    line-height: 1.6;
  }
  .comparison__chart {
    padding: 0;
  }
  .comparison__chart-text {
    font-size: 12px;
    width: 100%;
    padding: 0;
  }
  .recommend {
    margin-top: 80px;
  }
  .recommend__inner {
    padding: 0;
  }
  .recommend__items {
    margin-top: 0;
  }
  .recommend__sp-img--1-left,
  .recommend__sp-img--2-left,
  .recommend__sp-img--3-left {
    width: 75%;
    display: block;
    margin: 30px auto 0 auto;
  }
  .recommend__sp-img--1-left img {
    width: 100%;
    height: auto;
  }
  .recommend__sp-img--1-right,
  .recommend__sp-img--2-right,
  .recommend__sp-img--3-right {
    display: block;
    width: 100%;
    height: auto;
    margin: -30px auto 0 auto;
  }
  .recommend__demerit-list {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .reasons__inner {
    padding: 0;
  }
  .reasons__items {
    margin-top: 0;
  }
  .reasons__sp-img--1-left,
  .reasons__sp-img--2-left,
  .reasons__sp-img--3-left {
    display: block;
    width: 90%;
    height: auto;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .reasons__sp-img--1-right,
  .reasons__sp-img--2-right,
  .reasons__sp-img--3-right {
    display: block;
    width: 100%;
    height: auto;
    margin: -30px auto 0 auto;
  }
  .howto__inner {
    padding: 0 20px;
  }
  .howto__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .doctor__inner {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    margin-top: 200px;
  }
  .doctor__image-sp {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .doctor__image-sp-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    flex: 1;
  }
  .doctor__image-sp img {
    position: absolute;
    top: -130px;
    left: -70px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
  }
  .doctor__image-sp-text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex: 1.2;
  }
  .doctor__image-sp-text .doctor-name {
    margin-top: 40px;
  }
  .doctor__image-sp-text .doctor-name-name {
    font-size: 14px;
    line-height: 1.6;
    color: #194175;
  }
  .doctor__text {
    width: 100%;
    margin-top: 110px;
  }
  .doctor__text .doctor__text-title {
    font-size: 20px;
    line-height: 1.6;
    color: #194175;
    margin-top: 20px;
    text-align: center;
  }
  .doctor__text .doctor__text-body {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-top: 20px;
    padding: 0 20px;
  }
  .faq__inner {
    padding: 0;
  }
  .faq-item {
    padding: 0;
  }
  .faq-q {
    font-size: 30px;
    line-height: 1.6;
    color: #194175;
    margin-top: 20px;
    text-align: left;
    padding: 0;
  }
  .faq-question {
    margin-bottom: 0px;
  }
  .faq-question-text {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    padding: 0;
    letter-spacing: 0em;
    margin-top: 30px;
  }
  .faq-divider {
    margin: 10px 0 0 0;
  }
  .faq-a {
    font-size: 30px;
    line-height: 1.6;
    color: #194175;
    margin-top: 0px;
    text-align: left;
    padding: 0;
    padding-left: 5px;
  }
  .faq-answer-text {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 0;
    letter-spacing: 0em;
    margin-top: 10px;
  }
  .cases__inner {
    padding: 0;
  }
  .cases__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cases__item {
    width: 100%;
  }
  .cta__line {
    padding: 0;
  }
  .mobile-hero-img_01 {
    display: block;
    width: 80%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
  }
  .mobile-hero-img_02 {
    width: 100%;
    height: auto;
  }
  .mobile-hero-img_03 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .contact-banner-btn-box {
    display: none;
  }
  .main {
    margin-top: 54px;
  }
  .content-layout {
    display: block;
  }
  .desktop-layout {
    display: none;
  }
  .mobile-layout {
    display: block;
  }
  .recommend__items--desktop {
    display: block;
  }
  .recommend__items--mobile {
    display: none;
  }
  .reasons__items--desktop {
    display: block;
  }
  .reasons__items--mobile {
    display: none;
  }
  .mobile-hero-img_01 {
    display: block;
    width: 70%;
    height: auto;
    padding: 40px 0 20px 0;
    margin: 0 auto;
  }
  .mobile-hero-img_02 {
    width: 100%;
    height: auto;
  }
  .mobile-hero-img_03 {
    width: 100%;
    height: auto;
  }
  .section-content {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-visual {
    background-color: #fff;
  }
  .section-content-title-logo {
    width: 50%;
    margin: 0 auto 20px auto;
  }
  .intro__text {
    max-width: 580px;
    padding: 0;
    margin: 0 auto;
  }
  .intro__title--primary {
    margin-top: 40px;
  }
  .intro__title--primary img {
    width: 70%;
  }
  .intro__title--secondary img {
    width: 74%;
  }
  .intro__image--third img {
    width: 100%;
  }
  .intro__text {
    margin-top: 20px;
  }
  .intro__image--first {
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .intro__image--first img {
    width: 100%;
    height: auto;
  }
  .intro__image--second {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .intro__image--third {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .features {
    padding: 0px 20px;
    margin-top: 20px;
  }
  .features__list {
    display: flex;
    gap: 30px;
    padding: 0 10px;
  }
  .features__item {
    width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
  }
  .features__icon {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .features__description {
    max-width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
  }
  .about__bg {
    padding: 10px 20px;
  }
  .about__content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .about__title {
    width: 100%;
    padding: 20px 0 0 110px;
    display: flex;
    justify-content: flex-end;
  }
  .about__title img {
    width: 80%;
    height: auto;
  }
  .about__subtitle {
    width: 100%;
    display: block;
    padding: 2px 0;
    margin: 20px 0 0 0;
    text-align: right;
    background-color: transparent;
    padding: 2px 0 2px 120px;
  }
  .about__subtitle img {
    width: 70%;
    height: auto;
    margin-left: 0;
    padding: 10px;
    background-color: #fff;
  }
  .about__note {
    display: block;
    padding: 2px 0 10px 320px;
    margin: 10px 0 0 0;
  }
  .about__media {
    padding: 0 20px;
    margin-top: 0px;
  }
  .about__media-video {
    width: 60%;
    padding: 0;
    text-align: right;
    margin-left: 40%;
    margin-top: 80px;
  }
  .about__doctor {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    text-align: center;
    margin: 0;
  }
  .about__doctor-text {
    display: block;
  }
  .about__doctor-text--sp {
    display: none;
  }
  .advantages {
    margin-top: 80px;
  }
  .advantages__inner {
    padding: 0;
  }
  .advantages__container {
    padding: 0;
  }
  .advantages__title {
    width: 60%;
    padding: 0;
    margin: 0 auto;
  }
  .advantages__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    width: 50%;
    margin: 30px auto 0 auto;
  }
  .advantages__text-title {
    width: 60%;
    padding: 0;
    text-align: center;
    margin: 30px auto 0 auto;
  }
  .advantages__text-title img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  .advantages__text {
    padding: 0 80px;
  }
  .advantages__text-body {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 20px auto 0 auto;
  }
  .benefits {
    margin-top: 40px;
  }
  .benefits__content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .benefits__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 10px;
    margin-top: 60px;
    padding: 0 20px;
  }
  .benefits__child--1 {
    order: 1;
  }
  .benefits__child--2 {
    order: 2;
  }
  .benefits__image {
    padding: 0 10px;
    flex: 1;
  }
  .benefits__image img {
    width: 100%;
    height: auto;
  }
  .benefits__text {
    padding: 0 10px;
    flex: 1.2;
  }
  .benefits__title {
    width: 18%;
    padding: 0;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .comparison {
    margin-top: 80px;
  }
  .comparison__box {
    flex-direction: column;
    gap: 30px;
    padding: 0 60px;
  }
  .comparison__image,
  .comparison__text {
    flex: none;
    width: 100%;
  }
  .comparison__image {
    width: 50%;
  }
  .comparison__chart {
    padding: 0;
  }
  .comparison__chart-text {
    font-size: 12px;
    width: 100%;
    padding: 0 60px;
  }
  .recommend {
    margin-top: 80px;
  }
  .recommend__inner {
    padding: 0;
  }
  .recommend__items {
    margin-top: 0;
  }
  .reasons__inner {
    padding: 0;
  }
  .reasons__items {
    margin-top: 0;
  }
  .howto__inner {
    padding: 0 20px;
  }
  .howto__list {
    gap: 20px;
  }
  .doctor__inner {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    margin-top: 200px;
  }
  .doctor__image-sp {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .doctor__image-sp-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    flex: 1;
  }
  .doctor__image-sp img {
    position: absolute;
    top: -130px;
    left: 60px;
    height: 470px;
    margin: 0 auto;
    padding: 0;
  }
  .doctor__image-sp-text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex: 1.2;
  }
  .doctor__image-sp-text .doctor-name {
    margin-top: 40px;
    margin-left: 80px;
  }
  .doctor__image-sp-text .doctor-name-name {
    font-size: 18px;
    line-height: 1.6;
    color: #194175;
  }
  .doctor__text {
    width: 100%;
    margin-top: 240px;
  }
  .doctor__text .doctor__text-title {
    font-size: 20px;
    line-height: 1.6;
    color: #194175;
    margin-top: 20px;
    text-align: center;
  }
  .doctor__text .doctor__text-body {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-top: 20px;
    padding: 0 60px;
  }
  .faq__inner {
    padding: 0 60px;
  }
  .faq__title {
    margin-bottom: 60px;
  }
  .faq-item {
    padding: 0;
  }
  .faq-q {
    font-size: 30px;
    line-height: 1.6;
    color: #194175;
    margin-top: 20px;
    text-align: left;
    padding: 0;
  }
  .faq-question {
    margin-bottom: 0px;
  }
  .faq-question-text {
    font-size: 20px;
    line-height: 2;
    text-align: left;
    padding: 0;
    letter-spacing: 0em;
    margin-top: 30px;
  }
  .faq-divider {
    margin: 10px 0 0 0;
  }
  .faq-a {
    font-size: 30px;
    line-height: 1.6;
    color: #194175;
    margin-top: 0px;
    text-align: left;
    padding: 0;
    padding-left: 5px;
  }
  .faq-answer-text {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    padding: 0;
    letter-spacing: 0em;
    margin-top: 10px;
  }
  .cases__inner {
    padding: 0;
  }
  .cases__grid {
    gap: 20px;
  }
  .cases__item {
    width: 100%;
  }
  .cta__line {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .desktop-layout {
    display: block;
  }
  .mobile-layout {
    display: none;
  }
  .recommend__items--desktop {
    display: block;
  }
  .recommend__items--mobile {
    display: none;
  }
  .reasons__items--desktop {
    display: block;
  }
  .reasons__items--mobile {
    display: none;
  }
}
