@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-body: "Noto Serif JP", serif;
  --font-header-title: "Cormorant Garamond", serif;
  --font-HighTide: "High Tide";
  --font-body-color: #534741;
  --color-header-title: #534741;
  --color-header-sub: #999;
  --color-header-sub-jp: #666;
  --color-breadcrumb: #999;
  --color-btn01: #212529;
  --color-btn-shadow: #afafaf;
  --bgcolor-pagenation-hover: #e9ecef;
  --primary: #0081c3;
  --primary-rgb: 0, 129, 195;
  --secondary: #c29b39;
  --secondary-rgb: 194, 155, 57;
  --line: #009245;
  --line-rgb: 0, 146, 69;
}

.bg--primary {
  background: var(--primary) !important;
}

.bg--secondary {
  background: var(--secondary) !important;
}

.bg--line {
  background: var(--line) !important;
}

.bg--white {
  background: #fff !important;
}

.bg--primary2 {
  background: rgba(var(--primary-rgb), 0.1) !important;
}

.color--secondary {
  color: var(--secondary) !important;
}

.color--primary {
  color: var(--primary) !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentcolor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.zindex-1 {
  z-index: 1 !important;
}

.text-white {
  color: #fff !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.w-100 {
  width: 100% !important;
}

.pt-53 {
  padding-top: 53% !important;
}

.pt-82 {
  padding-top: 82% !important;
}

.pt-88 {
  padding-top: 88% !important;
}

.fs-18 {
  font-size: 18px !important;
  line-height: 38px !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 38px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 42px !important;
}

.fs-28 {
  font-size: 28px !important;
  line-height: 42px !important;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 60px !important;
}

.lh-1dot2 {
  line-height: 1.2 !important;
}

@media (max-width: 575px) {
  .fs-24 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
}
/* Body */
.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

body {
  font: 16px/26px var(--font-body);
}

/* Text truncate */
.text__truncate {
  display: -webkit-box;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text__truncate.-n2 {
  -webkit-line-clamp: 2;
}

.text__truncate.-n3 {
  -webkit-line-clamp: 3;
}

.text__truncate.-n4 {
  -webkit-line-clamp: 4;
}

/* Fix image trong khung */
.dnfix__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 68.075%;
  overflow: hidden;
}

.dnfix__thumb img,
.dnfix__thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.dnfix__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
}

.dnfix__thumb.-contain img,
.dnfix__thumb.-contain iframe {
  -o-object-fit: contain;
  object-fit: contain;
}

.py-lg-100 {
  padding: 100px 0 !important;
}

@media (max-width: 575px) {
  .py-lg-100 {
    padding: 80px 0 !important;
  }
}
.px-60-py-40 {
  padding: 40px 60px !important;
}

.u__sp-only {
  display: none;
}

@media (max-width: 767px) {
  .px-60-py-40 {
    padding: 40px !important;
  }
  .u__sp-only {
    display: block;
  }
  .u__pc-only {
    display: none;
  }
}
@media (max-width: 575px) {
  .px-60-py-40 {
    padding: 40px 20px !important;
  }
}
.px-40-py-70 {
  padding: 70px 40px !important;
}

@media (max-width: 991px) {
  .px-40-py-70 {
    padding: 40px !important;
  }
}
@media (max-width: 575px) {
  .px-40-py-70 {
    padding: 40px 20px !important;
  }
}
.px-100-py-50 {
  padding: 50px 100px !important;
}

@media (max-width: 767px) {
  .px-100-py-50 {
    padding: 40px !important;
  }
}
@media (max-width: 575px) {
  .px-100-py-50 {
    padding: 40px 20px !important;
  }
}
.position-relative {
  position: relative !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.border-0 {
  border: 0 !important;
}

@media (min-width: 576px) {
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
}
/* Grid */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  --container-width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    --container-width: 936px;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    --container-width: 1136px;
  }
  .container-1000 {
    max-width: 1024px;
    --container-width: 1000px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-34,
  .gx-xl-34 {
    --bs-gutter-x: 34px;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
  }
  .col-xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1224px;
    --container-width: 1200px;
  }
  .container-1000 {
    max-width: 1024px;
    --container-width: 1000px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1700px) {
  .container-1600 {
    max-width: 1624px;
  }
}
.ms-auto {
  margin-left: auto !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.ms-0 {
  margin-left: 1rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-0 {
    margin-left: 1rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-50 {
  padding-top: 50% !important;
}

.pt-100 {
  padding-top: 100% !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3,
.px-3 {
  padding-left: 1rem !important;
}

.ps-4,
.p-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3,
.px-3 {
  padding-right: 1rem !important;
}

.pe-4,
.p-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__logo:hover {
  opacity: 0.75;
}

.l-header__logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.l-header .main__nav {
  position: relative;
}

.l-header .main__nav .el-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  background: none;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

.l-header .main__nav .el-menu > li {
  position: relative;
  padding: 20px;
}

.l-header .main__nav .el-menu > li:last-child {
  padding-right: 0;
}

.l-header .main__nav .el-menu > li > a {
  position: relative;
  height: 100%;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--font-body-color);
}

.l-header .main__nav .el-menu > li > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  pointer-events: none;
  content: "";
  background: var(--primary);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-header .main__nav .el-menu > li.is-active > a,
.l-header .main__nav .el-menu > li:hover > a {
  color: var(--font-body-color);
}

.l-header .main__nav .el-menu > li.is-active > a::before,
.l-header .main__nav .el-menu > li:hover > a::before {
  width: 100% !important;
  opacity: 1 !important;
}

.l-header .main__nav .el-menu li:hover > .sub-menu {
  display: block;
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
}

.l-header .main__nav .el-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: calc(50% - 100px);
  z-index: 99;
  width: 200px;
  padding: 10px 0;
  text-align: left;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.l-header .main__nav .el-menu .sub-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -98;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(var(--primary-rgb), 0.1);
}

.l-header .main__nav .el-menu .sub-menu li {
  position: relative;
  line-height: 20px;
}

.l-header .main__nav .el-menu .sub-menu li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: transparent;
}

.l-header .main__nav .el-menu .sub-menu li a::before {
  position: absolute;
  top: 19px;
  left: 18px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--primary);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header .main__nav .el-menu .sub-menu li:hover > a {
  color: var(--primary);
}

.l-header .main__nav .el-menu .sub-menu li:hover > a::before {
  width: 8px;
  opacity: 1;
}

.l-header .main__nav .el-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.l-header .box__social {
  position: relative;
  top: 6px;
}

.l-header .box__social li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header .box__social li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-header__phone {
  display: block;
  padding-top: 3px;
  font-size: 32px;
  line-height: normal;
  color: var(--font-body-color);
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.l-header__phone span {
  font-size: 20px;
}

.l-header .mburger .icon-bar {
  background-color: var(--secondary);
}

@media (max-width: 1399px) {
  .l-header .main__nav .el-menu > li {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .l-header {
    padding: 15px 0;
  }
  .l-header__logo {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .l-header__logo {
    max-width: 260px;
  }
}
.footer {
  position: relative;
  padding: 0;
}

.footer__top {
  padding: 100px 0;
}

.footer__logo img {
  max-height: 70px;
}

.footer__map {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__map .dnfix__thumb {
  min-height: 250px;
  padding-top: 25.2%;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}

.footer__menu .sub-menu {
  display: none !important;
}

.footer__menu li a:hover,
.footer__menu li.is-active a {
  color: var(--primary);
}

.footer__menu a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: var(--font-body-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__copyright {
  font-size: 10px;
  line-height: 35px;
  color: #fff;
  background: var(--primary);
}

@media (max-width: 1399px) {
  .footer__top {
    padding: 60px 0;
  }
  .footer .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .footer__menu {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .footer .box__social i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 0 0.75rem 55px;
  }
  .footer__logo img {
    max-height: 50px;
  }
  .footer__copyright,
  .footer .footer__map {
    margin: 0 -0.75rem;
  }
}
@font-face {
  font-family: "High Tide";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HighTide/HighTide.woff2") format("woff2"), url("../fonts/HighTide/HighTide.woff") format("woff");
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  position: relative;
  display: inline-block;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

[class^=icon-].-white::before,
[class*=" icon-"].-white::before {
  background-color: #fff;
}

/* Icon */
.icon-top::before {
  width: 34px;
  height: 89px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-page-top.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-page-top.svg");
  background-color: var(--primary);
}

.icon-check-square::before {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-check-square.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-check-square.svg");
  background-color: #fff;
}

.icon-clock::before {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-clock.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-clock.svg");
  background-color: #fff;
}

.icon-angle-right-font::before {
  width: 28px;
  height: 27px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-right-font.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-right-font.svg");
  background-color: #fff;
}

.icon-angle-left::before {
  width: 28px;
  height: 27px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-left.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-left.svg");
  background-color: var(--secondary);
}

.icon-angle-right::before {
  width: 28px;
  height: 27px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-right.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-right.svg");
  background-color: var(--secondary);
}

.icon-long-arrow-right::before {
  width: 40px;
  height: 8px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-long-arrow-right.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-long-arrow-right.svg");
  background-color: var(--font-body-color);
}

.icon-phone::before {
  width: 14px;
  height: 28px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-phone.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-phone.svg");
  background-color: #fff;
}

.icon-clock::before {
  width: 28px;
  height: 28px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-clock.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-clock.svg");
  background-color: #fff;
}

.icon-checkbox::before {
  width: 25px;
  height: 26px;
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-checkbox.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-checkbox.svg");
  background: linear-gradient(-120deg, var(--primary), rgba(var(--primary-rgb), 0.5));
}

.icon-checkbox--secondary::before {
  background: linear-gradient(-120deg, var(--secondary), rgba(var(--secondary-rgb), 0.5));
}

[class^=iconbg-],
[class*=" iconbg-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.iconbg-line-circle,
.iconbg-facebook-circle,
.iconbg-instagram-circle {
  width: 25px;
  height: 25px;
  background-color: var(--primary);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.iconbg-facebook-circle {
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-facebook-circle.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-facebook-circle.svg");
}

.iconbg-line-circle {
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-line-circle.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-line-circle.svg");
}

.iconbg-instagram-circle {
  -webkit-mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-instagram-circle.svg");
  mask-image: url("https://www.kurisaki-do.com/assetss/images/ico-instagram-circle.svg");
}

.iconbg-line {
  width: 30px;
  height: 30px;
  background-image: url("https://www.kurisaki-do.com/assetss/images/ico-line.svg");
}

/* Page */
.page-header {
  position: relative;
  z-index: 1;
}

.page-header__thumb .dnfix__thumb {
  min-height: 450px;
  padding-top: 31.5%;
}

@media (max-width: 767px) {
  .page-header__thumb .dnfix__thumb {
    min-height: 350px;
  }
}
.page-header__heading {
  position: absolute;
  top: 120px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 2px var(--color-header-sub);
}

@media (max-width: 1199px) {
  .page-header__heading {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .page-header__heading {
    font-size: 12px;
  }
}
.page-header__meta {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.page-header__title {
  font-family: var(--font-header-title);
  font-size: 114px;
  line-height: 1;
  color: var(--color-header-sub);
}

@media (min-width: 576px) {
  .page-header__title {
    margin: 0 20px 0 0;
  }
}
.page-header__sub {
  position: relative;
  top: -20px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-header-sub-jp);
  letter-spacing: 0.2em;
}

@media (max-width: 1199px) {
  .page-header__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .page-header .mb-wrap {
    position: relative;
    z-index: 0;
    padding: 30px;
  }
  .page-header .mb-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .page-header__meta {
    padding: 70px 30px 0;
  }
  .page-header__title {
    font-size: 60px;
  }
  .page-header__sub {
    top: -15px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 10vw;
  }
  .page-header__sub {
    top: 0;
  }
  .page-header__meta {
    text-align: center;
  }
}
.page-content {
  position: relative;
}

.page-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 860px;
  max-height: 100%;
  content: "";
  background-image: url("https://www.kurisaki-do.com/assetss/images/bg-top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content__header {
  position: relative;
}

.page-content__header__inner {
  position: relative;
  padding: 150px 0 120px;
}

.page-content__header__inner::before {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--container-width)) / -2);
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2 + 100px);
  height: 600px;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
}

.page-content__header .c2-header {
  margin-bottom: 80px;
}

.page-content__header .c2-header__title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
  color: var(--font-body-color);
  letter-spacing: 0.05em;
}

@media (max-width: 1599px) {
  .page-content__header__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 50px);
  }
}
@media (max-width: 1399px) {
  .page-content__header__inner {
    padding: 100px 0;
  }
  .page-content .c2-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 1299px) {
  .page-content__header__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 0.75rem);
  }
}
@media (max-width: 767px) {
  .page-content__header__inner {
    padding: 60px 0;
  }
  .page-content .c2-header__title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .page-content .c2-header__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.thumb-style--left > img,
.thumb-style--right > img {
  position: relative;
}

.thumb-style--left {
  position: relative;
}

.thumb-style--left::before {
  position: absolute;
  top: 10px;
  left: 5px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  content: "";
  opacity: 0.3;
}

.thumb-style--left.is-color1::before {
  background-color: var(--primary);
}

.thumb-style--left.is-color2::before {
  background-color: var(--secondary);
}

.thumb-style--right {
  position: relative;
}

.thumb-style--right::before {
  position: absolute;
  top: 10px;
  right: 5px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  content: "";
  opacity: 0.3;
}

.thumb-style--right.is-color1::before {
  background-color: var(--primary);
}

.thumb-style--right.is-color2::before {
  background-color: var(--secondary);
}

/* Box style */
.box-style {
  position: relative;
  margin-bottom: 140px;
}

.box-style__inner {
  position: relative;
  padding: 0 0 100px;
}

.box-style__inner::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
}

.box-style .box-style__header {
  padding-left: 40px;
  margin-bottom: 60px;
  border-left: 2px solid var(--primary);
}

.box-style .box-style__header__badge {
  position: relative;
  display: inline-block;
  min-width: 162px;
  padding: 3px 10px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}

.box-style .box-style__header__badge::before {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
}

.box-style--left .box-style__inner::before {
  left: calc((100vw - var(--container-width)) / -2);
  width: calc(100% + (100vw - var(--container-width)) / 2 + 100px);
  background-color: rgba(var(--primary-rgb), 0.1);
}

.box-style--left .box-style__header__badge {
  background-color: var(--tertiary);
}

.box-style--left .box-style__header__badge::before {
  background-color: var(--tertiary);
}

.box-style--right .box-style__inner::before {
  right: calc((100vw - var(--container-width)) / -2);
  width: calc(100% + (100vw - var(--container-width)) / 2 + 100px);
  background-color: rgba(var(--secondary-rgb), 0.1);
}

.box-style--right .box-style__header {
  border-color: var(--secondary);
}

.box-style--right .box-style__header__badge {
  background-color: var(--primary);
}

.box-style--right .box-style__header__badge::before {
  background-color: var(--primary);
}

.box-style--step .p-col {
  position: relative;
}

.box-style--step .p-col .c-item__thumb {
  position: relative;
}

.box-style--step .p-col .c-item__thumb::before {
  position: absolute;
  top: calc(50% - 30px);
  right: calc((var(--bs-gutter-x)) * -1 + 13px);
  width: 0;
  height: 0;
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 26px solid rgba(var(--secondary-rgb), 0.3);
}

.box-style--step .p-col:nth-child(3n) .c-item__thumb::before {
  display: none;
}

.box-style__header {
  padding: 100px 0 0;
}

.box-style__header__title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
  color: var(--font-body-color);
  letter-spacing: 0.05em;
}

