@charset "UTF-8";@import "kiso.css";

html {
  font-size: 100%;
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem;
  /* = 16px */
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--base-font-family);
  font-weight: var(--fw-regular);
  background-color: #f7f4ea;
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
@font-face {
  font-family: "Local LINE Seed JP";
  src: local("LINE Seed JP App"), local("LINE Seed JP"), local("LINE Seed JP OTF");
}
:root {
  /* inner */
  --inner: min(1080px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 20px;
  /* z-index */
  --z-index-header: 900;
  /* color */
  --color-main: #f7f4ea;
  --color-white: #fff;
  --color-text: #0d2936;
  --color-black: #000;
  --color-gray: #f0f0f0;
  --color-border-gray: #aaaaaf;
  --color-accent: #408f95;
  --color-primary: #234f5e;
  --color-secondary: #00f;
  --color-orange: #de8430;
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  /* font-family */
  --base-font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --title-font-family: "Lato", sans-serif;
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 64px;
}
@media screen and (width >= 768px) {
  :root {
    --header-height: 80px;
  }
}

.l-inner {
  max-width: calc(var(--inner-sp) + var(--padding-inner) * 2);
  padding-inline: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(var(--inner) + var(--padding-inner) * 2);
  }
}

.l-body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.l-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(306 * var(--to-rem)) minmax(0, 1fr) calc(390 * var(--to-rem)) minmax(0, 1fr) calc(306 * var(--to-rem)) minmax(0, 1fr);
  align-items: start;
  width: 100%;
  background-image: url("../images/bg-pc.CWRO3ael.webp") center top/cover no-repeat fixed;
}

.l-side {
  position: sticky;
  align-self: start;
}

.l-side--left {
  top: calc(220 * var(--to-rem));
  grid-column: 2;
  justify-self: end;
}

.l-side--right {
  top: calc(259 * var(--to-rem));
  grid-column: 6;
  justify-self: start;
  min-height: calc(430 * var(--to-rem));
}

.p-menu {
  width: calc(286 * var(--to-rem));
}

.p-menu__list {
  display: grid;
  gap: calc(24 * var(--to-rem));
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-menu__link {
  display: flex;
  gap: calc(10 * var(--to-rem));
  align-items: center;
  text-decoration: none;
}

.p-menu__link img {
  display: block;
  width: calc(20 * var(--to-rem));
  height: calc(20 * var(--to-rem));
}

.p-menu__link span {
  position: relative;
  font-family: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", serif;
  font-size: calc(16 * var(--to-rem));
  font-weight: 600;
  line-height: 1.5;
  color: #947d4f;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .p-menu__link span::after {
    position: absolute;
    right: 0;
    bottom: calc(-4 * var(--to-rem));
    left: 0;
    height: 1px;
    content: "";
    background-color: #947d4f;
    transition: transform 0.2s ease;
    transform: scaleX(0);
    transform-origin: left center;
  }
  .p-menu__link:hover span::after {
    transform: scaleX(1);
  }
}
.p-scroll-indicator {
  position: absolute;
  top: calc(398 * var(--to-rem));
  left: calc(-60 * var(--to-rem));
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--to-rem));
  align-items: center;
  width: calc(86 * var(--to-rem));
}

.p-scroll-indicator__text {
  display: block;
  width: calc(84 * var(--to-rem));
  height: auto;
}

.p-scroll-indicator__arrow {
  position: relative;
  display: block;
  width: calc(14 * var(--to-rem));
  height: calc(32 * var(--to-rem));
  margin-block-start: calc(1 * var(--to-rem));
  animation: p-scroll-indicator-arrow 1.6s ease-in-out infinite;
}

.p-scroll-indicator__arrow::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(25 * var(--to-rem));
  content: "";
  background-color: #947d4f;
  transform: translateX(-50%);
}

.p-scroll-indicator__arrow::after {
  position: absolute;
  top: calc(18 * var(--to-rem));
  left: 50%;
  width: calc(8 * var(--to-rem));
  height: calc(8 * var(--to-rem));
  content: "";
  border-right: 1px solid #947d4f;
  border-bottom: 1px solid #947d4f;
  transform: translateX(-50%) rotate(45deg);
}

@keyframes p-scroll-indicator-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(4 * var(--to-rem)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-scroll-indicator__arrow {
    animation: none;
  }
}
@media screen and (width <= 1280px) {
  .p-scroll-indicator {
    left: calc(15 * var(--to-rem));
  }
}
.l-main {
  grid-column: 4;
  width: calc(390 * var(--to-rem));
  overflow: hidden;
  box-shadow: calc(-8 * var(--to-rem)) 0 calc(16 * var(--to-rem)) rgba(0, 0, 0, 0.12), calc(8 * var(--to-rem)) 0 calc(16 * var(--to-rem)) rgba(0, 0, 0, 0.12);
}

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

