@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 17.8372093023px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #565656;
}

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

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
  height: 68rem !important;
}
.page-fv .page-fv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-fv .fv-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  padding: 4rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-fv .fv-headarea {
    display: none;
  }
}
.page-fv .fv-navarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 12rem;
  max-width: 164rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-fv .fv-navarea {
    display: none;
  }
}

.page-fv__image {
  width: 70%;
}
@media (max-width: 767px) {
  .page-fv__image {
    width: 100%;
    height: 68rem;
  }
  .page-fv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-fv__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.3);
    z-index: 1;
  }
}

.page-title-area {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .page-title-area {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.page-title__ja {
  font-size: 6.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-title__ja {
    font-size: 4rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  }
}

.page-title__en {
  font-size: 4.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #D77D1E;
}
@media (max-width: 767px) {
  .page-title__en {
    font-size: 3.2rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
  background: #D77D1E;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #CBB583;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #CBB583;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #CBB583;
}

.basic-flex__text {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 8rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
    background: #f5eee0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.fv-title {
  width: 30rem;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .fv-title {
    width: 20rem;
  }
}

#l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__content--item {
  width: auto;
  min-width: 20rem;
  padding: 0 1rem;
  border-right: 2px dotted #565656;
  text-align: center;
}
.l-nav__content--item:last-child {
  border-right: none;
}
.l-nav__content--item .nav__text--ja {
  font-size: 2rem;
  line-height: 1.5;
}
.l-nav__content--item .nav__text--en {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #D77D1E;
  font-family: "Josefin Sans", sans-serif;
}
.l-nav__content--item.nav__item--has-dropdown {
  position: relative;
}
.l-nav__content--item.nav__item--has-dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.l-nav__content--item .nav__dropdown {
  position: absolute;
  top: calc(100% + 0rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: rgba(239, 232, 221, 0.85);
  border-radius: 1rem;
  padding: 1.5rem 1.8rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 20;
}
.l-nav__content--item .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1.5rem;
}
.l-nav__content--item .nav__dropdown-link {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-nav__content--item .nav__dropdown-link:hover {
  color: #D77D1E;
}

.header-information .fv-information__box {
  width: 45rem;
}
.header-information .tel-text {
  font-size: 4rem;
}
.header-information .address-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .header-information {
    display: none;
  }
}

.hamburger {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #CBB583;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-menu__text {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.hamburger span {
  display: block;
  width: 34px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(35% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(35% + 8px);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 35%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 35%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 0 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
.hamburger-menu__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero_krin1.gif") no-repeat right bottom;
  background-size: auto 26rem;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-family: inter;
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  margin-left: 3rem;
  list-style: none;
  background: #F9F6EE;
  border-bottom: none !important;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink span {
  font-weight: 400;
  color: #CBB583;
}
.hamburger-menu__listLink--parent {
  border-bottom: 0.2rem dotted #565656;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-footer {
  background: #F5EEE0;
  padding-top: 6.5rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 0;
  }
}
.l-footer .l-footer__inner {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__inner {
    max-width: 100%;
  }
}
.l-footer .l-footer__logo {
  width: 46rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__logo {
    margin-top: 3rem;
    width: 25.4rem;
  }
}
.l-footer .l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box {
    padding: 0 2rem;
  }
}
.l-footer .l-footer__left .fv-information__box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
.l-footer .l-footer__left .fv-information__box--tel {
  width: 34rem;
  height: 10rem;
  padding: 0 1rem;
  background: #CBB583;
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--tel {
    width: 22rem;
    height: 5.4rem;
  }
}
.l-footer .l-footer__left .fv-information__box--tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
  pointer-events: none;
  z-index: 1;
}
.l-footer .l-footer__left .fv-information__box--tel > * {
  position: relative;
  z-index: 2;
}
.l-footer .l-footer__left .fv-information__box--tel .icon-tel {
  width: 2.3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--tel .icon-tel {
    width: 1.3rem;
  }
}
.l-footer .l-footer__left .fv-information__box--tel .tel-text {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--tel .tel-text {
    font-size: 2rem;
  }
}
.l-footer .l-footer__left .fv-information__box--web {
  background: #D77D1E;
  width: 24rem;
  height: 10rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--web {
    width: 16rem;
    height: 5.4rem;
  }
}
.l-footer .l-footer__left .fv-information__box--web::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
  pointer-events: none;
  z-index: 1;
}
.l-footer .l-footer__left .fv-information__box--web > * {
  position: relative;
  z-index: 2;
}
.l-footer .l-footer__left .fv-information__box--web .icon-web {
  width: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--web .icon-web {
    width: 2.4rem;
  }
}
.l-footer .l-footer__left .fv-information__box--web .web-text {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--web .web-text {
    font-size: 2rem;
  }
}
.l-footer .l-footer__left .fv-information__box--address {
  width: 100%;
  border: 2px solid #CBB583;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .fv-information__box--address {
    height: 3.6rem;
    margin-top: 1rem;
  }
}
.l-footer .l-footer__left .address-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__left .address-text {
    font-size: 1rem;
  }
}
.l-footer .l-footer__right {
  background: #D77D1E;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.l-footer .l-footer__right .information-calendar {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar {
    margin-top: 0;
  }
}
.l-footer .l-footer__right .information-calendar__panel {
  padding: 1rem 2rem;
  width: 100%;
}
.l-footer .l-footer__right .information-calendar__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar__table {
    margin-top: 0.5rem;
  }
}
.l-footer .l-footer__right .information-calendar__table th,
.l-footer .l-footer__right .information-calendar__table td {
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0rem;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar__table th,
  .l-footer .l-footer__right .information-calendar__table td {
    font-size: 1rem;
  }
}
.l-footer .l-footer__right .information-calendar__table td {
  letter-spacing: -0.05em;
}
.l-footer .l-footer__right .information-calendar__table thead tr {
  border-bottom: 1px solid #fff;
}
.l-footer .l-footer__right .information-calendar__table thead th:first-child,
.l-footer .l-footer__right .information-calendar__table tbody th {
  text-align: left;
  width: 14rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar__table thead th:first-child,
  .l-footer .l-footer__right .information-calendar__table tbody th {
    width: 8rem;
  }
}
.l-footer .l-footer__right .information-calendar__table tbody tr {
  border: none;
}
.l-footer .l-footer__right .information-calendar__table tbody tr:last-child {
  border-bottom: 1px solid #fff;
}
.l-footer .l-footer__right .information-calendar__table tbody th {
  font-weight: 500;
}
.l-footer .l-footer__right .information-calendar__table .calendar-mark {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar__table .calendar-mark {
    font-size: 1rem;
  }
}
.l-footer .l-footer__right .information-calendar__table .information-calendar__closed,
.l-footer .l-footer__right .information-calendar__table .information-calendar__note {
  font-size: 1.8rem;
  line-height: 1.5;
  background: #D77D1E;
}
@media (max-width: 767px) {
  .l-footer .l-footer__right .information-calendar__table .information-calendar__closed,
  .l-footer .l-footer__right .information-calendar__table .information-calendar__note {
    font-size: 1rem;
  }
}
.l-footer .l-footer__right .information-calendar__closed {
  padding: 0 2rem;
  color: #fff;
}
.l-footer .l-footer__right .information-calendar__note {
  margin-top: 0;
  padding: 2rem;
  color: #fff;
}
.l-footer .l-google-map {
  width: 100%;
  height: 56rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-footer .l-google-map {
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
    height: 18rem;
  }
}
.l-footer .l-google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.l-footer .l-ceramic-banner {
  background: url(../img/banner-ceramic02.webp) no-repeat center center/contain;
  width: 108rem;
  height: 33.8rem;
  margin: 6.4rem auto 0;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer .l-ceramic-banner {
    width: 100%;
    height: 13.5rem;
    margin-top: 0;
  }
}
.l-footer .l-ceramic-banner__inner {
  position: absolute;
  left: 40rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67rem;
  height: 100%;
  padding: 2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .l-ceramic-banner__inner {
    left: 15rem;
    width: 26rem;
  }
}
.l-footer .l-banner__head-text {
  font-size: 2.7rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 6rem 0 1rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .l-footer .l-banner__head-text {
    font-size: 1rem;
    padding: 2rem 0 0.5rem;
  }
}
.l-footer .l-banner__bottom-text {
  font-size: 5rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer .l-banner__bottom-text {
    font-size: 1.8rem;
  }
}
.l-footer .l-banner__bottom-text span {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-banner__bottom-text span {
    font-size: 2.2rem;
  }
}
.l-footer .l-sitemap {
  margin-top: 8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer .l-sitemap {
    margin-top: 6rem;
  }
}
.l-footer .sitemap-title {
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .sitemap-title {
    font-size: 4.8rem;
    font-weight: 300;
    padding-bottom: 1rem;
  }
}
.l-footer .sitemap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .l-footer .sitemap-items {
    padding: 2rem 0;
  }
}
.l-footer .l-site-map__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.8rem 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .l-footer .l-site-map__link {
    padding: 0.5rem 0;
  }
}
.l-footer .l-site-map__link:hover {
  opacity: 0.7;
}
.l-footer .l-site-map__link:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background: #565656;
  margin: 0 2rem;
}
.l-footer .l-site-map__text {
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer .l-site-map__text {
    font-size: 1.4rem;
  }
}
.l-footer .l-copyright {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.main .fv {
  position: relative;
  height: 108rem;
}
@media (max-width: 767px) {
  .main .fv {
    height: 61.5rem;
  }
}
.main .fv .fv-swiper {
  width: 100%;
  aspect-ratio: 1920/960;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-swiper {
    height: 61.5rem;
    aspect-ratio: 430/615;
  }
}
.main .fv .swiper-wrapper {
  height: 100%;
}
.main .fv .swiper-slide {
  width: 100%;
  height: 100%;
}
.main .fv .swiper-slide img,
.main .fv .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.main .fv .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .fv .fv-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  padding: 4rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-headarea {
    display: none;
  }
}
.main .fv .fv-title .fv-title__image {
  width: 46rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .fv .fv-information__box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.main .fv .fv-information__box--tel {
  width: 34rem;
  height: 10rem;
  padding: 0 1rem;
  background: #CBB583;
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
}
.main .fv .fv-information__box--tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
  pointer-events: none;
  z-index: 1;
}
.main .fv .fv-information__box--tel > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-information__box--tel .icon-tel {
  width: 2.3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .fv .fv-information__box--tel .tel-text {
  font-size: 3.4rem;
}
.main .fv .fv-information__box--web {
  background: #D77D1E;
  width: 24rem;
  height: 10rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.main .fv .fv-information__box--web::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, 40% 100%);
  pointer-events: none;
  z-index: 1;
}
.main .fv .fv-information__box--web > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-information__box--web .icon-web {
  width: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .fv .fv-information__box--web .web-text {
  font-size: 3.4rem;
}
.main .fv .fv-information__box--address {
  width: 100%;
  border: 2px solid #CBB583;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin-top: 1rem;
}
.main .fv .address-text {
  font-size: 2rem;
}
.main .fv .fv-gridarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64rem;
  z-index: 1;
}
.main .fv .fv-gridarea__left .fv-circlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  height: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circlearea {
    gap: 2rem;
    padding-bottom: 1rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item {
  width: 28rem;
  height: 28rem;
  background: #fff;
  position: relative;
  border-radius: 50%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item {
    width: 11.4rem;
    height: 11.4rem;
    gap: 0.5rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item01::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #8999B2;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item01::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item01 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-gridarea__left .fv-circle-item01 .icon {
  width: 5.4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item01 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-gridarea__left .text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.main .fv .fv-gridarea__left .text .circle-text01 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text01 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-gridarea__left .text .circle-text02 {
  font-size: 8.6rem;
  color: #8999B2;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text02 {
    font-size: 3rem;
  }
}
.main .fv .fv-gridarea__left .text .circle-text03 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text03 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-gridarea__left .text .circle-text04 {
  font-size: 6.4rem;
  color: #445D84;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text04 {
    font-size: 2rem;
  }
}
.main .fv .fv-gridarea__left .text .circle-text05 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text05 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-gridarea__left .text .circle-text06 {
  font-size: 8.6rem;
  color: #D77D1E;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .text .circle-text06 {
    font-size: 3rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item02::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #445D84;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item02::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item02 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-gridarea__left .fv-circle-item02 .icon {
  width: 4.7rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item02 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item03::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #D77D1E;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item03::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-gridarea__left .fv-circle-item03 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-gridarea__left .fv-circle-item03 .icon {
  width: 5.9rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-gridarea__left .fv-circle-item03 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-gridarea__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .fv .fv-gridarea__right .fv-catch-area {
  background: url("../img/fv-catch-area.webp") no-repeat center/contain;
  width: 86rem;
  height: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.main .fv .fv-gridarea__right .fv-catch-text {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.main .fv .fv-gridarea__right .fv-catch-text span {
  font-size: 4.8rem;
}
.main .fv .fv-gridarea__right .fv-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.main .fv .fv-gridarea__right .fv-bottom-area__title {
  background: #cbb583;
  border: 2px solid #fff;
  width: 37rem;
  height: 7rem;
  color: #fff;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.main .fv .fv-gridarea__right .fv-bottom-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.main .fv .fv-gridarea__right .fv-bottom-area__vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.main .fv .fv-gridarea__right .fv-bottom-area__price {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.main .fv .fv-gridarea__right .fv-bottom-area__price span {
  font-size: 6.8rem;
}
@media (max-width: 767px) {
  .main .fv .fv-slide01 .fv-gridarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .fv .fv-slide01 .fv-gridarea__left .fv-circlearea {
    padding-top: 5rem;
  }
  .main .fv .fv-slide01 .fv-gridarea__right .fv-catch-area {
    width: calc(100% - 4rem);
    height: 17rem;
    margin: 0 auto;
  }
  .main .fv .fv-slide01 .fv-gridarea__right .fv-catch-text {
    font-size: 2.4rem;
  }
  .main .fv .fv-slide01 .fv-gridarea__right .fv-catch-text span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .main .fv .fv-slide02 .fv-gridarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .fv .fv-slide02 .fv-circlearea {
    padding-top: 1rem;
  }
  .main .fv .fv-slide02 .fv-catch-area {
    width: calc(100% - 4rem);
    height: 17rem;
    margin: 0 auto;
  }
  .main .fv .fv-slide02 .fv-catch-text {
    font-size: 2.4rem;
  }
  .main .fv .fv-slide02 .fv-catch-text span {
    font-size: 2.4rem;
  }
  .main .fv .fv-slide02 .fv-bottom-area__title {
    width: 19rem;
    height: 6rem;
    font-size: 2rem;
    margin-top: 4rem;
  }
  .main .fv .fv-slide02 .fv-bottom-area__vertical-text {
    font-size: 1.6rem;
  }
  .main .fv .fv-slide02 .fv-bottom-area__price {
    font-size: 2rem;
  }
  .main .fv .fv-slide02 .fv-bottom-area__price span {
    font-size: 3.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 1rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circlearea {
    gap: 2rem;
    padding-bottom: 1rem;
    padding-top: 5rem;
    height: auto;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item {
  width: 28rem;
  height: 28rem;
  background: #fff;
  position: relative;
  border-radius: 50%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item {
    width: 11.4rem;
    height: 11.4rem;
    gap: 0.5rem;
    margin-top: 0;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01 {
  position: absolute;
  top: 10%;
  left: 5%;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01 {
    position: static;
    top: auto;
    left: auto;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #8999B2;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01 .icon {
  width: 5.4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item01 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text01 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text01 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text02 {
  font-size: 8.6rem;
  color: #8999B2;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text02 {
    font-size: 3rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text03 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text03 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text04 {
  font-size: 6.4rem;
  color: #445D84;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text04 {
    font-size: 2rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text05 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text05 {
    font-size: 1.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .text .circle-text06 {
  font-size: 8.6rem;
  color: #D77D1E;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .text .circle-text06 {
    font-size: 3rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02 {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02 {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #445D84;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02 .icon {
  width: 4.7rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item02 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03 {
  position: absolute;
  top: 53%;
  left: 20%;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03 {
    position: static;
    top: auto;
    left: auto;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 1px solid #D77D1E;
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03::before {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03 > * {
  position: relative;
  z-index: 2;
}
.main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03 .icon {
  width: 5.9rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__left .fv-circle-item03 .icon {
    width: 2.2rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece {
  width: 92rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__head {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__head--text {
  color: #8999B2;
  border-top: 1px dotted #8999B2;
  border-bottom: 1px dotted #8999B2;
  padding: 1rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__head--text {
    background-color: rgba(113, 113, 113, 0.8);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 2.4rem;
    width: 27rem;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__head--title {
  background: #8999B2;
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__head--title {
    font-size: 2.4rem;
    background: #fff;
    color: #BEBEBE;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text {
  background: url("../img/bg-bubble.webp") no-repeat center/contain;
  width: 25rem;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text .fv-mouthpiece__bottom--text-main {
  display: block;
  width: 100%;
  text-align: center;
  color: #D77D1E;
  text-decoration: underline;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text .fv-mouthpiece__bottom--text-main {
    font-size: 1.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text .fv-mouthpiece__bottom--text-sub {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #565656;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text .fv-mouthpiece__bottom--text-sub {
    font-size: 1.4rem;
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text--left {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text--left {
    top: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--image {
  width: 70rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--image {
    width: 20rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text--right {
  position: absolute;
  top: 0;
  left: 70%;
  z-index: 2;
}
@media (max-width: 767px) {
  .main .fv .fv-slide03 .fv-gridarea__right .fv-mouthpiece__bottom--text--right {
    top: 0%;
    left: 75%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.main .fv .fv-navarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 12rem;
  max-width: 164rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 767px) {
  .main .fv .fv-navarea {
    display: none;
  }
}
.main .fv .nav__content {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.main .fv .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.main .fv .nav__item {
  min-width: 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 7rem;
  border-left: 1px dotted #565656;
}
.main .fv .nav__item:last-child {
  border-right: 1px dotted #565656;
}
.main .fv .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.main .fv .nav-text__ja {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
.main .fv .nav-text__en {
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #D77D1E;
  font-family: "Josefin Sans", sans-serif;
}
.main .fv .nav__item--has-dropdown .nav__link {
  cursor: pointer;
}
.main .fv .nav__dropdown {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  padding: 1rem 1.6rem;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 20;
}
.main .fv .nav__item--has-dropdown.is-open .nav__dropdown,
.main .fv .nav__item--has-dropdown:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.main .fv .nav__dropdown-item + .nav__dropdown-item {
  margin-top: 1rem;
}
.main .fv .nav__dropdown-link {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main .fv .nav__dropdown-link:hover {
  color: #D77D1E;
}
.main .news {
  color: #333;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .main .news {
    padding: 4rem 0;
  }
  .main .news .inner100 {
    width: 100%;
    padding: 0 2rem;
  }
}
.main .news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 767px) {
  .main .news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.main .news .section-title {
  position: relative;
  z-index: 0;
}
.main .news .section-title::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -6rem;
  width: 6rem;
  height: 8rem;
  background-image: url("../img/icon-leaf-news.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .news .section-title::after {
    top: -1.5rem;
    left: 10rem;
    width: 6rem;
    height: 8rem;
    width: 4rem;
    height: 6rem;
  }
}
.main .news .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .main .news .news-content {
    width: 100%;
    padding: 0 2rem;
  }
}
.main .news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .main .news .news-list {
    width: 100%;
  }
}
.main .news .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .main .news .news-list__item {
    width: 100%;
  }
}
.main .news .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main .news .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .main .news .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.main .news .news-list__date {
  font-size: 1.6rem;
  color: #D77D1E;
  min-width: 10rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main .news .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.main .news .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .news .news-list__title {
    font-size: 1.6rem;
  }
}

.information {
  background: #EFE5DA;
  position: relative;
}
.information::before {
  content: "";
  display: block;
  width: 30rem;
  height: 25rem;
  background: url("../img/decoration01.webp") no-repeat center/contain;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .information::before {
    display: none;
  }
}
.information::after {
  content: "";
  display: block;
  width: 35.4rem;
  height: 34.8rem;
  background: url("../img/decoration03.webp") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .information::after {
    display: none;
  }
}
.information .information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 12rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .information .information-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2rem;
  }
}
.information .information-left {
  width: 90rem;
}
@media (max-width: 767px) {
  .information .information-left {
    width: 100%;
  }
}
.information .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #565656;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .information .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    margin-top: 4rem;
  }
}
.information .section-title__main {
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .information .section-title__main {
    font-size: 4.8rem;
    font-weight: 300;
  }
}
.information .section-title__main span {
  color: #CBB583;
}
.information .section-title__sub {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .information .section-title__sub {
    font-size: 2.4rem;
  }
}
.information .news-content {
  max-height: 20rem;
  overflow: scroll;
}
.information .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.information .news-list__item {
  padding: 2rem;
}
.information .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .information .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.information .news-list__date {
  font-size: 2.4rem;
}
.information .news-list__title {
  font-size: 2rem;
}
.information .news-list__empty {
  color: #565656;
  font-size: 2rem;
}
.information .information-right {
  width: 69rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .information .information-right {
    width: 100%;
    margin-left: 0;
  }
}
.information .information-right__head {
  background: #CBB583;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .information .information-right__head {
    display: none;
  }
}
.information .information-right__banner {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .information .information-right__banner {
    display: none;
  }
}
.information .information-calendar {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .information .information-calendar {
    margin-top: 0;
  }
}
.information .information-calendar__panel {
  background: #fff;
  padding: 4rem 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .information .information-calendar__panel {
    padding: 0.5rem;
  }
}
.information .information-calendar__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 1rem;
}
.information .information-calendar__table thead tr {
  border-bottom: 1px solid #565656;
}
.information .information-calendar__table th,
.information .information-calendar__table td {
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .information .information-calendar__table th,
  .information .information-calendar__table td {
    font-size: 1.2rem;
  }
}
.information .information-calendar__table td {
  letter-spacing: -0.05em;
}
.information .information-calendar__table thead th:first-child,
.information .information-calendar__table tbody th {
  text-align: left;
  width: 14rem;
}
@media (max-width: 767px) {
  .information .information-calendar__table thead th:first-child,
  .information .information-calendar__table tbody th {
    width: 8rem;
  }
}
.information .information-calendar__table tbody th {
  font-weight: 500;
}
.information .calendar-mark {
  color: #CBB583;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .information .calendar-mark {
    font-size: 1.2rem;
  }
}
.information .information-calendar__closed,
.information .information-calendar__note {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .information .information-calendar__closed,
  .information .information-calendar__note {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.information .information-calendar__note {
  margin-top: 0;
}

.concept {
  background: url("../img/bg-top-concept.webp") no-repeat center;
  background-size: 101%;
  aspect-ratio: 1920/800;
  position: relative;
  padding: 14rem 0 12rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept {
    background: url("../img/sp-bg-top-concept.webp") no-repeat center center/110%;
    aspect-ratio: 430/450;
    padding: 4rem 0 7rem;
  }
}
.concept .section-title__concept {
  font-size: 12.8rem;
  color: #8C9DB8;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  bottom: 0;
  left: 12rem;
}
@media (max-width: 767px) {
  .concept .section-title__concept {
    font-size: 4.8rem;
    left: 4rem;
  }
}
.concept .concept-content {
  width: 70rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept .concept-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept .concept-vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.8rem;
  line-height: 3;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .concept .concept-vertical-text {
    font-size: 2rem;
    line-height: 2;
  }
}

.feature {
  position: relative;
  overflow: hidden;
  /* YouTubeエリア：他画像と同じ表示（SP対応） */
}
.feature::before, .feature::after {
  content: "";
  position: absolute;
  top: 0;
  width: 28%;
  height: 38rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature::before, .feature::after {
    width: 40.7%;
    height: 11.7rem;
  }
}
.feature::before {
  left: 0;
  background: #B37D43;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.feature::after {
  right: 0;
  background: #D77D1E;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.feature > * {
  position: relative;
  z-index: 2;
}
.feature .feature-section-title-area {
  margin-top: 8rem;
  padding-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-section-title-area {
    margin-top: 6rem;
    padding-top: 1rem;
  }
}
.feature .feature-section-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41rem;
  background: url(../img/bg-feature-title.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-section-title-area::before {
    height: 10.3rem;
  }
}
.feature .section-title__feature {
  font-size: 12.8rem;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 767px) {
  .feature .section-title__feature {
    font-size: 4.8rem;
    font-weight: 300;
  }
}
.feature .section-title__feature span {
  color: #D77D1E;
}
.feature .feature-section-title-area__text {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .feature .feature-section-title-area__text {
    font-size: 2.4rem;
  }
}
.feature .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .feature .feature-content {
    gap: 2rem;
  }
}
.feature .feature-item {
  position: relative;
  z-index: 1;
}
.feature .feature-item__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 44%;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area {
    width: 100%;
    padding: 2rem;
  }
}
.feature .feature-item__text-area .feature-item__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.feature .feature-item__text-area .number-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  position: relative;
}
.feature .feature-item__text-area .number-area::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30.7rem;
  height: 33.2rem;
  background: url(../img/logo03.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .number-area::before {
    top: 150%;
  }
}
.feature .feature-item__text-area .number-area .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  color: #b37d43;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .number-area .vertical-text {
    font-size: 1.6rem;
  }
}
.feature .feature-item__text-area .number-area .number {
  font-size: 12.8rem;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .number-area .number {
    font-size: 9.6rem;
    font-weight: 300;
  }
}
.feature .feature-item__text-area .number-area .number span {
  color: #b37d43;
}
.feature .feature-item__text-area .feature-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .feature-title-box {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.feature .feature-item__text-area .feature-title-box .sub-title {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .feature-title-box .sub-title {
    font-size: 1.8rem;
  }
}
.feature .feature-item__text-area .feature-title-box .main-title {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .feature-title-box .main-title {
    font-size: 2.4rem;
  }
}
.feature .feature-item__text-area .feature-item__text {
  font-size: 2rem;
  line-height: 2;
  width: 63rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .feature .feature-item__text-area .feature-item__text {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.feature .feature-item__image-area {
  width: 56%;
  height: 64rem;
  background: #CBB583;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-item__image-area {
    width: 100%;
    height: 25.6rem;
  }
}
.feature .feature-item__image-area .featuer-item__image-area--title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 6rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-item__image-area .featuer-item__image-area--title {
    font-size: 2.4rem;
  }
}
.feature .feature-item__image-area .featuer-item__image-area--image {
  width: 93rem;
  height: auto;
}
@media (max-width: 767px) {
  .feature .feature-item__image-area .featuer-item__image-area--image {
    width: 37.5rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature .feature-item__image-area.youtube-area {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .feature .feature-item__image-area.youtube-area {
    display: block;
    min-height: 25.6rem;
  }
}
.feature .feature-item__image-area.youtube-area iframe {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.feature .feature-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature .feature-item01 .feature-item__title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-70%, 0%);
          transform: translate(-70%, 0%);
  width: 30rem;
  height: 25.4rem;
  background: url(../img/decoration01.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-item01 .feature-item__title-area::before {
    width: 17.4rem;
    height: 14.8rem;
    top: 0;
    left: 0;
    -webkit-transform: translate(-75%, -30%);
            transform: translate(-75%, -30%);
  }
}
.feature .feature-item01 .feature-item__image-area::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(2rem, 2rem);
          transform: translate(2rem, 2rem);
  width: 100%;
  height: 100%;
  border: 1px solid #D77D1E;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature .feature-item01 .feature-item__image-area::before {
    display: none;
  }
}
.feature .feature-item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature .feature-item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature .feature-item02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 122rem;
  background: #F5EEE0;
  -webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
          clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature .feature-item02::before {
    height: 68.6rem;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
}
.feature .feature-item02 > * {
  position: relative;
  z-index: 2;
}
.feature .feature-item02 .feature-item__title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 10%);
          transform: translate(50%, 10%);
  width: 30rem;
  height: 25.4rem;
  background: url(../img/decoration02.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-item02 .feature-item__title-area::before {
    width: 17.4rem;
    height: 14.8rem;
    top: 0;
    left: 0;
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}
.feature .feature-item02 .number-area .vertical-text {
  color: #CBB583;
}
@media (max-width: 767px) {
  .feature .feature-item02 .number-area .vertical-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .feature .feature-item02 .number-area .number {
    font-size: 9.6rem;
    font-weight: 300;
  }
}
.feature .feature-item02 .number-area .number span {
  color: #CBB583;
}
.feature .feature-item02 .feature-item__image-area::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-2rem, 2rem);
          transform: translate(-2rem, 2rem);
  width: 100%;
  height: 100%;
  border: 1px solid #D77D1E;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature .feature-item02 .feature-item__image-area::before {
    display: none;
  }
}
.feature .feature-item03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .feature .feature-item03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature .feature-item03 .feature-item__title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
  width: 30rem;
  height: 25.4rem;
  background: url(../img/decoration01.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-item03 .feature-item__title-area::before {
    width: 17.4rem;
    height: 14.8rem;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, -30%);
            transform: translate(0%, -30%);
  }
}
.feature .feature-item03 .feature-item__image-area::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(2rem, 2rem);
          transform: translate(2rem, 2rem);
  width: 100%;
  height: 100%;
  border: 1px solid #D77D1E;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feature .feature-item03 .feature-item__image-area::before {
    display: none;
  }
}
.feature .feature-contents__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  position: relative;
  z-index: 30;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex {
    grid-template-columns: 1fr;
    padding: 0 2rem;
    gap: 4rem;
  }
}
.feature .feature-contents__flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73rem;
  background: url(../img/bg-feature.webp) no-repeat center center/contain;
  z-index: 0;
}
.feature .feature-contents__flex .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.feature .feature-contents__flex .feature-item__image-area {
  width: 80rem;
  height: auto;
  aspect-ratio: 80/48;
  background: none;
  gap: 0;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .feature-item__image-area {
    width: 100%;
    height: auto;
    aspect-ratio: 430/258;
  }
}
.feature .feature-contents__flex .featuer-item__image-area--title {
  display: none;
}
.feature .feature-contents__flex .featuer-item__image-area--image {
  width: 100%;
  height: 100%;
}
.feature .feature-contents__flex .featuer-item__image-area--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .feature-contents__flex .feature-item__text-area {
  width: 76rem;
  margin: 0 0 0 8rem;
  padding: 3rem 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .feature-item__text-area {
    width: 100%;
    margin: 0;
    padding: 0 2rem 2rem;
  }
}
.feature .feature-contents__flex .feature-item__title-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5rem;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .feature-item__title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 4rem;
  }
}
.feature .feature-contents__flex .number-area::before {
  display: none;
}
.feature .feature-contents__flex .number-area .number span {
  color: #CBB583;
}
.feature .feature-contents__flex .number-area .vertical-text {
  color: #CBB583;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .number-area .vertical-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .main-title {
    margin-top: 0;
  }
}
.feature .feature-contents__flex .feature-item__text {
  min-height: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  line-height: 2;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .feature-item__text {
    min-height: auto;
  }
}
.feature .feature-contents__flex .feature-item__text::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 30.7rem;
  height: 33.2rem;
  background: url(../img/logo03.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .feature .feature-contents__flex .feature-item__text::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (max-width: 767px) {
  .feature .feature-item04 {
    margin-top: 6rem;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .feature .feature-item05 {
    margin-top: 6rem;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.feature .feature-item06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  padding: 6rem 8rem 8rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: url("../img/bg-top-feature06.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .feature .feature-item06 {
    width: 100vw;
    background: url("../img/sp-bg-top-feature06.webp") no-repeat center center;
    background-size: 130%;
    overflow: hidden;
    padding: 6rem 2rem;
    aspect-ratio: 430/704;
  }
}
.feature .feature-item06 .feature-item__text-area {
  width: 100%;
  margin-top: 0;
}
.feature .feature-item06 .feature-item__title-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-item__title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.feature .feature-item06 .feature-title-box {
  margin-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-title-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature .feature-item06 .feature-title-box .main-title {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-title-box .main-title {
    font-size: 2.4rem;
  }
}
.feature .feature-item06 .feature-item__text {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-item__text {
    margin-top: 1rem;
    text-align: left;
  }
}
.feature .feature-item06 .feature-item__image-area {
  width: 100%;
  height: auto;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  z-index: 30;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-item__image-area {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.feature .feature-item06 .feature-item__image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-item__image-box {
    width: 100%;
  }
}
.feature .feature-item06 .featuer-item__image-area--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 0;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media (max-width: 767px) {
  .feature .feature-item06 .featuer-item__image-area--title {
    font-size: 1.8rem;
  }
}
.feature .feature-item06 .feature-item__image-box--odd {
  margin-top: 4rem;
}
.feature .feature-item06 .feature-item__image-box--odd .featuer-item__image-area--title {
  background: #B37D43;
}
@media (max-width: 767px) {
  .feature .feature-item06 .feature-item__image-box--odd {
    margin-top: 0;
  }
}
.feature .feature-item06 .feature-item__image-box--even {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.feature .feature-item06 .feature-item__image-box--even .featuer-item__image-area--title {
  background: #445D84;
}
.feature .feature-item06 .featuer-item__image-area--image {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  position: relative;
}
.feature .feature-item06 .featuer-item__image-area--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .feature .feature-item06 .featuer-item__image-area--image {
    height: 7rem;
  }
}
.feature .feature-item06 .feature-item__image-box:last-child .featuer-item__image-area--image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #8999B2;
  -webkit-transform: translate(1rem, 1rem);
          transform: translate(1rem, 1rem);
  pointer-events: none;
  z-index: 3;
}

.medical .medical-title-area {
  background: url(../img/bg-top-medical.webp) no-repeat center center/contain;
  width: 100%;
  height: 48.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .medical .medical-title-area {
    background: url(../img/sp-bg-top-medical.webp) no-repeat center center/contain;
    height: 14.3rem;
  }
}
.medical .section-title__medical {
  font-size: 12.8rem;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  position: relative;
}
@media (max-width: 767px) {
  .medical .section-title__medical {
    font-size: 4rem;
    font-weight: 300;
  }
}
.medical .section-title__medical span {
  color: #D77D1E;
}
.medical .section-title__medical::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-300%, -100%);
          transform: translate(-300%, -100%);
  width: 13.5rem;
  height: 12.3rem;
  background: url(../img/decoration02.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .medical .section-title__medical::before {
    display: none;
  }
}
.medical .section-title__medical::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(200%, 0%);
          transform: translate(200%, 0%);
  width: 13.5rem;
  height: 12.3rem;
  background: url(../img/decoration02.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .medical .section-title__medical::after {
    display: none;
  }
}
.medical .sub-title {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .medical .sub-title {
    font-size: 2.4rem;
  }
}
.medical .medical-content__grid {
  width: 87.5%;
  margin: 13rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 0;
}
@media (max-width: 767px) {
  .medical .medical-content__grid {
    width: 100%;
    margin-top: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.medical .medical-card {
  position: relative;
  width: 84rem;
  height: 56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}
@media (max-width: 767px) {
  .medical .medical-card {
    width: 100%;
    height: 26.7rem;
    aspect-ratio: 430/267;
  }
}
.medical .medical-card01 {
  background: url(../img/top-medical01-01.webp) no-repeat center center/cover;
}
.medical .medical-card02 {
  background: url(../img/top-medical02-01.webp) no-repeat center center/contain;
}
.medical .medical-card03 {
  background: url(../img/top-medical03-01.webp) no-repeat center center/contain;
}
.medical .medical-card04 {
  background: url(../img/top-medical04-01.webp) no-repeat center center/contain;
}
.medical .medical-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
  padding: 2rem 4rem;
  height: 100%;
}
@media (max-width: 767px) {
  .medical .medical-card__contents {
    padding: 2rem;
  }
}
.medical .medical-card__image {
  width: 28rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .medical .medical-card__image {
    width: 14.3rem;
    height: auto;
  }
}
.medical .medical-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.medical .medical-card__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .medical .medical-card__text {
    font-size: 1.2rem;
  }
}
.medical .medical-card__bottom {
  width: 70rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background: #fff;
  padding: 1.6rem 2.4rem 1.6rem 5rem;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .medical .medical-card__bottom {
    width: 36rem;
    padding: 1rem 2rem 1rem 4rem;
    -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.medical .medical-card__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 100%;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
  background: repeating-linear-gradient(45deg, #8999B2, #8999B2 2px, transparent 2px, transparent 4px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 767px) {
  .medical .medical-card__bottom::before {
    -webkit-clip-path: polygon(60% 0, 100% 0, 40% 100%, 0% 100%);
            clip-path: polygon(60% 0, 100% 0, 40% 100%, 0% 100%);
    width: 2.5rem;
    background: repeating-linear-gradient(45deg, #8999B2, #8999B2 1px, transparent 1px, transparent 2px);
  }
}
.medical .medical-card__bottom .medical-card__bottom--text {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .medical .medical-card__bottom .medical-card__bottom--text {
    font-size: 2rem;
  }
}
.medical .medical-card__bottom .medical-card__bottom--icon {
  width: 4.6rem;
  height: 4.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .medical .medical-card__bottom .medical-card__bottom--icon {
    width: 4rem;
    height: 4rem;
  }
}
.medical .medical-card__bottom .medical-card__bottom--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.medical .medical-link__items {
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem 2rem;
  padding: 6rem 2rem;
  position: relative;
  width: 168rem;
  height: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .medical .medical-link__items {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 2rem;
    gap: 2rem;
  }
}
.medical .medical-link__items::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50rem;
  height: 50rem;
  background: url(../img/decoration03.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .medical .medical-link__items::before {
    display: none;
  }
}
.medical .medical-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background: #fff;
  padding: 1rem;
  width: 39rem;
  height: 15rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .medical .medical-link {
    width: 35rem;
    height: 12rem;
  }
}
.medical .medical-link:hover {
  opacity: 0.6;
}
.medical .medical-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  background: repeating-linear-gradient(45deg, #CBB583, #CBB583 2px, transparent 2px, transparent 4px);
}
@media (max-width: 767px) {
  .medical .medical-link::before {
    width: 2rem;
  }
}
.medical .medical-link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: url(../img/icon-triangle.webp) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}
.medical .medical-link__icon {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .medical .medical-link__icon {
    width: 4rem;
    height: 4rem;
  }
}
.medical .medical-link__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.medical .medical-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.medical .text__ja {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .medical .text__ja {
    font-size: 2.4rem;
  }
}
.medical .text__en {
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .medical .text__en {
    font-size: 1.5rem;
  }
}

.trouble {
  position: relative;
  background: url(../img/bg-top-trouble.webp) no-repeat center center/cover;
  width: 100%;
  height: 86rem;
  margin-top: 14rem;
}
.trouble::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  border: 1px solid #D77D1E;
  pointer-events: none;
  z-index: 5;
}

.trouble-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28rem;
  pointer-events: none;
  z-index: 2;
}
.triangle-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52rem;
  height: 28rem;
  background: #CBB583;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 767px) {
  .triangle-top::before {
    width: 18.1rem;
    height: 9.7rem;
    background: #CBB583;
  }
}
.triangle-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52rem;
  height: 28rem;
  background: #8999B2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (max-width: 767px) {
  .triangle-top::after {
    width: 18.1rem;
    height: 9.7rem;
    background: #CBB583;
  }
}

.section-title__trouble {
  font-size: 12.8rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .section-title__trouble {
    font-size: 4.8rem;
    margin-top: 6rem;
  }
}
.section-title__trouble span {
  color: #D77D1E;
}

.trouble .sub-title {
  font-size: 4.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble .sub-title {
    font-size: 2.4rem;
  }
}

.trouble-contents {
  position: relative;
  margin-top: auto;
  padding: 5rem 6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .trouble-contents {
    padding: 4rem;
  }
}

.triangle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28rem;
  pointer-events: none;
  z-index: 2;
}
.triangle-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52rem;
  height: 28rem;
  background: #8999B2;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media (max-width: 767px) {
  .triangle-bottom::before {
    width: 18.1rem;
    height: 9.7rem;
    background: #8999B2;
  }
}
.triangle-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52rem;
  height: 28rem;
  background: #CBB583;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media (max-width: 767px) {
  .triangle-bottom::after {
    width: 18.1rem;
    height: 9.7rem;
    background: #8999B2;
  }
}

.trouble-text {
  font-size: 3.2rem;
  text-align: center;
  color: #D77D1E;
  margin-bottom: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .trouble-text {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.trouble-text::before, .trouble-text::after {
  content: "";
  display: block;
  width: 38rem;
  height: 1px;
  background: #D77D1E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .trouble-text::before, .trouble-text::after {
    width: 5rem;
  }
}

.trouble-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
  width: 110rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .trouble-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 100%;
  }
}

.trouble-item {
  min-width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background: #D77D1E;
  border: 2px solid #fff;
  padding: 1.6rem 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .trouble-item {
    width: 25rem;
    padding: 1rem;
  }
}
.trouble-item:hover {
  opacity: 0.6;
}

.trouble-item__text {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble-item__text {
    font-size: 1.4rem;
  }
}

.trouble-item__icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trouble-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.greeting {
  width: 100%;
  height: 112rem;
  margin-top: 14rem;
  background: #EFE5DA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .greeting {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 2rem;
  }
}
.greeting::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96rem;
  height: 61.2rem;
  background: url("../img/top-greeting01.webp") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .greeting::before {
    width: 100%;
    height: 27.2rem;
  }
}
.greeting::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96rem;
  height: 61.2rem;
  background: #EDDBC8;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .greeting::after {
    width: 50%;
    height: 30rem;
  }
}
.greeting .greeting-text-area {
  width: 57%;
  position: relative;
  z-index: 1;
  padding-top: 13.4rem;
  padding-left: 12rem;
}
@media (max-width: 767px) {
  .greeting .greeting-text-area {
    display: contents;
  }
}
.greeting .greeting-text-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25.4rem;
  height: 24.9rem;
  background: url("../img/decoration04.webp") no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .greeting .greeting-text-area::before {
    display: none;
  }
}
.greeting .greeting-title {
  font-size: 12.8rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .greeting .greeting-title {
    font-size: 6.4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: 1/-1;
    text-align: center;
  }
}
.greeting .greeting-text__head {
  font-size: 3.2rem;
  line-height: 2;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .greeting .greeting-text__head {
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 1/-1;
    text-align: center;
  }
}
.greeting .greeting-text__bottom {
  font-size: 2rem;
  line-height: 2;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .greeting .greeting-text__bottom {
    font-size: 1.6rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: 1/-1;
  }
}
.greeting .greeting-link-area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.greeting .greeting-image-area {
  width: 40%;
  position: relative;
  z-index: 3;
  padding: 15rem 12rem 0 0;
}
@media (max-width: 767px) {
  .greeting .greeting-image-area {
    display: contents;
  }
}
.greeting .greeting-image01 {
  width: 56rem;
  height: auto;
}
@media (max-width: 767px) {
  .greeting .greeting-image01 {
    width: 31rem;
    height: auto;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/-1;
    position: relative;
    z-index: 1;
  }
}
.greeting .greeting-image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.greeting .greeting-image02 {
  width: 31.4rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-80%, -40%);
          transform: translate(-80%, -40%);
}
@media (max-width: 767px) {
  .greeting .greeting-image02 {
    width: 17.1rem;
    height: auto;
    position: static;
    z-index: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    grid-column: 1;
  }
}
.greeting .greeting-image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.greeting .greeting-image03 {
  width: 26.4rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(40%, -10%);
          transform: translate(40%, -10%);
}
@media (max-width: 767px) {
  .greeting .greeting-image03 {
    position: static;
    z-index: 1;
    -webkit-transform: none;
            transform: none;
    width: 14.4rem;
    height: auto;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    grid-column: 2;
  }
}
.greeting .greeting-image03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #D77D1E;
  border-radius: 1rem;
  background: rgba(215, 125, 30, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.youtube-area {
  width: 70%;
  height: auto;
  margin: 6rem auto;
  aspect-ratio: 16/9;
}
.youtube-area iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .youtube-area {
    width: 100%;
    height: 25.6rem;
  }
}

@media (max-width: 767px) {
  .u-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-mouthpiece .achievement {
  width: 100%;
  aspect-ratio: 1920/600;
  background: url(../img/bg-mouthpiece.webp) no-repeat center center/contain;
  padding: 15rem 0 11rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .achievement {
    width: 100%;
    height: auto;
    aspect-ratio: 430/450;
    margin-top: 2rem;
    padding: 4rem 0 2rem;
    background-size: cover;
    background-position: 15% center;
  }
}
.page-mouthpiece .achievement-contents {
  border: 1px solid #fff;
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .achievement-contents {
    padding: 2rem;
  }
}
.page-mouthpiece .achievement-contents__title {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-mouthpiece .achievement-contents__title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
.page-mouthpiece .achievement-contents__text {
  font-size: 2rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .page-mouthpiece .achievement-contents__text {
    font-size: 1.6rem;
  }
}
.page-mouthpiece .situation {
  padding: 6rem 0 8rem;
  background: #F5EEE0;
}
@media (max-width: 767px) {
  .page-mouthpiece .situation {
    padding: 2rem 0 4rem;
  }
}
.page-mouthpiece .situation-contents {
  background: #fff;
  padding: 6rem 9rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .situation-contents {
    padding: 2rem;
  }
}
.page-mouthpiece .situation-contents__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  margin: 0 auto 2rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .situation-contents__image {
    width: 100%;
    height: auto;
    aspect-ratio: 430/258;
    margin: 0 auto 1rem;
  }
}
.page-mouthpiece .situation-contents__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #CBB583;
  z-index: -1;
}
.page-mouthpiece .situation-contents__text {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page-mouthpiece .product-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.page-mouthpiece .product-link-area {
  margin: 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-mouthpiece .product-link-area {
    margin: 2rem auto;
  }
}
.page-mouthpiece .maker-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 0 9rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .maker-contents {
    padding: 0 2rem;
    gap: 2rem;
  }
}
.page-mouthpiece .data-contents {
  width: 100%;
  height: auto;
}
.page-mouthpiece .sure-smile-feature {
  padding: 6rem 0;
  background: #F5EEE0;
  position: relative;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature {
    padding: 2rem 0;
  }
}
.page-mouthpiece .sure-smile-feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22%;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: #CBB583;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature::before {
    height: 10%;
  }
}
.page-mouthpiece .sure-smile-feature__block01,
.page-mouthpiece .sure-smile-feature__block02 {
  background: #FFF;
  padding: 5rem 9rem;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature__block01,
  .page-mouthpiece .sure-smile-feature__block02 {
    padding: 2rem;
  }
}
.page-mouthpiece .sure-smile-feature__block01--items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 12rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature__block01--items {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.page-mouthpiece .sure-smile-feature__block02 {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature__block02 {
    margin-top: 2rem;
  }
}
.page-mouthpiece .sure-smile-feature__block02-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-mouthpiece .sure-smile-feature__block02-contents {
    gap: 1rem;
  }
}

.page-general .type-of-tooth-decay {
  background: #F5EEE0;
  padding: 9rem 0 6rem;
}
@media (max-width: 767px) {
  .page-general .type-of-tooth-decay {
    padding: 4rem 0 2rem;
  }
}
.page-general .for-adults-program__items {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-general .for-adults-program__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-general .for-adults-program__item {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem 4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-general .for-adults-program__item {
    padding: 2rem;
  }
}
.page-general .for-adults-program__item-title {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .page-general .for-adults-program__item-title {
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
  }
}
.page-general .for-adults-program__item-image {
  padding: 4rem 3rem 0;
}
@media (max-width: 767px) {
  .page-general .for-adults-program__item-image {
    padding: 2rem;
  }
}
.page-general .pickup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-general .pickup__items {
    gap: 2rem;
  }
}
.page-general .possibility-of-periodontal {
  background: #CCD1D9;
  padding: 6rem 10rem 7rem;
  position: relative;
  z-index: -1;
}
.page-general .possibility-of-periodontal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .page-general .possibility-of-periodontal::before {
    height: 20%;
  }
}
@media (max-width: 767px) {
  .page-general .possibility-of-periodontal {
    padding: 2rem;
  }
}
.page-general .possibility-of-periodontal__contents {
  background: #fff;
  padding: 4rem 10rem;
}
@media (max-width: 767px) {
  .page-general .possibility-of-periodontal__contents {
    padding: 2rem;
  }
}
.page-general .possibility-of-periodontal__contents--title {
  background: #445d84;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .page-general .possibility-of-periodontal__contents--title {
    font-size: 2rem;
    padding: 1rem 0.5rem;
  }
}
.page-general .possibility-of-periodontal__contents--items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 12rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-general .possibility-of-periodontal__contents--items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-general .periodontal-treatment__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-general .periodontal-treatment__contents {
    gap: 2rem;
  }
}
.page-general .periodontal-link-area {
  margin: 0 auto;
}
.page-general .other-measures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-general .other-measures {
    gap: 2rem;
  }
}
.page-general .contents-head__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .page-general .contents-head__sub-title {
    margin: 2rem 0;
  }
}
.page-general .contents-head__sub-title--text {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-general .contents-head__sub-title--text {
    font-size: 2.4rem;
  }
}
.page-general .contents-head__sub-title--border {
  width: 9rem;
  height: 0.4rem;
  background: #CBB583;
}
@media (max-width: 767px) {
  .page-general .contents-head__sub-title--border {
    width: 6rem;
    height: 0.2rem;
  }
}
.page-general .case-image-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-general .case-image-items {
    gap: 2rem;
  }
}

