@charset "UTF-8";
/**
* SP
**/
/**
* PC
**/
/**
* Custom min-width, max-width. Example:
* @include media(500px, 900px) { ... }
* @include media($max-width: 900px) { ... }
* @include media($min-width: 500px) { ... }
**/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background: #f0f0f0;
  position: relative;
  overflow-x: hidden;
}

body#reason {
  color: #fff;
}

body#reason .breadcrumb__item + .breadcrumb__item::before {
  filter: brightness(0) invert(1);
}

body#reason .breadcrumb__item-link {
  color: rgba(255, 255, 255, 0.5);
}

body#reason .breadcrumb__item-span {
  color: #fff;
}

body#reason .main::before {
  background-color: #373737;
  background-image: url(../images/reason_bg.png);
  background-repeat: no-repeat;
}

body#reason .sp-btn-links {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.main::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -9;
  background: url(../images/main_bg.svg) 0 0 repeat;
  /* background-size: cover; */
  background-size: contain;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

a:active,
a:visited,
a:focus {
  opacity: 1;
}

button:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

button:focus {
  outline: none;
  opacity: 1;
}

@media (max-width: 767px) {
  th,
  td {
    white-space: nowrap;
  }
}

::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(34, 34, 34, 0.35);
}

@font-face {
  font-family: "DIN 2014";
  src: url(../fonts/DIN_2014.otf);
}