.l-main > * {
  position: relative;
  width: calc(390 * var(--to-rem));
  margin-inline: auto;
}

.l-main > * + * {
  margin-block-start: calc(20 * var(--to-rem));
}

.l-section {
  margin-block-start: calc(80 * var(--to-rem));
}

@media screen and (max-width: 1023px) {
  .l-shell {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .l-side {
    display: none;
  }
  .l-main {
    width: calc(390 * var(--to-rem));
    max-width: none;
    margin-inline: auto;
    box-shadow: calc(-16 * var(--to-rem)) 0 calc(32 * var(--to-rem)) rgba(0, 0, 0, 0.12), calc(16 * var(--to-rem)) 0 calc(32 * var(--to-rem)) rgba(0, 0, 0, 0.12);
  }
}
@media screen and (width <= 390px) {
  .l-main {
    width: 100%;
    box-shadow: none;
  }
  .l-main > * {
    width: 100%;
  }
}
.p-cta-main {
  width: calc(358 * var(--to-rem));
  margin-block-start: calc(58 * var(--to-rem));
}

.p-cta-button {
  position: absolute;
  top: calc(164 * var(--to-rem));
  left: 50%;
  width: calc(243 * var(--to-rem));
  translate: -50%;
}

.p-cta-mini {
  position: relative;
  width: calc(327 * var(--to-rem));
  margin-block-start: calc(24 * var(--to-rem));
}

.p-cta-mini-button {
  position: absolute;
  bottom: calc(84 * var(--to-rem));
  left: 50%;
  display: block;
  width: calc(243 * var(--to-rem));
  height: auto;
  translate: -50%;
}

.p-cta-bg {
  width: calc(358 * var(--to-rem));
  padding: calc(16 * var(--to-rem));
  margin-block-start: calc(50 * var(--to-rem));
  margin-inline: auto;
  background: #fff;
}
.p-cta-bg .p-cta-mini-button {
  bottom: calc(96 * var(--to-rem));
}

.p-right-cta {
  position: relative;
  width: calc(326 * var(--to-rem));
}

.p-right-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.p-right-cta__button {
  position: absolute;
  bottom: calc(75 * var(--to-rem));
  left: 50%;
  width: calc(243 * var(--to-rem));
  translate: -50%;
}

.p-right-cta__button img {
  display: block;
}

.p-cta-line-button {
  position: absolute;
  top: calc(235 * var(--to-rem));
  left: 50%;
  width: calc(243 * var(--to-rem));
  translate: -50%;
}
.p-cta-line-button img {
  display: block;
  width: 100%;
  height: auto;
}

.p-cta-mini-line-button {
  position: absolute;
  bottom: calc(11 * var(--to-rem));
  left: 50%;
  width: calc(243 * var(--to-rem));
  translate: -50%;
}
.p-cta-mini-line-button img {
  display: block;
  width: 100%;
  height: auto;
}

.p-cta-bg .p-cta-mini-line-button {
  bottom: calc(26 * var(--to-rem));
}

.p-right-cta__line-button {
  position: absolute;
  bottom: calc(14 * var(--to-rem));
  left: 50%;
  width: calc(243 * var(--to-rem));
  translate: -50%;
}
.p-right-cta__line-button img {
  display: block;
  width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .p-button-link:hover,
  .p-cta-button:hover,
  .p-cta-mini-button:hover,
  .p-right-cta__button:hover,
  .p-mv-line-button:hover,
  .p-cta-line-button:hover,
  .p-cta-mini-line-button:hover,
  .p-right-cta__line-button:hover {
    opacity: 0.7;
  }
}
.p-difference {
  padding-block: calc(80 * var(--to-rem));
  margin-block: 0;
  background: #fff;
  border-top: 3px solid #947d4f;
  border-bottom: 3px solid #947d4f;
}

.p-difference__inner {
  width: calc(326 * var(--to-rem));
  margin-inline: auto;
}

.p-difference-table {
  width: calc(100% - 32 * var(--to-rem));
  margin-block-start: calc(36 * var(--to-rem));
  margin-inline-start: calc(32 * var(--to-rem));
}

.p-difference-table__row {
  display: flex;
}

.p-difference-table__fixed {
  flex-shrink: 0;
  width: calc(115 * var(--to-rem));
}

.p-difference-table__fixed img {
  display: block;
  width: 100%;
  height: auto;
}

.p-difference-table__scroll {
  flex: 1;
  overflow: auto hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-difference-table__scroll::-webkit-scrollbar {
  display: none;
}

.p-difference-table__scrollbar {
  display: flex;
  justify-content: center;
  padding-block: calc(17 * var(--to-rem));
}

.p-difference-table__scrollbar-track {
  position: relative;
  width: calc(120 * var(--to-rem));
  height: 3px;
  margin-inline: auto;
  background: #e8e8e8;
}

.p-difference-table__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #947d4f;
}

.p-difference-table__scroll img {
  width: calc(455 * var(--to-rem));
  max-width: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.p-difference-table__scroll.is-dragging {
  cursor: grabbing;
}

.p-doctor {
  width: calc(390 * var(--to-rem));
}

.p-footer {
  padding-block: calc(25 * var(--to-rem));
  margin-block-start: calc(80 * var(--to-rem));
  background: #5a5651;
}

.p-footer__copy {
  font-family: Spectral, serif;
  font-size: calc(18 * var(--to-rem));
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  text-align: center;
}

.p-info {
  margin-block: calc(63 * var(--to-rem)) calc(76 * var(--to-rem));
}

.p-info__inner {
  width: calc(326 * var(--to-rem));
  margin-inline: auto;
}

.p-info-map {
  margin-block-start: calc(20 * var(--to-rem));
}

.p-info-sub {
  margin-block-start: calc(20 * var(--to-rem));
}

.p-info-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 326/245;
  border: 0;
}

.p-mv {
  position: relative;
  width: calc(390 * var(--to-rem));
  padding-block-start: calc(17 * var(--to-rem));
  margin-block-start: 0;
  background: url("../images/bg-pc.CWRO3ael.webp") no-repeat center top/cover;
}

.p-mv-button {
  position: absolute;
  bottom: calc(148 * var(--to-rem));
  left: 50%;
  width: calc(326 * var(--to-rem));
  translate: -50%;
}

.p-button-link {
  display: block;
}

.p-mv-line-button {
  position: absolute;
  bottom: calc(87 * var(--to-rem));
  left: 50%;
  width: calc(326 * var(--to-rem));
  translate: -50%;
}
.p-mv-line-button img {
  display: block;
  width: 100%;
  height: auto;
}

.p-problems {
  width: calc(326 * var(--to-rem));
}

.p-qa {
  width: calc(326 * var(--to-rem));
  margin-block: calc(77 * var(--to-rem));
}

.p-step {
  padding-block: calc(80 * var(--to-rem));
  margin-block: 0;
  background: #fffcf4;
  border-top: 3px solid #947d4f;
  border-bottom: 3px solid #947d4f;
}

.p-step__inner {
  width: calc(360 * var(--to-rem));
  margin-inline: auto;
}

.p-sticky-banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sticky-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 100;
    display: flex;
    gap: calc(10 * var(--to-rem));
    justify-content: center;
    width: calc(390 * var(--to-rem));
    padding: calc(16 * var(--to-rem)) calc(10 * var(--to-rem));
    pointer-events: none;
    visibility: hidden;
    background: #f7f4ea;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    translate: -50%;
  }
  .p-sticky-banner.is-visible {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}
.p-sticky-banner a {
  display: block;
  width: calc(326 * var(--to-rem));
  margin: 0 auto;
}
.p-sticky-banner img {
  width: 100%;
  height: auto;
}

.p-what {
  width: calc(326 * var(--to-rem));
  margin-block: calc(77 * var(--to-rem)) calc(77 * var(--to-rem));
}

.p-what-diagram {
  display: block;
  width: calc(326 * var(--to-rem));
  height: auto;
  margin-block-start: calc(30 * var(--to-rem));
}

.p-who {
  padding-block: calc(77 * var(--to-rem));
  margin-block: 0;
  background: #fffcf4;
}

.p-who__inner {
  width: calc(328 * var(--to-rem));
  margin-inline: auto;
}

.p-why {
  width: calc(326 * var(--to-rem));
  margin-block: calc(77 * var(--to-rem)) 0;
}

.p-why__text {
  width: 100vw;
  margin-block-start: calc(60 * var(--to-rem));
  margin-inline: calc(50% - 50vw);
}
.p-why__text img {
  width: calc(400 * var(--to-rem));
  mix-blend-mode: multiply;
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

@media (width <= 767px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width >= 768px) {
  [data-only-device=sm] {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

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

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}