@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

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

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

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

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

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

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

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

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

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

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

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

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

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

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #222222;
  transition: 0.5s;
}
a:hover {
  opacity: 0.4;
}
a:hover img {
  opacity: 0.4;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width:767px) {
  a[href*="tel:"] {
    pointer-events: all;
    cursor: pointer;
    text-decoration: none;
  }
}

img {
  height: auto;
  display: block;
}

.l-header {
  position: relative;
}
.l-header__wrapper {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 8px 24px;
  z-index: 3;
}
.l-header__inner {
  margin: auto;
}
.l-header__logo {
  width: 240px;
  line-height: 0;
  margin-bottom: 0;
  margin: auto;
}
.l-header__logo a {
  line-height: 0;
}
.l-header__logo a img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .l-header__logo {
    max-width: 160px;
  }
}
.l-header__nav {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .l-header__nav {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.l-header__nav.UpAnime {
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header__nav.DownAnime {
  animation: DownAnime 0.8s forwards;
  pointer-events: none;
}
@keyframes DownAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.l-header__nav-button {
  display: flex;
  gap: 16px;
}
@media screen and (max-width:767px) {
  .l-header__nav-button {
    gap: 0;
  }
}
.l-header__nav-button .button {
  display: block;
  width: 100%;
  padding: 16px 16px;
  background-color: #52AB4A;
  border-radius: 10px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .l-header__nav-button .button {
    width: 50%;
    border-radius: 0;
    padding: 12px 12px;
  }
}
.l-header__nav-button .button .text {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.l-header__nav-button .button .text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .l-header__nav-button .button .text {
    margin-bottom: 8px;
  }
}
.l-header__nav-button .button .tel {
  display: block;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.l-header__nav-button .button .tel:before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  background-image: url(../img/common/tel-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 62%;
  left: calc(50% - 24px);
  transform: translate(-50%, -50%);
}
.l-header__nav-button .button .number {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
}
.l-header__nav-button .button .strong {
  font-weight: 700;
}
.l-header__nav-button .nav-hp {
  background-color: #e8d348;
  color: #222222;
}

.l-footer {
  background-color: #52AB4A;
  padding: 60px 12px 30px;
}
@media screen and (max-width:767px) {
  .l-footer {
    padding: 30px 12px 24px;
    padding-bottom: 90px;
  }
}
.l-footer__medical-hours-title {
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-footer__medical-hours-table {
  margin: auto;
  margin-bottom: 24px;
  border: 4px solid #ffffff;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-table {
    border: 2px solid #ffffff;
    border-radius: 10px;
  }
}
.l-footer__medical-hours-table th,
.l-footer__medical-hours-table td {
  font-size: 2rem;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border-bottom: 3px solid #ffffff;
  /*一括指定せず、border-bottomのみ*/
  border-left: 3px solid #ffffff;
  vertical-align: middle;
  line-height: 1.3;
}
.l-footer__medical-hours-table th .br,
.l-footer__medical-hours-table td .br {
  display: none;
}
.l-footer__medical-hours-table th:first-child,
.l-footer__medical-hours-table td:first-child {
  border-left: none;
}
@media screen and (max-width:1024px) {
  .l-footer__medical-hours-table th,
  .l-footer__medical-hours-table td {
    padding: 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-table th,
  .l-footer__medical-hours-table td {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 4px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
  .l-footer__medical-hours-table th .br,
  .l-footer__medical-hours-table td .br {
    display: block;
  }
}
.l-footer__medical-hours-table tr:last-child th,
.l-footer__medical-hours-table tr:last-child td {
  border-bottom: none;
}
.l-footer__medical-hours-table .border-none {
  border-bottom: none;
}
.l-footer__medical-hours-table .open {
  position: relative;
}
.l-footer__medical-hours-table .open:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1024px) {
  .l-footer__medical-hours-table .open:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-table .open:before {
    width: 10px;
    height: 10px;
  }
}
.l-footer__medical-hours-table .close {
  position: relative;
}
.l-footer__medical-hours-table .close:before {
  content: "";
  width: 24px;
  height: 5px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1024px) {
  .l-footer__medical-hours-table .close:before {
    width: 18px;
    height: 4px;
  }
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-table .close:before {
    width: 10px;
    height: 3px;
  }
}
.l-footer__medical-hours-table .triangle {
  position: relative;
}
.l-footer__medical-hours-table .triangle:before {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 25px / 2);
  width: 25px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width:1024px) {
  .l-footer__medical-hours-table .triangle:before {
    width: 20px;
    height: calc(tan(60deg) * 20px / 2);
  }
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-table .triangle:before {
    width: 11px;
    height: calc(tan(60deg) * 11px / 2);
  }
}
.l-footer__medical-hours-text {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.l-footer__medical-hours-text p {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .l-footer__medical-hours-text p {
    font-size: 1.4rem;
  }
}
.l-footer__medical-hours-text .triangle {
  position: relative;
}
.l-footer__medical-hours-text .triangle:before {
  content: "";
  display: inline-block;
  background: #ffffff;
  height: calc(tan(60deg) * 16px / 2);
  width: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.l-footer__content p {
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .l-footer__content p {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.l-footer__address {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .l-footer__address {
    font-size: 1.8rem;
  }
}
.l-footer__copyright {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-weight: 500;
}

.index .p-kv {
  position: relative;
  margin-top: 60px;
}
.index .p-kv__copy {
  width: 50%;
  position: absolute;
  right: 8%;
  top: 10%;
}
.index .p-kv__copy img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-kv__copy {
    margin-top: 0px;
    width: 65%;
    right: 3%;
  }
}
.index .p-kv__image img {
  width: 100%;
  height: calc(100vh - 90px);
  object-fit: cover;
}
@media screen and (max-width:1280px) {
  .index .p-kv__image img {
    height: 70vh;
  }
}
@media screen and (max-width:1024px) {
  .index .p-kv__image img {
    height: 45vh;
  }
}
@media screen and (max-width:767px) {
  .index .p-kv__image img {
    height: 40vh;
  }
}
@media screen and (max-width:520px) {
  .index .p-kv__image img {
    height: 30vh;
  }
}
.index .p-kv .scrolldown {
  position: absolute;
  bottom: 2%;
  left: 50%;
  z-index: 2;
  transform: translate(0, -50%);
}
@media screen and (max-width:1024px) {
  .index .p-kv .scrolldown {
    display: none;
  }
}
.index .p-kv .scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform: translate(calc(-50% + 1px), 0px);
  background-image: url(../img/common/triangle_green.svg);
  /*丸の形状*/
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.index .p-kv .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 80px;
  background: #53350D;
}
@media screen and (max-width:1024px) {
  .index .p-kv .scrolldown {
    bottom: 5%;
  }
  .index .p-kv .scrolldown span {
    bottom: -20px;
  }
  .index .p-kv .scrolldown:after {
    height: max(7vw, 50px);
  }
  @keyframes circlemove {
    0% {
      bottom: max(7vw, 50px);
    }
    100% {
      bottom: -5px;
    }
  }
}

.index .p-about__title {
  background-color: #e4f6e2;
  position: relative;
  padding: 80px 24px 60px;
}
.index .p-about__title:after {
  content: "";
  background-color: #e4f6e2;
  display: block;
  width: 100%;
  height: 100px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, 0px);
}
.index .p-about__title h2 {
  max-width: 500px;
  margin: auto;
}
.index .p-about__title h2 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .p-about__title {
    padding: 40px 24px 20px;
  }
  .index .p-about__title h2 {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__title h2 {
    max-width: 100%;
    width: 70%;
  }
}
.index .p-about__main {
  background-image: url(../img/index/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 24px 80px;
  margin-top: -30px;
}
@media screen and (max-width:767px) {
  .index .p-about__main {
    padding: 100px 24px 40px;
  }
}
.index .p-about__main-title {
  font-size: 4.2rem;
  text-align: center;
  color: #52AB4A;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .index .p-about__main-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.index .p-about__main-wrapper {
  max-width: 1180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
  .index .p-about__main-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__main-wrapper {
    margin-bottom: 60px;
  }
}
.index .p-about__main-image {
  width: 30%;
}
.index .p-about__main-image img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .p-about__main-image {
    width: 80%;
    margin: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__main-image {
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
  }
}
.index .p-about__main-text {
  width: 66%;
}
.index .p-about__main-text h4 {
  background-color: #52AB4A;
  font-size: 2.4rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.index .p-about__main-text p {
  line-height: 1.8;
  color: #707070;
}
@media screen and (max-width:1024px) {
  .index .p-about__main-text {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__main-text {
    width: 100%;
    margin: auto;
  }
  .index .p-about__main-text h4 {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
}
.index .p-about__sub-title {
  font-size: 2.4rem;
  color: #707070;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.index .p-about__sub-title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url(../img/common/decoration_teeth.svg);
  background-size: cover;
  margin-right: 6px;
}
@media screen and (max-width:767px) {
  .index .p-about__sub-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .index .p-about__sub-title:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(../img/common/decoration_teeth.svg);
    margin-right: 6px;
  }
}
.index .p-about__sub-list {
  max-width: 870px;
  margin: auto;
  color: #707070;
}
.index .p-about__sub-list li {
  margin-bottom: 20px;
  line-height: 1.4;
  margin-left: 28px;
  position: relative;
}
.index .p-about__sub-list li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/list-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
  top: 2px;
}
@media screen and (max-width:1024px) {
  .index .p-about__sub-list {
    max-width: 100%;
    width: 70%;
  }
}
@media screen and (max-width:767px) {
  .index .p-about__sub-list {
    max-width: 100%;
    width: 100%;
  }
}

.index .p-mirai {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .index .p-mirai {
    margin-bottom: 80px;
  }
}
.index .p-mirai__action {
  background-image: url(../img/index/mirai-action_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 24px;
  padding-top: 50px;
}
@media screen and (max-width:767px) {
  .index .p-mirai__action {
    background-image: url(../img/index/mirai-action_bg-sp.png);
  }
}
.index .p-mirai__action-text {
  max-width: 1020px;
  margin: auto;
  margin-bottom: 36px;
}
.index .p-mirai__action-text img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-mirai__action-text {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:520px) {
  .index .p-mirai__action-text {
    width: 100%;
  }
}
.index .p-mirai__action-image {
  max-width: 1020px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .index .p-mirai__action-image {
    width: 80%;
  }
}
@media screen and (max-width:520px) {
  .index .p-mirai__action-image {
    width: 100%;
  }
}
.index .p-mirai__action-image img {
  width: 100%;
}
.index .p-mirai__end {
  background-image: url(../img/index/mirai-end_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .index .p-mirai__end {
    margin-top: 16px;
  }
}
.index .p-mirai__end-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  max-width: 1050px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .index .p-mirai__end-wrapper {
    display: block;
  }
}
.index .p-mirai__end-text {
  max-width: 700px;
  margin: auto;
  margin-top: 5%;
}
.index .p-mirai__end-text img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-mirai__end-text {
    width: 80%;
  }
}
@media screen and (max-width:520px) {
  .index .p-mirai__end-text {
    width: 100%;
  }
}
.index .p-mirai__end-image {
  max-width: 480px;
}
.index .p-mirai__end-image img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-mirai__end-image {
    max-width: 100%;
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width:520px) {
  .index .p-mirai__end-image {
    width: 70%;
  }
}

.index .p-reserve {
  margin-bottom: 200px;
}
@media screen and (max-width:767px) {
  .index .p-reserve {
    margin-bottom: 80px;
  }
}
.index .p-reserve__action {
  background-image: url(../img/index/reserve_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 24px 0;
  margin-bottom: 100px;
}
.index .p-reserve__action p {
  max-width: 740px;
  margin: auto;
}
.index .p-reserve__action img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .p-reserve__action {
    padding: 60px 24px 0;
    margin-bottom: 60px;
  }
  .index .p-reserve__action p {
    max-width: 100%;
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  .index .p-reserve__action p {
    width: 100%;
  }
}
.index .p-reserve__main {
  padding: 0 24px;
}
.index .p-reserve__step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 50px;
}
.index .p-reserve__step li {
  border: 2px solid #52AB4A;
  width: 350px;
  height: 340px;
  position: relative;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step li {
    width: 240px;
    height: 230px;
  }
}
.index .p-reserve__step .step {
  font-size: 2.8rem;
  color: #52AB4A;
  background-color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 18px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .step {
    font-size: 2rem;
    padding: 0 16px;
  }
}
.index .p-reserve__step .number {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: sub;
  margin-left: 8px;
}
.index .p-reserve__step .number img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .number {
    width: 21px;
    height: 21px;
    margin-left: 6px;
  }
}
.index .p-reserve__step .image {
  max-width: 300px;
}
.index .p-reserve__step .image img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .image {
    max-width: 80%;
  }
}
.index .p-reserve__step .step-text {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .step-text {
    height: 50px;
  }
}
.index .p-reserve__step .mt10 {
  margin-top: 10px;
}
.index .p-reserve__step .title {
  font-size: 2.4rem;
  color: #52AB4A;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .title {
    font-size: 1.6rem;
  }
}
.index .p-reserve__step .sub-title {
  font-size: 1.8rem;
  color: #52AB4A;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
.index .p-reserve__step .sub-title a {
  display: block;
  max-width: 200px;
  margin: auto;
  color: #ffffff;
  background-color: #52AB4A;
  padding: 6px 16px;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .index .p-reserve__step .sub-title {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  .index .p-reserve__step .sub-title a {
    max-width: 180px;
    margin-bottom: 0px;
  }
}

.index .p-qa {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .index .p-qa {
    margin-bottom: 80px;
  }
}
.index .p-qa__action {
  background-image: url(../img/index/qa_action_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  padding: 0 24px;
}
.index .p-qa__action-image {
  max-width: 740px;
  margin: auto;
}
.index .p-qa__action-image img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .p-qa__action-image {
    width: 80%;
  }
}
@media screen and (max-width:520px) {
  .index .p-qa__action-image {
    width: 100%;
  }
}
.index .p-qa__wrapper {
  max-width: 1080px;
  margin: auto;
  padding: 0 24px;
}
@media screen and (max-width:767px) {
  .index .p-qa__wrapper {
    margin-bottom: 60px;
  }
}
.index .p-qa__content {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.index .p-qa__content picture {
  width: 100%;
}
.index .p-qa__content img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index .p-qa__content {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
  .index .p-qa__content:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:520px) {
  .index .p-qa__content {
    width: 100%;
  }
}
.index .p-qa__content-left {
  justify-content: right;
  max-width: 860px;
}
@media screen and (max-width:767px) {
  .index .p-qa__content-left {
    justify-content: center;
    max-width: 100%;
  }
}
.index .p-qa__content-right {
  justify-content: right;
  max-width: 980px;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .index .p-qa__content-right {
    justify-content: center;
    max-width: 100%;
    margin: auto;
  }
}

.index .p-price {
  position: relative;
  margin-bottom: 150px;
  padding: 0 24px;
}
@media screen and (max-width:767px) {
  .index .p-price {
    margin-bottom: 100px;
  }
}
.index .p-price .c-h2-style {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .index .p-price .c-h2-style {
    margin-bottom: 20px;
  }
}
.index .p-price h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 48px;
}
.index .p-price h3:before, .index .p-price h3:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/decoration_teeth.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 24px;
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .index .p-price h3 {
    font-size: 1.8rem;
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .index .p-price h3:before, .index .p-price h3:after {
    content: "";
    width: 14px;
    height: 16px;
    margin: 0 10px;
  }
}
.index .p-price h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #52AB4A;
  color: #FFF;
  max-width: 980px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .index .p-price h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.index .p-price h5 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .index .p-price h5 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}
.index .p-price table {
  max-width: 980px;
  display: block;
}
.index .p-price tbody,
.index .p-price tr {
  display: block;
  width: 100%;
}
.index .p-price__adult {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .index .p-price__adult {
    margin-bottom: 40px;
  }
}
.index .p-price__child {
  margin-bottom: 60px;
}
.index .p-price__table-01 {
  border: 5px solid #52AB4A;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 {
    border-radius: 14px;
    margin-bottom: 20px;
  }
}
.index .p-price__table-01 th,
.index .p-price__table-01 td {
  display: inline-flex;
  align-items: center;
  width: 49%;
  height: auto;
  vertical-align: middle;
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 th,
  .index .p-price__table-01 td {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.index .p-price__table-01 th {
  font-size: 2.4rem;
  background-color: #52AB4A;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px 0 0px 10px;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 th {
    font-size: 1.6rem;
    border-radius: 8px 8px 0px 0px;
  }
}
.index .p-price__table-01 td {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 48px;
  border-radius: 10px 0 0px 10px;
}
@media screen and (max-width:1024px) {
  .index .p-price__table-01 td {
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 td {
    font-size: 2rem;
    padding: 0;
    height: 70px;
    border-radius: 0 0 8px 8px;
  }
}
.index .p-price__table-01 .inspection th {
  height: 140px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .inspection th {
    height: 100px;
  }
}
.index .p-price__table-01 .inspection td {
  height: 140px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .inspection td {
    align-items: center;
  }
}
.index .p-price__table-01 .inspection td p {
  margin-bottom: 10px;
}
.index .p-price__table-01 .inspection td .small {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .inspection td .small:last-child {
    margin-bottom: 0;
  }
}
.index .p-price__table-01 .treatment th {
  height: 600px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .treatment th {
    height: 72px;
  }
}
.index .p-price__table-01 .treatment td {
  height: 600px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .treatment td {
    align-items: center;
    text-align: center;
    height: auto;
    padding: 32px 12px;
  }
}
.index .p-price__table-01 .treatment td .attention {
  color: #52AB4A;
  font-weight: 700;
}
.index .p-price__table-01 .treatment td p {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .treatment td p {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.index .p-price__table-01 .treatment td .small {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .treatment td .small {
    font-size: 1.4rem;
  }
}
.index .p-price__table-01 .treatment td .strong {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 18px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-01 .treatment td .strong {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.index .p-price__adult-wrapper {
  margin-bottom: 60px;
}
.index .p-price__adult-inner {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .index .p-price__adult-inner {
    flex-direction: column;
  }
}
.index .p-price__adult-inner .table-02-box {
  width: 45%;
}
@media screen and (max-width:767px) {
  .index .p-price__adult-inner .table-02-box {
    width: 100%;
  }
}
.index .p-price__child-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .index .p-price__child-wrapper {
    flex-direction: column;
  }
}
.index .p-price__child-wrapper table {
  width: 29%;
}
@media screen and (max-width:767px) {
  .index .p-price__child-wrapper table {
    width: 100%;
  }
}
.index .p-price__table-02 {
  border: 5px solid #52AB4A;
  border-radius: 20px;
  margin: 0;
}
@media screen and (max-width:1024px) {
  .index .p-price__table-02 {
    border-radius: 14px;
  }
}
.index .p-price__table-02 tr {
  border-bottom: 5px solid #52AB4A;
}
.index .p-price__table-02 tr:last-child {
  border-bottom: none;
}
.index .p-price__table-02 th,
.index .p-price__table-02 td {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.index .p-price__table-02 th .br,
.index .p-price__table-02 td .br {
  display: none;
}
@media screen and (max-width:1024px) {
  .index .p-price__table-02 th,
  .index .p-price__table-02 td {
    font-size: 1.8rem;
    height: 100px;
  }
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 th,
  .index .p-price__table-02 td {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 64px;
    font-size: 1.8rem;
  }
  .index .p-price__table-02 th .br,
  .index .p-price__table-02 td .br {
    display: block;
  }
}
.index .p-price__table-02 th {
  line-height: 1.4;
}
.index .p-price__table-02 th p {
  margin: 14px 0;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 th {
    border-right: none;
    padding: 0 12px;
    border-bottom: 2px dashed #52AB4A;
    color: #52AB4A;
    background-color: #e4f6e2;
  }
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 td {
    padding: 0 12px;
    height: 60px;
  }
}
.index .p-price__table-02 .ttl {
  background-color: #52AB4A;
  color: #ffffff;
  padding: 20px 0 20px;
  display: block;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  height: auto;
}
@media screen and (max-width:1024px) {
  .index .p-price__table-02 .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 .ttl {
    font-size: 1.6rem;
    padding: 0px 12px 0px;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.index .p-price__table-02 .ttl .small {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 .ttl .small {
    font-size: 1.4rem;
  }
}
.index .p-price__table-02 .ttl span {
  border-bottom: 4px solid;
}
.index .p-price__table-02 .full-lingual th {
  align-items: flex-start;
  height: 240px;
  padding-top: 32px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 .full-lingual th {
    height: 60px;
    padding: 0 12px;
    align-items: center;
  }
}
.index .p-price__table-02 .full-lingual td {
  flex-direction: column;
  align-items: flex-start;
  height: 240px;
  padding-top: 32px;
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 .full-lingual td {
    align-items: center;
    justify-content: center;
    height: 160px;
    padding-top: 0px;
  }
}
.index .p-price__table-02 .full-lingual p {
  margin-bottom: 14px;
}
.index .p-price__table-02 .full-lingual .small {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}
.index .p-price__table-02 .full-lingual .small:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .index .p-price__table-02 .full-lingual .small {
    font-size: 1.4rem;
  }
}
.index .p-price__adult-note {
  max-width: 980px;
  margin: auto;
}
.index .p-price__adult-note p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.index .p-price__adult-note p span {
  color: #52AB4A;
}
@media screen and (max-width:767px) {
  .index .p-price__adult-note p {
    font-size: 1.4rem;
  }
  .index .p-price__adult-note p span {
    font-size: 1.6rem;
  }
}
.index .p-price__child-note {
  max-width: 980px;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.index .p-price__child-note span {
  color: #52AB4A;
}
@media screen and (max-width:767px) {
  .index .p-price__child-note {
    font-size: 1.4rem;
  }
  .index .p-price__child-note span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.index .p-price__others-note {
  max-width: 980px;
  margin: auto;
}
.index .p-price__others-note h3 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  font-weight: 700;
}
.index .p-price__others-note h3:before, .index .p-price__others-note h3:after {
  display: none;
}
@media screen and (max-width:767px) {
  .index .p-price__others-note h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.index .p-price__others-note ul {
  list-style: disc;
  margin-left: 1em;
}
.index .p-price__others-note ul li {
  margin-bottom: 1em;
  line-height: 1.4;
}
.index .p-price__others-note ul li::marker {
  color: #52AB4A;
}
.index .p-price__others-note p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .index .p-price__others-note p {
    font-size: 1.4rem;
  }
}
.index .p-price .plus {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 40px auto;
}
@media screen and (max-width:767px) {
  .index .p-price .plus {
    width: 30px;
    height: 30px;
    margin: 20px auto;
  }
}
.index .p-price .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10px;
  background: #52AB4A;
  transform: translateX(-50%);
}
.index .p-price .plus:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #52AB4A;
  width: 100%;
  height: 10px;
  transform: translateX(-50%) rotate(90deg);
}
.index .p-price .or {
  font-size: 3.4rem;
  vertical-align: middle;
  font-weight: 700;
  color: #52AB4A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .index .p-price .or {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .index .p-price .or {
    font-size: 2.4rem;
    margin: 20px 0;
  }
}

.lower .p-error {
  margin-bottom: 150px;
}
.lower .p-error__button a {
  display: block;
  background-color: #52AB4A;
  padding: 24px;
  max-width: 200px;
  margin: auto;
  border-radius: 10px;
  color: #ffffff;
}
.lower .p-error__content {
  text-align: center;
  line-height: 2;
  padding: 100px 24px 40px;
}
.lower .p-error__text {
  margin-bottom: 40px;
}

.c-button {
  text-align: center;
}
.c-button a {
  padding: 18px 0px;
  background-color: #e8d348;
  border-radius: 100px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: auto;
  font-weight: 500;
}
.c-button a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow.svg);
  width: 7px;
  height: 11px;
  margin-left: 14px;
}
@media screen and (max-width:767px) {
  .c-button a {
    padding: 16px 0;
    max-width: 240px;
  }
}

.c-h2-style {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 70px;
}
.c-h2-style:after {
  content: "";
  display: block;
  background-color: #52AB4A;
  width: 32px;
  height: 7px;
  border-radius: 100px;
  margin: auto;
  margin-top: 8px;
}
.c-h2-style .small {
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .c-h2-style {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .c-h2-style .small {
    font-size: 1.4rem;
  }
  .c-h2-style:after {
    content: "";
    width: 24px;
    height: 4px;
  }
}

.c-sab-text {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .c-sab-text {
    font-size: 1.4rem;
  }
}

.c-loading {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-loading__logo {
  max-width: 200px;
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: logoRotate 1.5s linear infinite;
}
@keyframes logoRotate {
  0%, 100% {
    transform: rotate(5deg) translate(-50%, -50%);
  }
  50% {
    transform: rotate(-5deg) translate(-50%, -50%);
  }
}
.c-loading__logo img {
  width: 100%;
}

.c-loaded {
  opacity: 1;
  animation: loaded 1s ease-in-out both;
}
@keyframes loaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.c-fade-in {
  opacity: 1;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}

.c-fade-in-up {
  transform: translate(0, 50px);
}

.c-scroll-in {
  opacity: 0;
  transform: translate(0, 0);
}

.pd {
  padding-left: 24px;
  padding-right: 24px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}
/*# sourceMappingURL=style.css.map */