.box-style .c-item__thumb {
  position: relative;
}

.box-style .c-item__title {
  margin-bottom: 40px;
  font-size: 30px;
  color: var(--font-body-color);
  letter-spacing: 0.1em;
}

.box-style .c-item__excerpt {
  font-size: 18px;
  line-height: 38px;
}

.box-style .c-item__excerpt p + p {
  margin-top: 10px;
}

.box-style .c-item__excerpt .is-att {
  font-size: 15px;
}

.box-style .c-item__excerpt .is-att.is-color1 span {
  color: var(--primary);
}

.box-style .c-item__excerpt .is-att.is-color2 span {
  color: var(--secondary);
}

.box-style .c-item2__thumb {
  position: relative;
  margin-bottom: 50px;
}

.box-style .c-item2__title {
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.2em;
}

.box-style .c-item2__excerpt {
  font-size: 18px;
  line-height: 38px;
}

.box-style .c-list li {
  position: relative;
  padding-left: 10px;
}

.box-style .c-list li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: var(--primary);
  border-radius: 50%;
}

.box-style .c-listnew__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
}

@media (max-width: 1599px) {
  .box-style--left .box-style__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 50px);
  }
  .box-style--right .box-style__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 50px);
  }
}
@media (max-width: 1399px) {
  .box-style {
    margin-bottom: 100px;
  }
  .box-style__header {
    padding: 80px 0 0;
  }
  .box-style .c-item__title {
    margin-bottom: 30px;
  }
  .box-style .c-item__title,
  .box-style .c-item2__title {
    font-size: 28px;
    line-height: 54px;
  }
  .box-style .c-item__excerpt,
  .box-style .c-item2__excerpt {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1299px) {
  .box-style--left .box-style__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 0.75rem);
  }
  .box-style--right .box-style__inner::before {
    width: calc(100% + (100vw - var(--container-width)) / 2 + 0.75rem);
  }
}
@media (max-width: 1199px) {
  .box-style--step .p-col .c-item__thumb::before {
    top: calc(50% - 20px);
    right: calc((var(--bs-gutter-x)) * -1 + 1px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(var(--secondary-rgb), 0.3);
  }
}
@media (max-width: 991px) {
  .box-style--step .p-col:nth-child(3n) .c-item__thumb::before {
    display: block;
  }
  .box-style--step .p-col:last-child .c-item__thumb::before {
    display: none;
  }
  .box-style .c-item__thumb {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .box-style {
    margin-bottom: 60px;
  }
  .box-style__inner {
    position: relative;
    padding: 0 0 60px;
  }
  .box-style__header {
    padding: 60px 0 0;
  }
  .box-style__header__title {
    font-size: 30px;
    line-height: 50px;
  }
  .box-style .box-style__header__badge {
    min-width: 122px;
    font-size: 18px;
    line-height: 1.6;
  }
  .box-style .c-item2__thumb {
    margin-bottom: 30px;
  }
  .box-style .c-item__title,
  .box-style .c-item2__title {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .box-style .box-style__header {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .box-style--step .p-col .c-item__thumb::before {
    display: none !important;
  }
  .box-style .c-listnew__date {
    width: 80px;
  }
  .box-style .c-item__thumb,
  .box-style .c-item2__thumb {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .box-style--step .p-col:not(:last-child) .c-item {
    position: relative;
  }
  .box-style--step .p-col:not(:last-child) .c-item::before {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-top: 20px solid rgba(222, 196, 117, 0.5);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.checkbox-style {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.1em;
}

.checkbox-style i {
  position: relative;
  top: 2px;
}

.checkbox-style li:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .checkbox-style {
    font-size: 18px;
    line-height: 30px;
  }
}
/* Ratio */
.ratio.-contain > * {
  -o-object-fit: contain;
  object-fit: contain;
}

/* back to top */
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: -80px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top.active {
  bottom: 30px;
  opacity: 1;
}

@media (max-height: 650px) {
  .back-to-top {
    right: 66px;
  }
}
@media (max-height: 720px) {
  .back-to-top.active {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .back-to-top {
    right: 0;
  }
}
@media (max-width: 767px) {
  .back-to-top.active {
    bottom: 60px !important;
  }
}
.box__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.box__social.-large i {
  width: 48px;
  height: 48px;
}

.box__social li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box__social li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* REsponsive */
@media (min-width: 992px) {
  .col-lg-48 {
    width: 48%;
  }
  .col-lg-52 {
    width: 52%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
            transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
            transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.ef__flashing:hover {
  opacity: 1;
  -webkit-animation: flash 3s;
  animation: flash 3s;
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.ef__shine {
  position: relative;
  overflow: hidden;
}

.ef__shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.ef__shine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.ef--shine {
  position: relative;
  overflow: hidden;
}

.ef--shine .ef--shine__thumb {
  position: relative;
}

.ef--shine .ef--shine__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.ef--shine:hover .ef--shine__thumb::before {
  -webkit-animation: shine 2s;
  animation: shine 2s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-btn01);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-readmore {
  position: relative;
  z-index: 1;
  min-width: 270px;
  padding: 17px 10px;
  color: #fff;
}

.btn-readmore::before,
.btn-readmore::after {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 86%;
  pointer-events: none;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-readmore::before {
  top: -7px;
  left: -7px;
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.btn-readmore::after {
  right: -7px;
  bottom: -7px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.btn-readmore--primary {
  background-color: var(--primary);
}

.btn-readmore--secondary {
  background-color: var(--secondary);
}

.btn-readmore--secondary::before,
.btn-readmore--secondary::after {
  border-color: var(--secondary);
}

.btn-readmore:hover::before {
  -webkit-transform: translate3d(-6px, -6px, 0);
          transform: translate3d(-6px, -6px, 0);
}

.btn-readmore:hover::after {
  -webkit-transform: translate3d(6px, 6px, 0);
          transform: translate3d(6px, 6px, 0);
}

.btn.bg--primary:hover {
  -webkit-box-shadow: 0 0 10px var(--color-btn-shadow);
          box-shadow: 0 0 10px var(--color-btn-shadow);
}

.btn.bg--secondary:hover {
  -webkit-box-shadow: 0 0 10px var(--color-btn-shadow);
          box-shadow: 0 0 10px var(--color-btn-shadow);
}

.btn.bg--line:hover {
  -webkit-box-shadow: 0 0 10px var(--color-btn-shadow);
          box-shadow: 0 0 10px var(--color-btn-shadow);
}

.btn.btn-google {
  position: relative;
  border-bottom: 1px solid;
}

.btn.btn-google::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 2px;
  content: "";
  background-color: var(--primary);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-google:hover {
  color: var(--primary);
  border-color: transparent;
}

.btn.btn-google:hover::before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 1199px) {
  .btn.btn-readmore {
    min-width: 240px;
    padding: 14px 10px;
  }
}
/* C-header */
.c-header {
  margin-bottom: 60px;
}

.c-header__title {
  margin-bottom: 0;
  font-family: var(--font-header-title);
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-header-title);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.c-header__title.-large {
  font-size: 150px;
}

.c-header__title.-pale-brown {
  color: var(--color-header-sub);
}

.c-header__sub {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-header-sub);
  letter-spacing: 0.2em;
}

.c-header.-s2 .c-header__sub {
  position: relative;
  top: -14px;
}

.c-header.-pend .c-header__sub {
  position: relative;
  top: -26px;
}

@media (max-width: 1399px) {
  .c-header__title.-large {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .c-header__title.-large {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .c-header__title {
    font-size: 80px;
  }
  .c-header__title.-large {
    font-size: 80px;
  }
  .c-header.-s2 .c-header__sub {
    top: 0;
  }
  .c-header.-pend .c-header__sub {
    top: 0;
  }
}
@media (max-width: 575px) {
  .c-header__title {
    font-size: 50px;
  }
  .c-header__title.-large {
    font-size: 50px;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav.is-active {
  color: #fff;
  background-color: var(--secondary);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .is-active {
  display: block;
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  margin: 0;
  margin-bottom: 76px;
  font-size: 16px;
  list-style: none;
}

.breadcrumb-item {
  color: var(--color-breadcrumb);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--color-breadcrumb);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item a {
  color: var(--color02);
}

.breadcrumb-item.active {
  color: var(--color-breadcrumb);
}

@media (max-width: 1399px) {
  .breadcrumb {
    margin-bottom: 26px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  color: var(--primary);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item:hover:not(.disabled) .page-link,
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.6;
}

/* Menu Mobile */
.modal-open {
  overflow: hidden;
}

.dnmenu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1071;
  background-color: #000;
  opacity: 0.5;
}

.nav__mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 172;
  display: block;
  width: 390px;
  height: 100%;
  overflow-y: scroll;
  font-size: 18px;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 575px) {
  .nav__mobile {
    width: 100%;
  }
}
.nav__mobile__inner {
  width: 100%;
  overflow: hidden;
}

.nav__mobile.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav__mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 9px;
  background: #fff;
}

.nav__mobile__header .mburger .icon-bar {
  background-color: #000;
}

.nav__mobile__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  height: 40px;
}

@media (max-width: 575px) {
  .nav__mobile__logo {
    max-width: 260px;
  }
}
.nav__mobile__logo > img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.nav__mobile__more .box-info .col-md-6 {
  width: 100%;
}

.nav__mobile--ul {
  font-size: 16px;
  background-color: var(--primary);
}

.nav__mobile--ul li {
  position: relative;
}

.nav__mobile--ul li a {
  display: block;
  color: #fff;
}

.nav__mobile--ul > li {
  padding: 0;
}

.nav__mobile--ul > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.nav__mobile--ul > li > a {
  padding: 20px 50px;
}

.nav__mobile--ul .sub-menu {
  display: none;
  padding-left: 90px;
  margin-bottom: 30px;
}

.nav__mobile--ul .sub-menu li {
  margin-bottom: 10px;
}

.nav__mobile--ul .sub-menu li a::before {
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-weight: bold; /* If you want it to be bold */
  color: #fff; /* Change the color */
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
}

.nav__mobile__btn {
  position: absolute;
  top: 15px;
  right: 6px;
  width: 40px;
  min-height: 37px;
  padding: 0;
  font-size: 19px;
  line-height: 40px;
  color: #3e252b;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__mobile__btn:focus {
  outline: none;
}

.nav__mobile__btn i {
  font-style: inherit;
  color: #000;
}

.nav__mobile__btn i::before,
.nav__mobile__btn i::after {
  display: block;
  margin: auto;
  font-weight: 500;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav__mobile__btn i::before {
  width: 20px;
  height: 2px;
}

.nav__mobile__btn i::after {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
}

.nav__mobile .sub-active > .nav__mobile__btn i::after {
  opacity: 0;
}

.mburger .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mburger .icon-bar + .icon-bar {
  margin-top: 5px;
}

.mburger.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.mburger .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mburger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.mburger.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.mburger .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.fixed-contact {
  position: fixed;
  top: 22%;
  right: -120px;
  z-index: 100;
  width: 60px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.fixed-contact a:hover {
  color: #fff;
}

.fixed-contact.fixed {
  right: 0;
}

.fixed-contact__item {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 10px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(var(--primary-rgb), 0.9);
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-contact__item > span:not(.text-combine) {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.fixed-contact__item .icon-clock {
  position: relative;
  left: -1px;
}

.fixed-contact__item .text-combine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1px;
  line-height: 1.2;
  word-break: break-all;
}

.fixed-contact__item > i {
  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%;
  margin: 0 auto 10px;
}

.fixed-contact__item .icon-line::before {
  width: 26px;
  height: 24px;
}

.fixed-contact__item .icon-clock::before {
  width: 25px;
  height: 25px;
}

.fixed-contact__item.active {
  left: calc(var(--content-width) * -1);
  z-index: 1;
}

.fixed-contact__item.-s2 {
  background-color: rgba(var(--line-rgb), 0.9);
}

.fixed-contact__item.-s3 {
  min-height: 220px;
  background-color: rgba(var(--secondary-rgb), 0.9);
}

.fixed-contact__item.-s3 .icon-angle-right-font {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.fixed-contact__item.-s3.js-fixed-item-toggle.active .icon-angle-right-font {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fixed-contact__item:hover {
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
}

.fixed-contact i.icon-line.-fix {
  position: relative;
  left: -7px;
}

.fixed-contact__item--hide {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  padding: 20px;
  color: #675d57;
  background: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.fixed-contact__item--hide a {
  color: #675d57;
}

.fixed-contact__item--hide .table-schedule th,
.fixed-contact__item--hide .table-schedule td {
  padding: 5px 6px;
}

.fixed-contact__item--hide .el__tel a {
  font-size: 24px;
}

.fixed-contact .table-schedule .schedule__text {
  white-space: nowrap;
}

/* REsponsive */
@media (max-width: 1599px) {
  .fixed-contact__item {
    padding: 20px 18px;
  }
  .fixed-contact__item {
    padding: 20px 10px;
  }
}
@media (max-width: 1199px) {
  .fixed-contact.style2 {
    width: 70px;
  }
  .fixed-contact.style2 .fixed-contact__item {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .fixed-contact {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .fixed-contact {
    top: auto;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .fixed-contact i {
    top: 2px;
    width: 30px;
    margin: 0 6px 0 0;
  }
  .fixed-contact .icon-clock {
    left: 0;
  }
  .fixed-contact .text-vertical {
    left: 0;
    width: auto;
    line-height: normal;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .fixed-contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    font-size: min(4vw, 16px);
    line-height: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fixed-contact__item .text-combine {
    width: auto;
    margin-right: 4px;
    line-height: normal;
    white-space: nowrap;
  }
  .fixed-contact__item .icon-calendar::before {
    width: 20px;
    height: 20px;
  }
  .fixed-contact.style2 {
    top: auto;
    width: 100%;
    height: auto;
  }
  .fixed-contact.style2 .fixed-contact__item {
    padding: 8px 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fixed-contact__item {
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 10px;
  }
  .fixed-contact__item.active {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(calc(var(--content-height) * -1));
            transform: translateY(calc(var(--content-height) * -1));
  }
  .fixed-contact__item > span:not(.text-combine) {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .fixed-contact__item:last-child .fixed-contact__item--hide {
    right: 0;
    left: auto;
    padding: 20px 0.75rem;
  }
  .fixed-contact__item.-s3 {
    min-height: auto;
  }
  .fixed-contact__item--hide {
    top: 100%;
    left: calc(var(--offset-left) * -1);
    width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .fixed-contact__item.-s3 {
    width: 60px;
  }
  .fixed-contact__item.-s3 i {
    margin: 0;
  }
  .fixed-contact__item.-s3.active i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .fixed-contact__item.-s3.active i.symbol-dash {
    margin: 6px 0;
  }
  .fixed-contact__item:first-child {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 575px) {
  .fixed-contact i {
    top: 2px;
  }
  .fixed-contact__item {
    padding: 14px 10px;
  }
}
@media (max-height: 768px) and (min-width: 768px) {
  .fixed-contact {
    top: 19%;
  }
  .fixed-contact__item.-s3 {
    min-height: 200px;
  }
}
.symbol-triangle {
  display: inline-block;
  width: 0 !important;
  height: 0 !important;
  border-right: 7px solid transparent;
  border-bottom: 12px solid var(--secondary);
  border-left: 7px solid transparent;
}

.symbol-dash {
  display: inline-block;
  width: 15px !important;
  height: 1px !important;
  margin: 6px 0;
  background-color: var(--secondary);
}

.symbol-circle {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background-color: var(--secondary);
  border-radius: 50%;
}

.symbol-star {
  display: inline-block;
  color: var(--secondary);
}

.symbol-star::before {
  font-style: normal;
  content: "★";
}

.schedule {
  overflow: hidden;
  font-size: 16px;
}

.schedule__text {
  font-size: 15px;
  line-height: 1.5;
}

.schedule__table {
  width: 100%;
  line-height: 1.5;
  color: #333;
  border-collapse: collapse;
  border-bottom: 1px solid #b3b3b3;
  --dn-border-color: transparent;
}

.schedule__table th,
.schedule__table td {
  padding: 6px 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.schedule__table tr td:first-child {
  white-space: nowrap;
}

.schedule__table thead tr {
  border-bottom: 1px solid #b3b3b3;
}

.schedule__table tbody td:first-child {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .schedule__table th,
  .schedule__table td {
    padding: 6px;
  }
  .schedule__table tbody td:first-child {
    font-size: 12px;
  }
}
.box-info {
  position: relative;
}

.box-info__text {
  font-size: 10px;
  color: #4d4d4d;
}

.box-info__group__btn {
  position: relative;
  letter-spacing: 0;
}

.box-info__btn {
  min-width: 100px;
  padding: 5px 10px;
  color: #fff;
}

.box-info__phone {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 48px;
  line-height: 53px;
  color: #333;
  letter-spacing: 0.05em;
}

.box-info__phone span {
  font-size: 30px;
}

.box-info__address {
  line-height: 20px;
}

@media (max-width: 1399px) {
  .box-info__phone {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .box-info .box-info__phone {
    font-size: 38px;
  }
  .box-info .box-info__phone span {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .box-info .box-info__text {
    text-align: center;
  }
  .box-info .box-info__phone {
    text-align: center;
  }
  .box-info .box-info__group__btn {
    width: 100%;
    text-align: center;
  }
  .box-info .box-info__address {
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .box-info__btn:nth-child(3) {
    position: absolute;
    top: 48px;
    right: 0;
  }
}
.sc-banner .p-slider__item__thumb {
  width: 100%;
  min-height: 720px;
  padding-top: 47.6%;
}

.sc-banner .p-slider__item__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.sc-banner .p-slider__item__title {
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.sc-banner .p-slider__item__sub {
  position: relative;
  top: -20px;
  right: -80px;
  font-family: var(--font-HighTide);
  font-size: 24px;
  color: var(-tertiary);
  text-align: right;
  letter-spacing: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

@media (max-width: 1199px) {
  .sc-banner .p-slider__item__title {
    font-size: 38px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .sc-banner .p-slider__item__inner {
    padding-right: 100px;
  }
}
@media (max-width: 575px) {
  .sc-banner .p-slider__item__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 0 60px 100px 0;
  }
  .sc-banner .p-slider__item__sub {
    top: -10px;
    right: -30px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.sc-opening {
  position: relative;
  padding: 0 0 160px;
  overflow: hidden;
}

.sc-opening .box-info {
  padding: 50px 0;
  margin-bottom: 140px;
}

.sc-opening .box-info::before {
  position: absolute;
  top: 0;
  left: -70px;
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2 + 70px);
  height: 100%;
  content: "";
  background: rgba(var(--primary-rgb), 0.1);
}

.sc-opening .p-box {
  position: relative;
  padding: 44px 50px;
  margin-bottom: 80px;
  font-size: 16px;
  background-color: #fcf7f2;
}

.sc-opening .p-box::before {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--secondary-rgb), 0.2);
}

.sc-opening .p-box__title {
  padding-bottom: 26px;
  margin-top: -80px;
  font-size: 45px;
  line-height: normal;
}

.sc-opening .p-box__sub {
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 0;
}

.sc-opening .p-box__sub span {
  font-size: 28px;
}

@media (max-width: 1399px) {
  .sc-opening {
    padding: 0 0 100px;
  }
  .sc-opening .box-wrap-info {
    background: rgba(var(--primary-rgb), 0.1);
  }
  .sc-opening .box-info::before {
    display: none;
  }
  .sc-opening .p-box__sub {
    font-size: 32px;
  }
  .sc-opening .p-box__sub span {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .sc-opening .p-box {
    padding: 44px 30px;
  }
  .sc-opening .p-box__title {
    margin-top: -72px;
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .sc-opening .box-wrap-info {
    background: none;
  }
  .sc-opening .box-info {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .sc-opening .p-box::before {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 575px) {
  .sc-opening {
    padding: 0 0 60px;
  }
  .sc-opening .p-box {
    padding: 44px 30px 30px;
  }
  .sc-opening .p-box__title {
    padding-bottom: 10px;
  }
  .sc-opening .p-box__sub {
    margin-bottom: 24px;
  }
}
.sc-new {
  position: relative;
  padding: 120px 0 90px;
  background-image: url("https://www.kurisaki-do.com/assetss/images/bg-new-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-new .sc__wrap {
  padding: 60px 146px;
  background-color: #fff;
}

.sc-new .c-header {
  margin-top: -108px;
  margin-bottom: 30px;
}

.sc-new .nav-tabs {
  margin-bottom: 30px;
}

.sc-new .nav .nav-item:not(:last-child) {
  margin-right: 12px;
}

.sc-new .nav .nav-link {
  color: #666;
  background: rgba(230, 230, 230, 0.7);
  border-radius: 0;
}

.sc-new .nav .nav-link.is-active,
.sc-new .nav .nav-link:hover {
  color: #fff;
  background-color: var(--secondary);
}

.sc-new .tab-pane__wrap {
  position: relative;
}

.sc-new .tab-pane__wrap .p-newlist__scroll::before,
.sc-new .tab-pane__wrap .p-newlist__scroll::after {
  position: absolute;
  right: -3px;
  width: 14px;
  height: 5px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.sc-new .tab-pane__wrap .p-newlist__scroll::before {
  top: -14px;
  background-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-top.svg");
}

.sc-new .tab-pane__wrap .p-newlist__scroll::after {
  bottom: -14px;
  background-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-bottom.svg");
}

.sc-new .p-newlist {
  height: 200px;
  padding-right: 80px;
  margin-bottom: 24px;
  overflow: auto;
}

.sc-new .p-newlist::-webkit-scrollbar {
  width: 8px;
}

.sc-new .p-newlist::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.sc-new .p-newlist::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

.sc-new .p-newlist::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

.sc-new .p-newlist__item {
  position: relative;
  margin-bottom: 30px;
}

.sc-new .p-newlist__item__cat {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 12px;
  font-size: 11px;
  line-height: 20px;
  background: rgba(230, 230, 230, 0.7);
}

.sc-new .p-newlist__item__title {
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sc-new .p-newlist__item__title a {
  color: var(--font-body-color);
}

.sc-new .p-newlist__item:hover .p-newlist__item__title a {
  color: var(--secondary);
}

@media (max-width: 1399px) {
  .sc-new {
    padding: 120px 0 80px;
  }
}
@media (max-width: 1199px) {
  .sc-new .sc__wrap {
    padding: 60px 100px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 991px) {
  .sc-new .c-header {
    margin-top: -100px;
  }
  .sc-new .sc__wrap {
    padding: 60px;
  }
  .sc-new .p-newlist {
    height: 320px;
    padding-right: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .sc-new .c-header__title {
    font-size: 80px;
  }
  .sc-new .sc__wrap {
    position: relative;
    left: -0.75rem;
    width: calc(100% + 1.5rem);
    padding: 60px 0.75rem 80px;
  }
  .sc-new .c-header {
    margin-bottom: 60px;
  }
  .sc-new .nav .nav-link {
    min-width: 104px;
  }
  .sc-new .tab-content {
    padding: 0 30px;
  }
}
.sc-policy {
  position: relative;
  padding: 110px 0 200px;
}

@media (max-width: 1199px) {
  .sc-policy .container {
    max-width: none;
    --container-width: auto;
  }
}
@media (max-width: 768px) {
  .sc-policy .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
}
.sc-policy .p-box {
  padding: 70px 110px;
  margin-bottom: 200px;
  background: rgba(var(--primary-rgb), 0.1);
}

.sc-policy .p-box__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
}

@media (max-width: 768px) {
  .sc-policy .p-box__thumb {
    display: none;
  }
}
.sc-policy .p-box__title {
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 20px;
  color: var(--primary);
  border-bottom: 1px solid;
}

.sc-policy .p-box__phone {
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--font-body-color);
}

.sc-policy .p-box__phone span {
  font-size: 36px;
}

@media (max-width: 768px) {
  .sc-policy .p-box__codetxt {
    display: none;
  }
}
.sc-policy__thumb {
  position: relative;
  left: calc((100vw - var(--container-width)) / 4);
  z-index: -1;
  max-width: 1140px;
  margin: -70px 0 0 auto;
}

.sc-policy__meta {
  position: relative;
  z-index: 1;
  width: 88%;
  padding: 60px 60px 60px 0;
  margin-top: -220px;
}

.sc-policy__meta::before {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--container-width)) / -2);
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2);
  height: 100%;
  content: "";
  background: rgba(var(--secondary-rgb), 0.4);
  opacity: 0.7;
}

.sc-policy .btn.btn-readmore {
  margin-left: 18%;
}

.sc-policy__title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.2em;
}

.sc-policy__excerpt {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 42px;
}

@media (max-width: 1399px) {
  .sc-policy {
    padding: 100px 0;
  }
  .sc-policy .p-box {
    margin-bottom: 100px;
  }
  .sc-policy .p-box__phone {
    font-size: 50px;
  }
  .sc-policy .p-box__thumb {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .sc-policy__thumb {
    margin: -50px 0 0 auto;
  }
  .sc-policy__meta::before {
    right: 0;
    left: 0;
    margin-left: -0.75rem;
  }
  .sc-policy__title {
    font-size: 34px;
    line-height: 50px;
  }
  .sc-policy .p-box {
    padding: 60px 40px;
  }
  .sc-policy .p-box__phone {
    font-size: 40px;
  }
  .sc-policy .p-box__phone span {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .sc-policy__title {
    font-size: 30px;
    line-height: 46px;
  }
  .sc-policy__thumb {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .sc-policy__meta {
    margin-top: -148px;
  }
}
@media (max-width: 767px) {
  .sc-policy__meta {
    width: calc(100% - 0.75rem);
    padding: 22px 40px 80px 0.75rem;
    margin-top: -85px;
  }
  .sc-policy .btn.btn-readmore {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sc-policy {
    padding: 60px 0 100px;
  }
  .sc-policy__title {
    font-size: 24px;
    line-height: 30px;
  }
  .sc-policy__thumb {
    left: 0.75rem;
  }
  .sc-policy__excerpt {
    line-height: 40px;
  }
}
.sc-greeting {
  position: relative;
  padding: 250px 0 150px;
  overflow: hidden;
  background-color: rgba(var(--primary-rgb), 0.2);
}

.sc-greeting::before {
  position: absolute;
  top: -7%;
  right: -16%;
  width: 87%;
  height: 61%;
  pointer-events: none;
  content: "";
  background-image: url("https://www.kurisaki-do.com/assetss/images/greeting-bg-top.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.sc-greeting .sc__content {
  position: relative;
  z-index: 1;
  padding: 100px 70px 80px 0;
}

.sc-greeting .sc__content::before {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--container-width)) / -2);
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2);
  height: 100%;
  content: "";
  background: #fff;
}

.sc-greeting .c-header {
  margin-top: -174px;
  margin-bottom: 100px;
}

.sc-greeting .sc__box {
  margin-bottom: 70px;
}

.sc-greeting .sc__title {
  padding-top: 50px;
  margin-bottom: 30px;
  font-size: 38px;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.sc-greeting .sc__excerpt {
  margin-bottom: 150px;
  line-height: 35px;
}

.sc-greeting .sc__thumb {
  margin-bottom: 20px;
}

.sc-greeting .sc__thumb .dnfix__thumb {
  padding-top: 124%;
}

.sc-greeting .el__ruby {
  font-size: 18px;
}

.sc-greeting ruby {
  font-size: 35px;
}

.sc-greeting ruby rt {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.38em;
}

.sc-greeting .c-list {
  font-weight: 200;
}

.sc-greeting .c-list__title {
  margin: 0 20px 15px 0;
  font-size: 20px;
  font-weight: 200;
}

.sc-greeting .c-list ul {
  line-height: 35px;
}

@media (max-width: 1399px) {
  .sc-greeting {
    padding: 200px 0 100px;
  }
  .sc-greeting .sc__excerpt {
    margin-bottom: 140px;
  }
}
@media (max-width: 1199px) {
  .sc-greeting .c-header {
    margin-top: -160px;
    margin-bottom: 80px;
  }
  .sc-greeting .sc__title {
    padding-top: 20px;
    font-size: 30px;
  }
  .sc-greeting .sc__excerpt {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .sc-greeting::before {
    right: -16%;
    width: 116%;
  }
  .sc-greeting .c-header {
    margin-top: -140px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sc-greeting {
    padding: 140px 0 100px;
  }
}
@media (max-width: 575px) {
  .sc-greeting .sc__content {
    padding: 100px 0.75rem 80px;
  }
  .sc-greeting .c-header {
    margin-top: -130px;
  }
  .sc-greeting .c-header__title.-large {
    font-size: 60px;
  }
  .sc-greeting .sc__box {
    margin-bottom: 60px;
  }
}
.sc-features {
  position: relative;
  padding: 250px 0 200px;
  overflow: hidden;
}

.sc-features::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 70%;
  pointer-events: none;
  content: "";
  background-image: url("https://www.kurisaki-do.com/assetss/images/features-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.sc-features .c-item {
  margin-bottom: 120px;
}

.sc-features .c-item:nth-child(odd) .c-item__thumb {
  left: calc((100vw - var(--container-width)) / -2);
}

.sc-features .c-item:nth-child(odd) .c-item__thumb::before {
  left: 0;
}

.sc-features .c-item:nth-child(even) .c-item__thumb::before {
  right: 0;
}

.sc-features .c-item__thumb {
  position: relative;
  width: calc(100% + (100vw - var(--container-width)) / 2);
}

.sc-features .c-item__thumb::before {
  position: absolute;
  top: 20px;
  z-index: -1;
  width: calc(100% + 20px);
  height: 100%;
  content: "";
  background: rgba(var(--secondary-rgb), 0.2);
}

.sc-features .c-item__thumb .dnfix__thumb {
  padding-top: 63.6%;
}

.sc-features .c-item__meta {
  padding-top: 80px;
}

.sc-features .c-item__stt {
  position: relative;
  padding-left: 30px;
  margin-bottom: 36px;
  font-size: 80px;
  line-height: 1;
  color: var(--primary);
  letter-spacing: 0.075em;
}

.sc-features .c-item__stt__label {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: var(--font-HighTide);
  font-size: 24px;
  letter-spacing: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.sc-features .c-item__title {
  margin-bottom: 50px;
  font-size: 32px;
  letter-spacing: 0.2em;
}

.sc-features .c-item__excerpt {
  line-height: 35px;
}

@media (max-width: 1399px) {
  .sc-features {
    padding: 200px 0 100px;
  }
  .sc-features .c-item {
    margin-bottom: 100px;
  }
  .sc-features .c-item__meta {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .sc-features {
    padding: 100px 0 0;
  }
  .sc-features .c-item {
    margin-bottom: 80px;
  }
  .sc-features .c-item__stt {
    margin-bottom: 30px;
  }
  .sc-features .c-item__meta {
    padding-top: 0;
  }
  .sc-features .c-item__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sc-features .c-item__thumb {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .sc-features .c-item:nth-child(even) .c-item__thumb {
    left: 1.5rem;
  }
  .sc-features .c-item__stt {
    margin-bottom: 20px;
  }
  .sc-features .c-item__title {
    margin-bottom: 20px;
  }
  .sc-features .c-item__thumb {
    width: calc(100% + (100vw - var(--container-width)) / 2 - 0.75rem);
  }
  .sc-features .c-item__thumb::before {
    top: 10px;
    width: calc(100% + 10px);
  }
}
.sc-group-service-clinic {
  position: relative;
  padding: 240px 0 120px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .sc-group-service-clinic {
    padding: 200px 0 100px;
  }
}
@media (max-width: 991px) {
  .sc-group-service-clinic {
    padding: 140px 0 100px;
  }
}
.sc-service {
  position: relative;
}

.sc-service::before {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(var(--primary-rgb), 0.1);
}

.sc-service .sc__content {
  position: relative;
  z-index: 1;
  padding: 142px 0;
  background: #fff;
}

.sc-service .sc__content::before {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--container-width)) / -2);
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2 + 100px);
  height: 100%;
  content: "";
  background: #fff;
}

.sc-service .c-header {
  margin-top: -214px;
  margin-bottom: 120px;
}

.sc-service .c-item {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

.sc-service .c-item:hover .c-item__thumb {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sc-service .c-item:hover .c-item__title a {
  color: var(--secondary);
}

.sc-service .c-item.-fix .c-item__thumb {
  margin-bottom: 4px;
}

.sc-service .c-item.-fix .c-item__title a {
  margin-bottom: 0;
}

.sc-service .c-item__thumb {
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sc-service .c-item__thumb .dnfix__thumb {
  max-width: 100px;
  padding-top: 100px;
  margin: 0 auto;
}

.sc-service .c-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}

.sc-service .c-item__title a {
  display: block;
  margin-bottom: 10px;
  color: var(--font-body-color);
}

.sc-service .c-item__title i {
  display: block;
}

@media (max-width: 1499px) {
  .sc-service .sc__content::before {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .sc-service .sc__content {
    padding: 142px 0 100px;
  }
  .sc-service .c-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .sc-service::before {
    top: -200px;
  }
  .sc-service .c-header {
    margin-top: -160px;
  }
  .sc-service .sc__content {
    padding: 100px 30px;
  }
  .sc-service .c-item__thumb .dnfix__thumb {
    max-width: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .sc-service .c-header {
    margin-top: -140px;
    margin-bottom: 100px;
  }
  .sc-service::before {
    top: -140px;
  }
  .sc-service .c-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sc-service .c-header {
    margin-bottom: 80px;
  }
  .sc-service .sc__content {
    padding: 100px 8px;
  }
  .sc-service .c-item__thumb .dnfix__thumb {
    max-width: 50px;
    padding-top: 50px;
  }
  .sc-service .c-item__title {
    font-size: 14px;
  }
}
.sc-facilities {
  position: relative;
  padding: 260px 0 0;
}

.sc-facilities::before,
.sc-facilities::after {
  position: absolute;
  z-index: -1;
  width: 89%;
  height: 0;
  padding-top: 53.5%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.sc-facilities::before {
  top: -20%;
  left: -10%;
  background-image: url("https://www.kurisaki-do.com/assetss/images/sc-facilities-bg-top.png");
}

.sc-facilities::after {
  bottom: -5%;
  left: -10%;
  background-image: url("https://www.kurisaki-do.com/assetss/images/sc-facilities-bg-bottom.png");
}

.sc-facilities .sc__wrap {
  position: relative;
  z-index: 1;
  padding: 190px 0 160px;
}

.sc-facilities .sc__wrap::before {
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  width: calc(100% + (100vw - var(--container-width)) / 2 - 200px);
  height: 100%;
  content: "";
  background: rgba(var(--secondary-rgb), 0.2);
}

.sc-facilities .swiper__wrap {
  max-width: 1060px;
  margin: 0 auto 90px;
}

.sc-facilities .swiper-slide.swiper-slide-active .c-slider {
  opacity: 1;
}

.sc-facilities .c-slider {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sc-facilities .c-slider__thumb {
  margin-bottom: 40px;
}

.sc-facilities .c-slider__thumb .dnfix__thumb {
  padding-top: 54.3%;
}

.sc-facilities .c-slider__meta {
  position: relative;
  width: calc(100% - 300px);
}

.sc-facilities .c-slider__title {
  font-size: 40px;
  letter-spacing: 0.2em;
}

.sc-facilities .c-slider__excerpt {
  line-height: 35px;
}

.sc-facilities .swiper-button {
  top: 86%;
  width: 80px;
  height: 80px;
  background: #fff;
  opacity: 1;
}

.sc-facilities .swiper-button::after {
  display: none;
  color: var(--secondary);
}

.sc-facilities .swiper-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-facilities .swiper-button.swiper-button-prev {
  right: 96px;
  left: auto;
}

.sc-facilities .swiper-button.swiper-button-next {
  right: 0;
  left: auto;
}

.sc-facilities .swiper-button:hover {
  background: var(--secondary);
}

.sc-facilities .swiper-button:hover i::before {
  background-color: #fff;
}

.sc-facilities .swiper-pagination {
  top: 96%;
  right: 0;
  bottom: auto !important;
  text-align: right;
}

.sc-facilities .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}

.sc-facilities .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.sc-facilities .sc__btngroup {
  gap: 100px;
}

@media (max-width: 1399px) {
  .sc-facilities {
    padding: 200px 0 0;
  }
  .sc-facilities .sc__wrap {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .sc-facilities {
    padding: 160px 0 0;
  }
  .sc-facilities .sc__wrap {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .sc-facilities .sc__wrap::before {
    left: 100px;
    width: calc(100% + (100vw - var(--container-width)) / 2 - 100px);
  }
  .sc-facilities .c-slider__meta {
    width: calc(100% - 200px);
  }
  .sc-facilities::before,
  .sc-facilities::after {
    width: 120%;
    padding-top: 72.5%;
  }
}
@media (max-width: 767px) {
  .sc-facilities .swiper__wrap {
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .sc-facilities .c-slider {
    padding-bottom: 140px;
  }
  .sc-facilities .swiper-button {
    top: auto;
    bottom: 30px;
  }
  .sc-facilities .swiper-button.swiper-button-prev {
    right: auto;
    left: calc(50% - 90px);
  }
  .sc-facilities .swiper-button.swiper-button-next {
    right: calc(50% - 90px);
    left: auto;
  }
  .sc-facilities .swiper-pagination {
    top: auto !important;
    bottom: 0 !important;
    text-align: center;
  }
  .sc-facilities .c-slider__meta {
    width: 100%;
  }
  .sc-facilities::before,
  .sc-facilities::after {
    width: 120%;
    padding-top: 150%;
    background-size: cover;
  }
  .sc-facilities .c-slider__title {
    font-size: 24px;
  }
  .sc-facilities .sc__wrap::before {
    left: 0;
    width: calc(100% + (100vw - var(--container-width)) / 2);
  }
  .sc-facilities .sc__content {
    padding: 0 0.75rem;
  }
  .sc-facilities .swiper-button {
    width: 60px;
    height: 60px;
  }
  .sc-facilities .swiper-button.swiper-button-next {
    right: calc(50% - 70px);
  }
  .sc-facilities .swiper-button.swiper-button-prev {
    left: calc(50% - 70px);
  }
}
.sc-calendar {
  padding-bottom: 120px;
}

.sc-calendar .p-box-social {
  margin-bottom: 160px;
}

.sc-calendar .p-box-social .c-item {
  padding: 11px 10px;
  background: rgba(var(--primary-rgb), 0.2);
}

.sc-calendar .p-box-social .c-item .dnfix__thumb {
  padding-top: 48px;
}

.sc-calendar .p-box-social .c-item img {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sc-calendar .p-box-social .c-item.-facebook img {
  max-height: 34px;
}

.sc-calendar .p-box-social .c-item.-instagram img {
  max-height: 48px;
}

.sc-calendar .p-box-social .c-item.-twitter img {
  max-height: 32px;
}

@media (max-width: 1399px) {
  .sc-calendar {
    padding-bottom: 100px;
  }
  .sc-calendar .p-box-social {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .sc-calendar {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .sc-calendar .sc__content,
  .sc-calendar .p-box-social {
    padding: 0 0.75rem;
  }
}
.sc-information {
  position: relative;
  padding: 120px 0 140px;
  background-color: rgba(var(--primary-rgb), 0.2);
}

.sc-information .sc__wrap {
  overflow: hidden;
}

.sc-information .c-content {
  margin-bottom: 100px;
}

.sc-information .p-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: var(--font-body-color);
  letter-spacing: 0;
}

.sc-information .p-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 132px;
  font-size: 18px;
  line-height: normal;
}

.sc-information .p-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #808080;
}

.sc-information .p-list li > * {
  padding: 0 25px;
}

.sc-information .p-list li a {
  color: var(--font-body-color);
}

.sc-information .p-box {
  font-weight: 300;
}

.sc-information .p-box__item {
  padding: 40px 20px;
  background: #fff;
}

.sc-information .p-box__item a {
  color: #675d57;
}

.sc-information .p-box__title {
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.2);
}

@media (max-width: 1399px) {
  .sc-information {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .sc-information {
    padding: 60px 0;
  }
  .sc-information .p-box {
    padding: 0 0.75rem;
  }
  .sc-information .p-box__item {
    padding: 20px;
  }
  .sc-information .sc__content {
    padding: 0 1.5rem;
  }
  .sc-information .p-list li {
    display: block;
  }
  .sc-information .p-list li > * {
    padding: 0;
  }
  .sc-information .p-list__label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  #p-access .c-item__thumb,
  #p-access .c-item2__thumb {
    max-width: none;
  }
}
.access-map__iframe .dnfix__thumb {
  min-height: 300px;
  padding-top: 54%;
}

.service-list .c-item {
  width: 100%;
}

.service-list .c-item a {
  position: relative;
  display: block;
  padding: 16px;
  margin-bottom: 0;
  text-align: center;
  background: rgba(var(--primary-rgb), 0.1);
}

.service-list .c-item a:hover .c-item__thumb {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.service-list .c-item a:hover .c-item__title {
  color: var(--secondary);
}

.service-list .c-item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  padding-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-list .c-item__thumb .dnfix__thumb {
  max-width: 50px;
  padding-top: 50px;
  margin: 0 auto;
}

.service-list .c-item__meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service-list .c-item__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--font-body-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}

.service-list .c-item__title i {
  display: block;
}

@media (max-width: 1199px) {
  .service-list .c-item__thumb {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .service-list .c-item a {
    padding: 10px;
  }
  .service-list .c-item__thumb {
    width: 46px;
    margin-bottom: 0;
  }
  .service-list .c-item__thumb .dnfix__thumb {
    padding-top: 46px;
  }
  .service-list .c-item__title {
    font-size: 15px;
    line-height: 24px;
  }
}
.services-ads {
  padding: 160px 0 200px;
  background: rgba(var(--secondary-rgb), 0.2);
}

.services-ads .c-item__thumb {
  padding-top: 130px;
}

.services-ads .box-style__header {
  padding: 0;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .services-ads {
    padding: 100px 0 120px;
  }
}
@media (max-width: 575px) {
  .services-ads .box-style__header {
    margin-bottom: 40px;
  }
}
#p-facilities .page-content {
  overflow: hidden;
}

@media (max-width: 767px) {
  .facilities-clinic.box-style__inner {
    padding: 0 0 100px;
  }
}
@media (max-width: 575px) {
  .facilities-clinic {
    padding: 0 0 30px;
  }
  .facilities-clinic.box-style__inner {
    padding: 40px 0 0;
  }
}
#p-facilities .p-slider {
  max-width: 55vw;
  margin: 120px auto 0;
}

@media (max-width: 991px) {
  #p-facilities .p-slider {
    max-width: 100%;
    margin: 60px auto 0;
  }
}
#p-facilities .p-slider .slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#p-facilities .p-slider .slick-slider.slick-initialized {
  opacity: 1;
}

#p-facilities .p-slider .slick-list {
  overflow: visible;
}

#p-facilities .p-slider .slick-list .slick-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#p-facilities .p-slider .slick-list .slick-center {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#p-facilities .p-slider .slick-next,
#p-facilities .p-slider .slick-prev {
  z-index: 1;
  width: 22px;
  height: 44px;
}

@media (max-width: 575px) {
  #p-facilities .p-slider .slick-next,
  #p-facilities .p-slider .slick-prev {
    top: 80%;
    width: 16.5px;
    height: 33px;
  }
}
#p-facilities .p-slider .slick-next::before,
#p-facilities .p-slider .slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#p-facilities .p-slider .slick-next {
  right: 10px;
}

#p-facilities .p-slider .slick-next::before {
  background-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-right-slick.svg");
}

#p-facilities .p-slider .slick-prev {
  left: 10px;
}

#p-facilities .p-slider .slick-prev::before {
  background-image: url("https://www.kurisaki-do.com/assetss/images/ico-angle-left-slick.svg");
}

#p-facilities .p-slider__title {
  margin-top: 30px;
  font-size: 2.2rem;
  text-align: center;
}

@media (max-width: 575px) {
  #p-facilities .p-slider__title {
    font-size: 1.4rem;
  }
}
#p-facilities .p-slider__meta {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#p-facilities .p-slider__excerpt {
  margin-top: 10px;
}

@media (max-width: 575px) {
  #p-facilities .p-slider__excerpt {
    font-size: 0.8rem;
  }
}
#p-facilities .p-slider .slick-slide.is-active-next .p-slider__meta,
#p-facilities .p-slider .slick-slide.slick-current .p-slider__meta {
  opacity: 1;
}

#p-facilities .p-thumbnail {
  max-width: 470px;
  padding-top: 100px;
  margin: 60px auto 0;
}

@media (max-width: 575px) {
  #p-facilities .p-thumbnail {
    max-width: 220px;
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
#p-facilities .p-thumbnail .slick-list {
  overflow: visible;
}

#p-facilities .p-thumbnail .slick-slide img {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#p-facilities .p-thumbnail .slick-slide.is-active-next img,
#p-facilities .p-thumbnail .slick-slide.slick-current img {
  opacity: 1;
}

#p-facilities .p-thumbnail__item {
  padding: 0 30px;
}

@media (max-width: 575px) {
  #p-facilities .p-thumbnail__item {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  #p-equipment .c-item2__thumb {
    max-width: none;
  }
}
.staff-greeting {
  position: relative;
  padding: 60px 0 100px;
  margin-bottom: 0;
}

.staff-greeting.-s2 {
  padding: 100px 0 180px;
}

.staff-greeting .sc__title {
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 42px;
  color: var(--primary);
  letter-spacing: 0.1em;
}

.staff-greeting .sc__excerpt {
  font-size: 18px;
  line-height: 38px;
}

.staff-greeting .sc__excerpt p:not(:last-child) {
  margin-bottom: 40px;
}

.staff-greeting .sc__thumb {
  margin-bottom: 60px;
}

.staff-greeting .sc__thumb .dnfix__thumb {
  padding-top: 124%;
}

.staff-greeting .el__ruby {
  font-size: 18px;
}

.staff-greeting ruby {
  font-size: 35px;
}

.staff-greeting ruby rt {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.38em;
}

@media (max-width: 1199px) {
  .staff-greeting .sc__title {
    padding-top: 20px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .staff-greeting.-s2 {
    padding: 40px 0 100px;
  }
  .staff-greeting .sc__thumb {
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 767px) {
  .staff-greeting .sc__title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .staff-greeting .sc__thumb {
    max-width: 300px;
    margin: 0 auto 60px;
  }
}
.blog__wrap {
  position: relative;
  padding-bottom: 80px;
}

.archive-item {
  position: relative;
  color: var(--color-header-sub);
}

.archive-item__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
}

.archive-item__title a {
  color: var(--font-body-color);
}

.archive-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.archive-item__thumb {
  position: relative;
  overflow: hidden;
}

.archive-item__option .-date {
  display: inline-block;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #646464;
}

.archive-item__option .-category {
  padding: 6px 20px;
  font-size: 16px;
  line-height: normal;
  color: var(--font-body-color);
  background-color: rgba(var(--primary-rgb), 0.1);
}

.m-single_catch {
  margin-bottom: 50px;
  text-align: center;
}

/* Widget */
/* widget */
.sidebar.-sticky {
  position: sticky;
  top: 120px;
}

.widget {
  padding: 30px 20px;
  background-color: rgba(var(--primary-rgb), 0.1);
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget .widget__title {
  font-size: 26px;
  line-height: normal;
}

.widget .ul-list a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5rem;
  color: var(--font-body-color);
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget .ul-list a:hover {
  color: #000;
  background-color: rgba(var(--primary-rgb), 0.2);
}

/*
======================================
[ Editor Style ]
======================================
*/
.entry-content p,
.entry-content ul,
.entry-content blockquote,
.entry-content div {
  margin-bottom: 1.25rem;
}

.entry-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content img,
.entry-content figure.wp-caption {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.entry-content img + img {
  margin-bottom: 1rem;
}

.entry-content address p {
  margin-bottom: 5px;
}

.entry-content a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.entry-content a:hover {
  color: var(--primary);
}

.entry-content figcaption {
  width: 100%;
  padding: 10px 0 0;
  font-style: italic;
  text-align: center;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.entry-content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content ol,
.entry-content ul {
  padding-left: 20px;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.entry-content table {
  width: 100%;
  margin-bottom: 1rem;
}

.entry-content table td,
.entry-content table th {
  border: 1px solid #737476;
}

.entry-content table td,
.entry-content table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #737476;
}

.entry-content blockquote {
  padding: 24px 32px;
  margin-top: 16px;
  color: #000;
  background: rgba(245, 136, 31, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: inset 3px 0 0 #f5881f;
          box-shadow: inset 3px 0 0 #f5881f;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .entry-content blockquote {
    padding: 48px 32px;
  }
}
.m-single_option {
  display: flexbox;
  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;
  margin-bottom: 30px;
}

.m-single_category {
  padding: 6px 30px;
  background-color: var(--font-body-color);
}

.m-single_category span {
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.m-single_date {
  display: inline-block;
  border-bottom: 1px solid #646464;
}

.m-single_date span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.entry-title {
  margin-bottom: 2rem;
  font-size: 30px;
}

.entry-content .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 45.75%;
  margin-right: auto;
  margin-left: auto;
}

.entry-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.entry-content .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-bottom: 45.75%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.entry-content .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .archive-item__title {
    font-size: 16px;
  }
  .archive-item__option .-category {
    padding: 6px 10px 1px;
    margin-left: auto;
  }
  .archive-item__option .-date {
    padding: 6px 10px;
    font-size: 12px;
  }
  .m-single_category {
    padding: 5px 10px;
  }
  .m-single_category span {
    font-size: 12px;
  }
  .m-single_date span {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.pattern__block {
  padding: 140px 0;
}

@media (max-width: 767px) {
  .pattern__block {
    padding: 100px 0;
  }
}
.pattern__block.is-wall-intro {
  position: relative;
  z-index: 0;
  margin-top: -30px;
}

.pattern__block.is-wall-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pattern__block.is-wall02 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.pattern__block.is-wall02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  pointer-events: none;
  content: "";
}

.pattern__block.is-wall02 .pattern__heading__sub {
  opacity: 0.1;
}

.pattern__block.is-wall01 {
  position: relative;
  z-index: 0;
  background-color: #fff8f2;
}

.pattern__block.is-wall01::after {
  bottom: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pattern__heading {
  position: relative;
  font-family: var(--fontfamily02);
  font-size: 36px;
}

.pattern__heading__sub {
  position: absolute;
  top: -70px;
  left: 50%;
  font-family: var(--fontfamily03);
  font-size: 90px;
  letter-spacing: 0.001em;
  opacity: 0.05;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .pattern__heading {
    font-size: 28px;
  }
  .pattern__heading__sub {
    font-size: 70px;
  }
}
.pattern__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 767px) {
  .pattern__list {
    padding: 0 10px;
  }
}
.pattern__list__check,
.pattern__list__dotted {
  margin-top: 20px;
}

.pattern__list__check li,
.pattern__list__dotted li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color08);
}

.pattern__list__check li::before,
.pattern__list__dotted li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: var(--color08);
}

.pattern__list__check li::before {
  content: "✔";
}

.pattern__list__dotted li::before {
  content: "・";
}

.pattern__cont__title {
  padding-bottom: 15px;
  margin-top: 20px;
  font-family: var(--fontfamily02);
  font-size: 30px;
  color: var(--color08);
  border-bottom: 1px solid #958f68;
}

@media (max-width: 991px) {
  .pattern__cont__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pattern__cont__title {
    font-size: 22px;
  }
}
.pattern__cont__text {
  margin-top: 20px;
}

.pattern__btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pattern__btn {
    text-align: center;
  }
}
.pattern__table table td,
.pattern__table table th {
  padding: 20px 10px;
  border-bottom: 1px dotted #958f68;
}

@media (max-width: 767px) {
  .pattern__table table td,
  .pattern__table table th {
    padding: 10px 5px;
  }
}
.pattern__table table th {
  font-size: 20px;
}

.pattern__table table tbody {
  border-bottom: 1px solid #000;
}

.pattern__table table tbody th {
  width: 20%;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pattern__table table {
    min-width: 800px;
  }
}
@media (max-width: 767px) {
  .pattern__table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.pattern__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pattern__nav ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 10px;
}

.pattern__nav ul li .btn-readmore {
  min-width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pattern__nav ul li .btn-readmore:hover {
  opacity: 0.7;
}

.pattern__nav ul li .btn-readmore:hover::before,
.pattern__nav ul li .btn-readmore:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pattern__nav ul li .btn-readmore:hover::before {
  top: 0;
  left: 0;
}

.pattern__nav ul li .btn-readmore:hover::after {
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (max-width: 767px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 5px;
  }
}
.pattern__block__2 .pattern__cont {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 40px;
  margin-top: 60px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .pattern__block__2 .pattern__cont {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pattern__block__2 .pattern__list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pattern__block__3 .pattern__cont {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pattern__block__4 .pattern__pic {
    margin-top: 40px;
  }
}
.pattern__block__5 .pattern__block__wrap {
  counter-increment: cnt;
}

.pattern__block__5 .pattern__block__wrap + .pattern__block__wrap {
  margin-top: 50px;
}

.pattern__block__5 .pattern__pic {
  position: relative;
}

.pattern__block__5 .pattern__pic::after,
.pattern__block__5 .pattern__pic::before {
  position: absolute;
  top: -40px;
  left: -12px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  color: #fff;
}

@media (max-width: 767px) {
  .pattern__block__5 .pattern__pic::after,
  .pattern__block__5 .pattern__pic::before {
    width: 60px;
    height: 60px;
  }
}
.pattern__block__5 .pattern__pic::after {
  padding-top: 20px;
  font-family: var(--fontfamily03);
  font-size: 16px;
  letter-spacing: 2px;
  content: "Step.";
}

@media (max-width: 767px) {
  .pattern__block__5 .pattern__pic::after {
    padding-top: 10px;
    font-size: 10px;
  }
}
.pattern__block__5 .pattern__pic::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  font-family: var(--fontfamily02);
  font-size: 36px;
  content: counter(cnt);
  background: #8b8568;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .pattern__block__5 .pattern__pic::before {
    padding-top: 25px;
    font-size: 22px;
  }
}
.pattern__block__5 .pattern__pic:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .pattern__block__5 .pattern__pic {
    display: block;
  }
  .pattern__block__5 .pattern__pic:not(:first-of-type) {
    margin-top: 60px;
  }
}
.pattern__block__5 .pattern__pic,
.pattern__block__5 .pattern__cont {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

@media (max-width: 767px) {
  .pattern__block__5 .pattern__cont {
    margin-top: 40px;
  }
}
.pattern__block__7 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pattern__block__7 .pattern__block__wrap:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .pattern__block__7 .pattern__block__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .pattern__block__7 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__7 .pattern__pic {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
}

.pattern__block__7 .pattern__cont {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
}

@media (max-width: 767px) {
  .pattern__block__7 .pattern__cont {
    margin-top: 40px;
  }
}
.pattern__block__8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .pattern__block__8 {
    display: block;
  }
}
.pattern__block__8::after {
  display: block;
  width: 30%;
  content: "";
}

.pattern__block__8 .pattern__block__wrap {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media (max-width: 767px) {
  .pattern__block__8 .pattern__block__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
.pattern__block__8 .pattern__cont__title {
  font-size: 22px;
}

.pattern__block__9 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .pattern__block__9 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__9 .pattern__pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.pattern__block__9 .pattern__pic__main {
  position: relative;
}

.pattern__block__9 .pattern__pic__sub {
  position: absolute;
  right: -80px;
  bottom: -30px;
  max-width: 40%;
}

@media (max-width: 991px) {
  .pattern__block__9 .pattern__pic__sub {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .pattern__block__9 .pattern__pic__sub {
    right: 0;
    bottom: -60px;
  }
}
.pattern__block__9 .pattern__cont {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media (max-width: 767px) {
  .pattern__block__9 .pattern__cont {
    margin-top: 80px;
  }
}
.pattern__block__10 .pattern__block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .pattern__block__10 .pattern__block__wrap {
    display: block;
  }
}
.pattern__block__10 .pattern__pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pattern__block__10 .pattern__pic__main {
  position: relative;
}

.pattern__block__10 .pattern__pic__sub {
  position: absolute;
  bottom: -30px;
  left: -80px;
  max-width: 40%;
}

@media (max-width: 991px) {
  .pattern__block__10 .pattern__pic__sub {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .pattern__block__10 .pattern__pic__sub {
    bottom: -60px;
    left: 0;
  }
}
.pattern__block__10 .pattern__cont {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .pattern__block__10 .pattern__cont {
    margin-top: 80px;
  }
}
.pattern__block__11 .pattern__list__check {
  display: inline-block;
}

.pattern__block__11 .pattern__cont {
  max-width: 1000px;
  padding: 40px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .pattern__block__11 .pattern__cont {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pattern__block__11 .pattern__cont {
    padding: 20px;
  }
}
/* 追加css */
.web-line {
  text-decoration: underline;
}

.box-style--left .box-style__header__badge,
.box-style--left .box-style__header__badge::before {
  background-color: var(--secondary);
}

@media (max-width: 767px) {
  .box-style .box-style__header__badge {
    margin-left: 10px;
  }
}
.price-content table {
  width: 100%;
}

.price-content table .table-price {
  text-align: right;
}

.price-content table .table-width-1 {
  width: 40%;
}

.price-content table .table-width-2 {
  width: 30%;
}

.price-content table .table-width-3 {
  width: 30%;
}

.price-content table .table-width-4 {
  width: 60%;
}

.sc-new .p-newlist__item:hover .p-newlist__item__title a {
  color: var(--font-body-color);
  pointer-events: none;
}

.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .price-content .pattern__table table {
    min-width: auto;
  }
  .price-content .pattern__table table tbody th {
    white-space: wrap;
  }
  .price-content .pattern__table table th {
    font-size: 16px;
  }
  .pc-only {
    display: none;
  }
}
/* 色変更 */
:root {
  --primary: #333333;
  --primary-rgb: 51, 51, 51;
  /* --secondary: #cccccc;
  --secondary-rgb: 204, 204, 204; */
  --secondary: #a3acc2;
  --secondary-rgb: 163, 172, 194;
  --line-rgb: 51, 51, 51;
}

.sc-opening .p-box {
  /* background-color: #A3ACC2; */
  background-color: rgba(var(--secondary-rgb), 0.3);
}

/* 色変更ここまで */
.l-header__logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .l-header__logo {
    max-width: 150px;
  }
}
.price-content .pattern__table table tbody th {
  background-color: rgba(var(--secondary-rgb), 0.2);
}

.price-nav .service-list .c-item a {
  height: 100%;
}

.price-nav .service-list li {
  width: 25%;
}

@media (max-width: 767px) {
  .price-nav .service-list li {
    width: 50%;
  }
}
.sc-service .c-item.-fix .c-item__title a {
  margin-bottom: 10px;
}

.sc-service .c-item.-fix .c-item__thumb {
  margin-bottom: 20px;
}

.sc-service .c-item__title.c-item__title-margin a.stretched-link {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .sc-service .c-item__title.c-item__title-margin a.stretched-link {
    margin-bottom: 0;
  }
  .sc-service .c-item__title.c-item__title-margin a.stretched-link {
    margin-bottom: 10px;
  }
  .sc-service .c-item__title.c-item__title-margin-sp a.stretched-link {
    margin-bottom: 35px;
  }
}
#recruit .pattern__table table {
  width: 100%;
}

#recruit .pattern__table table th {
  width: 35%;
}

#recruit .pattern__table table td {
  width: 65%;
}

@media (max-width: 767px) {
  #recruit .pattern__table {
    overflow-x: hidden;
  }
  #recruit .pattern__table table {
    min-width: auto;
  }
}
.sc-new .p-newlist__item__title .wp-block-heading {
  font-size: 18px;
}

/* 240604院長・スタッフページに勉強会内容追加 */
.box-style__inner--staff:not(:last-of-type) {
  padding: 0;
}

.box-style .c-listnew__date-fix {
  width: 140px;
}

@media (max-width: 575px) {
  .box-style .c-listnew__date-fix {
    width: 120px;
  }
}
/* 240605トップページコンテンツ並び順変更 */
.sc-opening-fix {
  padding: 0;
}

/* 240614: トップページ ドクターズファイルバナー設置 */
.sc-doctorsfile-banner {
  padding-bottom: 40px;
}

.sc-doctorsfile-banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sc-doctorsfile-banner ul li img {
  width: 100%;
}

@media (max-width: 768px) {
  .sc-doctorsfile-banner ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 240703: インスタグラムアイコン設置 */
.box-info__btn-instagram {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
}

@media (min-width: 1200px) {
  .box-info__btn-instagram {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.container.drfile__bnr {
  max-width: 1362px;
  --container-width: 1300px;
  padding: 0;
  width: calc(100% - 140px);
}

@media (max-width: 768px) {
  .container.drfile__bnr {
    width: calc(100% - 80px);
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 10px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #323232;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
}

h2,
h3,
h4 {
  font-family: "Meiryo", sans-serif;
  color: #323232;
}

.l-mainContents .l-mv {
  background: #fff;
  width: 100%;
  height: 392px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .l-mainContents .l-mv {
    overflow: hidden;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv {
    margin-top: 156px;
    height: 344px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv {
    margin-top: 151px;
    height: 344px;
  }
}
.l-mainContents .l-mv__inner {
  margin: 0 auto;
  position: relative;
  height: 392px;
  background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/mv/mv-pc.png") no-repeat center/cover;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv__inner {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/mv/mv-tab.png") no-repeat center/cover;
    height: 344px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv__inner {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/mv/mv-sp.png") no-repeat center/cover;
    height: 344px;
  }
}
.l-mainContents .l-mv__inner img {
  margin: 0 auto;
  width: 100%;
  height: 392px;
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv__inner img {
    height: 344px;
  }
}
.l-mainContents .l-mv__inner .l-mv__text {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv__inner .l-mv__text {
    top: -24%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv__inner .l-mv__text {
    top: -24%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-mainContents .l-mv__inner .l-mv__text p {
  width: 534px;
  padding: 11px;
  letter-spacing: 0.05em;
  border-radius: 100vh;
  background: #f6beb6;
  font-size: 23px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv__inner .l-mv__text p {
    font-size: 21px;
    width: 477px;
    letter-spacing: 0em;
    padding: 4px 0 7px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv__inner .l-mv__text p {
    font-size: 15px;
    width: 78%;
    letter-spacing: 0.05em;
    padding: 10px 0 8px;
    line-height: 1.3;
  }
}
.l-mainContents .l-mv__inner .l-mv__text h1 {
  font-weight: 400;
  font-size: 56px;
  letter-spacing: 0.09em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv__inner .l-mv__text h1 {
    font-size: 48px;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv__inner .l-mv__text h1 {
    font-size: 36px;
    margin-top: 18px;
  }
}
.l-mainContents .l-mv .l-mv__info {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .l-mainContents .l-mv .l-mv__info {
    padding-top: 33px;
    top: 100%;
    left: 50%;
    width: 256px;
    height: 256px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv .l-mv__info {
    width: 190px;
    height: 190px;
    top: 60%;
    left: 37%;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 14px 0px 0 0px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv .l-mv__info {
    width: 200px;
    height: 200px;
    top: 67%;
    left: 32%;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 26px 1px 0 0;
    line-height: 1.6;
  }
}
.l-mainContents .l-mv .l-mv__info p {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Meiryo", sans-serif;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv .l-mv__info p:nth-child(1) {
    font-size: 18px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv .l-mv__info p:nth-child(1) {
    font-size: 17.5px;
    margin-top: -20px;
  }
}
.l-mainContents .l-mv .l-mv__info p:nth-child(2) {
  font-size: 24px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-mv .l-mv__info p:nth-child(2) {
    font-size: 23px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-mv .l-mv__info p:nth-child(2) {
    font-size: 22px;
  }
}

body,
.l-mainContents {
  position: relative;
  z-index: -1;
}

.l-mainContents .l-sec1 {
  background: #f6f7f7;
  position: relative;
  z-index: -2;
}
.l-mainContents .l-sec1::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 38%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 1100px) {
  .l-mainContents .l-sec1::before {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec1/bg-pc.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .l-sec1::before {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec1/bg-tab.png") no-repeat center/cover;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .l-sec1::before {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec1/bg-sp.png") no-repeat center/cover;
    width: 100%;
  }
}

.l-sec2 {
  background: #fff9e3;
}

.l-sec3 {
  padding: 89px 0 104px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-sec3 {
    padding: 91px 0 78px;
  }
}
@media screen and (max-width: 599px) {
  .l-sec3 {
    padding: 67px 0 72px;
  }
}

.l-sec4 {
  background: #fff;
  padding: 89px 0 20px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-sec4 {
    padding: 69px 0 39px;
  }
}
@media screen and (max-width: 599px) {
  .l-sec4 {
    padding: 65px 0 27px;
  }
}

.l-sec5 {
  background: #fff;
}
.l-sec5__inner {
  background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec5/bg-pc.png") no-repeat center center/cover;
  max-width: 80%;
  min-height: 592px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-sec5__inner {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec5/bg-tab.png") no-repeat center center/cover;
    max-width: none;
    min-height: 488px;
    width: 100vw;
  }
}
@media screen and (max-width: 599px) {
  .l-sec5__inner {
    background: url("https://kaga-test.tooth-care-directory.info/test/assets/image/sec5/bg-sp.png") no-repeat center center/cover;
    max-width: none;
    min-height: 576px;
    width: 100vw;
  }
}

.l-pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 3px 5%;
}
@media screen and (min-width: 1100px) {
  .l-pankuzu {
    margin: 10px 0 10px 16.8%;
  }
}
.l-pankuzu a {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  position: relative;
  letter-spacing: 0;
  margin-right: 10px;
}
.l-pankuzu a::before {
  content: "/ ";
  position: absolute;
  right: -26%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.l-pankuzu a:last-child {
  margin-right: 0;
}
.l-pankuzu a:last-child::before {
  content: none;
}

.l-mainContents {
  margin-top: 108px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents {
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents {
    padding-top: 20px;
  }
}

.l-mainContents .p-sec1 {
  max-width: 874px;
  margin: 0 auto;
  padding: 65px 20px 97px;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .p-sec1 {
    width: 50%;
    padding: 64px 22px 97px;
    margin: 0 46px 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1 {
    margin: 0 auto;
    padding: 77px 26px 75px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1__inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 23px 0px 30px;
  }
}
.l-mainContents .p-sec1__head {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .l-mainContents .p-sec1__head {
    width: 493px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .p-sec1__head {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1__head {
    width: 100%;
  }
}
.l-mainContents .p-sec1 h2 {
  font-size: 32px;
  margin-top: 3px;
  letter-spacing: 0.07em;
  margin-right: 13px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .p-sec1 h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin-right: -4px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1 h2 {
    font-size: 28px;
    line-height: 1.32;
    letter-spacing: 0.05em;
    margin-right: 0px;
    margin-top: 15px;
  }
}
.l-mainContents .p-sec1 h2 span {
  font-size: 48px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .p-sec1 h2 span {
    font-size: 43px;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1 h2 span {
    font-size: 36px;
    letter-spacing: 0.2em;
  }
}
.l-mainContents .p-sec1__text {
  font-size: 15px;
  margin-top: 44px;
  line-height: 2;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .l-mainContents .p-sec1__text {
    text-align: left;
    margin-top: 35px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-mainContents .p-sec1__text {
    font-size: 15px;
    margin-top: 34px;
    padding: 0 38px;
    line-height: 2;
    text-align: left;
  }
}
.l-mainContents .p-sec1__text p {
  letter-spacing: 0;
}
.l-mainContents .p-sec1__text p:nth-child(2) {
  margin-top: 14px;
}

.p-sec2 {
  padding: 86px 20px 100px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2 {
    padding: 44px 40px 79px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2 {
    padding: 62px 16px 60px;
  }
}
.p-sec2 h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2 h2 {
    font-size: 33px;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2 h2 {
    font-size: 30px;
    letter-spacing: -0.04em;
    line-height: 1.3;
  }
}
.p-sec2 > p {
  text-align: center;
  width: 826px;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 2;
  margin: 53px auto 0;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2 > p {
    width: 88%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2 > p {
    width: 95%;
    margin: 38px auto 0;
    text-align: left;
  }
}
.p-sec2__items {
  background: #fff;
  margin-top: 72px;
  padding-top: 53px;
  padding-bottom: 59px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__items {
    margin-top: 41px;
    padding-top: 46px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__items {
    margin-top: 46px;
    padding-top: 29px;
    padding-bottom: 34px;
  }
}
.p-sec2__item {
  width: 81%;
  margin: 0 auto;
  border-bottom: 1px solid rgb(136, 136, 136);
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item {
    width: 87%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 0 16px;
  }
}
.p-sec2__item:first-child {
  border-top: 1px solid rgb(136, 136, 136);
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(2) {
    padding: 27px 0 33px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(2) {
    padding: 13px 0 16px;
  }
}
.p-sec2__item:nth-child(3) {
  padding: 18px 0 22px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(3) {
    padding: 23px 0 22px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(3) {
    padding: 18px 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(3) p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(3) p:nth-child(1) {
    margin-bottom: 18px;
  }
}
.p-sec2__item:nth-child(3) p span {
  margin-top: 7px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(3) p span {
    margin-top: 13px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(3) p span {
    margin-top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(4) {
    padding: 21px 0 27px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(4) p:nth-child(1) {
    margin-bottom: 14px;
  }
}
.p-sec2__item:nth-child(5) {
  padding: 33px 0 24px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(5) {
    padding: 20px 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(5) {
    padding: 20px 0 21px;
  }
}
.p-sec2__item:nth-child(5) p span {
  margin-top: 4px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(5) p span {
    margin-top: 9px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(5) p span {
    margin-top: 0px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(5) p:nth-child(1) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(5) p:nth-child(2) {
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(5) p:nth-child(2) {
    line-height: 2;
  }
}
.p-sec2__item:nth-child(6) {
  padding: 24px 0 19px;
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(6) {
    padding: 17px 0 22px;
    text-align: center;
  }
  .p-sec2__item:nth-child(6) p:nth-child(1) {
    margin-bottom: 18px;
  }
}
.p-sec2__item .p-sec2__item-text p {
  display: block;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .p-sec2__item .p-sec2__item-text p {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item .p-sec2__item-text p:nth-child(1) {
    margin: 0 auto -4px;
  }
}
.p-sec2__item .p-sec2__item-text p:nth-child(2) {
  margin-top: 11px;
}
.p-sec2__item .p-sec2__item-text p:nth-child(3) {
  margin-top: 10px;
}
.p-sec2__item:nth-child(7) {
  padding: 35px 0 43px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) {
    padding: 24px 0 23px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) {
    padding: 19px 0 26px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) p:nth-child(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) p:nth-child(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 24px;
  }
}
.p-sec2__item:nth-child(7) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-left: 6px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) div {
    margin-left: -4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) div {
    margin-left: -4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-sec2__item:nth-child(7) div a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 12px;
  font-size: 32px;
  width: 344px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) div a {
    width: 304px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) div a {
    width: 304px;
  }
}
.p-sec2__item:nth-child(7) div a:nth-child(1) {
  margin-right: 20px;
  background: #a3acc2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 47px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) div a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 4px 0 11px 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) div a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 4px 0 16px 25px;
  }
}
.p-sec2__item:nth-child(7) div a:nth-child(1) img {
  width: 23px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.p-sec2__item:nth-child(7) div a:nth-child(2) {
  background: #000;
  padding: 10px 30px 15px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item:nth-child(7) div a:nth-child(2) {
    padding: 10px 30px 9px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item:nth-child(7) div a:nth-child(2) {
    padding: 10px 30px 9px;
  }
}
.p-sec2__item p {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .p-sec2__item p {
    text-align: center;
  }
}
.p-sec2__item p:nth-child(1) {
  width: 30%;
  text-align: center;
  padding-right: 41px;
  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;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec2__item p:nth-child(1) {
    width: 33%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec2__item p:nth-child(1) {
    width: 85%;
    padding-right: 0px;
    margin-bottom: 12px;
  }
}
.p-sec2__item p span {
  display: inline-block;
}
.p-sec2 .p-sec2__item-link-call,
.p-sec2 .p-sec2__item-link-web {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.p-sec2 .ff-Abel {
  font-family: "Abel", sans-serif;
}

.p-sec3 {
  max-width: 1574px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3 {
    padding: 0 25px;
  }
}
.p-sec3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sec3__item:nth-child(1) {
  margin-bottom: 5.1%;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item:nth-child(1) {
    margin-bottom: 9.1%;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item:nth-child(1) {
    margin-bottom: 14.1%;
  }
}
@media screen and (min-width: 1100px) {
  .p-sec3__item:nth-child(1) .p-sec3__item-img {
    margin-right: 7.4%;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text > p {
    margin: 6.5% 18.2% 0 0;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text > p:nth-of-type(2) {
    margin: 15px 18.2% 0 0;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item:nth-child(1) .p-sec3__item-img {
    margin-right: 5.6%;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -8px;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text > p {
    margin: 4.8% 2.2% 0 3px;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text > p:nth-of-type(2) {
    margin: 4.8% 2.2% 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-sec3__item:nth-child(1) .p-sec3__item-text > p:nth-of-type(2) {
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-sec3__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text {
    margin-right: 7.4%;
    margin-left: 8.2%;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text h3 {
    margin: 0.5% 0 0 0;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text > p {
    margin: 6.7% 0 0 0.2%;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text > p:nth-of-type(2) {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-img {
    width: 342px;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text {
    margin-right: 6%;
    margin-left: 0;
    margin-top: -1px;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text h3 {
    margin: 0.5% 0 0 0;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text > p {
    margin: 8% 0 0 0.2%;
  }
  .p-sec3__item:nth-child(2) .p-sec3__item-text > p:nth-of-type(2) {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .p-sec3__item:nth-child(2) .p-sec3__item-img {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 1100px) {
  .p-sec3__item-img {
    width: 50.0655%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item-img {
    width: 336px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .p-sec3__item-img {
    width: 50%;
  }
}
.p-sec3__item-text h3 {
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item-text h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item-text h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.p-sec3__item-text h3 span {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item-text h3 span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item-text h3 span {
    font-size: 16px;
    line-height: normal;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item-text img {
    margin-top: 20px;
    margin-bottom: 22px;
  }
}
.p-sec3__item-text > p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.005em;
}
.p-sec3__item-text .p-sec3__item-text-bottom {
  border: 1px solid rgb(217, 217, 217);
  padding: 9% 10.5% 8% 11.7%;
  position: relative;
  letter-spacing: -0.005em;
  margin: 11% 0 0 0;
  border-radius: 12px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item-text .p-sec3__item-text-bottom {
    padding: 10% 7.5% 8.5% 9.7%;
    margin: 13% 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item-text .p-sec3__item-text-bottom {
    padding: 9.8% 6.9% 8% 7.3%;
    margin: 14% 0 0 0;
  }
}
.p-sec3__item-text .p-sec3__item-text-bottom h4 {
  position: absolute;
  background: #fff;
  width: 80%;
  text-align: center;
  left: 50.2%;
  letter-spacing: 0em;
  top: 1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {
  .p-sec3__item-text .p-sec3__item-text-bottom h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec3__item-text .p-sec3__item-text-bottom h4 {
    font-size: 24px;
    top: -1%;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .p-sec3__item-text .p-sec3__item-text-bottom h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec3__item-text .p-sec3__item-text-bottom h4 {
    font-size: 24px;
  }
}
.p-sec3__item-text .p-sec3__item-text-bottom > p {
  font-size: 15px;
  line-height: 2;
}

.p-sec4 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4 {
    padding: 0 17px;
  }
}
.p-sec4 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 48px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4 h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4 h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 424px) {
  .p-sec4 h2 {
    font-size: 30px;
  }
}
.p-sec4 h2 span {
  font-size: 32px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4 h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4 h2 span {
    font-size: 23px;
  }
}
.p-sec4 > p {
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 32px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4 > p {
    margin-top: 36px;
    line-height: 1.8;
    padding: 0 23px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4 > p {
    margin-top: 40px;
    line-height: 1.8;
    padding: 0 2px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.p-sec4__inner {
  background: #fff;
  margin: 84px auto;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__inner {
    margin: 37px auto;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4__inner {
    margin: 43px auto;
  }
}
.p-sec4__items {
  max-width: 79.3%;
  margin: 0 auto;
  padding: 78px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1100px) {
  .p-sec4__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 39px 0 35px;
    gap: 40px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1100px) {
  .p-sec4__item {
    width: calc(50% - 76px);
    margin-right: 152px;
    margin-top: 152px;
  }
  .p-sec4__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-sec4__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__item {
    width: calc(50% - 32.5px);
    margin-right: 65px;
    margin-top: 65px;
  }
  .p-sec4__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-sec4__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4__item {
    margin-top: 45px;
  }
  .p-sec4__item:first-child {
    margin-top: 0;
  }
}
.p-sec4__item-img {
  margin-bottom: 38px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__item-img {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4__item-img {
    margin-bottom: 14px;
    margin-top: 22px;
  }
}
.p-sec4__item-title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__item-title {
    font-size: 2vw;
    height: 5.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-sec4__item-title {
    font-size: min(2vw, 23px);
    height: min(60px, 5.5vw);
  }
}
.p-sec4__item-cap {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-sec4__item-text {
  line-height: 2;
  font-size: 15px;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px) {
  .p-sec4__item-text {
    text-align: left;
  }
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec4__item-text {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .p-sec4__item-text {
    text-align: left;
    letter-spacing: 0.09em;
  }
}

.p-sec5 {
  width: 83.336%;
  background: rgba(255, 255, 255, 0.8);
  margin: 4px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 71px 0 87px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 {
    margin: 80px auto;
    padding: 54px 0 57px;
    width: 89.336%;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 {
    margin: 74px auto 88px;
    padding: 53px 0 40px;
    width: 91.336%;
  }
}
.p-sec5 h2 {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.p-sec5 h2 span {
  font-size: 32px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 h2 span {
    font-size: 24px;
  }
}
.p-sec5 p {
  font-size: 15px;
  margin: 0 auto;
  max-width: 69%;
  text-align: center;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 p {
    max-width: 88.3%;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 p {
    max-width: 88.3%;
    text-align: left;
    letter-spacing: 0;
    line-height: 2;
  }
}
.p-sec5 p:nth-of-type(1) {
  margin-top: 38px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 p:nth-of-type(1) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 p:nth-of-type(1) {
    margin-top: 32px;
    max-width: 81.3%;
  }
}
.p-sec5 p:nth-of-type(2) {
  margin-top: 25px;
}
@media screen and (max-width: 1099px) and (min-width: 600px) {
  .p-sec5 p:nth-of-type(2) {
    margin-top: 17px;
  }
}
@media screen and (max-width: 599px) {
  .p-sec5 p:nth-of-type(2) {
    margin-top: 14px;
    max-width: 80.3%;
  }
}

@media screen and (min-width: 1100px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1099px) and (min-width: 600px) {
  .u-hidden-tab {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-hidden-sp {
    display: none !important;
  }
}