.page-implant .merit-demerit-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-implant .merit-demerit-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-implant .merit-item {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 2rem;
}
.page-implant .merit-item__title {
  font-size: 3.2rem;
  line-height: 1.6;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
.page-implant .merit-item__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
.page-implant .merit-item__list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.page-implant .merit-item__list-item {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  line-height: 2;
}
.page-implant .merit-item__list-item::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
.page-implant .demerit-item {
  background: #E4E7EB;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 2rem;
}
.page-implant .demerit-item__title {
  font-size: 3.2rem;
  line-height: 1.6;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
.page-implant .demerit-item__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
}
.page-implant .demerit-item__list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.page-implant .demerit-item__list-item {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  line-height: 2;
}
.page-implant .demerit-item__list-item::before {
  content: "▲";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}

.page-laser .laser-merit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .page-laser .laser-merit-items {
    gap: 2rem;
  }
}
.page-laser .anesthesia-machine {
  background: #F5EEE0;
  padding: 4rem 0 4rem;
}
@media (max-width: 767px) {
  .page-laser .anesthesia-machine {
    padding: 2rem 0 2rem;
  }
}

.whitening-kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .whitening-kinds {
    gap: 2rem;
  }
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}

.faq__item {
  width: 100%;
}

.q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E1D6BC;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.q-item:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .q-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #CBB583;
  color: #fff;
  font-size: 4.8rem;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 767px) {
  .q-icon {
    width: 5rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.q-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.8rem 5rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .q-item__text {
    padding: 1.6rem 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-right: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .mark {
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    margin-top: 1.8rem;
  }
}
.mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.q-item.is-open .mark::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.a-item {
  display: none;
  background: #F5EEE0;
}

.a-icon {
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.4rem;
  font-size: 4.8rem;
  color: #CBB583;
  font-family: "Josefin Sans", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .a-icon {
    width: 5rem;
    font-size: 2.4rem;
    padding-top: 1.6rem;
  }
}

.a-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.8rem 2rem 2.8rem 0;
  font-size: 2rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .a-item__text {
    padding: 1.6rem 1rem 1.6rem 0;
    font-size: 1.4rem;
  }
}

.other-contents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .other-contents__items {
    gap: 2rem;
  }
}

