@charset "UTF-8";
/*! 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;
}

html {
  font-feature-settings: "halt";
}

@media screen and (min-width: 768px) {
  .is-m {
    display: none;
  }
}

@media not screen and (min-width: 768px) {
  .is-d {
    display: none;
  }
}

:root {
  --bg-primary: #eeeeee;
  --bg-secondary: #ffffff;
  --text-primary: #171a19;
  --text-secondary: #7e7e7e;
  --text-link: #3a9edb;
  --text-white: #ffffff;
  --border: #c4ccc9;
  --tint-primary: #ffef72;
  --tint-secondary: #24a466;
  --tint-secondary--light: #98d998;
  --tint-emphasis: #f9f9f9;
  --miscellaneous: #5b6360;
}

@media not screen and (min-width: 768px) {
  .l-header {
    display: flex;
    width: 100vw;
    height: 64px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-secondary);
    padding-inline: 24px 16px;
    text-align: center;
    position: fixed;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    display: none;
  }
}

@media not screen and (min-width: 768px) {
  .l-header__logo {
    width: 100px;
    background-size: contain;
  }
}

@media not screen and (min-width: 768px) {
  .l-header__munuIcon {
    width: 60px;
    height: 20px;
    position: relative;
    background: #ffef72;
    background: linear-gradient(90deg, rgb(255, 239, 114) 0%, rgb(255, 239, 114) 50%, rgb(219, 235, 143) 50%, rgb(219, 235, 143) 100%);
    border-radius: 10px;
    color: var(--text-primary);
    font-family: "Inter", "IBM Plex Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-size: 0.625rem;
  }
}

#js-mobileMenuIcon::before {
  content: "MENU";
}
#js-mobileMenuIcon.is-open {
  background: linear-gradient(-90deg, rgb(255, 239, 114) 0%, rgb(255, 239, 114) 50%, rgb(219, 235, 143) 50%, rgb(219, 235, 143) 100%);
}
#js-mobileMenuIcon.is-open::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  clip-path: polygon(7% 0%, 0 7%, 43% 50%, 0 93%, 7% 100%, 50% 57%, 93% 100%, 100% 93%, 57% 50%, 100% 7%, 93% 0, 50% 43%);
  fill: var(--text-primary);
  background-color: var(--text-primary);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

html {
  scroll-behavior: smooth;
}
@media not screen and (min-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: calc(29px + 2rem);
  }
}

body {
  background-color: var(--tint-primary);
}

@media not screen and (min-width: 768px) {
  .l-container {
    overflow-x: hidden;
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .l-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1280px;
    margin-inline: auto;
    padding: 24px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .l-main {
    width: 928px;
  }
}

.l-main--subPage {
  background-color: var(--bg-secondary);
}
@media not screen and (min-width: 768px) {
  .l-main--subPage {
    padding-inline: 16px;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main--subPage {
    padding: 2.5rem 3rem;
    border-radius: 36px;
  }
}

.l-contents {
  display: flex;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .l-contents {
    row-gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contents {
    row-gap: 4.5rem;
  }
}

.l-2column {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .l-2column {
    flex-direction: column;
    align-items: center;
    row-gap: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-2column {
    justify-content: center;
    column-gap: 1.5rem;
  }
}

.l-2column_textAndImage {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .l-2column_textAndImage {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-2column_textAndImage {
    column-gap: 1rem;
  }
}

.l-2column_textAndImage__text {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-2column_textAndImage__text {
    width: 520px;
  }
}

.l-footer {
  width: 100%;
  background-color: var(--tint-emphasis);
}
@media not screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 40px;
  }
}

.l-footer__above {
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .l-footer__above {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__above {
    width: 1280px;
    margin-bottom: 2.5rem;
    padding-inline: 80px;
  }
}

.l-footer__below {
  background-color: #d8d8d8;
}
@media not screen and (min-width: 768px) {
  .l-footer__below {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__below {
    padding-block: 1.5rem 2.5rem;
  }
}
@media not screen and (min-width: 768px) {
  .l-footer__below .l-footer__list {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__below .l-footer__list {
    width: 800px;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__below .l-footer__company {
    width: 1040px;
    margin-inline: auto;
  }
}

.l-footer__list {
  display: flex;
  row-gap: 1.5rem;
}
@media not screen and (min-width: 768px) {
  .l-footer__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4rem;
  }
}

.l-footer__link {
  position: relative;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not screen and (min-width: 768px) {
  .l-footer__link {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .l-footer__link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .l-footer__link:active {
    text-decoration: underline;
  }
}
.l-footer__link.externalLink {
  margin-right: 1rem;
}
.l-footer__link.externalLink::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon-open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -1rem;
  top: 50%;
  translate: 0 -50%;
}
@media not screen and (min-width: 768px) {
  .l-footer__link.externalLink::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__link.externalLink::before {
    width: 16px;
    height: 16px;
  }
}

.l-footer__company {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not screen and (min-width: 768px) {
  .l-footer__company {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    font-size: 0.75rem;
    padding-inline: 10px;
  }
}

.l-footer__healthtech {
  padding-block: 1.5rem;
}
@media not screen and (min-width: 768px) {
  .l-footer__healthtech {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__healthtech {
    width: 1040px;
    margin-inline: auto;
    padding-inline: 10px;
  }
}

.l-siteseal {
  display: flex;
  justify-content: center;
  row-gap: 1rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-siteseal {
    width: 1280px;
    margin-inline: auto;
  }
}

.l-siteseal__item {
  width: 100px;
  height: 50px;
}

.c-h1 {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media not screen and (min-width: 768px) {
  .c-h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h1 {
    font-size: 2.5rem;
  }
}

.c-h2 {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .c-h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h2 {
    font-size: 2rem;
  }
}
.c-h2::after {
  content: "";
  position: absolute;
  background-color: var(--tint-secondary);
  width: 32px;
  height: 4px;
  border-radius: 2px;
  left: 50%;
  translate: -50% 0;
  bottom: -1rem;
}

.c-h3 {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .c-h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h3 {
    font-size: 1.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-h3WithStep {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h3WithStep {
    font-size: 1.5rem;
  }
}

.c-h3WithStep__stepTag {
  display: inline-flex;
  align-items: baseline;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-white);
  background-color: var(--tint-secondary);
  margin-bottom: 1rem;
}
@media not screen and (min-width: 768px) {
  .c-h3WithStep__stepTag {
    height: 30px;
    padding-top: 4px;
    padding-inline: 11px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-h3WithStep__stepTag {
    height: 40px;
    padding-top: 5px;
    padding-inline: 15px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.c-h3WithStep__stepText {
  letter-spacing: 0.1em;
  padding-right: 0.25rem;
}
@media not screen and (min-width: 768px) {
  .c-h3WithStep__stepText {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h3WithStep__stepText {
    font-size: 1.25rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-h3WithStep__stepNum {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h3WithStep__stepNum {
    font-size: 1.5rem;
  }
}

.c-h3WithStep__headline {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.c-h4 {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .c-h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h4 {
    font-size: 1.25rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav {
    display: none;
    width: 100vw;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    background-color: var(--bg-secondary);
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 999999999;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-nav {
    width: 256px;
    height: fit-content;
    position: sticky;
    top: 54px;
    z-index: 100;
    opacity: 0.85;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__inner {
    height: 100%;
    background-color: var(--tint-primary);
    border-top-left-radius: 24px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-left-radius: 24px;
    padding-top: 2rem;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    background-color: var(--bg-secondary);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    border-radius: 36px;
    padding: 1.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__logo {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__logo {
    display: block;
    width: 148px;
    height: 56.73px;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}

.c-nav__menuList {
  display: flex;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .c-nav__menuList {
    row-gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__menuList {
    row-gap: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__menuItem--usage {
    position: relative;
    z-index: 0;
  }
  .c-nav__menuItem--usage::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-image: url("../img/icon-arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
  .c-nav__menuItem--usage:focus-within .c-nav__childMenuList {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-nav__menuItem--usage:hover {
    cursor: pointer;
  }
  .c-nav__menuItem--usage:hover .c-nav__childMenuList {
    display: flex;
  }
}

.c-nav__menuLink {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .c-nav__menuLink:hover {
    color: var(--tint-secondary);
    font-weight: 600;
  }
}
@media (hover: none) {
  .c-nav__menuLink:active {
    color: var(--tint-secondary);
    font-weight: 600;
  }
}
@media not screen and (min-width: 768px) {
  .c-nav__menuLink {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__menuLink {
    font-size: 1rem;
    font-weight: 400;
  }
}

.c-nav__menuLink--usage:active {
  pointer-events: none;
}

@media not screen and (min-width: 768px) {
  .c-nav__childMenuList {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__childMenuList {
    width: fit-content;
    display: none;
    flex-direction: column;
    row-gap: 16px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    translate: 100% 0;
    background-color: var(--bg-secondary);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    padding: 24px;
    border-radius: 24px;
  }
  .c-nav__childMenuList::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 75px;
    top: 0;
    left: -50px;
    z-index: -1;
  }
}

.c-nav__childMenuLink {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15em;
  word-break: keep-all;
}
@media not screen and (min-width: 768px) {
  .c-nav__childMenuLink {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__childMenuLink {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .c-nav__childMenuLink:hover {
    color: var(--tint-secondary);
    font-weight: 600;
  }
}
@media (hover: none) {
  .c-nav__childMenuLink:active {
    color: var(--tint-secondary);
    font-weight: 600;
  }
}

.c-nav__services {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media not screen and (min-width: 768px) {
  .c-nav__service {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__service {
    border: 1px solid var(--tint-secondary);
    border-radius: 24px;
    padding: 0.75rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__serviceWrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
  }
}

.c-nav__serviceTitle {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .c-nav__serviceTitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceTitle {
    font-size: 0.875rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__serviceTitle--small {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceTitle--small {
    display: block;
    font-size: 0.6875rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__serviceQRcode {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceQRcode {
    display: block;
    width: 60px;
    height: 60px;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__serviceLink--m {
    display: block;
    position: relative;
    background-color: var(--tint-emphasis);
    border: 1px solid #ccc45b;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceLink--m {
    display: none;
  }
}

@media not screen and (min-width: 768px) {
  .c-nav__serviceLink--d {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceLink--d {
    display: block;
    text-align: center;
    background-color: var(--tint-primary);
    border: 1px solid #ccc45b;
    border-radius: 2rem;
    padding-block: 4px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-nav__serviceLink--d:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .c-nav__serviceLink--d:active {
    opacity: 0.7;
  }
}

.c-nav__serviceLinkText {
  position: relative;
  color: var(--ext-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .c-nav__serviceLinkText {
    font-size: 0.875rem;
    font-weight: 500;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__serviceLinkText {
    font-size: 0.75rem;
    font-weight: 400;
    padding-right: 1rem;
  }
}
.c-nav__serviceLinkText::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

#js-mobileMenuList.is-open {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .c-toc {
    max-width: 640px;
    margin-inline: auto;
  }
}

.c-toc__wrapperAbove {
  background-color: var(--tint-primary);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  break-before: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.c-toc__wrapperBelow {
  background-color: var(--tint-primary);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  break-before: 0.5rem;
  padding: 0.5rem;
}

.c-toc__title {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.25rem;
}
@media not screen and (min-width: 768px) {
  .c-toc__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-toc__title {
    font-size: 1rem;
    text-align: center;
  }
}

.c-toc__item:not(:last-of-type) .c-toc__link {
  border-bottom: 1px solid var(--border);
}
.c-toc__item:first-of-type .c-toc__link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 1.5rem;
}
.c-toc__item:last-of-type .c-toc__link {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.c-toc__item--blow .c-toc__link {
  background-color: var(--bg-secondary);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 0.25rem;
}

.c-toc__link {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  padding: 0.75rem 0 0.5rem 1rem;
  position: relative;
  background-color: var(--bg-secondary);
  transition: 0.05s all ease-out;
}
@media not screen and (min-width: 768px) {
  .c-toc__link {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-toc__link {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .c-toc__link:hover {
    background-color: var(--bg-primary);
  }
}
@media (hover: none) {
  .c-toc__link:active {
    background-color: var(--bg-primary);
  }
}
.c-toc__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 1rem;
  translate: 0 -48%;
  background-image: url(../img/icon-arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-toc__link--small {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media not screen and (min-width: 768px) {
  .c-toc__link--small {
    font-size: 0.75rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-toc__link--small {
    font-size: 0.875rem;
  }
}

.c-btnPrimary {
  display: block flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--tint-emphasis);
  border: 1px solid var(--border);
  border-radius: 2rem;
  transition: 0.05s opacity ease-out;
}
@media not screen and (min-width: 768px) {
  .c-btnPrimary {
    width: 80%;
    padding: 0.75rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btnPrimary {
    min-width: 320px;
    width: fit-content;
    height: 50px;
    padding-inline: 2.5rem;
  }
}
@media (hover: hover) {
  .c-btnPrimary:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-btnPrimary:active {
    opacity: 0.7;
  }
}

.c-btnPrimary__text {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-btnPrimary__text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btnPrimary__text {
    font-size: 1rem;
  }
}
.c-btnPrimary__text.externalLink {
  position: relative;
}
@media not screen and (min-width: 768px) {
  .c-btnPrimary__text.externalLink {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btnPrimary__text.externalLink {
    padding-right: 1rem;
  }
}
.c-btnPrimary__text.externalLink::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.c-btnSecondary {
  display: block flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--tint-primary);
  border: 1px solid #ccc45b;
  border-radius: 2rem;
  transition: 0.05s opacity ease-out;
}
@media not screen and (min-width: 768px) {
  .c-btnSecondary {
    width: 80%;
    padding: 0.75rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btnSecondary {
    min-width: 320px;
    width: fit-content;
    height: 50px;
    padding-inline: 2.5rem;
  }
}
@media (hover: hover) {
  .c-btnSecondary:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-btnSecondary:active {
    opacity: 0.7;
  }
}

.c-btnSecondary__text {
  position: relative;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-btnSecondary__text {
    font-size: 0.875rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btnSecondary__text {
    font-size: 1.125rem;
    padding-right: 1rem;
  }
}
.c-btnSecondary__text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.c-weekly {
  width: 100%;
}

.c-weekly__dayRow {
  display: flex;
  justify-content: space-between;
}

.c-weekly__dayText {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .c-weekly__dayText {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-weekly__dayText {
    font-size: 1rem;
  }
}
.c-weekly__dayText:first-of-type {
  width: 20%;
}
.c-weekly__dayText:not(:first-of-type) {
  width: 10%;
}

.c-weekly__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-weekly__row:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--text-secondary);
}

.c-weekly__openingHourText {
  width: 20%;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
@media not screen and (min-width: 768px) {
  .c-weekly__openingHourText {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-weekly__openingHourText {
    font-size: 1rem;
  }
}

.c-weekly__openingHourText--end {
  padding-left: 1rem;
}

.c-weekly__open {
  width: 10%;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .c-weekly__open.is-open {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-weekly__open.is-open {
    font-size: 1rem;
  }
}
@media not screen and (min-width: 768px) {
  .c-weekly__open.is-close {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-weekly__open.is-close {
    font-size: 0.75rem;
  }
}

.c-breadcrumbs {
  background-color: var(--bg-secondary);
}
@media not screen and (min-width: 768px) {
  .c-breadcrumbs {
    padding-block: 1.5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    padding-bottom: 2.5rem;
  }
}

.c-breadcrumbs__item {
  display: inline;
  word-break: break-all;
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not screen and (min-width: 768px) {
  .c-breadcrumbs__item {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__item {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs__item:not(:last-of-type) {
  color: var(--text-secondary);
  position: relative;
  margin-right: 1.5rem;
}
.c-breadcrumbs__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 0;
  right: -1.5rem;
  background-image: url(../img/icon-arrow_breadcrumbs.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 768px) {
  .c-breadcrumbs__item:not(:last-of-type)::after {
    translate: 0 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__item:not(:last-of-type)::after {
    translate: 0 0.2rem;
  }
}
.c-breadcrumbs__item:last-of-type {
  color: var(--tint-secondary);
}

.c-breadcrumbs__link {
  color: var(--text-link);
}
@media (hover: hover) {
  .c-breadcrumbs__link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .c-breadcrumbs__link:active {
    text-decoration: underline;
  }
}

.c-text {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-noticeText {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-noticeText {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-noticeText {
    font-size: 0.875rem;
  }
}

.c-link--external, .c-link {
  color: var(--text-link);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-link--external, .c-link {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-link--external, .c-link {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .c-link--external:hover, .c-link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .c-link--external:active, .c-link:active {
    text-decoration: underline;
  }
}

.c-link--external {
  margin-right: 1rem;
  position: relative;
}
.c-link--external::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url("../img/icon-open_in_new.svg");
  mask-image: url("../img/icon-open_in_new.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--text-link);
  right: -1.2rem;
  top: 50%;
  translate: 0 -50%;
}
@media not screen and (min-width: 768px) {
  .c-link--external::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-link--external::before {
    width: 16px;
    height: 16px;
  }
}

.c-list {
  list-style-type: disc;
  margin-left: 1rem;
}

.c-list__item {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-list__item {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-list__item {
    font-size: 1rem;
  }
}

.c-gmoClinicMap_notice__noticeText {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .c-gmoClinicMap_notice__noticeText {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-gmoClinicMap_notice__noticeText {
    font-size: 0.75rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-gmoClinicMap_notice__noticeLogo {
    width: 48.8888888889vw;
    margin-bottom: -1.1111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .c-gmoClinicMap_notice__noticeLogo {
    width: 176px;
    margin-bottom: -4px;
  }
}

.c-card {
  display: flex;
  flex-wrap: wrap;
}
@media not screen and (min-width: 768px) {
  .c-card {
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card {
    justify-content: center;
    gap: 1rem;
  }
}

.c-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
@media not screen and (min-width: 768px) {
  .c-card__title {
    width: 100%;
    min-height: 2rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card__title {
    min-height: 3rem;
    font-size: 1rem;
  }
}

.c-card__item {
  display: flex;
  border: 1px solid #dfdfdf;
  border-radius: 1.5rem;
}
@media not screen and (min-width: 768px) {
  .c-card__item {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card__item {
    flex-basis: calc((100% - 2rem) / 3);
    flex-direction: column;
    padding-block: 2.25rem 1.5rem;
    padding-inline: 1rem;
  }
}

.c-card__text {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media not screen and (min-width: 768px) {
  .c-card__text {
    font-size: 0.75rem;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-card__text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}

@media not screen and (min-width: 768px) {
  .c-card__img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .c-card__img {
    height: 125px;
    margin-top: auto;
  }
}

.p-kv {
  position: relative;
}
@media not screen and (min-width: 768px) {
  .p-kv {
    width: 100%;
    margin-bottom: 16.6666666667vw;
    padding: 8px 8px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv {
    width: 1232px;
    height: auto;
    margin-left: -304px;
    margin-bottom: 65px;
  }
}

.p-kv__image {
  width: 100%;
}
@media not screen and (min-width: 768px) {
  .p-kv__image {
    object-fit: contain;
    border-top-left-radius: 24px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__image {
    object-fit: contain;
    border-top-left-radius: 36px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 36px;
  }
}

.p-kv__container {
  position: absolute;
}
@media not screen and (min-width: 768px) {
  .p-kv__container {
    bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__container {
    top: 130px;
    left: 304px;
  }
}

.p-kv__copy {
  display: flex;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .p-kv__copy {
    row-gap: 2.5vw;
    margin-bottom: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__copy {
    row-gap: 9px;
    margin-bottom: 1rem;
  }
}

.p-kv__copyText {
  display: inline-block;
  width: fit-content;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.17em;
  word-break: keep-all;
  background-color: var(--bg-secondary);
}
@media not screen and (min-width: 768px) {
  .p-kv__copyText {
    font-size: 18px;
    font-size: 5vw;
    padding-block: 6px;
    padding-inline: 16px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__copyText {
    font-size: 1.625rem;
    padding-block: 12px 8px;
    padding-inline: 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.p-kv__feuture {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .p-kv__feuture {
    flex-direction: column;
    row-gap: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__feuture {
    column-gap: 4px;
  }
}

.p-kv__feutureText {
  display: inline-block;
  width: fit-content;
  color: var(--bg-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05fem;
  word-break: keep-all;
  background-color: var(--tint-secondary);
}
@media not screen and (min-width: 768px) {
  .p-kv__feutureText {
    font-size: 14px;
    font-size: 3.8888888889vw;
    padding-block: 1.6666666667vw 1.3888888889vw;
    padding-inline: 1rem;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__feutureText {
    font-size: 1rem;
    padding-block: 8px 6px;
    padding-inline: 1rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-kv__feutureText:first-of-type {
    border-bottom-left-radius: 18px;
  }
  .p-kv__feutureText:last-of-type {
    border-top-right-radius: 18px;
  }
}

.p-kv__okusurikun {
  position: absolute;
}
@media not screen and (min-width: 768px) {
  .p-kv__okusurikun {
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__okusurikun {
    display: flex;
    column-gap: 5px;
    bottom: -50px;
    right: 45px;
  }
}

.p-kv__okusurikun01 {
  display: block;
  translate: 0 70px;
  transition: 0.5s all ease;
  transition-delay: 0.2s;
}
@media not screen and (min-width: 768px) {
  .p-kv__okusurikun01 {
    position: absolute;
    width: 18.0555555556vw;
    bottom: -6.9444444444vw;
    right: 23.6111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__okusurikun01 {
    width: 88px;
    height: fit-content;
    margin-top: -5px;
  }
}

.p-kv__okusurikun02 {
  display: block;
  translate: 0 70px;
  transition: 0.5s all ease;
  transition-delay: 0.3s;
}
@media not screen and (min-width: 768px) {
  .p-kv__okusurikun02 {
    position: absolute;
    width: 20.8333333333vw;
    bottom: -5.5555555556vw;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__okusurikun02 {
    width: 97px;
    height: fit-content;
    margin-top: -30px;
  }
}

.p-kv__okusurikun03 {
  display: block;
  translate: 0 70px;
  transition: 0.5s all ease;
  transition-delay: 0.4s;
}
@media not screen and (min-width: 768px) {
  .p-kv__okusurikun03 {
    position: absolute;
    width: 16.6666666667vw;
    bottom: 19.4444444444vw;
    right: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__okusurikun03 {
    width: 85px;
    height: fit-content;
  }
}

.p-announcement {
  background-color: var(--bg-secondary);
  border-radius: 36px;
  padding: 1.5rem 2rem;
}
@media not screen and (min-width: 768px) {
  .p-announcement {
    margin-inline: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-announcement {
    margin-bottom: 72px;
  }
}

.p-announcement__title {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-announcement__title {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-announcement__title {
    font-size: 1.125rem;
  }
}

.p-announcement__content {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-announcement__content {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-announcement__content {
    font-size: 1rem;
  }
}
.p-announcement__content p,
.p-announcement__content a {
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media not screen and (min-width: 768px) {
  .p-announcement__content p,
  .p-announcement__content a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-announcement__content p,
  .p-announcement__content a {
    font-size: 1rem;
  }
}
.p-announcement__content p {
  color: var(--text-primary);
}
.p-announcement__content a {
  color: var(--text-link);
}
@media (hover: hover) {
  .p-announcement__content a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .p-announcement__content a:active {
    text-decoration: underline;
  }
}

.p-services {
  background-color: var(--tint-secondary--light);
}
@media not screen and (min-width: 768px) {
  .p-services {
    margin-bottom: 72px;
    padding: 16px;
    border-top-left-radius: 27.7777777778vw;
    border-bottom-right-radius: 27.7777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services {
    margin-bottom: 96px;
    padding: 1.5rem;
    border-top-left-radius: 100px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 100px;
  }
}

.p-services__list {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .p-services__list {
    flex-direction: column;
    row-gap: 5.8333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services__list {
    column-gap: 1.5rem;
  }
}

.p-services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg-secondary);
  position: relative;
}
@media not screen and (min-width: 768px) {
  .p-services__item {
    padding-block: 2.5rem 3.5rem;
    padding-inline: 1.5rem;
  }
  .p-services__item:first-of-type {
    border-top-left-radius: calc(27.7777777778vw - 16px + 6px);
    border-top-right-radius: 10vw;
    border-bottom-left-radius: calc(27.7777777778vw - 16px + 6px);
    border-bottom-right-radius: 10vw;
  }
  .p-services__item:last-of-type {
    border-top-left-radius: 10vw;
    border-top-right-radius: calc(27.7777777778vw - 16px + 6px);
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: calc(27.7777777778vw - 16px + 6px);
  }
}
@media screen and (min-width: 768px) {
  .p-services__item {
    width: 50%;
    padding-block: 2.5rem 2rem;
  }
  .p-services__item:first-of-type {
    border-top-left-radius: 86px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 86px;
    border-bottom-right-radius: 36px;
  }
  .p-services__item:last-of-type {
    border-top-left-radius: 36px;
    border-top-right-radius: 86px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 86px;
  }
}

.p-services__feature {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid var(--tint-secondary);
  border-radius: 4px;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .p-services__feature {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    padding-block: 10px 8px;
    padding-inline: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-services__feature {
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 6px 16px 4px;
  }
}
.p-services__feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 2.5px 0 2.5px;
  border-color: var(--tint-secondary) transparent transparent;
  translate: -50% 100%;
}
.p-services__feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 5.9px 1.5px 0 1.5px;
  border-color: var(--bg-secondary) transparent transparent;
  translate: -50% 100%;
}

.p-services__title {
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .p-services__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services__title {
    min-height: 52px;
    font-size: 1.5rem;
  }
}

.p-services__title--small {
  display: block;
  font-weight: 400;
  line-height: 1;
}
@media not screen and (min-width: 768px) {
  .p-services__title--small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services__title--small {
    font-size: 1rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-services__qrcode {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-services__qrcode {
    width: 130px;
    height: 130px;
  }
}

@media not screen and (min-width: 768px) {
  .p-services__btnUseing,
  .p-services__btnUsage {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services__btnUseing,
  .p-services__btnUsage {
    margin-bottom: 1rem;
  }
}

.p-services__noticeText {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-services__noticeText {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services__noticeText {
    font-size: 0.75rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-services__noticeLogo {
    width: 48.8888888889vw;
    margin-bottom: -1.1111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services__noticeLogo {
    width: 176px;
    margin-bottom: -4px;
  }
}

.p-services__okusurikun01 {
  position: absolute;
  translate: -50px 0;
  transition: 0.4s all ease;
  transition-delay: 0.3s;
}
@media not screen and (min-width: 768px) {
  .p-services__okusurikun01 {
    width: 26.6666666667vw;
    bottom: -4.4444444444vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-services__okusurikun01 {
    width: 96px;
    bottom: -24px;
    left: 0;
  }
}

.p-services__okusurikun02 {
  position: absolute;
  translate: 0 50px;
  transition: 0.4s all ease;
  transition-delay: 0.3s;
}
@media not screen and (min-width: 768px) {
  .p-services__okusurikun02 {
    width: 20.2777777778vw;
    bottom: -4.4444444444vw;
    left: calc(50% - 10.1388888889vw);
  }
}
@media screen and (min-width: 768px) {
  .p-services__okusurikun02 {
    width: 73px;
    bottom: -16px;
    left: calc(50% - 36.5px);
  }
}

@media not screen and (min-width: 768px) {
  .p-about {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 768px) {
  .p-about {
    width: 720px;
    margin-inline: auto;
    margin-bottom: 90px;
  }
}

@media not screen and (min-width: 768px) {
  .p-about__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title {
    margin-bottom: 3.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-about__gallery {
    overflow-x: hidden;
    margin-bottom: 2rem;
    padding-block: 1.5rem;
    background-image: url(../img/bg-about_m.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-about__gallery {
    margin-bottom: 3.5rem;
    padding-block: 1.5rem;
    background-image: url(../img/bg-about_d.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-about__galleryList {
  display: flex;
  justify-content: space-between;
}
@media not screen and (min-width: 768px) {
  .p-about__galleryList {
    width: calc(266.6666666667vw + (100% - 88.8888888889vw) * 2.5);
    transform: translateX(calc(-100% + 111.1111111111vw + 11.1111111111vw));
    animation-name: slide-in;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
  }
  @keyframes slide-in {
    from {
      transform: translateX(-22.2222222222vw);
    }
    to {
      transform: translateX(calc(-100% + 111.1111111111vw + 11.1111111111vw));
    }
  }
}
@media not screen and (min-width: 768px) {
  .p-about__galleryItem {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__galleryItem {
    width: 216px;
    height: 216px;
  }
  .p-about__galleryItem:nth-of-type(n + 4) {
    display: none;
  }
}

.p-about__galleryPhoto {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__galleryPhoto {
    width: 100%;
  }
}

@media not screen and (min-width: 768px) {
  .p-about__textArea {
    margin-inline: 32px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__textArea {
    margin-bottom: 3.5rem;
  }
}

.p-about__text {
  color: #243544;
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media not screen and (min-width: 768px) {
  .p-about__text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1rem;
  }
}
.p-about__text:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-about__link {
  display: flex;
  justify-content: center;
}

.p-access {
  background-color: #d5ebed;
}
@media not screen and (min-width: 768px) {
  .p-access {
    margin-bottom: 72px;
    padding: 3.5rem 16px 0;
    border-top-right-radius: 25vw;
    border-bottom-left-radius: 27.7777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access {
    margin-left: calc(-256px - 3rem);
    margin-bottom: 6rem;
    padding: 6rem 1.5rem;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

@media not screen and (min-width: 768px) {
  .p-access__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__title {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(928px - 1.5rem);
    margin-left: auto;
  }
}

@media not screen and (min-width: 768px) {
  .p-access__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__content {
    width: 50%;
    padding-right: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-access__openingHours {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-access__openingHours {
    margin-bottom: 2rem;
  }
}

.p-access__openingHoursTitle {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__openingHoursTitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__openingHoursTitle {
    font-size: 1rem;
  }
}

.p-access__openingHoursContent {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__openingHoursContent {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__openingHoursContent {
    font-size: 1rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-access__weekly {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__weekly {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__serviceName {
    margin-bottom: 1.5rem;
  }
}

.p-access__serviceKanji {
  display: block;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__serviceKanji {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__serviceKanji {
    font-size: 2rem;
  }
}

.p-access__serviceKana {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__serviceKana {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__serviceKana {
    font-size: 1rem;
  }
}

.p-access__address {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__address {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__address {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.p-access__contactList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__contactList {
    row-gap: 4px;
    margin-bottom: 1rem;
  }
}

.p-access__contact {
  display: flex;
  column-gap: 0.5em;
}

.p-access__contactName,
.p-access__contactNumber {
  display: inline-block;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__contactName,
  .p-access__contactNumber {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__contactName,
  .p-access__contactNumber {
    font-size: 1.5rem;
  }
}

.p-access__notice {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-access__notice {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__notice {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__map {
    width: 50%;
  }
}

.p-access__iframeWrapper iframe {
  width: 100%;
}
@media not screen and (min-width: 768px) {
  .p-access__iframeWrapper iframe {
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__iframeWrapper iframe {
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
}

.p-access__okusurikun {
  display: block;
  translate: 100px 0;
  transition: 0.5s all ease;
  transition-delay: 0.25s;
}
@media not screen and (min-width: 768px) {
  .p-access__okusurikun {
    width: 80%;
    aspect-ratio: 378/72.5;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-access__okusurikun {
    width: 378px;
    height: 72.5px;
    margin-inline: auto;
  }
}

.p-news {
  background-color: var(--bg-secondary);
  margin-bottom: 4rem;
}
@media not screen and (min-width: 768px) {
  .p-news {
    padding: 3.5rem 16px 0;
    border-top-right-radius: 25vw;
    border-bottom-left-radius: 27.7777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news {
    margin-left: -304px;
    padding: 6rem 1.5rem 0;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    width: calc(928px - 1.5rem);
    margin-left: auto;
    text-align: center;
  }
}

@media not screen and (min-width: 768px) {
  .p-news__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__title {
    margin-bottom: 3.5rem;
  }
}

.p-news__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  text-align: left;
  margin-bottom: 3.5rem;
}

.p-news__item {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
}

.p-news__date {
  display: block;
  margin-bottom: 1em;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-news__date {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 0.875rem;
  }
}

.p-news__headlineLink {
  color: var(--text-link);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-news__headlineLink {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__headlineLink {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-news__headlineLink:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .p-news__headlineLink:active {
    text-decoration: underline;
  }
}

.p-news__link {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.p-news__okusurikun {
  display: block;
  margin-inline: auto;
  translate: 0 50px;
  transition: 0.5s all ease;
  transition-delay: 0.25s;
}
@media not screen and (min-width: 768px) {
  .p-news__okusurikun {
    width: 25.6305555556vw;
    aspect-ratio: 92.27/60;
  }
}
@media screen and (min-width: 768px) {
  .p-news__okusurikun {
    width: 92.27px;
    height: 60px;
  }
}

@media not screen and (min-width: 768px) {
  .p-about-headline {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-about-headline__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-headline__title {
    margin-bottom: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-about-headline__logo {
    width: 46.6666666667vw;
    translate: 0 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-headline__logo {
    width: 168px;
    translate: 0 0.4rem;
  }
}

.p-about-headline__lead {
  margin-bottom: 2.5rem;
}
@media not screen and (min-width: 768px) {
  .p-about-headline__lead {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .p-about-headline__lead {
    text-align: center;
  }
}

.p-about-content:not(:last-of-type) {
  margin-bottom: 4.5rem;
}

.p-about-content__title {
  margin-bottom: 2rem;
}

.p-about-content__title--small {
  display: block;
  font-weight: 600;
  line-height: 1;
}
@media not screen and (min-width: 768px) {
  .p-about-content__title--small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-content__title--small {
    font-size: 1.125rem;
  }
}

.p-about-content__gmoClinicMap {
  text-align: center;
  margin-block: -1rem 2rem;
}

@media not screen and (min-width: 768px) {
  .p-about-feature__lead {
    text-align: justify;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__lead {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-about-feature__videoWrapper {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__videoWrapper {
    margin-bottom: 2.5rem;
  }
}

.p-about-feature__video {
  position: relative;
  padding-top: 56.25%;
}
@media not screen and (min-width: 768px) {
  .p-about-feature__video {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__video {
    margin-bottom: 1rem;
  }
}

.p-about-feature__videoIframe {
  border-radius: 1.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-about-feature__videoFootnote {
    text-align: center;
  }
}

@media not screen and (min-width: 768px) {
  .p-about-feature__list {
    row-gap: 2rem;
  }
}

.p-about-feature_img {
  width: 100%;
  border-radius: 1.5rem;
}

.p-about-docs__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.p-about-docs__link {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
.p-about-docs__link::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  translate: 0 50%;
}

@media not screen and (min-width: 768px) {
  .p-guideDelivery-headline {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-guideDelivery-headline__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-headline__title {
    margin-bottom: 2.5rem;
  }
}

.p-guideDelivery-headline__lead {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-headline__lead {
    text-align: center;
  }
}

.p-guideDelivery-content__title {
  margin-bottom: 1rem;
}

@media not screen and (min-width: 768px) {
  .p-guideDelivery-content:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-content {
    margin-bottom: 3.5rem;
  }
}

.p-guideDelivery-column {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .p-guideDelivery-column {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-column {
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-guideDelivery-column__img--qrcode {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-guideDelivery-column__img--qrcode {
    width: 130px;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-guideDelivery-column__img--howToDelivery {
    width: 320px;
    flex-shrink: 0;
  }
}

.p-guideDelivery-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

@media not screen and (min-width: 768px) {
  .p-guideMobileOrder-headline {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-guideMobileOrder-headline__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder-headline__title {
    margin-bottom: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-guideMobileOrder-headline__lead {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder-headline__lead {
    text-align: center;
  }
}

.p-guideMobileOrder-content__title {
  margin-bottom: 1rem;
}

@media not screen and (min-width: 768px) {
  .p-guideMobileOrder-content:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder-content {
    margin-bottom: 3.5rem;
  }
}

.p-guideMobileOrder-column {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .p-guideMobileOrder-column {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder-column {
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-guideMobileOrder--column__img--qrcode {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-guideMobileOrder--column__img--qrcode {
    width: 130px;
    flex-shrink: 0;
  }
}

.p-guideMobileOrder-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

@media not screen and (min-width: 768px) {
  .p-electronicPrescription-headline {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-electronicPrescription-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-electronicPrescription-column__text {
    text-align: justify;
  }
}

.p-electronicPrescription-column {
  display: flex;
}
@media not screen and (min-width: 768px) {
  .p-electronicPrescription-column {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-electronicPrescription-column {
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-electronicPrescription-column__img {
    width: 320px;
    flex-shrink: 0;
  }
}

@media not screen and (min-width: 768px) {
  .p-faq-headline {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-headline {
    margin-bottom: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-faq-headline__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-headline__title {
    margin-bottom: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-faq-toc {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-toc {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-toc__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-faq-toc__item {
    margin-right: 2rem;
  }
  .p-faq-toc__item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-toc__item {
    display: inline-block;
    margin-bottom: 1rem;
  }
}

.p-faq-toc__link {
  color: var(--text-link);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .p-faq-toc__link {
    display: inline-block;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-toc__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .p-faq-toc__link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .p-faq-toc__link:active {
    text-decoration: underline;
  }
}
.p-faq-toc__link::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: -1.5rem;
  background-image: url(../img/icon-arrow_faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 768px) {
  .p-faq-toc__link::after {
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-toc__link::after {
    bottom: 0;
    translate: 0 0.1rem;
  }
}

.p-faq-category__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-faq-category__detail {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
.p-faq-category__detail[open] .p-faq-category__summary::after {
  background-image: url("../img/icon-minus.svg");
}

.p-faq-category__summary {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-inline: 2.8rem 2rem;
  position: relative;
  cursor: pointer;
}
@media not screen and (min-width: 768px) {
  .p-faq-category__summary {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-category__summary {
    font-size: 1rem;
  }
}
.p-faq-category__summary::-webkit-details-marker {
  display: none;
}
.p-faq-category__summary::before {
  content: "Q";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-white);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  width: 30px;
  height: 30px;
  left: 0;
  background-color: var(--tint-secondary);
  border-radius: 0.5rem;
}
@media not screen and (min-width: 768px) {
  .p-faq-category__summary::before {
    top: -0.2rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-category__summary::before {
    top: -0.1rem;
    font-size: 1rem;
  }
}
.p-faq-category__summary::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  right: 0;
}

.p-faq-category__text {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  padding-left: 3rem;
  border-top: 1px solid var(--border);
  position: relative;
}
@media not screen and (min-width: 768px) {
  .p-faq-category__text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-category__text {
    font-size: 1rem;
  }
}
.p-faq-category__text::before {
  content: "A";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  width: 30px;
  height: 30px;
  top: 1rem;
  left: 0;
  background-color: var(--bg-primary);
  border-radius: 0.5rem;
}
@media not screen and (min-width: 768px) {
  .p-faq-category__text::before {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-category__text::before {
    font-size: 1rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-headline {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-headline__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-headline__title {
    margin-bottom: 2.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-openingHours {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-openingHours {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-map-openingHours__wrapper {
    justify-content: space-between;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-openingHours__text {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-openingHours__text {
    width: 50%;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-openingHours__weekly {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-map-openingHours__weekly {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-map-access__wrapper {
    justify-content: space-between;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-access__text {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-map-access__serviceName {
    margin-bottom: 1rem;
  }
}

.p-map-access__serviceKanji {
  display: block;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-map-access__serviceKanji {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__serviceKanji {
    font-size: 1.5rem;
  }
}

.p-map-access__serviceKana {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-map-access__serviceKana {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__serviceKana {
    font-size: 1rem;
  }
}

.p-map-access__address {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-map-access__address {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__address {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.p-map-access__contactList {
  margin-bottom: 1rem;
}

.p-map-access__contactName,
.p-map-access__contactNumber {
  display: inline-block;
  color: var(--tint-secondary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-map-access__contactName,
  .p-map-access__contactNumber {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__contactName,
  .p-map-access__contactNumber {
    font-size: 1.25rem;
  }
}

.p-map-access__notice {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-map-access__notice {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__notice {
    font-size: 0.875rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-map-access__map {
    width: 100%;
    height: calc(100vw - 32px);
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__map {
    width: 370px;
    height: 370px;
    flex-shrink: 0;
  }
}
.p-map-access__map iframe {
  width: 100%;
  height: 100%;
}
@media not screen and (min-width: 768px) {
  .p-map-access__map iframe {
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-access__map iframe {
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-clinic-headline {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clinic-headline {
    margin-bottom: 4.5rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-clinic-headline__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clinic-headline__title {
    margin-bottom: 2.5rem;
  }
}

.p-clinic-headline__lead {
  margin-bottom: 2.5rem;
  text-align: justify;
}

.p-clinic-content__text {
  text-align: justify;
}

.p-clinic-step {
  margin-bottom: 2rem;
}

.p-clinic-step__title {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
@media not screen and (min-width: 768px) {
  .p-clinic-step__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clinic-step__title {
    font-size: 1.125rem;
  }
}
.p-clinic-step__title::before {
  content: "■";
}

.p-clinic-step__list {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.p-clinic-adress {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
}
@media not screen and (min-width: 768px) {
  .p-clinic-adress {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clinic-adress {
    padding: 1.2rem 1.5rem;
  }
}

.p-clinic-adress__title {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
@media not screen and (min-width: 768px) {
  .p-clinic-adress__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-clinic-adress__title {
    font-size: 1.125rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-news-archive__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-archive__title {
    margin-bottom: 4.5rem;
  }
}

.p-news-archive__item {
  padding-block: 1rem;
  border-bottom: 1px solid var(--border);
}

.p-news-archive__date {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media not screen and (min-width: 768px) {
  .p-news-archive__date {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-archive__date {
    font-size: 0.875rem;
  }
}

.p-news-archive__noItem {
  text-align: center;
}

.p-news-single__date {
  display: block;
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media not screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 0.875rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-news-single__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    margin-bottom: 2.5rem;
  }
}

.p-news-single__content p {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 1rem;
}
@media not screen and (min-width: 768px) {
  .p-news-single__content p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__content p {
    font-size: 1rem;
  }
}
.p-news-single__content a {
  color: var(--text-link);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .p-news-single__content a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__content a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-news-single__content a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .p-news-single__content a:active {
    text-decoration: underline;
  }
}
.p-news-single__content img {
  width: 100%;
  height: auto;
}

.p-news-single__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .p-news-single__pagination {
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination {
    column-gap: 1.5rem;
  }
}

.p-news-single__prevText,
.p-news-single__nextText {
  position: relative;
}
.p-news-single__prevText::before,
.p-news-single__nextText::before {
  content: "";
  position: absolute;
  width: 7.2px;
  height: 10.8px;
  background-image: url("../img/icon-arrow_newsPagination.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 5px);
  transition: 0.1s all ease;
}
@media not screen and (min-width: 768px) {
  .p-news-single__prevLink,
  .p-news-single__nextLink {
    min-width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__prevLink,
  .p-news-single__nextLink {
    min-width: 4rem;
  }
}

.p-news-single__prevLink {
  text-align: right;
}

.p-news-single__nextLink {
  text-align: left;
}

.p-news-single__prevText,
.p-news-single__nextText {
  color: var(--text-link);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-block: 0.5em;
}
@media not screen and (min-width: 768px) {
  .p-news-single__prevText,
  .p-news-single__nextText {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__prevText,
  .p-news-single__nextText {
    font-size: 1rem;
  }
}

@media not screen and (min-width: 768px) {
  .p-news-single__prevText {
    padding-inline: 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__prevText {
    padding-inline: 1rem 0.5rem;
  }
}
@media not screen and (min-width: 768px) {
  .p-news-single__prevText::before {
    left: -8px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__prevText::before {
    left: 0;
  }
}
@media (hover: hover) {
  @media not screen and (min-width: 768px) {
    .p-news-single__prevText:hover::before {
      left: -11px;
    }
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .p-news-single__prevText:hover::before {
    left: -3px;
  }
}
@media (hover: none) {
  @media not screen and (min-width: 768px) {
    .p-news-single__prevText:active::before {
      left: -11px;
    }
  }
}
@media screen and (hover: none) and (min-width: 768px) {
  .p-news-single__prevText:active::before {
    left: -3px;
  }
}

@media not screen and (min-width: 768px) {
  .p-news-single__nextText {
    padding-inline: 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__nextText {
    padding-inline: 0.5rem 1rem;
  }
}
.p-news-single__nextText::before {
  rotate: 180deg;
}
@media not screen and (min-width: 768px) {
  .p-news-single__nextText::before {
    right: -8px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-single__nextText::before {
    right: 0;
  }
}
@media (hover: hover) {
  @media not screen and (min-width: 768px) {
    .p-news-single__nextText:hover::before {
      right: -11px;
    }
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .p-news-single__nextText:hover::before {
    right: -3px;
  }
}
@media (hover: none) {
  @media not screen and (min-width: 768px) {
    .p-news-single__nextText:active::before {
      right: -11px;
    }
  }
}
@media screen and (hover: none) and (min-width: 768px) {
  .p-news-single__nextText:active::before {
    right: -3px;
  }
}

@media not screen and (min-width: 768px) {
  .p-404-headline {
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-404-headline {
    margin-bottom: 3.5rem;
    padding-top: 2rem;
  }
}

.p-404-headline__title {
  color: var(--text-primary);
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media not screen and (min-width: 768px) {
  .p-404-headline__title {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-404-headline__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-404-backToTop {
  display: flex;
  justify-content: center;
}

.js-fadeInAnim {
  opacity: 0;
}

.js-fadeInAnim--okusurikun01.is-animated,
.js-fadeInAnim--okusurikun02.is-animated,
.js-fadeInAnim--okusurikun03.is-animated,
.js-fadeInAnim--okusurikun04.is-animated,
.js-fadeInAnim--okusurikun05.is-animated,
.js-fadeInAnim--okusurikun06.is-animated,
.js-fadeInAnim--okusurikun07.is-animated {
  translate: 0 0;
  opacity: 1;
}

#js-body.is-open {
  overflow-y: hidden;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

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