.grid {
  width: 100%;
  display: block;
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.container {
  width: 100%;
  max-width: 126rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.col-0 {
  display: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

/* PC Medium & Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-md-0 {
    display: none;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    display: block;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

/* PC Large */
@media (min-width: 1024px) {
  .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .row.col-gutter {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .row.col-gutter .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .col-lg-0 {
    display: none;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-2-4,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: block;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

/* > PC low resolution */
/**
* SP
**/
/**
* PC
**/
/**
* Custom min-width, max-width. Example:
* @include media(500px, 900px) { ... }
* @include media($max-width: 900px) { ... }
* @include media($min-width: 500px) { ... }
**/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.breadcrumb {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 16rem;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 10rem;
  }
}

.breadcrumb__list {
  display: inline-block;
  list-style: none;
  max-width: 100%;
}

@media (max-width: 767px) {
  .breadcrumb__list {
    padding-bottom: 0.8rem;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: rgba(34, 34, 34, 0.2) rgba(34, 34, 34, 0.2);
  }
  .breadcrumb__list::-webkit-scrollbar {
    height: 0.4rem;
  }
  .breadcrumb__list::-webkit-scrollbar-track {
    background-color: rgba(34, 34, 34, 0.2);
  }
  .breadcrumb__list::-webkit-scrollbar-thumb {
    background-color: rgba(34, 34, 34, 0.2);
  }
  .breadcrumb__list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(34, 34, 34, 0.2);
  }
}

.breadcrumb__item {
  display: inline;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}

.breadcrumb__item:not(:last-child) {
  padding-right: 0.5rem;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  background-image: url(../images/divider.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
}

.breadcrumb__item-link {
  color: rgba(34, 34, 34, 0.5);
}

.breadcrumb__item-span {
  color: #222;
}

.sp-btn-links {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: #fff;
}

@media (max-width: 767px) {
  .sp-btn-links {
    display: flex;
  }
}

.sp-btn-links__box {
  flex: 1;
  position: relative;
}

.sp-btn-links__box:not(.sp-btn-links__box--line)
  + .sp-btn-links__box:not(.sp-btn-links__box--line)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 4rem;
  width: 0.1rem;
  background: rgba(145, 100, 106, 0.1);
}

.sp-btn-links__box--line {
  background-color: #222;
}

.sp-btn-links__box--line .sp-btn-links__link {
  color: #fff;
}

.sp-btn-links__link {
  color: #222;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

.sp-btn-links + .footer {
  padding-bottom: 6rem;
}

.footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: #222;
  padding: 0 3rem;
  margin-top: 20rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    margin-top: 16rem;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: 10rem;
  }
}

.footer__top {
  padding: 8rem 0 10rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 126rem;
  margin: auto;
}

@media (max-width: 767px) {
  .footer__top {
    padding: 6rem 0 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__top {
    padding: 6rem 0 6rem;
  }
}

.footer__bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4.2rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  max-width: 126rem;
  margin: auto;
}

@media (max-width: 767px) {
  .footer__bottom {
    justify-content: flex-start;
    padding: 2rem 0 5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__bottom {
    justify-content: flex-start;
    padding: 2rem 0 5rem;
  }
}

.footer__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .footer__link {
    gap: 0;
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__link {
    gap: 0;
    width: 100%;
    flex-direction: column;
  }
}

.footer__item {
  color: #ccc;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 28px */
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__item {
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__item {
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.footer__copyright {
  color: #ccc;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 24px */
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 3.5rem;
    width: 100%;
    line-height: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__copyright {
    margin-top: 3.5rem;
    width: 100%;
    line-height: 2;
  }
}

.header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 2rem 3rem;
  z-index: 999;
}

@media (max-width: 767px) {
  .header {
    padding: 1rem 1rem 1rem;
  }
}

.header__inner {
  position: relative;
  width: 100%;
  height: 7rem;
  max-width: 140rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 0 0 0 3rem;
}

@media (max-width: 767px) {
  .header__inner {
    height: 6rem;
    padding: 0 0 0 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__inner {
    height: 6rem;
    padding: 0 0 0 2rem;
  }
}

.header__logo {
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.header__logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .header__logo {
    width: 14rem;
  }
}

.header__right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}

@media (max-width: 767px) {
  .header__right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

.header__button {
  width: 20rem;
  height: 7rem;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .header__button {
    width: 18rem;
  }
}

.header__nav {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 7rem;
  gap: 1.8rem;
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .header__nav {
    margin-right: 2rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .header__nav {
    margin-right: 2rem;
    gap: 1rem;
  }
}

.header__item {
  color: #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .header__item {
    font-size: 1.3rem;
  }
}

.header__menubutton {
  height: 100%;
  width: 7rem;
  position: relative;
  display: none;
  flex-wrap: wrap;
  background: url(../images/menu.svg) 50% 50% no-repeat;
  background-size: 3rem;
}

@media (max-width: 767px) {
  .header__menubutton {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__menubutton {
    display: flex;
  }
}

.header__close {
  height: 100%;
  width: 7rem;
  position: relative;
  display: none;
  flex-wrap: wrap;
  background: url(../images/close.svg) 50% 50% no-repeat;
  background-size: 2.1rem;
}

@media (max-width: 767px) {
  .header__close {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__close {
    display: flex;
  }
}

.header__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #222;
  z-index: 999;
  padding: 2rem 2rem 1rem;
  overflow: auto;
  padding-bottom: 6rem;
}

@media (max-width: 767px) {
  .header__menu {
    padding: 1rem 1rem 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu {
    padding: 2rem 2rem 1rem;
  }
}

.header__head {
  position: relative;
  width: 100%;
  height: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3rem;
}

@media (max-width: 767px) {
  .header__head {
    height: 6rem;
    padding: 0 0 0 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__head {
    height: 6rem;
    padding: 0 0 0 2rem;
  }
}

.header__wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 0 2rem;
  overflow: auto;
}

.header__line {
  width: 100%;
  height: 5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  border: 1px solid #fff;
  background: #fff;
  align-items: center;
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  padding-left: 2rem;
}

.header__line:after {
  content: "";
  width: 5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
  background: url(../images/arrow.svg) 50% 50% no-repeat;
  background-size: 0.8rem;
}

.cm-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .cm-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cm-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.cm-bgvideo {
  position: fixed;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3;
  mix-blend-mode: color-burn;
}

@media (max-width: 767px) {
  .cm-bgvideo {
    height: calc(100lvh + 0.4rem);
  }
}

.cm-box-bg {
  background-color: #dddddd;
  padding: 3.5rem 4rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .cm-box-bg {
    margin-top: 4rem;
    padding: 2.5rem 3rem;
    gap: 0.5rem;
  }
}

.cm-box-bg > * {
  margin-top: 0 !important;
}

.cm-box-bg p {
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-box-bg p {
    font-size: 1.4rem;
  }
}

.cm-box-bg a {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
}

.cm-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}

.cm-box > * {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .cm-box {
    margin-top: 4rem;
  }
}

.cm-button {
  width: 32rem;
  min-height: 6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #222;
  align-items: center;
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  padding-left: 2rem;
  padding-right: 7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .cm-button {
    width: 28rem;
    min-height: 5rem;
    padding-right: 6rem;
  }
}

.cm-button:after {
  content: "";
  width: 6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
  background: url(../images/arrow.svg) 50% 50% no-repeat;
  background-size: 0.8rem;
}

@media (max-width: 767px) {
  .cm-button:after {
    width: 5rem;
  }
}

.cm-button--white {
  border: 1px solid #fff;
  color: #fff;
}

.cm-button--white:after {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: url(../images/arrow_white.svg) 50% 50% no-repeat;
  background-size: 0.8rem;
}

.cm-button--black {
  border: 1px solid #222222;
  background-color: #222222;
  color: #fff;
}

.cm-button--black:after {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: url(../images/arrow_white.svg) 50% 50% no-repeat;
  background-size: 0.8rem;
}

.cm-button--small {
  width: 24rem;
  min-height: 5rem;
}

.cm-button--small:after {
  width: 5rem;
}

.cm-campaign__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cm-campaign__nav {
  position: relative;
  display: flex;
  line-height: 0;
}

@media (max-width: 767px) {
  .cm-campaign__nav {
    display: none;
  }
}

.cm-campaign__prev {
  width: 5rem;
}

.cm-campaign__next {
  width: 5rem;
  margin-left: -0.1rem;
}

.cm-campaign__slide {
  width: 100%;
  min-width: 100%;
  margin-top: 5.5rem;
  display: block;
  overflow: visible;
}

@media (max-width: 767px) {
  .cm-campaign__slide {
    width: 100%;
    position: relative;
    margin-top: 3.5rem;
  }
}

.cm-campaign__slide .slick-list {
  overflow: visible !important;
  /* Make sure to override default Slick's hidden overflow */
}

.cm-campaign__slide .slick-track {
  display: flex;
  /* Ensure slides align in a row */
}

@media (max-width: 767px) {
  .cm-campaign__slide .slick-arrow {
    width: 5rem;
    height: 5rem;
    z-index: 99;
  }
  .cm-campaign__slide .slick-arrow::before {
    display: none;
  }
  .cm-campaign__slide .slick-prev {
    background: url(../images/b_prev.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .cm-campaign__slide .slick-next {
    background: url(../images/b_next.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
}

.cm-campaign__item {
  width: 38rem;
  height: auto;
  position: relative;
  display: block;
  padding-right: 2rem;
}

.cm-campaign__item img {
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .cm-campaign__item {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.cm-checkbox-cat {
  margin: 5.5rem 0 8rem;
  background: #f5f5f5;
  padding: 2.9rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}

@media (max-width: 767px) {
  .cm-checkbox-cat {
    margin: 2.5rem 0 4rem;
    padding: 2.8rem 3rem;
    gap: 1.5rem 2rem;
  }
}

.cm-checkbox-cat__item {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
}

.cm-checkbox-cat__item::before,
.cm-checkbox-cat__item::after {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
}

.cm-checkbox-cat__item::before {
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ddd;
}

.cm-checkbox-cat__item::after {
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-color: #222;
  opacity: 0;
}

.cm-checkbox-cat__item.active::after {
  opacity: 1;
}

.cm-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cm-cta {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-cta {
    margin-top: 4rem;
  }
}

.cm-cta__img {
  width: 100%;
  height: auto;
}

.cm-detail-box-content__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 406/285;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .cm-detail-box-content__img {
    aspect-ratio: 315/184;
  }
}

.cm-detail-box-content__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 1.5rem;
}

.cm-detail-button {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-detail-button {
    margin-top: 4rem;
  }
  .cm-detail-button + .cm-divider {
    margin-top: 4rem;
  }
}

.cm-detail-doctor {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .cm-detail-doctor {
    margin-top: 5.5rem;
  }
}

.cm-detail-doctor__list {
  margin-top: 5.5rem;
}

@media (max-width: 767px) {
  .cm-detail-doctor__list {
    margin-top: 2.5rem;
  }
}

.cm-detail-faq {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .cm-detail-faq {
    margin-top: 6rem;
  }
}

.cm-detail-faq__wrap {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-detail-faq__wrap {
    margin-top: 4rem;
  }
}

.cm-detail-infor {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .cm-detail-infor {
    margin-top: 5rem;
  }
}

.cm-detail-line__img {
  width: 100%;
  height: auto;
}

.cm-detail-related {
  display: block;
}

.cm-detail-related__image {
  position: relative;
}

.cm-detail-related__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.cm-detail-related__text {
  margin-top: 1rem;
}

.cm-detail-related__title {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.cm-detail-related--style2 {
  cursor: pointer;
}

.cm-detail-related--style2 .cm-detail-related__image {
  aspect-ratio: 406/285;
}

@media (max-width: 767px) {
  .cm-detail-related--style2 .cm-detail-related__image {
    aspect-ratio: 315 / 221;
  }
}

.cm-detail-related--style2 .cm-detail-related__image::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background-color: #222;
  background-image: url(../images/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

.cm-detail-slider {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-detail-slider {
    margin-top: 2.5rem;
  }
  .cm-detail-slider.swiper-initialized {
    overflow: visible !important;
  }
  .cm-detail-slider + .cm-p {
    margin-top: 2.5rem;
  }
}

.cm-detail-slider .swiper-arrow {
  width: 5rem;
  height: 5rem;
  z-index: 99;
  border: 0.1rem solid #222222;
  margin-top: 0;
}

@media (max-width: 767px) {
  .cm-detail-slider .swiper-arrow {
    background-color: rgba(34, 34, 34, 0.5);
    border: none;
  }
}

.cm-detail-slider .swiper-arrow::after {
  content: none;
}

.cm-detail-slider .swiper-arrow::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 1.2rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-detail-slider .swiper-arrow::before {
    filter: brightness(0) invert(1);
  }
}

.cm-detail-slider .swiper-arrow.swiper-button-prev {
  left: -25px;
}

@media (min-width: 768px) {
  .cm-detail-slider .swiper-arrow.swiper-button-prev {
    left: 0;
  }
}

.cm-detail-slider .swiper-arrow.swiper-button-prev::before {
  background-image: url(../images/arrow-left.svg);
}

.cm-detail-slider .swiper-arrow.swiper-button-next {
  right: -25px;
}

@media (min-width: 768px) {
  .cm-detail-slider .swiper-arrow.swiper-button-next {
    right: 0;
  }
}

.cm-detail-slider .swiper-arrow.swiper-button-next::before {
  background-image: url(../images/arrow-right.svg);
}

.cm-detail-slider .swiper-arrow.swiper-button-disabled {
  opacity: 0;
}

.cm-detail-slider .swiper-slide-active .cm-detail-slider__note {
  opacity: 1;
}

.cm-detail-slider .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.cm-detail-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.4rem;
  border-radius: 0;
  background: #ddd;
  opacity: 1;
}

.cm-detail-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222222;
}

.cm-detail-slider .swiper-slide {
  height: auto;
}

.cm-detail-slider__item-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 840/420;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .cm-detail-slider__item-img {
    aspect-ratio: 315/201;
  }
}

.cm-detail-slider__note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  padding-top: 1.5rem;
  opacity: 0;
}

.cm-detail-slider__note:first-child {
  opacity: 1;
}

.cm-detail-underline,
.cm-link-underline {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
}

.cm-divider {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .cm-divider {
    margin-top: 4rem;
  }
}

.cm-doctor__box {
  background-color: #f5f5f5;
  padding: 5rem 4rem 9rem;
  display: flex;
  position: relative;
  color: #222;
}

.cm-doctor__box + .cm-doctor__box {
  margin-top: 2rem;
}

@media (max-width: 1023px) {
  .cm-doctor__box {
    flex-direction: column;
    padding: 3rem 3rem 5.5rem 3rem;
  }
}

.cm-doctor__image {
  width: 25.5rem;
  margin-right: 3rem;
}

@media (max-width: 1023px) {
  .cm-doctor__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .cm-doctor__image + .cm-doctor__content {
    margin-top: 0;
  }
}

.cm-doctor__img {
  aspect-ratio: 255 / 180;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cm-doctor__content {
  flex: 1;
  margin-top: -1rem;
}

@media (max-width: 1023px) {
  .cm-doctor__content {
    margin-top: 0.5rem;
    width: 100%;
    flex: unset;
  }
}

.cm-doctor__position {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-doctor__position {
    font-size: 1.4rem;
  }
}

.cm-doctor__details {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-doctor__details {
    margin-top: 1.5rem;
  }
}

.cm-doctor__name {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-doctor__name {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.cm-doctor__name-span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.032rem;
  margin-left: 1rem;
  font-family: "DIN 2014";
}

@media (max-width: 767px) {
  .cm-doctor__name-span {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-left: 0;
    display: block;
  }
}

.cm-doctor__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  background-color: #222;
  background-image: url(../images/arrow_white.svg);
  background-position: center;
  background-size: 0.6rem;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cm-flex-text__span {
    width: 100%;
  }
  .cm-flex-text__span:nth-child(2) {
    text-align: right;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

.cm-flex-text__item {
  display: flex;
  line-height: 140%;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .cm-flex-text__item {
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.cm-flex-text__item + .cm-flex-text__item {
  border-top: 0.01rem solid #ddd;
}

.cm-flex-text__column {
  min-height: 8rem;
  display: flex;
  align-items: center;
  padding: 2.8rem 2rem;
}

@media (max-width: 767px) {
  .cm-flex-text__column {
    min-height: 5rem;
    width: 100%;
    padding: 1.2rem 2rem;
  }
}

.cm-flex-text__left {
  width: 24rem;
  background: #e5e5e5;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cm-flex-text__left {
    width: 16rem;
  }
}

@media (max-width: 767px) {
  .cm-flex-text__left {
    width: 100%;
  }
}

.cm-flex-text__right {
  width: calc(100% - 24rem);
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cm-flex-text__right {
    width: calc(100% - 16rem);
  }
}

@media (max-width: 767px) {
  .cm-flex-text__right {
    flex-direction: column;
    width: 100%;
  }
}

.cm-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 10.5rem;
}

@media (max-width: 767px) {
  .cm-h2 {
    margin-top: 5.5rem;
    font-size: 1.8rem;
  }
}

.cm-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-h3 {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}

.cm-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .cm-hidden--pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-hidden--pc--md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .cm-hidden--pc--lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .cm-hidden--sp {
    display: none !important;
  }
}

.cm-layout-detail {
  display: flex;
  margin-bottom: 14.5rem;
}

@media (max-width: 767px) {
  .cm-layout-detail {
    margin-bottom: 5.5rem;
    flex-direction: column;
  }
}

.cm-layout-detail__sidebar {
  width: 24rem;
  margin-right: 12rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-layout-detail__sidebar {
    margin-right: 6rem;
  }
}

@media (max-width: 767px) {
  .cm-layout-detail__sidebar {
    width: 100%;
    padding-right: 0;
    display: none;
  }
}

.cm-layout-detail__content {
  flex: 1;
}

@media (max-width: 767px) {
  .cm-layout-detail__content {
    width: 100%;
  }
}

.cm-layout-detail__row {
  margin-top: 3.5rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  gap: 28px 0;
}

@media (max-width: 767px) {
  .cm-layout-detail__row {
    margin-top: 1.5rem;
    gap: 3.5rem;
  }
}

.cm-layout-detail__row--small {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-layout-detail__row--small {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.cm-layout-detail__col {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media (max-width: 767px) {
  .cm-layout-detail__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cm-layout-detail__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cm-layout-detail__text > * {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .cm-layout-detail__text {
    gap: 1rem;
  }
}

.cm-layout-detail__text p {
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-layout-detail__text p {
    font-size: 1.4rem;
  }
}

.cm-line-banner {
  margin: 16rem 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-line-banner {
    margin: 12rem 0 0;
  }
}

@media (max-width: 767px) {
  .cm-line-banner {
    margin: 4rem 0 0;
  }
}

.cm-line-banner__link {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

.cm-line-banner__img {
  width: 100%;
  height: auto;
}

.cm-menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.cm-menu__collapse {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36rem;
  max-width: 40%;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cm-menu__collapse {
    width: 100%;
    max-width: 100%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
  .cm-menu__collapse:first-child {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__collapse {
    width: 100%;
    max-width: 100%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
  .cm-menu__collapse:first-child {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
}

.cm-menu__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cm-menu__list {
    width: 100%;
    display: block;
    padding-top: 2rem;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__list {
    width: 100%;
    display: block;
    padding-top: 2rem;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.cm-menu__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .cm-menu__content {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__content {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}

.cm-menu__head {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cm-menu__head {
    padding-right: 5rem;
    height: 5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .cm-menu__head::after {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    background: url(../images/plus.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .cm-menu__head--open::after {
    background: url(../images/minus.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .cm-menu__head--open ~ .cm-menu__content {
    max-height: 30rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__head {
    padding-right: 5rem;
    height: 5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .cm-menu__head::after {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    background: url(../images/plus.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .cm-menu__head--open::after {
    background: url(../images/minus.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .cm-menu__head--open ~ .cm-menu__content {
    max-height: 30rem;
  }
}

.cm-menu__item {
  color: #fcfeff;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 240%;
}

@media (max-width: 767px) {
  .cm-menu__item {
    width: auto;
    display: block;
    line-height: 240%;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__item {
    width: auto;
    display: block;
    line-height: 240%;
  }
}

.cm-menu__sublist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cm-menu__sublist {
    padding: 0 0 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cm-menu__sublist {
    padding: 1rem 0 3rem;
  }
}

.cm-menu__subitem {
  color: #ccc;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}

.cm-menu__subitem::before {
  content: "ー　";
}

@media (max-width: 767px) {
  .cm-menu__subitem {
    font-size: 1.2rem;
  }
}

.cm-p {
  color: #222;
  font-weight: 400;
  line-height: 180%;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-p {
    font-size: 1.4rem;
  }
}

.cm-p a {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
}

.cm-quote {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  padding: 3.5rem 4rem;
  border-radius: 1rem;
  background: #f5f5f5;
  position: relative;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-quote {
    margin-top: 4rem;
    padding: 2.5rem 3rem;
    font-size: 1.4rem;
  }
}

.cm-quote::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 2rem solid #f5f5f5;
}

@media (max-width: 767px) {
  .cm-quote::before {
    left: 3rem;
  }
}

.cm-quote p {
  margin-top: 0;
}

.cm-section {
  padding-left: 3rem;
  padding-right: 3rem;
}

.cm-sidebar__inner {
  border-top: 0.1rem solid #222;
  padding-top: 3.5rem;
}

.cm-sidebar__title {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.cm-sidebar__title::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.15rem);
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 0.8rem;
  background-image: url(../images/divider-large.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cm-sidebar__list {
  margin-top: 1.2rem;
}

.cm-sidebar__item {
  color: #8e8e8e;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cm-sidebar__item:hover {
  opacity: 0.7;
}

.cm-sidebar__item--active {
  opacity: 1;
  color: #000;
  font-weight: bold;
}

.cm-sidebar__item + .cm-sidebar__item {
  margin-top: 0.8rem;
}

.cm-sidebar__last-update {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
}

.cm-summary {
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .cm-summary {
    font-size: 1.4rem;
  }
}

.cm-table {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .cm-table {
    margin-top: 6rem;
  }
}

.cm-table__item {
  display: flex;
  color: #222;
  font-size: 1.6rem;
  line-height: 180%;
  border-bottom: 0.1rem solid #ddd;
}

@media (max-width: 767px) {
  .cm-table__item {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

.cm-table__title {
  width: 28.5714285714%;
  background: #e5e5e5;
  font-weight: 700;
  padding: 2.5rem 2.6rem 2.6rem 2rem;
}

@media (max-width: 767px) {
  .cm-table__title {
    width: 100%;
    padding: 1.2rem 2rem;
  }
}

.cm-table__content {
  flex: 1;
  font-weight: 400;
  padding: 2.5rem 2.6rem 2.6rem 2rem;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .cm-table__content {
    width: 100%;
    padding: 1.2rem 2rem;
  }
}

.cm-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.cm-title::before {
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
  background: url(../images/title_bf.svg) 50% 50% no-repeat;
  background-size: 99%;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .cm-title::before {
    height: 1.6rem;
    width: 1.6rem;
  }
}

.cm-title--white::before {
  background: url(../images/title_bf_white.svg) 50% 50% no-repeat;
  background-size: 99%;
}

.cm-title--white .cm-title__main {
  color: #fff;
}

.cm-title--white .cm-title__main::after {
  background: rgba(255, 255, 255, 0.2);
}

.cm-title--white .cm-title__sub {
  color: #fff;
}

.cm-title--white .cm-title__sub::before {
  filter: brightness(0) invert(1);
}

.cm-title__main {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.48px;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .cm-title__main {
    font-size: 1.8rem;
  }
}

.cm-title__main::after {
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 0.1rem;
  position: relative;
  background: rgba(34, 34, 34, 0.2);
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .cm-title__main::after {
    height: 1.2rem;
  }
}

.cm-title__sub {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 25.2px */
  top: -0.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .cm-title__sub {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .cm-title--pc-right {
    text-align: right;
  }
}

.cm-title--style2 {
  display: block;
}

.cm-title--style2::before {
  content: none;
}

.cm-title--style2 .cm-title__main {
  font-size: 8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16rem;
  margin-right: 0;
  text-transform: uppercase;
}

.cm-title--style2 .cm-title__main::after {
  content: none;
}

@media (max-width: 767px) {
  .cm-title--style2 .cm-title__main {
    font-size: 4.8rem;
    letter-spacing: 0.096rem;
  }
}

.cm-title--style2 .cm-title__sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  margin-top: 2rem;
  position: relative;
  padding-left: 3.4rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-title--style2 .cm-title__sub {
    margin-top: 1.5rem;
    padding-left: 2.6rem;
  }
}

.cm-title--style2 .cm-title__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-title--style2 .cm-title__sub::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.cm-page-title__main {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .cm-page-title__main {
    font-size: 3.2rem;
  }
}

.cm-page-title__sub {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
  padding-left: 3.4rem;
  position: relative;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cm-page-title__sub {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    margin-bottom: 1rem;
    padding-left: 2.6rem;
  }
}

.cm-page-title__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-page-title__sub::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.cm-detail-title {
  color: #222;
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .cm-detail-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.cm-detail-title--small {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cm-detail-title--small {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.cm-detail-sub-title {
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .cm-detail-sub-title {
    font-size: 1.8rem;
  }
}

.cm-detail-heading {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .cm-detail-heading {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.cm-toggle {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.2);
}

.cm-toggle:first-child {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.2);
}

.cm-toggle__header {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  padding: 2.7rem 9rem 2.7rem 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .cm-toggle__header {
    transition: all 0.5s;
  }
  .cm-toggle__header:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .cm-toggle__header {
    font-size: 1.4rem;
    padding: 1.3rem 5.7rem 1.3rem 2.8rem;
  }
}

.cm-toggle__header::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  background-image: url(../images/icon-plus.svg);
  background-position: center;
  background-size: 1.1rem;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cm-toggle__header::before {
    right: 1.7rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem;
    background-color: #ddd;
  }
}

.cm-toggle__header.active::before {
  background-image: url(../images/icon-minus.svg);
}

.cm-toggle__content {
  display: none;
  padding-left: 3.2rem;
  padding-right: 9rem;
}

@media (max-width: 767px) {
  .cm-toggle__content {
    padding-left: 2.8rem;
    padding-right: 5.7rem;
  }
}

.cm-toggle__text {
  font-size: 1.4rem;
  line-height: 180%;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .cm-toggle__text {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}

.cm-toggle__span {
  font-family: "DIN 2014", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .cm-toggle__span {
    top: 50%;
    font-size: 2rem;
  }
}

.cm-toggle--style2 .cm-toggle__header {
  padding-left: 0;
}

.cm-toggle--style2 .cm-toggle__header::before {
  background-color: #ddd;
}

.cm-ul,
ul.wp-block-list {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-ul,
  ul.wp-block-list {
    margin-top: 2rem;
  }
}

.cm-ul li,
ul.wp-block-list li {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .cm-ul li,
  ul.wp-block-list li {
    font-size: 1.4rem;
  }
}

.cm-ul li::before,
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #222;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-ul li::before,
  ul.wp-block-list li::before {
    top: 1rem;
  }
}

.cm-ul li ul,
ul.wp-block-list li ul {
  margin-top: 0;
}

.cm-ul li ol,
ul.wp-block-list li ol {
  margin-top: 0;
  margin-left: 1.6rem;
}

.cm-ul li ol li,
ul.wp-block-list li ol li {
  list-style: decimal;
  padding-left: 0;
}

.cm-ul li ol li::before,
ul.wp-block-list li ol li::before {
  display: none;
}

.cm-ol,
ol.wp-block-list {
  position: relative;
  margin-left: 2rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-ol,
  ol.wp-block-list {
    margin-top: 2rem;
  }
}

.cm-ol li,
ol.wp-block-list li {
  list-style: decimal;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  position: relative;
}

@media (max-width: 767px) {
  .cm-ol li,
  ol.wp-block-list li {
    font-size: 1.4rem;
  }
}

.cm-ol ol,
ol.wp-block-list ol {
  margin-top: 0;
  margin-left: 1.6rem;
}

.cm-ol ul,
ol.wp-block-list ul {
  margin-top: 0;
}

.cm-ol ul li,
ol.wp-block-list ul li {
  list-style: none;
  padding-left: 1rem;
}

.cm-ol ul li::before,
ol.wp-block-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #222;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-ol ul li::before,
  ol.wp-block-list ul li::before {
    top: 1rem;
  }
}

.cm-ul-wrapper {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .cm-ul-wrapper {
    margin-top: 2rem;
  }
}

.cm-ul-wrapper ul li {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .cm-ul-wrapper ul li {
    font-size: 1.4rem;
  }
}

.cm-ul-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #222;
  display: inline-block;
}

@media (max-width: 767px) {
  .cm-ul-wrapper ul li::before {
    top: 1rem;
  }
}

.cm-ul-wrapper a {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
}

.page-404 {
  padding-top: 14.5rem;
}

@media (max-width: 767px) {
  .page-404 {
    padding-top: 6.5rem;
  }
}

.page-404__description {
  margin-top: 7rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .page-404__description {
    margin-top: 3rem;
  }
}

.line-banner-404 {
  margin-bottom: 20rem;
}

@media (max-width: 767px) {
  .line-banner-404 {
    margin-bottom: 10rem;
  }
}

.act-on-specified-banner {
  position: relative;
}

.act-on-specified-banner__content {
  padding: 14.5rem 0 11.5rem;
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-on-specified-banner__content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .act-on-specified-banner__content {
    padding: 6.5rem 0 5.5rem;
  }
}

.cm-title--style2 .act-on-specified-banner__title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .cm-title--style2 .act-on-specified-banner__title-main {
    font-size: 3.2rem;
  }
}

.cm-title--style2 .act-on-specified-banner__title-sub {
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
}

.act-on-specified-content__title {
  color: #222;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 9.3rem 0 2.8rem;
}

@media (max-width: 767px) {
  .act-on-specified-content__title {
    font-size: 2rem;
    margin: 5.3rem 0 2rem;
  }
}

.act-on-specified-content__item {
  display: flex;
  min-height: 8rem;
  border-bottom: 0.1rem solid #ddd;
}

.act-on-specified-content__item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .act-on-specified-content__item {
    flex-direction: column;
    min-height: 10rem;
  }
}

.act-on-specified-content__left {
  width: 28.75%;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 2.5rem 2.9rem 2.6rem;
  background: #e5e5e5;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .act-on-specified-content__left {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.3rem 2rem 1.3rem;
  }
}

.act-on-specified-content__right {
  width: 71.25%;
  padding: 2.5rem 4.3rem 2.6rem 3.3rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  background: #f5f5f5;
  box-sizing: border-box;
}

.act-on-specified-content__right a {
  color: #222;
}

@media (max-width: 767px) {
  .act-on-specified-content__right {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.3rem 2rem 1.3rem;
  }
}

.act-on-specified-content__wrap h2 {
  margin-top: 45px;
  line-height: 1.5;
}

.act-on-specified-content__wrap p {
  margin-top: 20px;
  line-height: 1.75;
}

.act-on-specified-content__wrap p a {
  color: #222;
}

.act-on-specified-content__wrap > ul {
  margin-top: 20px;
  padding-left: 2rem;
}

.act-on-specified-content__wrap > ul li {
  line-height: 1.75;
  text-indent: -1em;
  margin-top: 5px;
}

.act-on-specified-content__wrap > ul > ul {
  padding-left: 2rem;
}

.act-on-specified-content__wrap > ul > ul li {
  margin-top: 5px;
  line-height: 1.75;
  text-indent: -1em;
}

.campaign-banner {
  position: relative;
}

.campaign-banner__content {
  padding: 14.5rem 0 11.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .campaign-banner__content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .campaign-banner__content {
    padding: 6.5rem 0 5.5rem;
  }
}

.campaign-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3rem 2.5rem;
  margin-bottom: 14rem;
}

.campaign-content__list:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .campaign-content__list {
    gap: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.campaign-content__item {
  width: calc((100% - 5rem) / 3);
}

@media (max-width: 767px) {
  .campaign-content__item {
    width: 100%;
  }
}

.campaign-content__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 384/384;
  line-height: 0;
}

@media (max-width: 767px) {
  .campaign-content__thumbnail {
    aspect-ratio: 315/315;
  }
}

.campaign-content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign-content__tag,
.campaign-content__tag--white {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  padding: 0.3rem 0.5rem 0.2rem;
}

@media (max-width: 767px) {
  .campaign-content__tag,
  .campaign-content__tag--white {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem 0.1rem;
  }
}

.campaign-content__tag--white {
  background: #fff;
  color: #222;
}

.campaign-content__title {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-decoration: underline;
  margin-top: 2.3rem;
}

@media (max-width: 767px) {
  .campaign-content__title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.campaign-detail-wrap {
  padding-top: 15.5rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap {
    padding-top: 6.5rem;
  }
}

.campaign-detail-wrap__intro {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__intro {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.campaign-detail-wrap__tag {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 2.4rem;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  padding: 0.3rem 0.5rem 0.1rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__tag {
    height: 2rem;
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem 0;
  }
}

.campaign-detail-wrap__time {
  color: #222;
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.048rem;
}

.campaign-detail-wrap__time span {
  display: inline-block;
  margin: 0 0.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
}

.campaign-detail-wrap .cm-detail-title {
  margin-top: 5.4rem;
  margin-bottom: 7.5rem;
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap .cm-detail-title {
    font-size: 3.2rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}

.campaign-detail-wrap__thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__thumbnail {
    width: 100%;
  }
}

.campaign-detail-wrap .cm-h2 {
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap .cm-h2 {
    margin-top: 3.4rem;
  }
}

.campaign-detail-wrap .cm-ul,
.campaign-detail-wrap .cm-p {
  margin-top: 2.2rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap .cm-ul,
  .campaign-detail-wrap .cm-p {
    margin-top: 1.8rem;
  }
}

.campaign-detail-wrap .cm-button {
  margin-top: 5.2rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap .cm-button {
    margin-top: 3.4rem;
  }
}

.campaign-detail-wrap__price {
  display: flex;
  flex-wrap: wrap;
  min-height: 8rem;
  background: #f5f5f5;
  margin-top: 3rem;
}

.campaign-detail-wrap__price:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price {
    margin-top: 2.5rem;
    min-height: 10rem;
    margin-bottom: 1rem;
  }
}

.campaign-detail-wrap__price-left {
  width: 28.5714285714%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 1.2rem 2rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-left {
    width: 100%;
    min-height: 5rem;
    font-size: 1.4rem;
  }
}

.campaign-detail-wrap__price-right {
  width: 71.4285714286%;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-right {
    width: 100%;
  }
}

.campaign-detail-wrap__price-description {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  border-bottom: 0.1rem solid #ddd;
  text-align: right;
  width: 100%;
  color: #222;
  padding: 2.8rem 2rem 2.2rem;
}

.campaign-detail-wrap__price-description:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-description {
    padding: 1.5rem 2rem 0.9rem;
    min-height: 5rem;
  }
}

.campaign-detail-wrap__price-intro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-right: 2.3rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-intro {
    font-size: 1.4rem;
    flex: 1;
    text-align: left;
  }
}

.campaign-detail-wrap__price-price {
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
  min-width: 9.7rem;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-price {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    min-width: 8.1rem;
  }
}

.campaign-detail-wrap__price-notice {
  width: 5.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .campaign-detail-wrap__price-notice {
    font-size: 1.2rem;
    width: 4.8rem;
  }
}

.case-banner {
  position: relative;
}

.case-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 7.4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .case-banner_content {
    padding: 12.5rem 0 7rem;
  }
}

@media (max-width: 767px) {
  .case-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.case-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .case-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.case-banner__images {
  margin: 0 -3rem 15.5rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .case-banner__images {
    margin: 0 -3rem 12.5rem;
  }
}

@media (max-width: 767px) {
  .case-banner__images {
    margin: 0 -3rem 7.5rem;
  }
}

.case-banner__images-img {
  width: 100%;
  aspect-ratio: 1440/481;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 767px) {
  .case-banner__images-img {
    aspect-ratio: 375/200;
  }
}

.case-content__label {
  color: #222222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .case-content__label {
    font-size: 1.6rem;
  }
}

.case-content__list-cat {
  margin: 5.5rem 0 8rem;
  background: #f5f5f5;
  padding: 2.9rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}

@media (max-width: 767px) {
  .case-content__list-cat {
    margin: 2.5rem 0 4rem;
    padding: 2.8rem 3rem;
    gap: 1.5rem 2rem;
  }
}

.case-content__item-cat {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
}

.case-content__item-cat::before,
.case-content__item-cat::after {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
}

.case-content__item-cat::before {
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ddd;
}

.case-content__item-cat::after {
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-color: #222;
  opacity: 0;
}

.case-content .js-case-item-active::after {
  opacity: 1;
}

.case-content__count {
  padding: 3.5rem 0 7.5rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .case-content__count {
    padding: 1.5rem 0 3.5rem;
  }
}

.case-content__number {
  display: inline-block;
  margin-right: 1rem;
  font-family: "DIN 2014";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.case-content__list-post {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5rem 2rem;
}

@media (max-width: 767px) {
  .case-content__list-post {
    gap: 2.5rem;
  }
}

.case-content__item {
  width: calc((100% - 6rem) / 4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-content__item:hover {
  opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .case-content__item {
    width: calc((100% - 2rem) / 2);
  }
}

@media (max-width: 767px) {
  .case-content__item {
    width: 100%;
  }
}

.case-content__thumbnail {
  position: relative;
  width: 100%;
  line-height: 0;
}

.case-content__img {
  position: relative;
  width: 100%;
  aspect-ratio: 285/200;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .case-content__img {
    aspect-ratio: 315/221;
  }
}

.case-content__icon {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 4rem;
}

.case-content__title {
  padding-top: 2rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .case-content__title {
    padding-top: 1.5rem;
  }
}

.case-content__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}

.case-content__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.75);
}

.case-content__popup-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: calc(100% - 6rem);
  max-height: 90vh;
  background: #f5f5f5;
  padding: 5.5rem 4rem 6rem;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 34, 34, 0.25) #e5e5e5;
}

.case-content__popup-content::-webkit-scrollbar {
  width: 0.2rem;
}

.case-content__popup-content::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.25);
}

.case-content__popup-content::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.25);
}

.case-content__popup-content::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 34, 34, 0.25);
}

@media (max-width: 767px) {
  .case-content__popup-content {
    padding: 2.5rem 2rem 6rem;
  }
}

.case-content__popup-close {
  position: absolute;
  top: -0.1rem;
  right: 0;
  cursor: pointer;
  line-height: 0;
}

.case-content__popup-close:hover {
  opacity: 0.7;
}

.case-content__popup-icon {
  width: 6rem;
}

@media (max-width: 767px) {
  .case-content__popup-icon {
    width: 4rem;
  }
}

.case-content__popup-label {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .case-content__popup-label {
    font-size: 1.8rem;
  }
}

.case-content__popup-description {
  margin: 3rem 0 4rem;
  overflow-y: auto;
  max-height: 40rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 34, 34, 0.25) #e5e5e5;
}

.case-content__popup-description::-webkit-scrollbar {
  width: 0.2rem;
}

.case-content__popup-description::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.25);
}

.case-content__popup-description::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.25);
}

.case-content__popup-description::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 34, 34, 0.25);
}

@media (max-width: 767px) {
  .case-content__popup-description {
    margin: 1.5rem 0 4rem;
  }
}

@media (max-width: 375px) {
  .case-content__popup-description {
    max-height: 32rem;
  }
}

.case-content__popup-item {
  display: flex;
  min-height: 6rem;
  margin-bottom: 0.2rem;
}

.case-content__popup-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .case-content__popup-item {
    flex-direction: column;
    min-height: 5rem;
  }
}

.case-content__popup-title {
  width: 26.3157894737%;
  background: #e5e5e5;
  padding: 1.9rem 4rem 1.9rem 2rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

@media (max-width: 767px) {
  .case-content__popup-title {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.case-content__popup-excerpt {
  width: 73.6842105263%;
  padding: 1.9rem 2rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  background-color: #fff;
}

@media (max-width: 767px) {
  .case-content__popup-excerpt {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 180%;
    font-weight: 500;
  }
}

.case-content__popup-btn {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .case-content__popup-btn {
    width: 100%;
  }
}

@media (orientation: landscape) {
  .case-content__popup-description {
    max-height: 40vh;
  }
}

@media (min-width: 568px) and (max-width: 1023px) and (orientation: landscape) {
  .case-content__popup-description {
    margin: 1.5rem 0 2.5rem;
  }
  .case-content__popup-content {
    padding: 2.5rem 2rem 3rem;
  }
  .case-content__popup-icon {
    width: 4rem;
  }
}

.case-line-banner {
  margin: 15.5rem 0 20rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .case-line-banner {
    margin: 12rem 0 16rem;
  }
}

@media (max-width: 767px) {
  .case-line-banner {
    margin: 7.5rem 0 10rem;
  }
}

.case-detail-line-banner {
  margin-bottom: 20rem;
}

@media (max-width: 767px) {
  .case-detail-line-banner {
    margin-bottom: 10rem;
  }
}

.case-detail-wrap {
  padding-top: 16rem;
}

@media (max-width: 767px) {
  .case-detail-wrap {
    padding-top: 8rem;
  }
}

.case-detail-wrap__box {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  padding-top: 6.5rem;
  margin-top: 10.5rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__box {
    padding-top: 3rem;
    margin-top: 5rem;
  }
}

.case-detail-wrap .cm-divider {
  margin-top: 12rem;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .case-detail-wrap .cm-divider {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

.case-detail-wrap__row {
  position: relative;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__row {
    margin-top: 3rem;
  }
}

.case-detail-wrap__overlay {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

@media (max-width: 767px) {
  .case-detail-wrap__overlay {
    left: 1rem;
    right: 1rem;
  }
}

.case-detail-wrap__overlay-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  line-height: 180%;
  margin: 2.2rem 0 2.4rem;
}

.case-detail-wrap__overlay-notice {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .case-detail-wrap__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.case-detail-wrap__box-content {
  position: relative;
}

.case-detail-wrap__box-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: 4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "DIN 2014";
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content::before {
    font-size: 1.6rem;
    width: 12rem;
    height: 3rem;
  }
}

.case-detail-wrap__box-content--before::before {
  content: "BEFORE";
  padding-left: 2.7rem;
  background-image: url(../images/bg-before.png);
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content--before::before {
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content--after {
    margin-top: 5.5rem;
  }
}

.case-detail-wrap__box-content--after::before {
  content: "AFTER";
  color: #fff;
  padding-left: 3.4rem;
  background-image: url(../images/bg-after.png);
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content--after::before {
    padding-left: 2.5rem;
  }
}

.case-detail-wrap__box-content--after .case-detail-wrap__box-content-image {
  position: relative;
}

.case-detail-wrap__box-content--after
  .case-detail-wrap__box-content-image::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1rem);
  background-image: url(../images/arrow-right-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 4.6rem;
  display: block;
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content--after
    .case-detail-wrap__box-content-image::after {
    background-image: url(../images/arrow-down.svg);
    width: 4.6rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: calc(100% + 2rem);
  }
}

.case-detail-wrap__box-content-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 400 / 400;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content-img {
    aspect-ratio: 315 / 315;
  }
}

.case-detail-wrap__box-content-text {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 767px) {
  .case-detail-wrap__box-content-text {
    margin-top: 1rem;
  }
}

.case-detail-wrap .cm-flex-text {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .case-detail-wrap .cm-flex-text {
    margin-top: 2.5rem;
  }
}

.case-detail-wrap__doctor {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__doctor {
    margin-top: 5rem;
  }
}

.case-detail-wrap__doctor-list {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__doctor-list {
    margin-top: 2.5rem;
  }
}

.case-detail-wrap__related {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__related {
    margin-top: 5.5rem;
  }
}

.case-detail-wrap__related-row {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__related-row {
    margin-top: 2.5rem;
  }
}

.case-detail-wrap__related-col {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media (max-width: 767px) {
  .case-detail-wrap__related-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .case-detail-wrap__related-col + .case-detail-wrap__related-col {
    margin-top: 2.5rem;
  }
}

.clinic-banner {
  position: relative;
}

.clinic-banner_content {
  padding: 14.5rem 0 11.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-banner_content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .clinic-banner_content {
    padding: 6.5rem 0 5.5rem;
  }
}

.clinic-content__inner {
  padding: 7rem 0 8rem;
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.clinic-content__inner:first-child {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .clinic-content__inner {
    font-size: 1.8rem;
    padding: 3.4rem 0 4rem;
  }
  .clinic-content__inner:last-child {
    border-bottom: 0;
  }
}

.clinic-content__label {
  color: #222;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .clinic-content__label {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.clinic-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}

@media (max-width: 767px) {
  .clinic-content__list {
    gap: 2rem;
  }
}

.clinic-content__item {
  position: relative;
  width: calc((100% - 4rem) / 2);
  padding: 4rem;
  box-sizing: border-box;
  background: #f5f5f5;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__item {
    padding: 3rem 3rem 5.3rem;
  }
}

@media (max-width: 767px) {
  .clinic-content__item {
    width: 100%;
    padding: 3rem 3rem 5.3rem;
  }
}

.clinic-content__item--none {
  pointer-events: none;
}

.clinic-content__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__box {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .clinic-content__box {
    flex-direction: column;
  }
}

.clinic-content__thumbnail {
  position: relative;
  width: 44.4%;
  line-height: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__thumbnail {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clinic-content__thumbnail {
    width: 100%;
  }
}

.clinic-content__img {
  width: 100%;
  aspect-ratio: 222/140;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__img {
    aspect-ratio: 255/163;
  }
}

@media (max-width: 767px) {
  .clinic-content__img {
    aspect-ratio: 255/163;
  }
}

.clinic-content__coming {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #222;
  padding: 0.6rem 0 0.4rem;
  color: #fff;
  font-family: "DIN 2014";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.028rem;
  text-align: center;
  text-transform: uppercase;
}

.clinic-content__description {
  width: 49.6%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__description {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clinic-content__description {
    width: 100%;
  }
}

.clinic-content__name {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 0.4rem 0 1.3rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-content__name {
    margin: 2rem 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .clinic-content__name {
    width: 100%;
    font-size: 1.6rem;
    margin: 2rem 0 0.5rem;
  }
}

.clinic-content__intro {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .clinic-content__intro {
    font-size: 1.4rem;
  }
}

.clinic-content__icon {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 4rem;
}

.clinic-line-banner {
  margin: 16rem 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-line-banner {
    margin: 12rem 0 0;
  }
}

@media (max-width: 767px) {
  .clinic-line-banner {
    margin: 4rem 0 0;
  }
}

.clinic-detail-banner__content {
  padding: 15.4rem 0 7.2rem;
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-banner__content {
    padding: 12.5rem 0 7.2rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-banner__content {
    padding: 6.5rem 0 3.2rem;
  }
}

.clinic-detail-banner__slider {
  position: relative;
  margin: 6.4rem 0 0;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .clinic-detail-banner__slider {
    margin: 4.8rem 0 0;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-banner__list {
    margin: 0 -3rem;
    padding: 0 3rem;
    overflow: visible;
  }
}

.clinic-detail-banner__item {
  width: 100%;
}

.clinic-detail-banner__img {
  width: 100%;
  aspect-ratio: 1200/480;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .clinic-detail-banner__img {
    aspect-ratio: 315/201;
  }
}

.clinic-detail-banner__next,
.clinic-detail-banner__prev {
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  transform: translateY(-50%);
}

.clinic-detail-banner__next:after,
.clinic-detail-banner__prev:after {
  display: none;
}

@media (max-width: 767px) {
  .clinic-detail-banner__next,
  .clinic-detail-banner__prev {
    border: 0;
    background-color: rgba(34, 34, 34, 0.5);
  }
}

.clinic-detail-banner__next.swiper-button-disabled,
.clinic-detail-banner__prev.swiper-button-disabled {
  opacity: 0;
}

.clinic-detail-banner__next {
  right: 0;
}

@media (max-width: 767px) {
  .clinic-detail-banner__next {
    right: 0.5rem;
  }
}

.clinic-detail-banner__prev {
  left: 0;
}

@media (max-width: 767px) {
  .clinic-detail-banner__prev {
    left: 0.5rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-banner__icon {
    filter: brightness(0) invert(1);
  }
}

.clinic-detail-banner__pagination {
  bottom: 0 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.clinic-detail-banner__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #dddddd;
  margin: 0 0.5rem !important;
}

.clinic-detail-banner__pagination .swiper-pagination-bullet-active {
  background-color: #222222;
}

.clinic-detail-banner__excerpt {
  width: 80%;
  max-width: 100%;
  margin: 5.2rem auto 0;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .clinic-detail-banner__excerpt {
    font-size: 1.4rem;
    width: 100%;
    margin: 2.2rem auto 0;
  }
}

.clinic-detail-directions {
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .clinic-detail-directions {
    padding-top: 5.4rem;
  }
}

.clinic-detail-directions__content {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem 2.5rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .clinic-detail-directions__content {
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.clinic-detail-directions__item {
  position: relative;
  width: calc((100% - 5rem) / 3);
  line-height: 0;
}

.clinic-detail-directions__item::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.9rem;
  transform: translateX(-50%) rotate(90deg);
  width: 1.4rem;
  height: 3rem;
  background-image: url("../images/clinic-arr-right.svg");
  background-size: 1.4rem 3rem;
  display: none;
}

@media (max-width: 767px) {
  .clinic-detail-directions__item {
    width: 100%;
    padding-bottom: 3rem;
  }
  .clinic-detail-directions__item::before {
    display: block;
  }
  .clinic-detail-directions__item:last-child {
    padding-bottom: 0;
  }
  .clinic-detail-directions__item:last-child::before {
    display: none;
  }
}

.clinic-detail-directions__thumbnail {
  position: relative;
  width: 100%;
}

.clinic-detail-directions__thumbnail::before {
  position: absolute;
  content: "";
  right: -1.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 3rem;
  background-image: url("../images/clinic-arr-right.svg");
  background-size: 1.4rem 3rem;
}

@media (max-width: 767px) {
  .clinic-detail-directions__thumbnail::before {
    display: none;
  }
}

.clinic-detail-directions__item:nth-of-type(3n)
  .clinic-detail-directions__thumbnail::before {
  display: none;
}

.clinic-detail-directions__item:last-child
  .clinic-detail-directions__thumbnail::before {
  display: none;
}

.clinic-detail-directions__img {
  width: 100%;
  aspect-ratio: 384/270;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .clinic-detail-directions__img {
    aspect-ratio: 315/221;
  }
}

.clinic-detail-directions__des {
  display: flex;
  gap: 1.1rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .clinic-detail-directions__des {
    gap: 1rem;
  }
}

.clinic-detail-directions__number {
  color: #222;
  font-family: "DIN 2014";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 767px) {
  .clinic-detail-directions__number {
    font-size: 2.4rem;
  }
}

.clinic-detail-directions__excerpt {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 767px) {
  .clinic-detail-directions__excerpt {
    font-size: 1.4rem;
  }
}

.clinic-detail-doctors {
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .clinic-detail-doctors {
    padding-top: 5.4rem;
  }
}

.clinic-detail-doctors__content {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__content {
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.clinic-detail-doctors__item {
  position: relative;
  width: calc((100% - 4rem) / 2);
  padding: 4rem 4rem 5.4rem;
  background: #f5f5f5;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-doctors__item {
    padding: 3rem 3rem 5.4rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-doctors__item {
    width: 100%;
    padding: 3rem 3rem 5.4rem;
  }
}

.clinic-detail-doctors__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clinic-detail-doctors__thumbnail {
  width: 44.4%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-doctors__thumbnail {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clinic-detail-doctors__thumbnail {
    width: 100%;
  }
}

.clinic-detail-doctors__img {
  width: 100%;
  aspect-ratio: 222/140;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__img {
    aspect-ratio: 255/180;
  }
}

.clinic-detail-doctors__description {
  color: #222;
  width: 49.6%;
}

.clinic-detail-doctors__description--full {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-doctors__description {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clinic-detail-doctors__description {
    width: 100%;
  }
  .clinic-detail-doctors__description--full {
    margin-top: -1.3rem;
  }
}

.clinic-detail-doctors__position {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 0.5rem 0 0.9rem;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__position {
    font-size: 1.4rem;
    margin: 2.3rem 0 1.4rem;
  }
}

.clinic-detail-doctors__name-ja {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__name-ja {
    font-size: 1.6rem;
  }
}

.clinic-detail-doctors__name {
  font-family: "DIN 2014";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.032rem;
  margin: 0.4rem 0 1.8rem;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__name {
    font-size: 1.6rem;
    margin: 0.6rem 0 1.8rem;
  }
}

.clinic-detail-doctors__intro {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.clinic-detail-doctors__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
}

.clinic-detail-doctors__link {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .clinic-detail-doctors__link {
    margin-top: 6rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.clinic-detail-intro {
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .clinic-detail-intro {
    padding-top: 5.4rem;
  }
}

.clinic-detail-intro__content {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .clinic-detail-intro__content {
    margin-top: 2.4rem;
  }
}

.clinic-detail-intro__left {
  width: 40%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-intro__left {
    width: 46.6666666667%;
  }
}

@media (max-width: 767px) {
  .clinic-detail-intro__left {
    width: 100%;
  }
}

.clinic-detail-intro__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 8rem;
  border-bottom: 0.1rem solid #ddd;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 180%;
}

.clinic-detail-intro__item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-intro__item {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-intro__item {
    min-height: 10rem;
    font-size: 1.4rem;
    border-bottom: 0;
  }
}

.clinic-detail-intro__title {
  display: flex;
  align-items: center;
  width: 12rem;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #e5e5e5;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-intro__title {
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .clinic-detail-intro__title {
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
  }
}

.clinic-detail-intro__description {
  display: flex;
  align-items: center;
  width: calc(100% - 12rem);
  background-color: #fff;
  padding: 0.8rem 2.3rem;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-intro__description {
    width: calc(100% - 10rem);
  }
}

@media (max-width: 767px) {
  .clinic-detail-intro__description {
    width: 100%;
    padding: 1.25rem 2rem;
  }
}

.clinic-detail-intro__right {
  width: 50%;
}

@media (max-width: 767px) {
  .clinic-detail-intro__right {
    width: 100%;
    margin-top: 4rem;
  }
}

.clinic-detail-intro__img {
  width: 100%;
  aspect-ratio: 600/420;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .clinic-detail-intro__img {
    aspect-ratio: 315/221;
  }
}

.clinic-detail-line-banner {
  margin: 16rem 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-detail-line-banner {
    margin: 12rem 0 0;
  }
}

@media (max-width: 767px) {
  .clinic-detail-line-banner {
    margin: 8rem 0 0;
  }
}

.clinic-detail-services {
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .clinic-detail-services {
    padding-top: 5.4rem;
  }
}

.clinic-detail-services__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .clinic-detail-services__content {
    gap: 2.5rem;
    margin-top: 2.4rem;
  }
}

.clinic-detail-services__item {
  position: relative;
  width: calc((100% - 5rem) / 3);
  line-height: 0;
}

@media (max-width: 767px) {
  .clinic-detail-services__item {
    width: 100%;
  }
}

.clinic-detail-services__img {
  width: 100%;
  aspect-ratio: 384/270;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .clinic-detail-services__img {
    aspect-ratio: 315/221;
  }
}

.clinic-detail-services__title {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  text-decoration: underline;
  margin-top: 1.5rem;
}

.column-banner {
  position: relative;
}

.column-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 11.2rem;
  border-bottom: 0.01rem solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .column-banner_content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .column-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.column-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .column-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.column-content {
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .column-content {
    padding-top: 5.5rem;
  }
}

.column-content__label {
  color: #222222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .column-content__label {
    font-size: 1.6rem;
  }
}

.column-content__count {
  padding: 3.5rem 0 7.5rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .column-content__count {
    padding: 1.5rem 0 3.5rem;
  }
}

.column-content__number {
  display: inline-block;
  margin-right: 1rem;
  font-family: "DIN 2014";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.column-content__list-post {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem 2.5rem;
}

@media (max-width: 767px) {
  .column-content__list-post {
    gap: 3.5rem 0rem;
  }
}

.column-content__item {
  width: calc((100% - 5rem) / 3);
  position: relative;
}

@media (max-width: 767px) {
  .column-content__item {
    width: 100%;
  }
}

.column-content__item::before {
  content: attr(data-name);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  background: #222;
  padding: 0.2rem 0.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .column-content__item::before {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
  }
}

.column-content__item:not([data-name])::before {
  content: none;
}

.column-content__item-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .column-content__item-img {
    aspect-ratio: 315 / 221;
  }
}

.column-content__item-title {
  padding-top: 2rem;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .column-content__item-title {
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
}

.column-content__item-des {
  color: #222;
  line-height: 140%;
  padding-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .column-content__item-des {
    padding-top: 1.5rem;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}

.column-line-banner {
  padding-top: 11.5rem;
}

@media (max-width: 767px) {
  .column-line-banner {
    padding-top: 4rem;
  }
}

.column-detail-line-banner {
  margin-bottom: 20rem;
}

@media (max-width: 767px) {
  .column-detail-line-banner {
    margin-bottom: 10rem;
  }
}

.detail-related {
  margin-bottom: 14.5rem;
}

@media (max-width: 767px) {
  .detail-related {
    margin-bottom: 7.5rem;
  }
}

.detail-related .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .detail-related .row {
    margin-top: 3.5rem;
  }
}

.detail-related .col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (max-width: 767px) {
  .detail-related .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .detail-related .col:not(:first-child) {
    margin-top: 3.5rem;
  }
}

@media (max-width: 767px) {
  .detail-related img {
    aspect-ratio: 315 / 221;
  }
}

.column-detail-wrap {
  padding-top: 16rem;
}

@media (max-width: 767px) {
  .column-detail-wrap {
    padding-top: 8rem;
  }
}

.column-detail-wrap__box {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  padding-top: 6.5rem;
  margin-top: 10.5rem;
}

@media (max-width: 767px) {
  .column-detail-wrap__box {
    padding-top: 3rem;
    margin-top: 5rem;
  }
}

.column-detail-wrap__box .cm-thumbnail {
  margin-bottom: 35px;
}

.column-detail-wrap__box .cm-thumbnail img {
  height: auto !important;
}

.column-detail-wrap__box table {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .column-detail-wrap__box table {
    width: 100%;
    overflow-x: scroll;
    margin-top: 4rem;
  }
}

.column-detail-wrap__box table tbody {
  overflow: scroll;
}

@media (max-width: 767px) {
  .column-detail-wrap__box table tbody tr {
    white-space: wrap;
  }
}

.column-detail-wrap__box table tbody tr td {
  padding: 10px;
}

@media (max-width: 767px) {
  .column-detail-wrap__box table tbody tr td {
    white-space: wrap;
  }
}

@media (max-width: 767px) {
  .column-detail-wrap .cm-detail-line {
    margin-top: 8rem;
  }
}

.column-detail-wrap .cm-detail-line__img {
  aspect-ratio: 315 / 184;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.column-detail-wrap .cm-detail-title {
  margin-bottom: 0;
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .column-detail-wrap .cm-detail-title {
    font-size: 3.2rem;
  }
}

.doctor-banner {
  position: relative;
}

.doctor-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 7.4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-banner_content {
    padding: 12.5rem 0 7rem;
  }
}

@media (max-width: 767px) {
  .doctor-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.doctor-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .doctor-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.doctor-banner__images {
  margin: 0 -3rem 11rem;
}

@media (max-width: 767px) {
  .doctor-banner__images {
    margin: 0 -3rem 5.5rem;
  }
}

.doctor-banner__images-img {
  width: 100%;
  aspect-ratio: 1440/481;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 767px) {
  .doctor-banner__images-img {
    aspect-ratio: 375/200;
  }
}

.doctor-content__list {
  margin-top: 19.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .doctor-content__list {
    margin-top: 16rem;
  }
}

@media (max-width: 767px) {
  .doctor-content__list {
    margin-top: 8.2rem;
    gap: 2rem;
  }
}

.doctor-content__item {
  position: relative;
  width: calc((100% - 4rem) / 2);
  padding: 3.1rem 6.5rem 3.2rem 4rem;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .doctor-content__item {
    width: 100%;
    padding: 4.2rem 3rem 5.2rem 3rem;
  }
}

.doctor-content__position {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .doctor-content__position {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

.doctor-content__name {
  color: #222;
}

.doctor-content__name-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .doctor-content__name-ja {
    display: block;
    font-size: 1.6rem;
    margin-right: 0;
  }
}

.doctor-content__name-en {
  font-family: "DIN 2014";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.032rem;
}

@media (max-width: 767px) {
  .doctor-content__name-en {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.028rem;
    margin-top: 0.4rem;
  }
}

.doctor-content__excerpt {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .doctor-content__excerpt {
    margin-top: 2rem;
  }
}

.doctor-content__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
}

.doctor-detail-wrap {
  padding-top: 15.5rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap {
    padding-top: 7rem;
  }
}

.doctor-detail-wrap__box {
  margin-top: 7.8rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__box {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  }
}

.doctor-detail-wrap__thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.doctor-detail-wrap .cm-p {
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap .cm-p {
    margin-top: 2.2rem;
  }
}

.doctor-detail-wrap .cm-divider {
  margin-top: 7.4rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap .cm-divider {
    margin-top: 4rem;
  }
}

.doctor-detail-wrap__social {
  margin-top: 5.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__social {
    margin-top: 3.2rem;
  }
}

.doctor-detail-wrap__career {
  border: 0.1rem solid #222;
  padding: 3.1rem 4rem;
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__career {
    margin-top: 8rem;
    padding: 3.5rem 3rem;
  }
}

.doctor-detail-wrap__career-title {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__career-title {
    font-size: 1.6rem;
  }
}

.doctor-detail-wrap__career-content {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1.4rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__career-content {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

.doctor-detail-wrap__new-head {
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-head {
    font-size: 1.8rem;
    margin-top: 5.4rem;
  }
}

.doctor-detail-wrap__new-list {
  margin-top: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-list {
    margin-top: 2.9rem;
  }
}

.doctor-detail-wrap__new-item {
  width: calc((100% - 2.8rem) / 2);
  cursor: pointer;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-item {
    width: 100%;
  }
}

.doctor-detail-wrap__new-thumbnail {
  position: relative;
  line-height: 0;
}

.doctor-detail-wrap__new-img {
  width: 100%;
  aspect-ratio: 406/285;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-img {
    aspect-ratio: 315/221;
  }
}

.doctor-detail-wrap__new-tag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 0.2rem 0.5rem 0;
  height: 2.4rem;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-tag {
    height: 2rem;
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem 0;
  }
}

.doctor-detail-wrap__new-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 4rem;
}

.doctor-detail-wrap__new-title {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-decoration: underline;
  margin-top: 2.2rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.doctor-detail-wrap__new-titlesmall {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  text-decoration: underline;
  margin-top: 1.5rem;
}

.doctor-detail-wrap__new-excerpt {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__new-excerpt {
    font-size: 1.4rem;
    margin-top: 1.4rem;
    -webkit-line-clamp: 3;
  }
}

.doctor-detail-wrap__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}

.doctor-detail-wrap__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.75);
}

.doctor-detail-wrap__popup-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: calc(100% - 6rem);
  max-height: 90vh;
  background: #f5f5f5;
  padding: 5.5rem 4rem 6rem;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 34, 34, 0.25) #e5e5e5;
}

.doctor-detail-wrap__popup-content::-webkit-scrollbar {
  width: 0.2rem;
}

.doctor-detail-wrap__popup-content::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.25);
}

.doctor-detail-wrap__popup-content::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.25);
}

.doctor-detail-wrap__popup-content::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 34, 34, 0.25);
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-content {
    padding: 2.5rem 2rem 6rem;
  }
}

.doctor-detail-wrap__popup-close {
  position: absolute;
  top: -0.1rem;
  right: 0;
  cursor: pointer;
  line-height: 0;
}

.doctor-detail-wrap__popup-close:hover {
  opacity: 0.7;
}

.doctor-detail-wrap__popup-icon {
  width: 6rem;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-icon {
    width: 4rem;
  }
}

.doctor-detail-wrap__popup-label {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-label {
    font-size: 1.8rem;
  }
}

.doctor-detail-wrap__popup-description {
  margin: 3rem 0 4rem;
  overflow-y: auto;
  max-height: 40rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 34, 34, 0.25) #e5e5e5;
}

.doctor-detail-wrap__popup-description::-webkit-scrollbar {
  width: 0.2rem;
}

.doctor-detail-wrap__popup-description::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.25);
}

.doctor-detail-wrap__popup-description::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.25);
}

.doctor-detail-wrap__popup-description::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 34, 34, 0.25);
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-description {
    margin: 1.5rem 0 4rem;
  }
}

@media (max-width: 375px) {
  .doctor-detail-wrap__popup-description {
    max-height: 32rem;
  }
}

.doctor-detail-wrap__popup-item {
  display: flex;
  min-height: 6rem;
  margin-bottom: 0.2rem;
}

.doctor-detail-wrap__popup-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-item {
    flex-direction: column;
    min-height: 5rem;
  }
}

.doctor-detail-wrap__popup-title {
  width: 26.3157894737%;
  background: #e5e5e5;
  padding: 1.9rem 4rem 1.9rem 2rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-title {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.doctor-detail-wrap__popup-excerpt {
  width: 73.6842105263%;
  padding: 1.9rem 2rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  background-color: #fff;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-excerpt {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 180%;
    font-weight: 500;
  }
}

.doctor-detail-wrap__popup-btn {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .doctor-detail-wrap__popup-btn {
    width: 100%;
  }
}

@media (orientation: landscape) {
  .doctor-detail-wrap__popup-description {
    max-height: 40vh;
  }
}

@media (min-width: 568px) and (max-width: 1023px) and (orientation: landscape) {
  .doctor-detail-wrap__popup-description {
    margin: 1.5rem 0 2.5rem;
  }
  .doctor-detail-wrap__popup-content {
    padding: 2.5rem 2rem 3rem;
  }
  .doctor-detail-wrap__popup-icon {
    width: 4rem;
  }
}

.faq-banner {
  position: relative;
}

.faq-banner__content {
  padding: 14.5rem 0 11.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq-banner__content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .faq-banner__content {
    padding: 6.5rem 0 5.5rem;
  }
}

.faq-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 10rem;
}

@media (max-width: 767px) {
  .faq-content__list {
    margin: 2rem 0 5.1rem;
  }
}

.faq-content__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 1.2rem) / 4);
  height: 6rem;
  background: #f5f5f5;
  padding: 0 4rem 0 2rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}

.faq-content__item::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/menu-down.svg);
  background-size: 1.2rem 0.8rem;
}

@media (min-width: 768px) {
  .faq-content__item:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .faq-content__item {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.faq-content__label {
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 11rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .faq-content__label {
    font-size: 1.8rem;
    margin-top: 5.4rem;
    margin-bottom: 3.4rem;
  }
}

.faq-content__accordion {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.faq-content__accordion:last-child {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.faq-content__accordion-title {
  position: relative;
  padding: 2.7rem 13rem 2.8rem 4.6rem;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-content__accordion-title::before {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/plus-gray.svg);
  background-size: 3rem 3rem;
  transition: all 0.25s ease;
}

.faq-content__accordion-title::after {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.048rem;
}

@media (max-width: 767px) {
  .faq-content__accordion-title::after {
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}

@media (min-width: 768px) {
  .faq-content__accordion-title:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .faq-content__accordion-title {
    font-size: 1.4rem;
    padding: 1.4rem 5.7rem 1rem 2.8rem;
  }
  .faq-content__accordion-title::before {
    right: 1.7rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }
}

.faq-content__accordion-content {
  display: none;
  color: #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 13rem 6rem 4.6rem;
}

@media (max-width: 767px) {
  .faq-content__accordion-content {
    font-size: 1.2rem;
    padding: 0 5.7rem 3rem 2.8rem;
  }
  .faq-content__accordion-content .cm-button {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

.faq-content__accordion-content p {
  margin-bottom: 3.2rem;
}

.faq-content__accordion-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-content__accordion-content p {
    margin-bottom: 3rem;
  }
}

.faq-content__accordion .js-acc-faq-title.active:before {
  background: url(../images/minus-gray.svg);
  background-size: 3rem 3rem;
}

@media (max-width: 767px) {
  .faq-content__accordion .js-acc-faq-title.active:before {
    background-size: 2rem 2rem;
  }
}

.faq-content__accordion:last-child {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.flow-banner {
  position: relative;
}

.flow-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 7.4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .flow-banner_content {
    padding: 12.5rem 0 7rem;
  }
}

@media (max-width: 767px) {
  .flow-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.flow-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .flow-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.flow-banner__images {
  margin: 0 -3rem 11rem;
}

@media (max-width: 767px) {
  .flow-banner__images {
    margin: 0 -3rem 5.5rem;
  }
}

.flow-banner__images-img {
  width: 100%;
  aspect-ratio: 1440/481;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 767px) {
  .flow-banner__images-img {
    aspect-ratio: 375/200;
  }
}

.flow-content__label {
  position: relative;
  color: #222;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .flow-content__label {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.flow-content__item {
  position: relative;
  padding: 8rem 0;
  display: flex;
  gap: 4rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.flow-content__item::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2.1rem;
  width: 4.6rem;
  height: 2rem;
  background-image: url("../images/arrow-down.svg");
  background-size: 4.6rem 2rem;
  transform: translateX(-50%);
}

.flow-content__item:last-child::before {
  display: none;
}

@media (max-width: 767px) {
  .flow-content__item {
    flex-direction: column;
    padding: 6rem 0 3.5rem;
    gap: 2.6rem;
  }
  .flow-content__item:first-child {
    padding: 4rem 0;
  }
}

.flow-content__thumbnail {
  width: 28.5rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .flow-content__thumbnail {
    width: 100%;
  }
}

.flow-content__img {
  width: 100%;
  aspect-ratio: 285/200;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .flow-content__img {
    aspect-ratio: 315/221;
  }
}

.flow-content__text {
  width: calc(100% - 32.5rem);
  padding-top: 1.4rem;
}

@media (max-width: 767px) {
  .flow-content__text {
    width: 100%;
    padding-top: 0;
  }
}

.flow-content__title {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  color: #222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .flow-content__title {
    gap: 1rem;
    font-size: 1.6rem;
  }
}

.flow-content__number {
  font-family: "DIN 2014";
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 767px) {
  .flow-content__number {
    font-size: 2.4rem;
  }
}

.flow-content__excerpt {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .flow-content__excerpt {
    line-height: 140%;
    margin-top: 1.2rem;
  }
}

.flow-content__btn {
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .flow-content__btn {
    margin-top: 2.6rem;
  }
}

.flow-counseling {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .flow-counseling {
    margin-top: 4.5rem;
  }
}

.flow-counseling__inner {
  display: flex;
  flex-wrap: wrap;
  border: 0.1rem solid #222;
  background: #ddd;
  padding: 6.2rem 5rem 7rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .flow-counseling__inner {
    padding: 3.6rem 2rem 4rem;
    border: 0.2rem solid #222;
  }
}

.flow-counseling__left {
  width: 38.6363636364%;
}

@media (max-width: 767px) {
  .flow-counseling__left {
    width: 100%;
  }
}

.flow-counseling__title {
  color: #222;
  font-family: "DIN 2014";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.072rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .flow-counseling__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .flow-counseling__title {
    font-size: 2.4rem;
  }
}

.flow-counseling__subtitle {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .flow-counseling__subtitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .flow-counseling__subtitle {
    font-size: 1.4rem;
  }
}

.flow-counseling__right {
  width: 61.3636363636%;
  padding-left: 4rem;
  border-left: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .flow-counseling__right {
    width: 100%;
    border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
    border-left: 0;
    padding-left: 0;
    padding-top: 2.5rem;
    margin-top: 1.5rem;
  }
}

.flow-counseling__excerpt {
  color: #222;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .flow-counseling__excerpt {
    line-height: 140%;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .flow-counseling__btn {
    width: 100%;
  }
}

.flow-line-banner {
  margin: 16rem 0 20rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .flow-line-banner {
    margin: 12rem 0 16rem;
  }
}

@media (max-width: 767px) {
  .flow-line-banner {
    margin: 8rem 0 10rem;
  }
}

.new-banner {
  position: relative;
}

.new-banner__content {
  padding: 14.5rem 0 11.2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .new-banner__content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .new-banner__content {
    padding: 6.5rem 0 5.5rem;
  }
}

.new-content__item {
  padding: 3.8rem 0 3.1rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.new-content__item:last-child {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .new-content__item {
    padding: 2.1rem 0;
  }
}

.new-content__intro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

@media (max-width: 767px) {
  .new-content__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}

.new-content__date {
  color: #222;
  font-family: "DIN 2014";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

.new-content__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .new-content__categories {
    gap: 0.4rem;
  }
}

.new-content__cat {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  border: 0.1rem solid #222;
  padding: 0.15rem 0.8rem 0.1rem;
}

@media (max-width: 767px) {
  .new-content__cat {
    font-size: 1.2rem;
    padding: 0.1rem 0.6rem 0;
    height: 2rem;
  }
}

.new-content__title {
  display: inline-block;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  text-decoration: underline;
  margin-top: 0.9rem;
}

@media (max-width: 767px) {
  .new-content__title {
    margin-top: 1.1rem;
  }
}

.new-detail-wrap {
  padding-top: 15.5rem;
}

@media (max-width: 767px) {
  .new-detail-wrap {
    padding-top: 6.5rem;
  }
}

.new-detail-wrap__box {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  margin-top: 10.5rem;
}

@media (max-width: 767px) {
  .new-detail-wrap__box {
    margin-top: 5rem;
  }
}

.new-detail-wrap .cm-h2:first-child {
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .new-detail-wrap .cm-h2:first-child {
    margin-top: 3.5rem;
  }
}

@media (max-width: 767px) {
  .new-detail-wrap .cm-detail-line {
    margin-top: 8rem;
  }
}

.new-detail-wrap .cm-detail-line__img {
  aspect-ratio: 315 / 184;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.new-detail-wrap .cm-detail-title {
  margin-bottom: 0;
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .new-detail-wrap .cm-detail-title {
    font-size: 3.2rem;
  }
}

.price-banner {
  position: relative;
}

.price-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 11.2rem;
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .price-banner_content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .price-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.price-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .price-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.price-campaign {
  width: 100%;
  position: relative;
  margin: auto;
  margin: 8rem 0 12rem;
}

@media (max-width: 767px) {
  .price-campaign {
    margin: 7.5rem 0 6rem;
  }
}

.price-content__cat {
  padding-top: 8rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

@media (max-width: 767px) {
  .price-content__cat {
    padding-top: 4rem;
  }
}

.price-content__cat-item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 1.2rem) / 4);
  height: 6rem;
  background: #f5f5f5;
  padding: 0 4rem 0 2rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}

.price-content__cat-item::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/menu-down.svg);
  background-size: 1.2rem 0.8rem;
}

@media (min-width: 768px) {
  .price-content__cat-item:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .price-content__cat-item {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.price-content__list {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .price-content__list {
    margin-top: 5.4rem;
  }
}

.price-content__title {
  color: #222;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .price-content__title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.price-content__item {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 8rem;
  background: #f5f5f5;
}

.price-content__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .price-content__item {
    min-height: 10rem;
    margin-bottom: 1rem;
  }
}

.price-content__left {
  width: 30%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  padding: 1.2rem 2rem;
}

@media (max-width: 767px) {
  .price-content__left {
    width: 100%;
    min-height: 5rem;
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.price-content__right {
  width: 70%;
}

@media (max-width: 767px) {
  .price-content__right {
    width: 100%;
  }
}

.price-content__description {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  border-bottom: 0.1rem solid #ddd;
  text-align: right;
  width: 100%;
  color: #222;
  padding: 2.8rem 3rem 2.2rem;
}

.price-content__description:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .price-content__description {
    padding: 1.5rem 2rem 0.9rem;
    min-height: 5rem;
  }
}

.price-content__intro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-right: 2.3rem;
}

@media (max-width: 767px) {
  .price-content__intro {
    font-size: 1.4rem;
    flex: 1;
    text-align: left;
  }
}

.price-content__price {
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
  min-width: 9.7rem;
}

@media (max-width: 767px) {
  .price-content__price {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    min-width: 8.1rem;
  }
}

.price-content__notice {
  width: 5.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .price-content__notice {
    font-size: 1.2rem;
    width: 4.8rem;
  }
}

.price-line-banner {
  margin: 16rem 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .price-line-banner {
    margin: 12rem 0 0;
  }
}

@media (max-width: 767px) {
  .price-line-banner {
    margin: 8rem 0 0;
  }
}

.reason-banner {
  position: relative;
}

.reason-banner_content {
  padding: 14.5rem 0 7.4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .reason-banner_content {
    padding: 12.5rem 0 7rem;
  }
}

@media (max-width: 767px) {
  .reason-banner_content {
    padding: 6.5rem 0 5.5rem;
  }
}

.reason-banner__images {
  margin-left: -3rem;
  margin-right: -3rem;
}

.reason-banner__images-img {
  width: 100%;
  aspect-ratio: 1440/481;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  display: block;
}

@media (max-width: 767px) {
  .reason-banner__images-img {
    aspect-ratio: 375/200;
  }
}

.reason-content {
  margin-top: 14rem;
}

@media (max-width: 767px) {
  .reason-content {
    margin-top: 7rem;
  }
}

.reason-content__title {
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .reason-content__title {
    text-align: left;
    font-size: 2.4rem;
  }
}

.reason-content__title-sub {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .reason-content__title-sub {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
}

.reason-content__row {
  margin-top: 5rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

@media (max-width: 767px) {
  .reason-content__row {
    margin-top: 5.5rem;
  }
}

.reason-content__row a {
  display: inline-block;
}

.reason-content__col {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media (max-width: 767px) {
  .reason-content__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reason-content__col + .reason-content__col {
    margin-top: 2rem;
  }
}

.reason-content__box {
  background: #ccc;
  padding: 6rem 1rem;
  min-height: 22rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 767px) {
  .reason-content__box {
    min-height: 14.3rem;
    padding: 3.5rem 0rem 4rem;
  }
}

.reason-content__box::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-family: "DIN 2014", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  background-image: url(../images/bg-number.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 10rem;
  height: 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.8rem;
}

@media (max-width: 767px) {
  .reason-content__box::before {
    font-size: 2rem;
    min-width: 6rem;
    height: 3rem;
    padding-left: 1rem;
  }
}

.reason-content__box-link {
  position: absolute;
  left: 50%;
  bottom: 3.6rem;
  transform: translateX(-50%);
  background-image: url(../images/arrow-down-2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  background-size: 13px;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .reason-content__box-link {
    bottom: 2rem;
  }
}

.reason-content__box-title {
  color: #222;
  text-align: center;
  -webkit-text-stroke-width: 0.25;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .reason-content__box-title {
    font-size: 1.6rem;
  }
}

.reason-content__description {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .reason-content__description {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.reason-content__list {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin-top: 11rem;
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .reason-content__list {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}

.reason-content__item {
  display: flex;
}

@media (max-width: 767px) {
  .reason-content__item {
    flex-direction: column;
  }
}

.reason-content__item-left {
  width: 40%;
}

@media (max-width: 767px) {
  .reason-content__item-left {
    width: 100%;
  }
}

.reason-content__item-right {
  flex: 1;
  padding-left: 12rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .reason-content__item-right {
    padding-left: 6rem;
  }
}

@media (max-width: 767px) {
  .reason-content__item-right {
    padding-left: 0;
    width: 100%;
  }
}

.reason-content__item-number {
  font-family: "DIN 2014", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 767px) {
  .reason-content__item-number {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
}

.reason-content__item-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 5.5rem;
}

@media (max-width: 767px) {
  .reason-content__item-title {
    font-size: 1.8rem;
    margin-top: 2.5rem;
  }
}

.reason-content__item-des {
  font-weight: 400;
  line-height: 180%;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .reason-content__item-des {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.reason-content__item-img {
  aspect-ratio: 480 / 340;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .reason-content__item-img {
    aspect-ratio: 315 / 221;
  }
}

.reason-content__item + .reason-content__item {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin-top: 8rem;
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .reason-content__item + .reason-content__item {
    margin-top: 4.5rem;
    padding-top: 4rem;
  }
}

.reason-content__box-bg {
  margin-top: 16rem;
  display: flex;
  background: #333;
  padding: 5rem 5rem 8.3rem;
}

@media (max-width: 767px) {
  .reason-content__box-bg {
    margin-top: 7.5rem;
    flex-direction: column;
    padding: 3rem 3rem 4.5rem 3rem;
  }
}

.reason-content__box-bg-left {
  width: calc(546 / 1100 * 100%);
}

@media (max-width: 767px) {
  .reason-content__box-bg-left {
    width: 100%;
  }
}

.reason-content__box-bg-right {
  flex: 1;
  padding-left: 4rem;
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .reason-content__box-bg-right {
    padding-left: 0;
    padding-top: 2.5rem;
  }
}

.reason-content__box-bg-img {
  aspect-ratio: 546 / 307;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .reason-content__box-bg-img {
    aspect-ratio: 255 / 158;
  }
}

.reason-content__box-bg-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .reason-content__box-bg-title {
    font-size: 1.6rem;
    line-height: 180%;
  }
}

.reason-content__box-bg-ul {
  margin-top: 2rem;
  padding-left: 0.4rem;
}

@media (max-width: 767px) {
  .reason-content__box-bg-ul {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.reason-content__box-bg-ul li {
  color: #fff;
  padding-left: 1.8rem;
}

.reason-content__box-bg-ul li::before {
  background-color: #fff;
  width: 0.6rem;
  height: 0.6rem;
}

.reason-line-banner {
  margin-top: 16rem;
  margin-bottom: 20rem;
}

@media (max-width: 767px) {
  .reason-line-banner {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
}

.top-access {
  padding-top: 24rem;
}

@media (max-width: 767px) {
  .top-access {
    padding-top: 12rem;
  }
}

.top-access__box {
  display: flex;
}

@media (max-width: 1023px) {
  .top-access__box {
    flex-direction: column;
  }
}

.top-access__box-left {
  width: 48rem;
}

@media (max-width: 1023px) {
  .top-access__box-left {
    width: 100%;
  }
}

.top-access__box-right {
  width: calc(100% - 48rem);
}

@media (max-width: 1023px) {
  .top-access__box-right {
    width: 100%;
    margin-top: 5.7rem;
  }
}

.top-access__toggle-box {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.2);
}

.top-access__toggle-box:first-child {
  border-top: 0.1rem solid rgba(34, 34, 34, 0.2);
}

.top-access__toggle-header {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  min-height: 8rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 7rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top-access__toggle-header {
    transition: all 0.5s;
  }
  .top-access__toggle-header:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .top-access__toggle-header {
    min-height: 5rem;
    font-size: 1.4rem;
    line-height: 1.96rem;
    padding-right: 4rem;
  }
}

.top-access__toggle-header::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  background-image: url(../images/icon-plus.svg);
  background-position: center;
  background-size: 1.1rem;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .top-access__toggle-header::before {
    right: 1.7rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem;
  }
}

.top-access__toggle-header.active::before {
  background-image: url(../images/icon-minus.svg);
}

.top-access__toggle-wrap {
  display: none;
}

.top-access__toggle-content {
  background-color: #f5f5f5;
  padding: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .top-access__toggle-content {
    padding: 3rem 3rem 5.3rem;
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

.top-access__toggle-image {
  position: relative;
  width: 28.5rem;
}

@media (max-width: 767px) {
  .top-access__toggle-image {
    width: 100%;
  }
}

.top-access__toggle-image-img {
  aspect-ratio: 285/180;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-access__toggle-coming {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #222;
  padding: 0.6rem 0 0.4rem;
  color: #fff;
  font-family: "DIN 2014";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.028rem;
  text-align: center;
  text-transform: uppercase;
}

.top-access__toggle-text {
  flex: 1;
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .top-access__toggle-text {
    padding-left: 0;
    padding-top: 2rem;
    width: 100%;
  }
}

.top-access__toggle-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-access__toggle-title {
    font-size: 1.6rem;
  }
}

.top-access__toggle-details {
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .top-access__toggle-details {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.top-access__toggle-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  display: block;
  background-color: #dddddd;
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}

@media (min-width: 1023px) and (max-width: 1199px) {
  .top-access__toggle-link {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 767px) {
  .top-access__toggle-link {
    width: 4rem;
    height: 4rem;
  }
}

.top-campaign {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .top-campaign {
    margin-top: 7.5rem;
  }
}

.top-campaign__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-campaign__nav {
  position: relative;
  display: flex;
  line-height: 0;
}

@media (max-width: 767px) {
  .top-campaign__nav {
    display: none;
  }
}

.top-campaign__prev {
  width: 5rem;
}

.top-campaign__next {
  width: 5rem;
  margin-left: -0.1rem;
}

.top-campaign__slide {
  width: 100%;
  min-width: 100%;
  margin-top: 5.5rem;
  display: block;
  overflow: visible;
}

@media (max-width: 767px) {
  .top-campaign__slide {
    width: 100%;
    position: relative;
    margin-top: 4rem;
  }
}

.top-campaign__slide .slick-list {
  overflow: visible !important;
  /* Make sure to override default Slick's hidden overflow */
}

.top-campaign__slide .slick-track {
  display: flex;
  /* Ensure slides align in a row */
}

@media (max-width: 767px) {
  .top-campaign__slide .slick-arrow {
    width: 5rem;
    height: 5rem;
    z-index: 99;
  }
  .top-campaign__slide .slick-arrow::before {
    display: none;
  }
  .top-campaign__slide .slick-prev {
    background: url(../images/b_prev.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
  .top-campaign__slide .slick-next {
    background: url(../images/b_next.svg) 50% 50% no-repeat;
    background-size: 99%;
  }
}

.top-campaign__item {
  width: 38rem;
  height: auto;
  position: relative;
  display: block;
  padding-right: 2rem;
}

.top-campaign__item img {
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .top-campaign__item {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.top-case {
  padding-top: 23rem;
}

@media (max-width: 767px) {
  .top-case {
    padding-top: 11.5rem;
  }
  .top-case__banner {
    margin-top: 8rem !important;
  }
}

.top-case__content {
  margin-top: 6.5rem;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1023px) {
  .top-case__content {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
}

.top-case__content-des {
  width: 60rem;
  line-height: 180%;
}

@media (max-width: 1023px) {
  .top-case__content-des {
    font-size: 1.4rem;
    width: 100%;
  }
}

.top-case__content-btn {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .top-case__content-btn {
    width: 100%;
    margin-top: 3rem;
    justify-content: flex-start;
  }
}

.top-case__images {
  margin-top: 7.1rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

@media (max-width: 767px) {
  .top-case__images {
    margin-top: 6rem;
  }
}

.top-case__images-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1440/481;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .top-case__images-img {
    aspect-ratio: 375/200;
  }
}

.top-doctor {
  padding-top: 24rem;
}

@media (max-width: 767px) {
  .top-doctor {
    padding-top: 12rem;
  }
}

.top-doctor__content {
  margin-top: 6.5rem;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1023px) {
  .top-doctor__content {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
}

.top-doctor__content-title {
  color: #222;
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4rem;
}

@media (max-width: 1023px) {
  .top-doctor__content-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.top-doctor__content-des {
  width: 60rem;
  line-height: 180%;
}

@media (max-width: 1023px) {
  .top-doctor__content-des {
    width: 100%;
  }
}

.top-doctor__content-btn {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .top-doctor__content-btn {
    width: 100%;
    margin-top: 4rem;
    justify-content: flex-start;
  }
}

.top-doctor__row {
  margin-top: 12rem;
  display: flex;
  gap: 2rem;
}

@media (max-width: 767px) {
  .top-doctor__row {
    margin-top: 5.9rem;
    flex-direction: column;
  }
}

.top-doctor__col {
  position: relative;
  width: calc((100% - 2rem) / 2);
  background: #f5f5f5;
  padding: 5rem 11rem 5rem 4rem;
  box-sizing: border-box;
  color: #222;
}

@media (max-width: 767px) {
  .top-doctor__col {
    width: 100%;
    padding: 3.5rem 3rem 5.5rem 3rem;
  }
}

.top-doctor__col-position {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-doctor__col-position {
    font-size: 1.4rem;
  }
}

.top-doctor__col-name {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-doctor__col-name {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.top-doctor__col-name-span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.032em;
  margin-left: 1rem;
  font-family: "DIN 2014";
}

@media (max-width: 767px) {
  .top-doctor__col-name-span {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-left: 0;
    display: block;
  }
}

.top-doctor__col-content {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-doctor__col-content {
    margin-top: 1.5rem;
  }
}

.top-doctor__col-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  display: block;
  background-color: #dddddd;
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .top-doctor__col-link {
    width: 4rem;
    height: 4rem;
  }
}

.top-feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.top-feature__scrolltext {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  width: 100vw;
  position: absolute;
  top: 5rem;
  left: calc(50% - 50vw);
  display: block;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-feature__scrolltext {
    left: 0;
  }
}

@media (max-width: 767px) {
  .top-feature__scrolltext {
    left: 0;
    top: 2.5rem;
  }
}

.top-feature__scrolltext p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200px */
  -webkit-animation: top-feature__scroll 20s linear infinite;
  animation: top-feature__scroll 20s linear infinite;
  padding-right: 5rem;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .top-feature__scrolltext p {
    font-size: 10rem;
    -webkit-animation: top-feature__scroll 10s linear infinite;
    animation: top-feature__scroll 10s linear infinite;
    padding-right: 2rem;
  }
}

.top-feature__wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20rem 12rem 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-feature__wrap {
    padding: 20rem 9rem 0;
  }
}

@media (max-width: 767px) {
  .top-feature__wrap {
    padding: 9rem 0 0;
  }
}

.top-feature__head {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 67.2px */
  width: 100%;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .top-feature__head {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

.top-feature__text {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  margin-top: 6.5rem;
}

@media (max-width: 767px) {
  .top-feature__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.top-feature__button {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .top-feature__button {
    margin-top: 3rem;
  }
}

@-webkit-keyframes top-feature__scroll {
  0% {
    transform: translateX(0%);
    /* Starts offscreen to the right */
  }
  100% {
    transform: translateX(-100%);
    /* Ends offscreen to the left */
  }
}

@keyframes top-feature__scroll {
  0% {
    transform: translateX(0%);
    /* Starts offscreen to the right */
  }
  100% {
    transform: translateX(-100%);
    /* Ends offscreen to the left */
  }
}

.top-kv {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13rem;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .top-kv {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-kv {
    padding-top: 12rem;
  }
}

.top-kv__wrap {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2800/1476;
}

@media (max-width: 767px) {
  .top-kv__wrap {
    aspect-ratio: 750/1202;
  }
}

.top-kv__wrap_video {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .top-kv__wrap_video {
    margin-top: 100px;
  }
}

.top-kv__image {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
  z-index: 2;
}

.top-kv__slogan {
  width: 100%;
  position: absolute;
  padding: 0 6rem;
  top: 25%;
  z-index: 3;
}

@media (max-width: 767px) {
  .top-kv__slogan {
    position: relative;
    margin-top: -53.3333333333vw;
    padding: 0;
  }
}

.top-kv__slogan img {
  width: 40%;
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-kv__slogan img {
    margin: 0 auto;
    margin-top: 10%;
    width: 85%;
    display: block;
  }
}

.top-kv__head {
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3vw, 4rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.top-kv__head span {
  padding: 15px;
  padding-right: 0px;
  line-height: 1;
  background-color: #222;
  display: inline-flex;
  align-items: center;
  color: #fff;
  height: 57.78px;
  position: relative;
}

@media (max-width: 767px) {
  .top-kv__head span {
    height: 40px;
    padding: 10px;
  }
}

.top-kv__head span:nth-of-type(2) {
  margin-top: 15px;
}

.top-kv__head span::after {
  content: "";
  position: absolute;
  right: -50px;
  /* 調整 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 57.78px 50px;
  /* 三角形のサイズ */
  border-color: transparent transparent transparent #222;
}

@media (max-width: 767px) {
  .top-kv__head span::after {
    right: -40px;
    border-width: 0px 0 40px 40px;
  }
}

@media (max-width: 767px) {
  .top-kv__head {
    font-size: 4.5vw;
    text-shadow: #fff;
  }
}

.top-kv__text {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2.1vw, 3rem);
  font-style: normal;
  line-height: 140%;
  /* 42px */
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .top-kv__text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-kv__text {
    font-size: 2.0833333333vw;
    margin-top: 1.3888888889vw;
  }
}

.top-kv__text span {
  padding: 15px;
  padding-right: 0;
  line-height: 1;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-weight: bold;
  position: relative;
  height: 49.29px;
}

@media (max-width: 767px) {
  .top-kv__text span {
    padding: 10px;
    height: 40px;
  }
}

.top-kv__text span::after {
  content: "";
  position: absolute;
  right: -50px;
  /* 調整 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 49.29px 50px;
  /* 三角形のサイズ */
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
  .top-kv__text span::after {
    right: -40px;
    border-width: 0px 0 40px 40px;
  }
}

.top-line-banner {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16rem;
  display: block;
  max-width: 126rem;
}

@media (max-width: 767px) {
  .top-line-banner {
    margin-top: 8rem;
  }
}

.top-line-banner__link {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0;
}

.top-line-banner__img {
  width: 100%;
  height: auto;
}

.top-line-banner--no-space {
  padding-left: 0;
  padding-right: 0;
}

.top-menu {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 18.3rem;
  margin: 20rem 0 0rem;
  background-color: rgba(34, 34, 34, 0.8);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-menu {
    padding-top: 16rem;
    padding-bottom: 14rem;
    margin: 16rem 0 0rem;
  }
}

@media (max-width: 767px) {
  .top-menu {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin: 10rem 0 0rem;
  }
}

.top-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222 url(../images/main_bg.png) 0 0 repeat;
  background-size: 10rem;
  pointer-events: none;
  opacity: 0.3;
}

.top-menu__intro {
  position: relative;
  padding: 6.5rem 0 12.1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-menu__intro {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .top-menu__intro {
    flex-direction: column;
    padding: 3rem 0 6rem;
  }
}

.top-menu__intro-left {
  width: 43.3333333333%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-menu__intro-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top-menu__intro-left {
    width: 100%;
  }
}

.top-menu__intro-right {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-menu__intro-right {
    width: 100%;
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .top-menu__intro-right {
    width: 100%;
    margin-top: 2.8rem;
  }
}

.top-menu__label {
  color: #fff;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .top-menu__label {
    font-size: 2rem;
  }
}

.top-menu__excerpt {
  color: #fff;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
  .top-menu__excerpt {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}

.top-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 32rem;
  height: 6rem;
  border: 1px solid #fff;
  padding: 0 6rem 0 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.top-menu__link::before {
  position: absolute;
  content: "";
  right: 6rem;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.top-menu__link::after {
  position: absolute;
  content: "";
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
  background: url(../images/menu-btn-next.svg);
  background-size: 0.8rem 1.2rem;
}

.top-menu__pickup {
  position: relative;
  padding-top: 12rem;
}

@media (max-width: 767px) {
  .top-menu__pickup {
    padding-top: 7.8rem;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    overflow: hidden;
  }
}

.top-menu__pickup-slider {
  position: relative;
}

@media (max-width: 767px) {
  .top-menu__pickup-slider {
    overflow: visible;
    padding: 0 3rem;
  }
}

.top-menu__pickup-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .top-menu__pickup-item {
    flex-direction: column;
  }
}

.top-menu__pickup-thumbnail {
  width: 40%;
  line-height: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-menu__pickup-thumbnail {
    width: 43.3333333333%;
  }
}

@media (max-width: 767px) {
  .top-menu__pickup-thumbnail {
    width: 100%;
  }
}

.top-menu__pickup-img {
  width: 100%;
  aspect-ratio: 480/340;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .top-menu__pickup-img {
    height: 53.3333333333vw;
    aspect-ratio: unset;
  }
}

@media (min-width: 768px) {
  .top-menu__pickup-img:hover {
    transform: scale(1.1);
  }
}

.top-menu__pickup-content {
  width: 50%;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .top-menu__pickup-content {
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
  }
}

@media (min-width: 768px) {
  .top-menu__pickup-content:hover {
    opacity: 0.7;
  }
}

.top-menu__pickup-number {
  color: #fff;
  font-family: "DIN 2014";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .top-menu__pickup-number {
    font-size: 1.4rem;
    letter-spacing: 0.028rem;
    margin-top: 4rem;
  }
}

.top-menu__pickup-title {
  margin: 5rem 0 2rem;
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .top-menu__pickup-title {
    margin: 3.3rem 0 2.3rem;
    font-size: 2rem;
  }
}

.top-menu__pickup-des {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-menu__pickup-des {
    font-size: 1.4rem;
  }
}

.top-menu__pickup-next,
.top-menu__pickup-prev {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  top: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.top-menu__pickup-next::after,
.top-menu__pickup-prev::after {
  display: none;
}

@media (min-width: 768px) {
  .top-menu__pickup-next:hover,
  .top-menu__pickup-prev:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .top-menu__pickup-next,
  .top-menu__pickup-prev {
    background-color: rgba(34, 34, 34, 0.5);
    border: none;
    top: calc((53.3333333333vw - 5rem) / 2);
  }
}

.top-menu__pickup-next.swiper-button-disabled,
.top-menu__pickup-prev.swiper-button-disabled {
  opacity: 0;
}

.top-menu__pickup-next {
  right: 0;
  border-left: 0;
}

@media (max-width: 767px) {
  .top-menu__pickup-next {
    right: 0.5rem;
  }
}

.top-menu__pickup-prev {
  left: auto;
  right: 5rem;
  border-right: 0;
}

@media (max-width: 767px) {
  .top-menu__pickup-prev {
    right: auto;
    left: 0.5rem;
  }
}

.top-menu__pickup-line {
  position: absolute;
  top: 0;
  height: 5rem;
  width: 0.1rem;
  right: 5rem;
  background-color: #fff;
}

.top-menu__pickup-line--hide {
  display: none;
}

@media (max-width: 767px) {
  .top-menu__pickup-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-menu .swiper-slide-active .top-menu__pickup-content {
    opacity: 1;
  }
}

.top-menu__treatment {
  position: relative;
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .top-menu__treatment {
    padding-top: 4.5rem;
  }
}

.top-menu__treatment-label {
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .top-menu__treatment-label {
    font-size: 1.6rem;
  }
}

.top-menu__treatment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 5.2rem 0 10rem;
}

@media (max-width: 767px) {
  .top-menu__treatment-list {
    margin: 2.5rem 0 5.1rem;
  }
}

.top-menu__treatment-item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 1.2rem) / 4);
  height: 6rem;
  background: #ddd;
  padding: 0 4rem 0 2rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}

.top-menu__treatment-item::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/menu-down.svg);
  background-size: 1.2rem 0.8rem;
}

@media (min-width: 768px) {
  .top-menu__treatment-item:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .top-menu__treatment-item {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.top-menu__accordion-title {
  position: relative;
  padding: 2.7rem 8rem 2.7rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s;
}

.top-menu__accordion-title::before {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/plus.svg);
  background-size: 3rem 3rem;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .top-menu__accordion-title:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .top-menu__accordion-title {
    font-size: 1.4rem;
    padding: 1.5rem 4.5rem 1.5rem 0;
  }
  .top-menu__accordion-title::before {
    right: 1.7rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }
}

.top-menu__accordion-content {
  display: none;
}

.top-menu__accordion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 6rem 0 8rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .top-menu__accordion-list {
    gap: 3.5rem;
    padding: 3rem 0 5.5rem;
  }
}

.top-menu__accordion-item {
  width: calc((100% - 6rem) / 4);
}

@media (max-width: 767px) {
  .top-menu__accordion-item {
    width: 100%;
  }
}

.top-menu__accordion-thumbnail {
  display: block;
  width: 100%;
  padding-bottom: 1.5rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .top-menu__accordion-thumbnail {
    padding-bottom: 1rem;
  }
}

.top-menu__accordion-img {
  width: 100%;
  aspect-ratio: 285/180;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .top-menu__accordion-img {
    aspect-ratio: 315/201;
  }
}

.top-menu__accordion-link {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .top-menu__accordion-link {
    font-size: 1.4rem;
  }
}

.top-menu__accordion.js-accordion--active .js-accordion-title:before {
  background: url(../images/minus.svg);
  background-size: 3rem 3rem;
}

@media (max-width: 767px) {
  .top-menu__accordion.js-accordion--active .js-accordion-title:before {
    background-size: 2rem 2rem;
  }
}

.top-menu__accordion:last-child {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.top-news {
  padding-top: 20rem;
}

@media (max-width: 767px) {
  .top-news {
    padding-top: 10rem;
  }
  .top-news__title {
    margin-bottom: 4rem;
  }
}

.top-news__top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .top-news__top {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.top-news__list {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .top-news__list {
    margin-top: 4rem;
  }
}

.top-news__box {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 8rem;
  padding: 1rem 4rem;
}

.top-news__box + .top-news__box {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .top-news__box + .top-news__box {
    margin-top: 0.4rem;
  }
}

@media (max-width: 767px) {
  .top-news__box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 2rem;
  }
}

.top-news__box-date {
  width: auto;
  margin-right: 3rem;
  font-family: "DIN 2014";
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-news__box-date {
    margin-right: 0;
  }
}

.top-news__box-title {
  flex: 1;
  line-height: 180%;
}

@media (max-width: 767px) {
  .top-news__box-title {
    width: 100%;
    flex: unset;
  }
}

.top-news__box-title-link {
  color: #222;
  font-weight: 700;
}

.top-news__banner {
  margin-top: 12rem;
}

.top-news__banner-link {
  display: block;
}

@media (max-width: 767px) {
  .top-news__banner {
    margin-top: 6.1rem;
  }
  .top-news__banner-img {
    width: 100%;
    height: 18.4rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.treatment-banner {
  position: relative;
}

.treatment-banner_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14.5rem 0 11.2rem;
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .treatment-banner_content {
    padding: 12.5rem 0 10rem;
  }
}

@media (max-width: 767px) {
  .treatment-banner_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.5rem 0 5.5rem;
  }
}

.treatment-banner__right {
  width: 50.5833333333%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .treatment-banner__right {
    width: 100%;
    margin-top: 9rem;
    font-size: 1.4rem;
  }
}

.treatment-campaign {
  width: 100%;
  position: relative;
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .treatment-campaign {
    margin-top: 7.5rem;
  }
}

.treatment-content {
  position: relative;
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .treatment-content {
    margin-top: 8rem;
  }
}

.treatment-content__label {
  color: #222222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .treatment-content__label {
    font-size: 1.6rem;
  }
}

.treatment-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 5.2rem 0 10rem;
}

@media (max-width: 767px) {
  .treatment-content__list {
    margin: 2.5rem 0 5.1rem;
  }
}

.treatment-content__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 1.2rem) / 4);
  height: 6rem;
  background: #f5f5f5;
  padding: 0 4rem 0 2rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}

.treatment-content__item::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/menu-down.svg);
  background-size: 1.2rem 0.8rem;
}

@media (min-width: 768px) {
  .treatment-content__item:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .treatment-content__item {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.treatment-content__accordion-title {
  position: relative;
  padding: 2.7rem 8rem 2.7rem 0;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s;
}

.treatment-content__accordion-title::before {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/plus-gray.svg);
  background-size: 3rem 3rem;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .treatment-content__accordion-title:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .treatment-content__accordion-title {
    font-size: 1.4rem;
    padding: 1.5rem 4.5rem 1.5rem 0;
  }
  .treatment-content__accordion-title::before {
    right: 1.7rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }
}

.treatment-content__accordion-content {
  display: none;
}

.treatment-content__accordion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 6rem 0 8rem;
  border-top: 0.1rem solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .treatment-content__accordion-list {
    gap: 3.5rem;
    padding: 3rem 0 5.5rem;
  }
}

.treatment-content__accordion-item {
  width: calc((100% - 6rem) / 4);
}

@media (max-width: 767px) {
  .treatment-content__accordion-item {
    width: 100%;
  }
}

.treatment-content__accordion-thumbnail {
  display: block;
  width: 100%;
  padding-bottom: 1.5rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .treatment-content__accordion-thumbnail {
    padding-bottom: 1rem;
  }
}

.treatment-content__accordion-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.treatment-content__accordion-link {
  color: #222;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .treatment-content__accordion-link {
    font-size: 1.4rem;
  }
}

.treatment-content__accordion.js-accordion--active .js-accordion-title:before {
  background: url(../images/minus-gray.svg);
  background-size: 3rem 3rem;
}

@media (max-width: 767px) {
  .treatment-content__accordion.js-accordion--active
    .js-accordion-title:before {
    background-size: 2rem 2rem;
  }
}

.treatment-content__accordion:last-child {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
}

.treatment-line-banner {
  margin: 12rem 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .treatment-line-banner {
    margin: 10rem 0 0;
  }
}

@media (max-width: 767px) {
  .treatment-line-banner {
    margin: 6rem 0 0;
  }
}

.treatment-pickup {
  position: relative;
  margin: 12rem 0 15.5rem;
  background-color: rgba(34, 34, 34, 0.8);
}

@media (max-width: 767px) {
  .treatment-pickup {
    margin: 10rem 0 7.5rem;
  }
}

.treatment-pickup::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222 url(../images/main_bg.png) 0 0 repeat;
  background-size: 10rem;
  pointer-events: none;
  opacity: 0.3;
}

.treatment-pickup__wrap {
  position: relative;
  padding: 12rem 0;
}

@media (max-width: 767px) {
  .treatment-pickup__wrap {
    padding: 10rem 0 9.5rem;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    overflow: hidden;
  }
}

.treatment-pickup__slider {
  position: relative;
}

@media (max-width: 767px) {
  .treatment-pickup__slider {
    overflow: visible;
    padding: 0 3rem;
  }
}

.treatment-pickup__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .treatment-pickup__item {
    flex-direction: column;
  }
}

.treatment-pickup__thumbnail {
  width: 40%;
  line-height: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .treatment-pickup__thumbnail {
    width: 43.3333333333%;
  }
}

@media (max-width: 767px) {
  .treatment-pickup__thumbnail {
    width: 100%;
  }
}

.treatment-pickup__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .treatment-pickup__img {
    aspect-ratio: unset;
  }
}

@media (min-width: 768px) {
  .treatment-pickup__img:hover {
    transform: scale(1.1);
  }
}

.treatment-pickup__content {
  width: 50%;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .treatment-pickup__content {
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
  }
}

@media (min-width: 768px) {
  .treatment-pickup__content:hover {
    opacity: 0.7;
  }
}

.treatment-pickup__number {
  color: #fff;
  font-family: "DIN 2014";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .treatment-pickup__number {
    font-size: 1.4rem;
    letter-spacing: 0.028rem;
    margin-top: 4rem;
  }
}

.treatment-pickup__title {
  margin: 5rem 0 2rem;
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 767px) {
  .treatment-pickup__title {
    margin: 3.3rem 0 2.3rem;
    font-size: 2rem;
  }
}

.treatment-pickup__des {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .treatment-pickup__des {
    font-size: 1.4rem;
  }
}

.treatment-pickup__next,
.treatment-pickup__prev {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  top: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.treatment-pickup__next::after,
.treatment-pickup__prev::after {
  display: none;
}

@media (min-width: 768px) {
  .treatment-pickup__next:hover,
  .treatment-pickup__prev:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .treatment-pickup__next,
  .treatment-pickup__prev {
    background-color: rgba(34, 34, 34, 0.5);
    border: none;
    top: calc((53.3333333333vw - 5rem) / 2);
  }
}

.treatment-pickup__next.swiper-button-disabled,
.treatment-pickup__prev.swiper-button-disabled {
  opacity: 0;
}

.treatment-pickup__next {
  right: 0;
  border-left: 0;
}

@media (max-width: 767px) {
  .treatment-pickup__next {
    right: 0.5rem;
  }
}

.treatment-pickup__prev {
  left: auto;
  right: 5.1rem;
  border-right: 0;
}

@media (max-width: 767px) {
  .treatment-pickup__prev {
    right: auto;
    left: 0.5rem;
  }
}

@media (max-width: 767px) {
  .treatment-pickup .swiper-slide-active .treatment-pickup__content {
    opacity: 1;
  }
}

.treatment-pickup__line {
  position: absolute;
  top: 0;
  height: 5rem;
  width: 0.1rem;
  right: 5rem;
  background-color: #fff;
}

.treatment-pickup__line--hide {
  display: none;
}

@media (max-width: 767px) {
  .treatment-pickup__line {
    display: none;
  }
}

.treatment-detail-banner {
  padding-top: 16rem;
  padding-bottom: 10.5rem;
}

@media (max-width: 767px) {
  .treatment-detail-banner {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.treatment-detail-line-banner {
  margin-top: 15rem !important;
}

@media (max-width: 767px) {
  .treatment-detail-line-banner {
    margin-top: 5.5rem !important;
  }
}

.treatment-detail-related {
  margin-top: 14.5rem;
}

@media (min-width: 768px) {
  .treatment-detail-related + .treatment-detail-related {
    margin-top: 11rem;
  }
}

@media (max-width: 767px) {
  .treatment-detail-related {
    margin-top: 5.5rem;
  }
}

.treatment-detail-related__row {
  margin-left: -1.3rem;
  margin-right: -1.3rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .treatment-detail-related__row {
    margin-top: 3.5rem;
  }
}

.treatment-detail-related__col {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

@media (max-width: 767px) {
  .treatment-detail-related__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .treatment-detail-related__col + .treatment-detail-related__col {
    margin-top: 3.5rem;
  }
}

@media (max-width: 767px) {
  .treatment-detail-related__img {
    aspect-ratio: 315 / 201;
  }
}

.treatment-detail-wrap__box {
  padding-top: 15.5rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__box {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .treatment-detail-wrap__title {
    padding: 6.5rem 0 5.2rem;
    border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
  }
}

.treatment-detail-wrap__image {
  margin-top: 7rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__image {
    margin-top: 3rem;
  }
}

.treatment-detail-wrap__image-img {
  width: 100%;
  height: auto;
}

.treatment-detail-wrap__line {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__line {
    margin-top: 3rem;
  }
}

.treatment-detail-wrap__line-img {
  width: 100%;
  height: auto;
}

.treatment-detail-wrap__btn {
  margin-top: 5.5rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__btn {
    padding-bottom: 4rem;
  }
}

.treatment-detail-wrap__divider {
  border-bottom: 0.1rem solid rgba(34, 34, 34, 0.1);
  margin-top: 8rem;
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .treatment-detail-wrap__divider--mt-medium {
    margin-top: 7rem;
  }
  .treatment-detail-wrap__divider--mt-xmedium {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .treatment-detail-wrap__divider {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .treatment-detail-wrap__divider--mt-medium {
    margin-top: 3.5rem;
  }
}

.treatment-detail-wrap__underline {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.treatment-detail-wrap__price-list {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-list {
    margin-top: 7.5rem;
  }
}

.treatment-detail-wrap__price {
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price {
    margin-top: 1.5rem;
  }
}

.treatment-detail-wrap__price-item {
  border-bottom: 0.1rem solid #ddd;
  display: flex;
  flex-wrap: wrap;
  min-height: 8rem;
  background: #f5f5f5;
}

.treatment-detail-wrap__price-item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-item {
    min-height: 10rem;
    border-bottom: none;
  }
}

.treatment-detail-wrap__price-left {
  width: 28.5714285714%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 1.2rem 2rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-left {
    width: 100%;
    min-height: 5rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.treatment-detail-wrap__price-right {
  width: 71.4285714286%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
  color: #222;
  padding: 2.8rem 2rem 2.2rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-right {
    width: 100%;
    padding: 1.5rem 2rem 0.9rem;
    min-height: 5rem;
  }
}

.treatment-detail-wrap__price-intro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-right: 2.3rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-intro {
    font-size: 1.4rem;
    flex: 1;
    text-align: left;
  }
}

.treatment-detail-wrap__price-des {
  font-family: "DIN 2014";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.048rem;
  min-width: 9.7rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-des {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    min-width: 8.1rem;
  }
}

.treatment-detail-wrap__price-notice {
  width: 5.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__price-notice {
    font-size: 1.2rem;
    width: 4.8rem;
  }
}

.treatment-detail-wrap__flex-text {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__flex-text {
    margin-top: 1.5rem;
  }
}

.treatment-detail-wrap__flex-text-item
  + .treatment-detail-wrap__flex-text-item {
  border-top: none;
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__flex-text-item
    + .treatment-detail-wrap__flex-text-item {
    margin-top: 0;
  }
}

.treatment-detail-wrap__faq {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__faq {
    margin-top: 7.5rem;
  }
}

.treatment-detail-wrap__faq-wrap {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__faq-wrap {
    margin-top: 3.5rem;
  }
}

.treatment-detail-wrap__doctor {
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__doctor {
    margin-top: 5.5rem;
  }
}

.treatment-detail-wrap__doctor-list {
  margin-top: 5.5rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__doctor-list {
    margin-top: 3.5rem;
  }
}

.treatment-detail-wrap__warranty {
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__warranty {
    margin-top: 6rem;
  }
}

.treatment-detail-wrap__warranty-img {
  width: 100%;
  aspect-ratio: 838/471;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__warranty-img {
    aspect-ratio: 315/195;
  }
}

.treatment-detail-wrap__warranty-title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #333;
  margin: 3.2rem 0 2.2rem;
}

@media (max-width: 767px) {
  .treatment-detail-wrap__warranty-title {
    font-size: 1.6rem;
    line-height: 2.88rem;
    margin: 2.5rem 0 1.5rem;
  }
}

.treatment-detail-wrap__warranty-description li {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.8rem;
}

.treatment-detail-wrap__warranty-description li:last-child {
  margin-bottom: 0;
}

.treatment-detail-wrap__warranty-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #222;
  display: inline-block;
}