.dentures-contents__items {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 4rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .dentures-contents__items {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.dentures-contents__items .c-check-item {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dentures-contents__items .c-check-item {
    width: 100%;
  }
}

.comparison-dentures__contents {
  border: 1rem solid #9EA5B0;
  background: #FFF;
  padding: 4rem 3rem;
}

.comparison-dentures__image-area {
  width: 64%;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .comparison-dentures__image-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.how-to-use {
  padding: 6rem 0;
  background: #F5EEE0;
}

.patent {
  width: 28rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .patent {
    width: 50%;
    height: auto;
  }
}

.page-breath .insurance-contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-breath .insurance-contents {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.page-breath .scaling-about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-breath .scaling-about-contents {
    gap: 2rem;
  }
}

.page-fee .credit-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1rem;
}
.page-fee .credit-sub-title p {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-fee .credit-sub-title p {
    font-size: 2rem;
  }
}
.page-fee .credit-text {
  margin-top: 6rem;
  text-align: center !important;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-fee .credit-text {
    text-align: left !important;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.page-fee .credit-border-line {
  width: 9rem;
  height: 0.3rem;
  background-color: #CBB583;
}
.page-fee .credit-image {
  width: 31rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .page-fee .credit-image {
    width: 100%;
    margin: 2rem auto;
  }
}
.page-fee .deduction .paregraph {
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-fee .deduction .paregraph {
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-fee .deduction-contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-fee .deduction-contents {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.page-fee .deduction-procedure {
  background: #F5EEE0;
  margin-top: 10rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.page-fee .deduction-procedure__contents {
  background: #fff;
  padding: 5rem 9rem 4rem;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__contents {
    padding: 2rem;
  }
}
.page-fee .deduction-procedure__text {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.page-fee .deduction-procedure__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__box {
    margin: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-fee .deduction-procedure__item {
  border: 2px solid #565656;
  padding: 2rem;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-fee .deduction-procedure__item .deduction-procedure__item--text {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-fee .deduction-procedure__item .deduction-procedure__item--text span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__item .deduction-procedure__item--text span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__item .deduction-procedure__item--text {
    font-size: 2rem;
  }
}
.page-fee .deduction-procedure__mark {
  font-size: 3.2rem;
  font-weight: 700;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-fee .deduction-procedure__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .page-fee .deduction-procedure__flex {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-clinic .page-greeting {
  margin-top: 6rem;
}
.page-clinic .page-greeting-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-clinic .page-greeting-text-area {
  width: 67.5%;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-text-area {
    width: 100%;
  }
}
.page-clinic .page-greeting-flex__title {
  font-size: 3.2rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-flex__title {
    font-size: 2.4rem;
    line-height: 1.6;
    padding-bottom: 1rem;
    border-bottom: 1px solid #565656;
  }
}
.page-clinic .page-greeting-flex__title span {
  color: #CBB583;
}
.page-clinic .page-greeting-flex__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-flex__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.page-clinic .page-greeting-image-area {
  width: 31.25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-image-area {
    width: 100%;
  }
}
.page-clinic .page-greeting-name {
  background: #E6E9EE;
  width: 40rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-clinic .page-greeting-name {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-clinic .tag {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #7E8DA4), color-stop(50%, #445D84));
  background: linear-gradient(to top left, #7E8DA4 50%, #445D84 50%);
  font-size: 2rem;
  padding: 2rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .page-clinic .tag {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.page-clinic .name {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .page-clinic .name {
    font-size: 2.4rem;
  }
}
.page-clinic .outline {
  background: #F5EEE0;
  padding: 6rem 0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-clinic .outline {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.page-clinic .outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-clinic .outline-flex__left {
  width: 47%;
  background: #fff;
  padding: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex__left {
    width: 100%;
    padding: 2rem;
  }
}
.page-clinic .outline-flex__title {
  font-size: 3.2rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex__title {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    border-bottom: 1px solid #565656;
  }
}
.page-clinic .outline-flex__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex__list {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.page-clinic .outline-flex__item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #565656;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex__item {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 2rem;
  }
}
.page-clinic .outline-flex__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 2rem;
  height: 1px;
  background-color: #565656;
}
@media (max-width: 767px) {
  .page-clinic .outline-flex__item::before {
    width: 1.5rem;
    height: 1px;
  }
}
.page-clinic .youtube-area {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-clinic .youtube-area iframe {
  width: 100%;
  height: 100%;
}
.page-clinic .clinic-image-area {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-image-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-clinic .equipment-area {
  background: #CCD1D9;
  padding: 6rem 10rem 7rem;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-clinic .equipment-area {
    padding: 2rem;
  }
}
.page-clinic .equipment-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .page-clinic .equipment-area::before {
    height: 20%;
  }
}
.page-clinic .equipment-contents {
  background: #fff;
  padding: 4rem 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 12rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .equipment-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding: 2rem;
  }
}
.page-clinic .clinic-outline-area {
  background: #F5EEE0;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .page-clinic .clinic-outline-area {
    padding: 3rem 0;
  }
}
.page-clinic .clinic-table-area {
  background: #fff;
  padding: 6rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-table-area {
    padding: 3rem 2rem;
  }
}
.page-clinic .c-info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
}
.page-clinic .c-info-table tr {
  border-bottom: 1px solid #565656;
}
.page-clinic .c-info-table tr:last-child {
  border-bottom: none;
}
.page-clinic .c-info-table th.tag {
  width: 16rem;
  padding: 3rem 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #7E8DA4), color-stop(50.1%, #445D84)) no-repeat center center;
  background: linear-gradient(to top left, #7E8DA4 50%, #445D84 50.1%) no-repeat center center;
  background-size: 100% 4.8rem;
}
@media (max-width: 767px) {
  .page-clinic .c-info-table th.tag {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    background-size: 100% 100%;
  }
}
.page-clinic .c-info-table td {
  padding: 3rem 0 3rem 4rem;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-clinic .c-info-table td {
    display: block;
    padding: 1.5rem 0 2.5rem 0;
  }
}
.page-clinic .c-info-table td a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-clinic .c-info-table td a {
    pointer-events: auto;
  }
}
.page-clinic .clinic-access-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 1rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-access-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 3rem;
  }
}
.page-clinic .clinic-access__item--text {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .page-clinic .clinic-access__item--text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.page-clinic .map {
  margin: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-clinic .map {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.page-clinic .map-text {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #CBB583;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-clinic .map-text {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.page-clinic .map-image {
  width: 58.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .map-image {
    width: 100%;
  }
}
.page-clinic .map-image img {
  width: 100%;
  height: 100%;
}
.page-clinic .map-text__bottom {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-clinic .map-text__bottom {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.equipment-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.page-news-list .news {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-content {
  width: 80rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-news-list .news-content {
    margin: 2rem auto 0;
    width: 100%;
  }
}
.page-news-list .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-news-list .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.page-news-list .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-news-list .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.page-news-list .news-list__date {
  font-size: 2rem;
  color: #D77D1E;
  min-width: 10rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-news-list .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.page-news-list .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.page-news-list .news-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #D77D1E;
  border-color: #D77D1E;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(215, 125, 30, 0.1);
  border-color: #D77D1E;
  color: #D77D1E;
}
.page-news-list .news-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #D77D1E;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.single-news {
  padding: 8rem 0 10rem;
}
.single-news .news-single {
  max-width: 80rem;
  margin: 4rem auto 0;
}
.single-news .news-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-news .news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #D77D1E;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-news .news-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-news .news-single__cats {
  margin-top: 1rem;
}
.single-news .news-single__cats .news-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #D77D1E;
  color: #D77D1E;
}
.single-news .news-single__cats .news-single__cat + .single-news .news-single__cats .news-single__cat {
  margin-left: 0.4rem;
}
.single-news .news-single__thumb {
  margin-top: 3rem;
}
.single-news .news-single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.single-news .news-single__content {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 3rem;
}
.single-news .news-single__content img {
  max-width: 100%;
  height: auto;
}
.single-news .news-single__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-news .news-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #D77D1E;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .single-news {
    padding: 4rem 0 6rem;
  }
  .single-news .news-single {
    margin-top: 2rem;
  }
  .single-news .news-single__title {
    font-size: 2.2rem;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 4rem;
    height: 4rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  border-bottom: 3px dotted #D77D1E;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #D77D1E;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link__button--denture {
  background: #D77D1E;
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #D77D1E;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  border-bottom: 2px solid #D77D1E;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}