@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #3B4043;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

strong {
  font-weight: bold;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus:placeholder,
input[type=email]:focus:placeholder,
input[type=mail]:focus:placeholder,
input[type=tel]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-webkit-input-placeholder,
input[type=email]:focus:focus::-webkit-input-placeholder,
input[type=mail]:focus:focus::-webkit-input-placeholder,
input[type=tel]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus:-moz-placeholder,
input[type=email]:focus:focus:-moz-placeholder,
input[type=mail]:focus:focus:-moz-placeholder,
input[type=tel]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-moz-placeholder,
input[type=email]:focus:focus::-moz-placeholder,
input[type=mail]:focus:focus::-moz-placeholder,
input[type=tel]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

input[type=radio] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 1060px) {
  #header {
    position: static;
  }
}
#header .header-inner {
  position: relative;
  width: 100%;
  height: 0;
}
#header .header-inner:not(.top) {
  position: fixed;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  width: calc(100% - 66px);
  height: auto;
  padding: 10px 12px 10px 37px;
  border: 1px solid #E8E8E8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  pointer-events: auto;
}
@media screen and (max-width: 1060px) {
  #header .header-inner:not(.top) {
    display: none;
  }
}
#header .header-inner.top .logo {
  position: fixed;
  top: 63px;
  left: 90px;
  width: 99px;
  pointer-events: auto;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  #header .header-inner.top .logo {
    z-index: 99;
    top: 10px;
    left: 15px;
    width: 177px;
  }
}
#header .header-inner.top .logo a {
  display: block;
}
#header .header-inner.top .logo picture {
  display: block;
}
#header .header-inner.top .logo img {
  width: 100%;
  height: auto;
}
#header:not(.top) .logo {
  pointer-events: auto;
}
#header:not(.top) .logo a {
  display: block;
}
#header:not(.top) .logo img {
  width: auto;
  height: 44.69px;
}
@media screen and (max-width: 1439px) {
  #header:not(.top) .logo img {
    height: 36px;
  }
}
#header .header-inner.top .header-nav {
  position: fixed;
  top: 26px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  padding: 10px 12px 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 10px 30px rgba(61, 99, 85, 0.08);
          box-shadow: 0 10px 30px rgba(61, 99, 85, 0.08);
  pointer-events: auto;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  #header .header-inner.top .header-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1060px) {
  #header .header-inner.top .header-nav {
    display: none;
  }
}
#header .header-inner:not(.top) .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
}
@media screen and (max-width: 1439px) {
  #header .header-inner:not(.top) .header-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1060px) {
  #header .header-inner:not(.top) .header-nav {
    display: none;
  }
}
#header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1060px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
@media screen and (max-width: 1439px) {
  #header .gnav .gnav-list {
    gap: 20px;
  }
}
#header .gnav .gnav-list li {
  position: relative;
  line-height: 1;
}
#header .gnav .gnav-list li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #3B4043;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  #header .gnav .gnav-list li a {
    font-size: 1.25rem;
  }
}
#header .gnav .gnav-list li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header .gnav .gnav-list li a:hover {
  color: #E39300;
  opacity: 1;
}
#header .gnav .gnav-list li.has-submenu {
  padding: 15px 15px;
  margin: -15px -15px;
}
#header .gnav .gnav-list li.has-submenu:hover > a {
  z-index: 12;
}
#header .gnav .gnav-list li.has-submenu:hover > a::after {
  background-color: #E39300;
}
#header .gnav .gnav-list li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#header .gnav .submenu {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 100%;
  min-width: 140px;
  padding-top: 55px;
  background: #FFFBF4;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 7px rgba(227, 147, 0, 0.5);
          box-shadow: 0px 0px 7px rgba(227, 147, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
#header .gnav .submenu li {
  padding: 0 10px;
}
#header .gnav .submenu li:first-child {
  padding-top: 0;
}
#header .gnav .submenu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#header .gnav .submenu li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #DF7E00;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  border-top: 1px dashed #3B4043;
  white-space: normal;
  gap: 0;
  line-height: 1.3;
}
#header .gnav .submenu li a::after {
  display: none;
}
#header .gnav .submenu li a:hover {
  color: #DF7E00;
  opacity: 0.8;
}
#header .gnav .submenu li a span {
  display: inline-block;
}
#header .btn-reserve {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#48c5e7), to(#1dccab));
  background: linear-gradient(to right, #48c5e7 0%, #1dccab 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1060px) {
  #header .btn-reserve {
    display: none;
  }
}
#header .btn-reserve::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/icon_calender.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#header .btn-reserve::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#header .btn-reserve:hover {
  background-position: right center;
  opacity: 1;
}
#header .btn-reserve .icon {
  display: none;
}
#header .menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 64px;
  padding: 0;
  border: 0;
  background: #717171;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1002;
}
@media screen and (max-width: 1060px) {
  #header .menu-trigger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#header .menu-trigger span:not(.txt) {
  display: block;
  width: 22px;
  height: 1.5px;
  margin-top: 5px;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
#header .menu-trigger span:not(.txt):first-child {
  margin-top: 0;
}
#header .menu-trigger .txt {
  display: block;
  width: auto;
  height: auto;
  margin-top: 6px;
  background: none;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Average Sans", sans-serif;
}
#header .menu-trigger.is-active span:nth-child(1) {
  -webkit-transform: translateY(6.5px) rotate(33deg);
          transform: translateY(6.5px) rotate(33deg);
}
#header .menu-trigger.is-active span:nth-child(2) {
  opacity: 0;
}
#header .menu-trigger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-33deg);
          transform: translateY(-6.5px) rotate(-33deg);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100dvh;
  padding: 67px 15px 80px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  z-index: 1001;
}
@media screen and (max-width: 1060px) {
  .drawer {
    display: block;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, -webkit-filter 0.35s ease;
    transition: opacity 0.35s ease, -webkit-filter 0.35s ease;
    transition: opacity 0.35s ease, filter 0.35s ease;
    transition: opacity 0.35s ease, filter 0.35s ease, -webkit-filter 0.35s ease;
  }
  .drawer.is-open {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    pointer-events: auto;
  }
}
.drawer .drawer-logo {
  position: absolute;
  top: 10px;
  left: 15px;
}
.drawer .drawer-logo img {
  width: 177px;
  height: auto;
}
.drawer .drawer-nav {
  padding: 0;
}
.drawer .drawer-list {
  border-top: 1px dotted #BDB8AE;
}
.drawer .drawer-list li a {
  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;
  position: relative;
  padding: 18px 16px;
  color: #3B4043;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 1px dotted #BDB8AE;
}
.drawer .drawer-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer .drawer-list li.has-submenu .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer .drawer-list li.has-submenu .submenu li a {
  padding: 15px 16px 15px 36px;
  font-size: 1.3rem;
  color: #3B4043;
}
.drawer .drawer-list li.has-submenu .submenu li a::after {
  background-color: #DF7E00;
}
.drawer .drawer-sub {
  margin-top: 41px;
  padding-left: 18px;
}
.drawer .drawer-sub li {
  position: relative;
  margin-top: 12px;
  padding-left: 17px;
}
.drawer .drawer-sub li:first-child {
  margin-top: 0;
}
.drawer .drawer-sub li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E39300;
}
.drawer .drawer-sub li a {
  color: #3B4043;
  font-size: 1.5rem;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.drawer .drawer-contact {
  margin-top: 52px;
  padding: 20px 18px 22px;
  border-radius: 4px;
  border: 1px dotted #BEBEBE;
  background: #fff;
}
.drawer .drawer-contact .drawer-contact-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 29px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #DDD9D0;
  font-size: 2.1rem;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.drawer .drawer-contact .drawer-contact-ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3B4043;
  mask: url("../img/common/icon_tel.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_tel.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer .drawer-contact .drawer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 16px 10px;
  border-radius: 8px;
  background: #FFF8E8;
  color: #DF7E00;
  text-decoration: none;
  white-space: nowrap;
}
.drawer .drawer-contact .drawer-tel::after {
  content: "";
  margin-left: auto;
  width: 15px;
  height: 15px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer .drawer-contact .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: #E39300;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer .drawer-contact .num {
  font-size: clamp(2.1rem, 7vw, 2.7rem);
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.drawer .drawer-contact .drawer-time {
  margin-top: 9px;
  line-height: 1.8;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.drawer .drawer-contact .drawer-time .ttl {
  font-weight: 500;
}
.drawer .drawer-contact .drawer-time .note {
  font-size: 1.3rem;
}

.sp-reserve {
  display: none;
}
@media screen and (max-width: 1060px) {
  .sp-reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    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;
    gap: 8px;
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    background: -webkit-gradient(linear, left top, right top, from(#48c5e7), to(#1dccab));
    background: linear-gradient(90deg, #48c5e7 0%, #1dccab 100%);
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    pointer-events: auto;
    z-index: 9999 !important;
  }
  .sp-reserve::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/common/icon_calender.svg") no-repeat center/contain;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sp-reserve::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #fff;
    mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
    -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

@media screen and (max-width: 1060px) {
  body {
    padding-bottom: 54px;
  }
}

#footer {
  position: relative;
  display: block;
}

.l-footer {
  position: relative;
  overflow: visible;
  padding: 0px 0 55px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 0 34px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 13.32vw;
  background: url("../img/common/wave.svg") no-repeat center top/cover;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-footer::before {
    top: 5px;
    height: 25.92vw;
    background-image: url(../img/common/wave_sp.svg);
  }
}
.l-footer-inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 50px minmax(420px, 585px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 585px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: min(100%, 1250px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1060px) {
  .l-footer-inner {
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    display: block;
    padding: 0 30px;
  }
}
.l-footer-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 24px minmax(0, 1fr);
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .l-footer-info {
    -ms-grid-columns: 76px 31px minmax(0, 1fr);
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 31px;
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
}
.l-footer-logo a {
  display: block;
}
.l-footer-logo img {
  width: 81px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer-logo img {
    width: 60px;
  }
}
.l-footer-address {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-footer-address {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.l-footer-address p {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer-address p {
    margin-top: 23px;
  }
}
.l-footer-address p:first-child {
  margin-top: 0;
}
.l-footer-address p .item {
  color: #DF7E00;
}
.l-footer-address p .split {
  display: inline-block;
  margin-left: 20px;
}
.l-footer-address p .sp {
  display: none;
}
@media screen and (max-width: 1060px) {
  .l-footer-address p .sp {
    display: block;
  }
}
.l-footer-address a {
  color: inherit;
  text-decoration: none;
}
.l-footer-name {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-footer-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-navarea {
    margin-top: 50px;
  }
}
.l-footer-navarea .c-reservation-web-btn {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .l-footer-navarea .c-reservation-web-btn {
    display: none;
  }
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px 35px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav ul {
    gap: 14px 18px;
  }
}
.l-footer-nav ul:first-child {
  margin-top: 0;
}
.l-footer-nav a {
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer-nav a {
    font-size: 1.3rem;
  }
}
.l-footer-nav a:hover {
  color: #E39300;
  opacity: 1;
}
.l-footer-reserve {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .l-footer-reserve {
    margin-top: 28px;
  }
}
.l-footer-pagetop {
  position: absolute;
  top: -160px;
  right: max(42px, (100vw - 1210px) / 2 + 40px);
  z-index: 5;
  display: block;
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop {
    top: -120px;
    right: 20px;
    width: 93px;
  }
}
.l-footer-pagetop img {
  width: 100%;
  height: auto;
}

#footer .copyright {
  max-width: 1171px;
  letter-spacing: 0.05em;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  font-size: 1rem;
  color: #989898;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 23px;
  }
}

#contents {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

.l-page-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 410px;
  margin: 128px 25px 123px;
  padding: 60px 60px 70px;
  background: url("../img/common/mv_under.webp") no-repeat center/cover;
  border-radius: 37px;
}
@media screen and (max-width: 1060px) {
  .l-page-mv {
    min-height: 300px;
    padding-bottom: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-page-mv {
    min-height: 200px;
    margin-bottom: 80px;
    padding: 50px 30px 30px;
    border-radius: 20px;
  }
}
.l-page-mv-inner {
  position: relative;
  z-index: 1;
  max-width: 1047px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.l-page-mv-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.l-page-mv-ttl {
  position: relative;
  margin-top: 11px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .l-page-mv-ttl {
    font-size: 2.4rem;
  }
}
.l-page-mv-ttl::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .l-page-mv-ttl::before {
    left: -5px;
    width: 15px;
    height: 15px;
  }
}
.l-page-mv .breadcrumb {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  z-index: 1;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-page-mv .breadcrumb {
    right: 20px;
    font-size: 1.1rem;
  }
}
.l-page-mv .breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-page-mv .breadcrumb .inner > span[property=itemListElement] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.l-page-mv .breadcrumb .inner > span[property=itemListElement]:not(:last-of-type)::after {
  content: "ー";
  margin: 0 0.5em;
  color: #3B4043;
}
.l-page-mv .breadcrumb .inner > span[property=itemListElement]:last-of-type span[property=name] {
  color: #E39300;
}
.l-page-mv .breadcrumb a,
.l-page-mv .breadcrumb a:visited,
.l-page-mv .breadcrumb a span {
  color: #3B4043;
  text-decoration: none;
}
.l-page-mv .breadcrumb a:hover {
  text-decoration: underline;
}
.l-page-mv .breadcrumb span[property=name] {
  color: #3B4043;
}
.l-page-mv .breadcrumb meta {
  display: none;
}

.l-page-content {
  padding: 0 40px 240px;
}
@media screen and (max-width: 768px) {
  .l-page-content {
    padding: 0 20px 100px;
  }
}
.l-page-content--access {
  max-width: 1250px;
  margin: 0 auto;
}
.l-page-content--fee {
  max-width: 1250px;
  margin: 0 auto;
}

.c-editor {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-editor {
    line-height: 1.9;
  }
}
.c-editor > * {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.c-editor > * + * {
  margin-top: 1.5em;
}
.c-editor > h1, .c-editor > h2, .c-editor > h3, .c-editor > h4, .c-editor > h5, .c-editor > h6 {
  max-width: none;
  margin-top: 80px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-editor > h1, .c-editor > h2, .c-editor > h3, .c-editor > h4, .c-editor > h5, .c-editor > h6 {
    margin-top: 50px;
  }
}
.c-editor > h1:first-child, .c-editor > h2:first-child, .c-editor > h3:first-child, .c-editor > h4:first-child, .c-editor > h5:first-child, .c-editor > h6:first-child {
  margin-top: 0;
}
.c-editor h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD9D0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-editor h2 {
    font-size: 1.9rem;
  }
}
.c-editor h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-editor h3 {
    font-size: 1.7rem;
  }
}
.c-editor h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-editor h4 {
    font-size: 1.6rem;
  }
}
.c-editor p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-editor p {
    font-size: 1.4rem;
  }
}
.c-editor a {
  color: #DF7E00;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-editor ul, .c-editor ol {
  padding-left: 1.5em;
}
.c-editor ul li {
  position: relative;
  margin-top: 0.5em;
}
.c-editor ul li:first-child {
  margin-top: 0;
}
.c-editor ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: #E39300;
  border-radius: 50%;
}
.c-editor ol li {
  margin-top: 0.5em;
  list-style-type: decimal;
}
.c-editor ol li:first-child {
  margin-top: 0;
}
.c-editor ol li::marker {
  color: #E39300;
}
.c-editor table {
  width: 100%;
  border-collapse: collapse;
}
.c-editor table th, .c-editor table td {
  padding: 12px 15px;
  border: 1px solid #DDD9D0;
}
@media screen and (max-width: 768px) {
  .c-editor table th, .c-editor table td {
    padding: 10px 12px;
  }
}
.c-editor table th {
  background: #F8F6F2;
}

.l-page-section + .l-page-section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-page-section + .l-page-section {
    margin-top: 40px;
  }
}
.l-page-section-ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD9D0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-page-section-ttl {
    font-size: 1.8rem;
  }
}
.l-page-section-txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-page-section-txt {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.l-page-section-txt + .l-page-section-txt {
  margin-top: 1.5em;
}
.l-page-section-list {
  padding-left: 1.5em;
}
.l-page-section-list li {
  position: relative;
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-page-section-list li {
    font-size: 1.4rem;
  }
}
.l-page-section-list li:first-child {
  margin-top: 0;
}
.l-page-section-list li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: #E39300;
  border-radius: 50%;
}

.c-btn-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 321px;
  border-radius: 2px;
  padding: 23px 20px 21px 34px;
  border: 2px dotted #989898;
  background: #fff;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btn-01 {
    max-width: 340px;
    padding: 19px 21px 24px 20px;
  }
}
.c-btn-01::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-btn-01:hover {
  background: #fff;
  color: #3B4043;
}
.c-btn-01 span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn-wrap-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-btn-wrap-lg {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap-lg {
    margin-top: 30px;
  }
}

.c-link-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #DF7E00;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.c-link-more::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link-more:hover {
  opacity: 1;
  color: #E39300;
}

.c-section-heading-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #E39300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Average Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-section-heading-en {
    font-size: 1.2rem;
  }
}
.c-section-heading-en::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}
.c-section-heading-ja {
  margin-top: 16px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #989898;
  font-size: 3.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-section-heading-ja {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
}
.c-section-heading-ja span {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading-ja span {
    font-size: 1.6rem;
  }
}
.c-section-heading--brown .c-section-heading-en {
  color: #B19C76;
}
.c-section-heading--brown .c-section-heading-en::before {
  background: #B19C76;
}

.c-heading-circle, .c-reservation-heading {
  position: relative;
  text-align: center;
}
.c-heading-circle::before, .c-reservation-heading::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto 18px;
  background: url("../img/common/icon_circle.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-heading-circle::before, .c-reservation-heading::before {
    margin-bottom: 14px;
  }
}
.c-heading-circle--middle::before {
  margin-bottom: 12px;
}
.c-heading-circle--middle .c-heading-circle-ja, .c-heading-circle--middle .c-reservation-heading-ja {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-heading-circle--middle .c-heading-circle-ja, .c-heading-circle--middle .c-reservation-heading-ja {
    font-size: 2rem;
  }
}
.c-heading-circle--middle .c-heading-circle-sub {
  margin-top: 8px;
  font-size: 1.4rem;
}
.c-heading-circle-ja, .c-reservation-heading-ja {
  font-size: 4rem;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading-circle-ja, .c-reservation-heading-ja {
    font-size: 2.9rem;
  }
}
.c-heading-circle-en, .c-reservation-heading-en {
  margin-top: 8px;
  color: #D8D8D8;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-heading-circle-en, .c-reservation-heading-en {
    font-size: 1.1rem;
  }
}
.c-heading-circle-sub {
  margin-top: 15px;
  color: #E39300;
}
@media screen and (max-width: 768px) {
  .c-heading-circle-sub {
    margin-top: 10px;
  }
}

.c-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  counter-reset: flow;
  max-width: 1110px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-flow-list {
    gap: 15px;
  }
}
.c-flow-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 164px 9.5% 1fr;
  grid-template-columns: 164px 1fr;
  gap: 0 9.5%;
  padding: 46px 76px;
  border-radius: 10px;
  background: #FFFBF4;
  counter-increment: flow;
}
@media screen and (max-width: 1439px) {
  .c-flow-list li {
    padding: 30px 50px;
    -ms-grid-columns: 120px 30px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-flow-list li {
    -ms-grid-columns: 40px 15px 1fr;
    grid-template-columns: 40px 1fr;
    gap: 15px;
    padding: 20px;
  }
}
.c-flow-list li::before {
  content: "0" counter(flow);
  color: #E39300;
  font-size: 8.1rem;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-right: 1px dotted #989898;
}
@media screen and (max-width: 768px) {
  .c-flow-list li::before {
    font-size: 2.4rem;
  }
}
.c-flow-list-head {
  color: #E39300;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-flow-list-head {
    font-size: 1.6rem;
  }
}
.c-flow-list-txt {
  margin-top: 19px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-flow-list-txt {
    margin-top: 10px;
  }
}
.c-flow-list-txt strong {
  color: #E39300;
}
.c-flow-list-note {
  margin-top: 10px;
}
.c-flow-list-note::before {
  content: "※";
  color: #E39300;
}
.c-flow-list-sub {
  margin-top: 15px;
}
.c-flow-list-sub li {
  display: block;
  position: relative;
  padding: 0 0 0 1.5em;
  background: none;
}
.c-flow-list-sub li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #E39300;
  font-size: 1rem;
}
.c-flow-list-sub li + li {
  margin-top: 10px;
}
.c-flow-list-detail {
  margin-top: 15px;
}
.c-flow-list-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-flow-list-detail-item {
    gap: 15px;
  }
}
.c-flow-list-detail-item + .c-flow-list-detail-item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-flow-list-detail-item + .c-flow-list-detail-item {
    margin-top: 30px;
  }
}
.c-flow-list-detail-ttl {
  font-weight: 700;
  color: #7B6C50;
}
.c-flow-list-detail-txt {
  margin-top: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-flow-list-detail-img {
    max-width: 200px;
  }
}
.c-flow-list-detail-img img {
  width: 100%;
}
.c-flow-list--brown li {
  background-color: #FCF8F2;
}
.c-flow-list--brown li::before {
  color: #7B6C50;
}
.c-flow-list--brown .c-flow-list-body {
  border-left-color: #7B6C50;
}
.c-flow-list--brown .c-flow-list-head {
  color: #7B6C50;
}
.c-flow-list--brown .c-flow-list-note::before {
  color: #7B6C50;
}
.c-flow-list--brown .c-flow-list-sub li::before {
  color: #7B6C50;
}
.c-flow-list--brown .c-flow-list-txt strong {
  color: #7B6C50;
}

.c-reservation {
  position: relative;
  padding: 59px 0 305px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-reservation {
    padding: 61px 0 40vw;
  }
}
.c-reservation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 242, 0)), to(#ffefd1));
  background: linear-gradient(rgba(255, 251, 242, 0) 0%, #ffefd1 100%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-reservation::before {
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c-reservation .c-reservation-heading-ja {
    font-size: 3.1rem;
  }
}
.c-reservation-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1340px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-reservation-inner {
    padding: 0 15px;
  }
}
.c-reservation-panels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 88px;
}
@media screen and (max-width: 1060px) {
  .c-reservation-panels {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-reservation-panels {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 22px;
  }
}
.c-reservation-panel {
  padding: 40px 36px 34px;
  border: 1px solid #D8D5CE;
  background: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 768px) {
  .c-reservation-panel {
    min-height: 0;
    padding: 22px 15px 28px;
  }
}
.c-reservation-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  padding-bottom: 17px;
  border-bottom: 1px solid #D8D5CE;
  color: #3B4043;
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-reservation-panel-title {
    padding-bottom: 18px;
    font-size: 2.1rem;
  }
}
.c-reservation-panel-body {
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-reservation-panel-body {
    padding-top: 16px;
  }
}
.c-reservation-panel-body .c-reservation-web-btn,
.c-reservation-panel-body .c-reservation-tel {
  margin: 0 auto;
}
.c-reservation-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-reservation-icon-calendar {
  color: #3B4043;
  mask-image: url("../img/common/icon_calender.svg");
  -webkit-mask-image: url("../img/common/icon_calender.svg");
}
.c-reservation-icon-tel {
  color: #3B4043;
  mask-image: url("../img/common/icon_tel.svg");
  -webkit-mask-image: url("../img/common/icon_tel.svg");
}
.c-reservation-arrow {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  background-color: currentColor;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-reservation-web-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 20px 21px;
  background: #4EB7BA;
  border: 1px solid #4EB7BA;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-reservation-web-btn:visited {
  color: #fff;
}
.c-reservation-web-btn:hover {
  opacity: 1;
  background: #fff;
  color: #4EB7BA;
}
.c-reservation-web-btn:hover span {
  background-color: #4EB7BA;
}
.c-reservation-web-btn span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-reservation-web-btn .c-reservation-icon {
  width: 17px;
  height: 19px;
  margin-right: 10px;
  color: #fff;
}
.c-reservation-web-btn .c-reservation-arrow {
  color: #fff;
}
.c-reservation-tel {
  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;
  width: min(100%, 416px);
  padding: 12px 38px;
  border-radius: 7px;
  background: #FFF8E8;
  color: #DF7E00;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-reservation-tel {
    gap: 11px;
    padding: 16px 10px;
    border-radius: 8px;
  }
}
.c-reservation-tel-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  margin-right: 15px;
  border-radius: 999px;
  padding: 7px 10px;
  background: #E39300;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-reservation-tel-label {
    min-width: 78px;
    margin-right: 0;
    padding: 7px 5px;
    font-size: 1rem;
  }
}
.c-reservation-tel-num {
  color: #DF7E00;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-reservation-tel-num {
    font-size: clamp(2.1rem, 7vw, 2.6rem);
  }
}
.c-reservation-tel .c-reservation-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #DF7E00;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-reservation-tel .c-reservation-arrow {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
  }
}
.c-reservation-tel-fever {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-reservation-tel-fever {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px !important;
    background: #F4EFEF;
  }
}
.c-reservation-tel-fever .c-reservation-tel-label {
  background: #fff;
  color: #DF4D00;
}
.c-reservation-tel-fever .c-reservation-tel-num {
  color: #8E6C4A;
}
.c-reservation-tel-fever .c-reservation-arrow {
  color: #8E6C4A;
}
.c-reservation-time {
  margin-top: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-reservation-time {
    font-size: 1.6rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.c-reservation-time span {
  font-weight: 500;
}
.c-reservation-note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.65;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-reservation-note {
    font-size: 1.3rem;
  }
}
.c-reservation-note .inner {
  display: inline-block;
}
.c-reservation-note .note {
  color: #DF7E00;
}
.c-reservation-calendar {
  position: relative;
  width: min(100%, 935px);
  margin: 123px auto 0;
  aspect-ratio: 935/500;
}
@media screen and (max-width: 768px) {
  .c-reservation-calendar {
    margin-top: 28px;
    aspect-ratio: 335/360;
  }
}
.c-reservation-calendar iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-google-map {
  position: relative;
}
.c-google-map-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 2px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-shadow: 0 9px 28px rgba(61, 64, 67, 0.12);
          box-shadow: 0 9px 28px rgba(61, 64, 67, 0.12);
}
@media screen and (max-width: 768px) {
  .c-google-map-label {
    top: 10px;
    left: 10px;
  }
}
.c-google-map-label .icon {
  position: relative;
  width: 14px;
  aspect-ratio: 1/1;
  border: 2px solid currentColor;
}
.c-google-map-label .icon::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 9px;
  aspect-ratio: 1/1;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.c-google-map-label .icon::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 7px;
  height: 7px;
  background: currentColor;
}
.c-google-map-embed {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .c-google-map-embed {
    height: 300px;
  }
}

.c-pdf-btn, .p-info-download-btn, .p-fee-item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 25px 40px 25px 10px;
  background: #4EB7BA;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-pdf-btn, .p-info-download-btn, .p-fee-item-btn {
    padding: 18px 45px;
  }
}
.c-pdf-btn::before, .p-info-download-btn::before, .p-fee-item-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_pdf.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-pdf-btn::before, .p-info-download-btn::before, .p-fee-item-btn::before {
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-pdf-btn::after, .p-info-download-btn::after, .p-fee-item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 22px;
  height: 22px;
  background: #fff;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-pdf-btn::after, .p-info-download-btn::after, .p-fee-item-btn::after {
    right: 15px;
  }
}
.c-pdf-btn:hover, .p-info-download-btn:hover, .p-fee-item-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.c-schedule {
  width: 100%;
}
.c-schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-top: 1px solid #9F9A8E;
  border-bottom: 1px solid #9F9A8E;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-schedule-table {
    background-color: #fff;
  }
}
.c-schedule-table th,
.c-schedule-table td {
  padding: 8px;
  border-right: 1px solid rgba(159, 154, 142, 0.55);
  border-bottom: 1px solid rgba(159, 154, 142, 0.55);
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-schedule-table th,
  .c-schedule-table td {
    font-size: 1.2rem;
    padding: 2px;
  }
}
.c-schedule-table th:last-child,
.c-schedule-table td:last-child {
  border-right: 0;
}
.c-schedule-table thead th {
  padding: 10px 0;
  background: #FAEBCB;
  color: #706758;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-schedule-table thead th {
    font-size: 1.3rem;
    padding: 9px 0;
  }
}
.c-schedule-table thead th:first-child {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .c-schedule-table thead th:first-child {
    width: 120px;
  }
}
.c-schedule-table tbody tr:last-child th,
.c-schedule-table tbody tr:last-child td {
  border-bottom: 0;
}
.c-schedule-table tbody th {
  width: 140px;
  padding: 4px;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-schedule-table tbody th {
    height: 42px;
    width: 150px;
    font-size: 1.2rem;
    padding: 4px 0 4px 7px;
    line-height: 1.4;
  }
}
.c-schedule-table tbody td {
  background: transparent;
}
.c-schedule-table .mark {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
}
.c-schedule-table .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F6C353;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-schedule-table .mark::before {
    width: 15px;
  }
}
.c-schedule-table .mark.is-triangle::before {
  width: 0;
  aspect-ratio: auto;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #F6C353;
  border-left: 10px solid transparent;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .c-schedule-table .mark.is-triangle::before {
    border-right: 8px solid transparent;
    border-bottom: 15px solid #F6C353;
    border-left: 8px solid transparent;
  }
}
.c-schedule-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  margin-top: 11px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-schedule-legend {
    font-size: 1.2rem;
  }
}
.c-schedule-legend li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.c-schedule-legend .mark {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  min-height: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
}
.c-schedule-legend .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F3C75B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-schedule-legend .mark.is-triangle::before {
  width: 0;
  aspect-ratio: auto;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #F3C75B;
  border-left: 7px solid transparent;
  border-radius: 0;
  background: transparent;
}
.c-schedule-note {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-schedule-note {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.c-schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-schedule-info {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.c-schedule-info dt::before {
  content: "※";
  color: #E39300;
}
.c-clinic-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 13px minmax(0, 1fr);
  grid-template-columns: 104px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 13px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #5F5E5E;
  font-size: 1.8rem;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .c-clinic-data {
    -ms-grid-columns: 76px 16px minmax(0, 1fr);
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 0 16px;
    font-size: 1.5rem;
  }
}
.c-clinic-data dt {
  position: relative;
  padding-right: 20px;
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .c-clinic-data dt {
    padding-right: 10px;
  }
}
.c-clinic-data dt::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 20px;
  background-color: #1A1311;
  mask: url("../img/common/icon_arrow2.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow2.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-clinic-data dt::after {
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-clinic-data dd {
  letter-spacing: 0.1em;
}
.c-clinic-data dd span {
  display: inline-block;
}
.c-clinic-data dd small {
  display: inline-block;
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-clinic-data dd small {
    font-size: 1.2rem;
  }
}
.c-clinic-data dd a {
  color: #DF7E00;
  font-size: 3.3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-clinic-data dd a {
    font-size: 2.4rem;
  }
}

.c-clinic-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 6px;
  background: #E39300;
  border: 1px solid #E39300;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-clinic-tel {
    gap: 10px;
    min-height: 48px;
    padding: 0 13px;
  }
}
.c-clinic-tel:hover {
  color: #E39300;
  background: white;
  opacity: 1;
}
.c-clinic-tel::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  margin-left: auto;
  background: currentColor;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}
.c-clinic-tel-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid #E39300;
  background: #fff;
  color: #DF7E00;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-clinic-tel-label {
    min-width: 74px;
  }
}
.c-clinic-tel-num {
  font-size: 3.3rem;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-clinic-tel-num {
    font-size: 2.7rem;
  }
}

.c-flow-ttl {
  margin-bottom: 30px;
  font-size: 2.65rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-flow-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.p-top-mv {
  position: relative;
  z-index: 1;
  min-height: 915px;
  padding-top: 0;
  overflow: hidden;
  background: url("../img/top/mv_back.webp") no-repeat center bottom/cover, #fff;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    min-height: inherit;
    background: url("../img/top/mv_sp.webp") no-repeat bottom right/85% auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#FFEFD1));
    background: url("../img/top/mv_sp.webp") no-repeat bottom right/85% auto, linear-gradient(to bottom, #fff 0%, #fff 50%, #FFEFD1 100%);
  }
}
.p-top-mv::before {
  content: none;
}
.p-top-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5vw;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: 4;
  width: 111%;
  height: 25vw;
  background: url("../img/top/mv_mask.svg") no-repeat center top/100% auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv::after {
    bottom: -31px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 25.92vw;
    background: url("../img/common/wave_sp.svg") no-repeat center bottom/100% auto;
  }
}
.p-top-mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mv-bg {
    display: none;
  }
}
.p-top-mv-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/top/mv.webp") no-repeat right top/81% transparent;
}
@media screen and (max-width: 1439px) {
  .p-top-mv-bg::before {
    width: 80%;
    background-position: left bottom;
    background-size: cover;
  }
}
.p-top-mv-inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1390px;
  margin: 0 auto;
  padding: 404px 40px 442px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top-mv-inner {
    display: block;
    padding: 214px 30px 392px;
  }
}
.p-top-mv.is-teaser .p-top-mv-bg::before {
  background-image: url("../img/top/mv_teaser.webp");
}
.p-top-mv.is-teaser .p-top-mv-inner {
  padding: 404px 40px 272px;
}
@media screen and (max-width: 768px) {
  .p-top-mv.is-teaser .p-top-mv-inner {
    padding: 214px 30px 392px;
  }
}
.p-top-mv.is-teaser .p-top-mv-teaser {
  display: block;
}
.p-top-mv.is-teaser .p-top-mv-reserve {
  display: none;
}
.p-top-mv-copy {
  max-width: 439px;
  margin-top: 38px;
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-mv-copy {
    max-width: 264px;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-top-mv-lead img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv-lead img {
    width: 100%;
  }
}
.p-top-mv-en {
  margin-top: 16px;
  color: #8A857C;
  font-family: "Average Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-top-mv-en {
    margin-top: 10px;
    font-size: 0.6rem;
    line-height: 1.7;
  }
}
.p-top-mv-teaser {
  display: none;
  -ms-grid-column-align: end;
      justify-self: end;
  max-width: 541px;
}
@media screen and (max-width: 1439px) {
  .p-top-mv-teaser {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-teaser {
    position: absolute;
    right: 29px;
    bottom: 38px;
    max-width: 268px;
  }
}
.p-top-mv-teaser img {
  width: 100%;
  height: auto;
}
.p-top-mv-reserve {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  width: 220px;
  -webkit-transform: translate(-30px, 56%);
          transform: translate(-30px, 56%);
}
@media screen and (max-width: 1439px) {
  .p-top-mv-reserve {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-reserve {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 140px;
  }
}
.p-top-mv-reserve:hover {
  opacity: 0.8;
}
.p-top-mv-reserve img {
  width: 100%;
  height: auto;
}
.p-top-mv-scroll {
  position: absolute;
  bottom: 145px;
  left: 36px;
  z-index: 5;
  padding-top: 17px;
  padding-bottom: 112px;
  color: #3B4043;
  font-family: "Average Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-mv-scroll {
    bottom: 2px;
    left: 16px;
    padding-top: 10px;
    padding-bottom: 70px;
    font-size: 0.7rem;
  }
}
.p-top-mv-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E39300;
}
@media screen and (max-width: 768px) {
  .p-top-mv-scroll::before {
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 4px;
  }
}
.p-top-mv-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33%;
  display: block;
  width: 1px;
  height: 102px;
  background: #707070;
}
@media screen and (max-width: 768px) {
  .p-top-mv-scroll::after {
    height: 64px;
  }
}
.p-top .l-inner {
  width: min(100%, 1210px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-top .l-inner {
    padding: 0 30px;
  }
}
.p-top-about {
  position: relative;
  z-index: 3;
  margin-top: -140px;
  padding: 0 0 118px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    margin-top: -1px;
    padding: 60px 0 78px;
  }
}
.p-top-about-ttl {
  color: #DF7E00;
  font-size: 3.2rem;
  line-height: 1.95;
}
@media screen and (max-width: 768px) {
  .p-top-about-ttl {
    font-size: 2.1rem;
    text-align: center;
    white-space: nowrap;
  }
}
.p-top-about-txt {
  margin-top: 47px;
  margin-bottom: 71px;
  line-height: 3.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-about-txt {
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 1.9;
    letter-spacing: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about-txt .sp {
    display: none;
  }
}
.p-top-preview {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  width: min(100%, 989px);
  margin-inline: auto;
  margin-top: 300px;
  padding: 92px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-top-preview {
    display: block;
    max-width: 390px;
    aspect-ratio: auto;
    margin-top: 40px;
    padding: 78px 0 0;
  }
}
.p-top-preview::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 100%;
  aspect-ratio: 989/366;
  background: url("../img/top/visit_back.svg") no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-preview::before {
    width: 150%;
  }
}
.p-top-preview::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 51px;
  left: 129px;
  width: 100px;
  aspect-ratio: 184.714/178.111;
  background: url("../img/top/dec_foot.svg") no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-preview::after {
    top: -18px;
    left: -25px;
    width: 96px;
  }
}
.p-top-preview-cards {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 254px) 30px minmax(0, 254px);
  grid-template-columns: repeat(2, minmax(0, 254px));
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
}
@media screen and (max-width: 768px) {
  .p-top-preview-cards {
    -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 375px;
    margin: 0 auto;
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    padding: 0 80px 0 30px;
  }
}
.p-top-preview-item {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 158px;
  padding: 40px 20px 28px;
  border: 1px solid #D6D3CE;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-preview-item {
    min-height: inherit;
    padding: 21px 0 17px;
  }
}
.p-top-preview-item-medical .label,
.p-top-preview-item-medical .day {
  background: #3D6355;
}
.p-top-preview-item-public .label,
.p-top-preview-item-public .day {
  background: #4EB7BA;
}
.p-top-preview-item .label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 28px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-preview-item .label {
    width: auto;
    padding: 6px 30px;
    font-size: 1.1rem;
  }
}
.p-top-preview-item .date {
  margin: 0;
  color: #151111;
  line-height: 1;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-top-preview-item .num {
  font-size: 5.9rem;
}
@media screen and (max-width: 768px) {
  .p-top-preview-item .num {
    font-size: 2.9rem;
  }
}
.p-top-preview-item .day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  aspect-ratio: 1/1;
  margin-left: 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  vertical-align: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-preview-item .day {
    width: 20px;
    font-size: 1.3rem;
  }
}
.p-top-preview-item .time {
  margin-top: 12px;
  color: #151111;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-preview-item .time {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}
.p-top-preview-info {
  position: absolute;
  top: -20px;
  left: calc(50% + 270px);
  z-index: 1;
  color: #DF7E00;
}
@media screen and (max-width: 768px) {
  .p-top-preview-info {
    top: 28px;
    left: calc(50% + 125px);
  }
}
.p-top-preview-info .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin: 0;
  color: #DF7E00;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.15;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-preview-info .ttl {
    gap: 5px;
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}
.p-top-preview-info .ttl::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0.2em;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_circle.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-preview-info .ttl::before {
    top: -20px;
    width: 12px;
  }
}
.p-top-preview-info .ttl-main,
.p-top-preview-info .ttl-sub {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
.p-top-preview-note {
  position: relative;
  z-index: 1;
  margin: 21px 0 0;
  padding-right: 89px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-top-preview-note {
    margin-top: 15px;
    padding-right: 0;
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-top-preview-note span {
  font-weight: 700;
}
.p-top-preview-note .fee {
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .p-top-preview-note .fee {
    display: inline-block;
    margin-left: 0;
  }
}
.p-top-preview-note .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-preview-note .sp {
    display: block;
  }
}
.p-top-access {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 80px 530px;
  grid-template-columns: minmax(0, 1fr) 530px;
  gap: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  margin: 129px auto 0;
  padding-bottom: calc(13.32vw + 140px);
  overflow: visible;
}
@media screen and (max-width: 1060px) {
  .p-top-access {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access {
    display: block;
    margin-top: 24px;
    padding: 0 30px 160px;
  }
}
.p-top-access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
  z-index: 0;
  width: 100vw;
  height: 13.32vw;
  background: url("../img/common/wave.svg") no-repeat center top/100% 100%;
  pointer-events: none;
}
.p-top-access::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 242, 0)), to(#ffefd1));
  background: linear-gradient(rgba(255, 251, 242, 0) 0%, #ffefd1 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-access::after {
    height: 30%;
  }
}
.p-top-access > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .p-top-access .c-google-map {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access .c-google-map {
    height: 267px;
  }
}
.p-top-access .c-google-map-label {
  top: 24px;
  left: 24px;
}
.p-top-access .c-google-map-label .icon::after {
  top: -2px;
  right: -3px;
  width: 11px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-top-access .c-google-map-embed {
  height: 100%;
}
.p-top-access-link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #4EB7BA;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-access-link {
    right: 16px;
    bottom: 16px;
    min-height: 46px;
    padding: 0 18px;
    font-size: 1.2rem;
  }
}
.p-top-access-link .icon {
  width: 15px;
  height: 19px;
  margin-right: 9px;
  background: currentColor;
  mask: url("../img/common/icon_pin.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_pin.svg") no-repeat center/contain;
}
.p-top-access-link:hover {
  opacity: 1;
  background: #44AAAD;
}
@media screen and (max-width: 768px) {
  .p-top-access-info {
    margin-top: 81px;
  }
}
.p-top-access-info .c-reservation-heading {
  text-align: left;
}
.p-top-access-info .c-reservation-heading:before {
  margin-left: 0;
}
.p-top-access-schedule {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1060px) {
  .p-top-access-schedule {
    max-width: 100%;
  }
}
.p-top-access-schedule .c-schedule-table {
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .p-top-access-schedule .c-schedule-table {
    margin-top: 39px;
  }
}
.p-top-access-data {
  width: 100%;
  max-width: 400px;
  margin-top: 14px;
  padding-top: 14px;
}
@media screen and (max-width: 1060px) {
  .p-top-access-data {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access-data {
    margin-top: 13px;
    padding-top: 10px;
  }
}
.p-top-access-tel {
  width: min(100%, 410px);
  margin-top: 41px;
}
@media screen and (max-width: 1060px) {
  .p-top-access-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 41px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-access-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 31px auto 0;
  }
}
.p-top-news {
  padding: 42px 0 120px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 76px 0 74px;
  }
}
.p-top-news .l-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 358px 50px minmax(0, 1fr);
  grid-template-columns: 358px minmax(0, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: min(100%, 1220px);
  padding: 0px 20px;
}
@media screen and (max-width: 1060px) {
  .p-top-news .l-inner {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news .l-inner {
    position: relative;
    display: block;
    padding: 0px 30px;
  }
}
.p-top-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
}
.p-top-news-heading {
  text-align: left;
}
.p-top-news-heading::before {
  margin-right: 0;
  margin-left: 0;
}
.p-top-news .c-reservation-heading-ja {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-reservation-heading-ja {
    font-size: 3.1rem;
  }
}
.p-top-news-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1060px) {
  .p-top-news-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
}
.p-top-news-body {
  min-width: 0;
}
@media screen and (max-width: 1060px) {
  .p-top-news-body {
    margin-top: 32px;
    padding-bottom: 103px;
  }
}
.p-top-news-list {
  margin: 0;
  padding-top: 5px;
  list-style: none;
}
.p-top-news-list li {
  border-bottom: 1px dotted #989898;
}
.p-top-news-list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 26px 18px;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 10px 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 28px 20px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news-list a {
    gap: 14px 0;
    padding: 0 0 30px 0;
  }
}
.p-top-news-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  margin-left: auto;
  background-color: #E39300;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-news-list a::after {
    right: 0;
    width: 18px;
  }
}
.p-top-news-list li + li a {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-news-list li + li a {
    padding-top: 22px;
  }
}
.p-top-news-list time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.p-top-news-list time::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #E39300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-news-list .ttl {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-top-news-list .ttl {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
.p-top-medical {
  position: relative;
  padding: 58px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-top-medical {
    padding: 0 0 80px;
  }
}
.p-top-medical .c-reservation-heading-ja {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-medical .c-reservation-heading-ja {
    font-size: 3.1rem;
  }
}
.p-top-medical .l-inner {
  width: min(100%, 1340px);
}
.p-top-medical-list {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 23px minmax(0, 1fr) 23px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 55px;
}
@media screen and (max-width: 1060px) {
  .p-top-medical-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-top-medical-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 33px;
  }
}
.p-top-medical-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  padding: 34px 40px 47px;
  background: url("../img/top/bg_blue.webp") no-repeat center/cover;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card {
    min-height: 0;
    padding: 30px 32px 30px;
  }
}
.p-top-medical-card:nth-child(2) {
  background-image: url("../img/top/bg_green.webp");
}
.p-top-medical-card:nth-child(3) {
  background-image: url("../img/top/bg_orange.webp");
}
.p-top-medical-card-head {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-head {
    min-height: 0;
  }
}
.p-top-medical-card-head .main,
.p-top-medical-card-head .sub {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-head .main,
  .p-top-medical-card-head .sub {
    font-size: 2.9rem;
  }
}
.p-top-medical-card-head .note {
  margin-top: 8px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-head .note {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-top-medical-card-icon {
  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: 172px;
  height: 172px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-icon {
    width: 141px;
    height: 141px;
    margin-top: 18px;
  }
}
.p-top-medical-card-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-medical-card-txt {
  margin-top: 28px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-top-medical-card-btn {
  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;
  width: 100%;
  margin-top: 25px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-medical-card-btn {
    margin-top: 29px;
  }
}
.p-top-medical-card-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}

.p-privacy .l-page-content {
  max-width: 980px;
  margin: 0 auto;
}
.p-privacy-info {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-privacy-info {
    margin-top: 40px;
  }
}
.p-privacy-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #DDD9D0;
}
@media screen and (max-width: 768px) {
  .p-privacy-info dl {
    display: block;
  }
}
.p-privacy-info dt {
  width: 200px;
  padding: 20px 15px;
  border-bottom: 1px solid #DDD9D0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-privacy-info dt {
    width: 100%;
    padding: 15px 10px 10px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
.p-privacy-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px;
  border-bottom: 1px solid #DDD9D0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-privacy-info dd {
    padding: 0 10px 15px;
    font-size: 1.4rem;
  }
}
.p-privacy-date {
  margin-top: 40px;
  text-align: right;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p-privacy-date {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}

.p-news-archive-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.p-news-archive-list li {
  border-bottom: 1px dotted #989898;
}
.p-news-archive-list a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 28px 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-news-archive-list a {
    gap: 14px;
    padding: 0 40px 30px 0;
  }
}
.p-news-archive-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #E39300;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-news-archive-list a::after {
    width: 18px;
    height: 18px;
  }
}
.p-news-archive-list li + li a {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-news-archive-list li + li a {
    padding-top: 22px;
  }
}
.p-news-archive-list time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.p-news-archive-list time::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #E39300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-archive-list .ttl {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-news-archive-list .ttl {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
.p-news-archive-empty {
  text-align: center;
}
.p-news-archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-news-archive .wp-pagenavi {
    margin-top: 40px;
  }
}
.p-news-archive .wp-pagenavi .page,
.p-news-archive .wp-pagenavi .current {
  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: 42px;
  height: 42px;
  border: 1px solid #F0EEE9;
  border-radius: 50%;
  font-size: 1.4rem;
  text-decoration: none;
}
.p-news-archive .wp-pagenavi .page:hover {
  background: #FFF6E5;
  border-color: #FFF6E5;
  color: #DF7E00;
  opacity: 1;
}
.p-news-archive .wp-pagenavi .current {
  background: #FFF6E5;
  border-color: #FFF6E5;
  color: #DF7E00;
}
.p-news-archive .wp-pagenavi .previouspostslink,
.p-news-archive .wp-pagenavi .nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-news-archive .wp-pagenavi .previouspostslink::before, .p-news-archive .wp-pagenavi .previouspostslink::after,
.p-news-archive .wp-pagenavi .nextpostslink::before,
.p-news-archive .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}
.p-news-archive .wp-pagenavi .previouspostslink:hover,
.p-news-archive .wp-pagenavi .nextpostslink:hover {
  color: #DF7E00;
  text-decoration: none;
  opacity: 1;
}
.p-news-archive .wp-pagenavi .previouspostslink {
  margin-right: 10px;
}
.p-news-archive .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news-archive .wp-pagenavi .previouspostslink::after {
  content: none;
}
.p-news-archive .wp-pagenavi .nextpostslink {
  margin-left: 10px;
}
.p-news-archive .wp-pagenavi .nextpostslink::before {
  content: none;
}

.p-news-single .p-news-article-header {
  max-width: 1080px;
  margin: 0 auto 60px;
  padding: 0 6px 41px;
  border-bottom: 1px dotted #989898;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.p-news-single .p-news-article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-date {
    font-size: 1.3rem;
  }
}
.p-news-single .p-news-article-date::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #DF7E00;
  border-radius: 50%;
}
.p-news-single .p-news-article-ttl {
  margin-top: 19px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-ttl {
    margin-top: 12px;
    font-size: 2.2rem;
  }
}
.p-news-single .p-news-article-body {
  max-width: 903px;
  margin: 0 auto;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body {
    line-height: 1.9;
  }
}
.p-news-single .p-news-article-body > * {
  margin-top: 2.1em;
}
.p-news-single .p-news-article-body > *:first-child {
  margin-top: 0;
}
.p-news-single .p-news-article-body h2, .p-news-single .p-news-article-body h3, .p-news-single .p-news-article-body h4, .p-news-single .p-news-article-body h5, .p-news-single .p-news-article-body h6 {
  margin-top: 2em;
  font-weight: 700;
}
.p-news-single .p-news-article-body h2:first-child, .p-news-single .p-news-article-body h3:first-child, .p-news-single .p-news-article-body h4:first-child, .p-news-single .p-news-article-body h5:first-child, .p-news-single .p-news-article-body h6:first-child {
  margin-top: 0;
}
.p-news-single .p-news-article-body h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD9D0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body h2 {
    font-size: 1.9rem;
  }
}
.p-news-single .p-news-article-body h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body h3 {
    font-size: 1.7rem;
  }
}
.p-news-single .p-news-article-body h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body h4 {
    font-size: 1.6rem;
  }
}
.p-news-single .p-news-article-body a {
  color: #DF7E00;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-news-single .p-news-article-body ul, .p-news-single .p-news-article-body ol {
  padding-left: 1.5em;
}
.p-news-single .p-news-article-body ul li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.p-news-single .p-news-article-body ul li:first-child {
  margin-top: 0;
}
.p-news-single .p-news-article-body ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: #E39300;
  border-radius: 50%;
}
.p-news-single .p-news-article-body ol li {
  margin-top: 0.5em;
  list-style-type: decimal;
}
.p-news-single .p-news-article-body ol li:first-child {
  margin-top: 0;
}
.p-news-single .p-news-article-body img {
  max-width: 100%;
  height: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body img {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.p-news-single .p-news-article-body blockquote {
  margin: 2em 0;
  padding: 20px 25px;
  background: #F8F6F2;
  border-left: 4px solid #E39300;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body blockquote {
    padding: 15px 20px;
  }
}
.p-news-single .p-news-article-body table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
}
.p-news-single .p-news-article-body table th, .p-news-single .p-news-article-body table td {
  padding: 12px 15px;
  border: 1px solid #DDD9D0;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-article-body table th, .p-news-single .p-news-article-body table td {
    padding: 10px 12px;
  }
}
.p-news-single .p-news-article-body table th {
  background: #F8F6F2;
  font-weight: 500;
}
.p-news-single .p-news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  margin: 40px auto 0;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-nav {
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-news-single .p-news-nav-prev, .p-news-single .p-news-nav-next {
  min-width: 56px;
}
.p-news-single .p-news-nav-prev a, .p-news-single .p-news-nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.5rem;
}
.p-news-single .p-news-nav-prev a::before, .p-news-single .p-news-nav-prev a::after, .p-news-single .p-news-nav-next a::before, .p-news-single .p-news-nav-next a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}
.p-news-single .p-news-nav-prev a span, .p-news-single .p-news-nav-next a span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-news-single .p-news-nav-prev a:hover span, .p-news-single .p-news-nav-next a:hover span {
  text-decoration: none;
}
.p-news-single .p-news-nav-prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news-single .p-news-nav-prev a::after, .p-news-single .p-news-nav-next a::before {
  content: none;
}
.p-news-single .p-news-nav-list a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 321px;
  padding: 17px 40px;
  border: 1px dotted #989898;
  border-radius: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-news-single .p-news-nav-list a {
    min-width: 170px;
    padding: 19px 40px 19px 60px;
  }
}
.p-news-single .p-news-nav-list a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 18px;
  height: 18px;
  background-color: #DF7E00;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
}

.l-page-mv--access {
  background: url("../img/access/mv_access.webp") no-repeat center/cover;
}

.p-access-blog .c-section-heading, .p-access-info .c-section-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-access-blog .c-section-heading, .p-access-info .c-section-heading {
    margin-bottom: 30px;
  }
}
.p-access-hero-img img {
  width: 100%;
  height: auto;
}
.p-access-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-access-blog-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  padding: 36px 44px;
  padding-right: 68px;
  background: #FFFBF4;
  border-radius: 2px 10px 10px 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
    padding-right: 40px;
  }
}
.p-access-blog-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #C7B78E url("../img/common/icon_arrow_circle.svg") no-repeat center/24px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card::after {
    width: 30px;
    background-size: 20px;
  }
}
.p-access-blog-card:hover {
  opacity: 0.7;
}
.p-access-blog-card-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(100%, 180px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-img {
    width: min(100%, 120px);
  }
}
.p-access-blog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-access-blog-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-access-blog-card-sub, .p-access-blog-card-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-access-blog-card-sub .icon, .p-access-blog-card-ttl .icon {
  width: 32px;
  height: 30px;
  margin-left: 8px;
  background: url("../img/common/icon_external2.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-sub .icon, .p-access-blog-card-ttl .icon {
    width: 20px;
  }
}
.p-access-blog-card-sub {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .p-access-blog-card-sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-sub {
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-access-blog-card-ttl {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .p-access-blog-card-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-ttl {
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-access-blog-card-label {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #DF7E00;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
}
.p-access-blog-card-info {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-info {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-access-blog-card-info span {
  font-size: 1.7rem;
}
.p-access-blog-card-url {
  margin-top: 10px;
  font-size: 1.5rem;
  color: #706758;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-access-blog-card-url {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-access-info {
  margin-top: 151px;
}
@media screen and (max-width: 768px) {
  .p-access-info {
    margin-top: 60px;
  }
}
.p-access-info-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 74px;
}
@media screen and (max-width: 1060px) {
  .p-access-info-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-access-info-list {
  margin-bottom: 24px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-access-info-list {
    margin-bottom: 20px;
  }
}
.p-access-info-item {
  line-height: 1.9;
}
.p-access-info-item + .p-access-info-item {
  margin-top: 25px;
}
.p-access-info-route dl + dl {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-access-info-route dl + dl {
    margin-top: 20px;
  }
}
.p-access-info-route dt {
  margin-bottom: 5px;
  color: #E39300;
}
@media screen and (max-width: 768px) {
  .p-access-info-route dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-access-info-route dd {
  line-height: 1.9;
}

.l-page-mv--fee {
  background: url("../img/fee/mv_fee.webp") no-repeat center/cover;
}

.p-fee-note p {
  position: relative;
  padding-left: 1.2em;
}
.p-fee-note p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: #E39300;
}
.p-fee-intro {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-fee-intro {
    margin-bottom: 35px;
  }
}
.p-fee-intro-txt {
  line-height: 1.5;
}
.p-fee-intro .p-fee-note {
  margin-top: 10px;
}
.p-fee-section + .p-fee-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-fee-section + .p-fee-section {
    margin-top: 60px;
  }
}
.p-fee-section--dermatology .p-fee-section-header-en {
  color: #B2B07C;
}
.p-fee-section--dermatology .p-fee-block-ttl::before {
  color: #B2B07C;
}
.p-fee-section--dermatology .p-fee-block {
  background-color: #FCFBF4;
}
.p-fee-section--dermatology .p-fee-item dt {
  background-color: rgba(178, 176, 124, 0.2);
}
.p-fee-section--dermatology .p-fee-note p::before {
  color: #B2B07C;
}
.p-fee-section-header {
  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;
  gap: 9px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E0D5;
}
@media screen and (max-width: 768px) {
  .p-fee-section-header {
    padding-bottom: 20px;
  }
}
.p-fee-section-header-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #E39300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Average Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-fee-section-header-en {
    font-size: 1.2rem;
  }
}
.p-fee-section-header-en::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}
.p-fee-section-header-ttl {
  margin-top: 16px;
  padding-bottom: 25px;
  font-size: 3.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-fee-section-header-ttl {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
}
.p-fee-section-header-ttl span {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-fee-section-header-ttl span {
    font-size: 1.4rem;
  }
}
.p-fee-section-header-icon {
  width: 100px;
  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;
  border-radius: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media screen and (max-width: 768px) {
  .p-fee-section-header-icon {
    width: 70px;
  }
}
.p-fee-section-header-icon img {
  width: 100%;
}
.p-fee-section-header + .p-fee-block {
  margin-top: 30px;
}
.p-fee-section-desc {
  margin-top: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-fee-section-desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-fee-info {
  max-width: 1080px;
  margin: 50px auto 30px;
  padding: 20px 30px;
  border: 1px solid #B2B07C;
}
@media screen and (max-width: 768px) {
  .p-fee-info {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
}
.p-fee-info-ttl {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #B2B07C;
}
@media screen and (max-width: 768px) {
  .p-fee-info-ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.p-fee-info-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fee-info-txt {
    font-size: 1.3rem;
  }
}
.p-fee-block {
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 69px 30px;
  background: #FFFBF4;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fee-block {
    margin-top: 6.5em;
    padding: 0 20px;
  }
}
.p-fee-block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-fee-block-ttl {
    font-size: 1.6rem;
  }
}
.p-fee-block-ttl:first-child {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-fee-block-ttl::before {
  content: "●";
  color: #E39300;
}
.p-fee-block-ttl span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-fee-block-ttl span {
    font-size: 1.2rem;
  }
}
.p-fee-block-body {
  max-width: 754px;
  margin-inline: auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fee-block-body {
    padding: 20px 0;
  }
}
.p-fee-block-body .p-fee-note {
  margin-top: 7px;
}
.p-fee-block-body .p-fee-note:first-child {
  margin-top: 0;
}
.p-fee-item-list, .p-fee-alpha-list {
  margin-top: 20px;
  padding: 18px 25px;
  background: rgba(251, 232, 200, 0.3);
}
@media screen and (max-width: 768px) {
  .p-fee-item-list, .p-fee-alpha-list {
    padding: 15px;
  }
}
.p-fee-alpha-list {
  counter-reset: alpha;
  list-style: none;
}
.p-fee-alpha-list li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.8;
  counter-increment: alpha;
}
.p-fee-alpha-list li::before {
  content: counter(alpha, upper-alpha) ")";
  position: absolute;
  top: 0;
  left: 0;
  color: #E39300;
  font-weight: 700;
}
.p-fee-alpha-list li + li {
  margin-top: 10px;
}
.p-fee-hr {
  margin: 50px 0;
  border: none;
  border-top: 1px dashed #E5E0D5;
}
@media screen and (max-width: 768px) {
  .p-fee-hr {
    margin: 25px 0;
  }
}
.p-fee-item {
  margin-top: 20px;
}
.p-fee-item dt {
  padding: 7px 16px;
  background: rgba(230, 160, 31, 0.2);
}
.p-fee-item dd {
  padding: 6px 20px;
  background: #fff;
  border-bottom: 1px solid #E5E0D5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-fee-item dd {
    padding: 10px 15px;
  }
}
.p-fee-item-note {
  margin-top: 15px;
  font-size: 1.3rem;
  color: #888;
}
.p-fee-item-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.p-fee-item-list li::before {
  content: "●";
  position: absolute;
  top: 0.8em;
  left: 0;
  color: #E39300;
  font-size: 1rem;
}
.p-fee-item-list li + li {
  margin-top: 15px;
}
.p-fee-item-btn {
  margin-top: 22px;
}
.p-fee-table {
  width: 100%;
  border-collapse: collapse;
}
.p-fee-table th,
.p-fee-table td {
  padding: 12px 0;
  border-bottom: 1px solid #E5E0D5;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-fee-table th,
  .p-fee-table td {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.p-fee-table th {
  width: 30%;
}
.p-fee-table td span {
  font-size: 1.3rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p-fee-table td span {
    font-size: 1.2rem;
  }
}
.p-fee-table tr:last-child th,
.p-fee-table tr:last-child td {
  border-bottom: none;
}

.l-page-mv--about {
  background: url("../img/about/mv_about.webp") no-repeat center/cover;
}

.l-page-content--about {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: -73px;
}
@media screen and (max-width: 768px) {
  .l-page-content--about {
    margin-top: -40px;
  }
}

.p-about-intro {
  padding: 130px 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-intro {
    padding: 50px 10px;
  }
}
.p-about-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/about/bg_about.webp") no-repeat top center/cover;
  pointer-events: none;
}
.p-about-intro-inner {
  z-index: 1;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.p-about-intro-body {
  text-align: center;
}
.p-about-intro-ttl {
  margin-bottom: 34px;
  font-size: 3.8rem;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #F28900;
}
@media screen and (max-width: 768px) {
  .p-about-intro-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.p-about-intro-txt {
  font-size: 1.9rem;
  line-height: 1.9;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-about-intro-txt {
    font-size: 1.6rem;
  }
}
.p-about-intro-lead {
  font-weight: 700;
}
.p-about-intro-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 137vw;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-intro-img {
    margin-top: 25px;
  }
}
.p-about-intro-img img {
  width: 100%;
}
.p-about-philosophy {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy {
    padding: 30px 0 0;
  }
}
.p-about-philosophy-inner {
  max-width: 1108px;
  margin: 0 auto;
}
.p-about-philosophy .c-heading-circle, .p-about-philosophy .c-reservation-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy .c-heading-circle, .p-about-philosophy .c-reservation-heading {
    margin-bottom: 30px;
  }
}
.p-about-philosophy-list {
  width: 100%;
  padding: 59px 30px 65px;
  border-radius: 2px;
  border: 1px solid #E5E0D5;
  counter-reset: philosophy;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy-list {
    padding: 30px 20px;
  }
}
.p-about-philosophy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  counter-increment: philosophy;
  font-size: 1.9rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy-list li {
    gap: 15px;
    font-size: 1.8rem;
  }
}
.p-about-philosophy-list li::before {
  content: "0" counter(philosophy);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E39300;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy-list li::before {
    font-size: 2.4rem;
  }
}
.p-about-philosophy-list li + li {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy-list li + li {
    margin-top: 20px;
  }
}
.p-about-guide {
  max-width: 1170px;
  margin: 197px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-guide {
    margin-top: 60px;
  }
}
.p-about-guide-intro {
  margin-top: 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about-guide-intro {
    margin-top: 30px;
  }
}
.p-about-guide-intro p + p {
  margin-top: 0.5em;
}
.p-about-guide-highlight {
  color: #E39300;
  text-decoration-color: #E39300;
}
.p-about-guide-flow {
  margin-top: 59px;
}
@media screen and (max-width: 768px) {
  .p-about-guide-flow {
    margin-top: 40px;
  }
}
.p-about-fever {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1260px;
  width: 1260px;
  margin-top: 103px;
  padding: 0 0 calc(13.32vw + 138px);
}
@media screen and (max-width: 1439px) {
  .p-about-fever {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-fever {
    margin-top: 60px;
    padding: 0 0 calc(13.32vw + 50px);
  }
}
.p-about-fever::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/common/bg_gradient.webp) no-repeat center top/100% 100%;
  pointer-events: none;
}
.p-about-fever-inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-fever-inner {
    padding: 30px;
  }
}
.p-about-fever-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 5px solid #B19C76;
  pointer-events: none;
}
.p-about-fever-box {
  margin-top: 40px;
  padding: 16px 24px;
  background: #F8F6F1;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .p-about-fever-box {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-about-fever-box * + * {
  margin-top: 25px;
}
.p-about-fever-conditions li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.p-about-fever-conditions li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #B19C76;
}
.p-about-fever-conditions li + li {
  margin-top: 6px;
}
.p-about-fever-flow {
  margin-top: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-fever-flow {
    margin-top: 40px;
  }
}
.p-about-doctor {
  position: relative;
  z-index: 1;
}
.p-about-doctor:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 100vw;
  height: 13.32vw;
  background: url(../img/common/wave.svg) no-repeat center top/100% 100%;
  pointer-events: none;
}
.p-about-doctor-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 90px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 90px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-about-doctor-profile {
    -ms-grid-columns: 250px 40px 1fr;
    grid-template-columns: 250px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-doctor-profile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
}
.p-about-doctor-profile + .p-about-doctor-profile {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-about-doctor-body {
  padding-top: 31px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-body {
    padding-top: 50px;
    padding-right: 0;
  }
}
.p-about-doctor-position {
  font-size: 1.4rem;
}
.p-about-doctor-specialty {
  margin-top: 5px;
  font-size: 1.4rem;
}
.p-about-doctor-name {
  margin-top: 21px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-name {
    font-size: 2.4rem;
  }
}
.p-about-doctor-ruby {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Average Sans", sans-serif;
  color: #DBDBDB;
}
.p-about-doctor-txt {
  margin-top: 70px;
  line-height: 2.05;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-txt {
    margin-top: 30px;
  }
}
.p-about-doctor-txt > * + * {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-txt > * + * {
    margin-top: 20px;
  }
}
.p-about-doctor-info {
  margin-top: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 1439px) {
  .p-about-doctor-info {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-doctor-info {
    margin-top: 30px;
    gap: 30px;
  }
}
.p-about-doctor-info-item > dt {
  padding-bottom: 15px;
  border-bottom: 1px dotted #989898;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-about-doctor-info-item > dd {
  margin-top: 19px;
  font-size: 1.35rem;
}
.p-about-doctor-info-item > dd ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.p-about-doctor-info-item > dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-about-doctor-info-item > dd ul li + li {
  margin-top: 5px;
}
.p-about-doctor-info-item > dd dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-info-item > dd dl {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
.p-about-doctor-info-item > dd dl + dl {
  margin-top: 10px;
}
.p-about-doctor-info-item > dd dl dt {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.p-about-doctor-info-item > dd dl dt::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-about-doctor-papers {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-papers {
    margin-top: 50px;
  }
}
.p-about-doctor-papers-ttl {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-about-doctor-papers-accordion dt {
  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-top: 15px;
  padding: 19px 33px;
  border: 1px dotted #989898;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-papers-accordion dt {
    margin-top: 10px;
    padding: 15px 20px;
  }
}
.p-about-doctor-papers-accordion dt::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #E39300;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-about-doctor-papers-accordion dt.is-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-about-doctor-papers-accordion dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
.p-about-doctor-papers-accordion-body {
  overflow: hidden;
  background: #FFFBF4;
}
.p-about-doctor-papers-accordion-body-inner {
  padding: 37px 50px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-papers-accordion-body-inner {
    padding: 20px 30px;
    font-size: 1.3rem;
  }
}
.p-about-doctor-papers-accordion-body-inner > * + * {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-about-doctor-papers-accordion-body-inner > * + * {
    margin-top: 15px;
  }
}
.p-about-doctor-papers-accordion-body-inner small {
  font-weight: 300;
}
.p-about-doctor-papers-accordion-body-inner ul li {
  position: relative;
  padding-left: 1.2em;
}
.p-about-doctor-papers-accordion-body-inner ul li + li {
  margin-top: 10px;
}
.p-about-doctor-papers-accordion-body-inner ul li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}
.p-about-doctor-papers-accordion-body-inner a {
  color: #E39300;
  text-decoration: underline;
}
.p-about-doctor-papers-accordion dt.is-active + dd {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.l-page-mv--info {
  background: url("../img/info/mv_info.webp") no-repeat center/cover;
}

.l-page-content--info {
  max-width: 1250px;
  margin: 0 auto;
}

.p-info-schedule-inner {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info-schedule-inner {
    max-width: 100%;
  }
}
.p-info-schedule .c-section-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-info-schedule .c-section-heading {
    margin-bottom: 30px;
  }
}
.p-info-schedule-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #FFFBF4;
  border-radius: 10px;
}
.p-info-schedule .c-schedule {
  max-width: 552px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info-schedule .c-schedule {
    margin-top: 20px;
  }
}
.p-info-schedule .c-schedule-table thead th:first-child {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .p-info-schedule .c-schedule-table thead th:first-child {
    width: 140px;
  }
}
.p-info-schedule .c-schedule-table tbody th br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-info-schedule .c-schedule-table tbody th br {
    display: block;
  }
}
.p-info-schedule .c-clinic-data {
  margin-top: 10px;
  border-top: none;
}
.p-info-schedule-data {
  margin-top: 20px;
  padding-top: 20px;
}
.p-info-schedule-tel {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-info-schedule-tel {
    margin-top: 20px;
  }
}

.p-info-section {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-info-section {
    margin-top: 60px;
    padding: 0;
  }
}
.p-info-section-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 93px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 93px;
  margin-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .p-info-section-header {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-info-section-header {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.p-info-section-header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1439px) {
  .p-info-section-header-icon {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-info-section-header-icon {
    width: 70px;
    height: 70px;
  }
}
.p-info-section-header-icon img {
  width: 100%;
}
.p-info-section-header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-info-section-header-body {
    gap: 15px;
  }
}
.p-info-section-header-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  color: #E39300;
  letter-spacing: 0.1em;
}
.p-info-section-header-en::before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.p-info-section-header-ttl {
  margin-top: 8px;
  margin-bottom: 22px;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1439px) {
  .p-info-section-header-ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-info-section-header-ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.p-info-section-header-sub {
  margin-top: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-info-section-header-sub {
    font-size: 1.4rem;
  }
}
.p-info-section-desc {
  line-height: 2.1;
}
.p-info-section-desc > * + * {
  margin-top: 20px;
}
.p-info-section--dermatology .p-info-section-header-en {
  color: #B2B07C;
}
.p-info-section--pediatric .p-info-section-header-en {
  color: #D4A574;
}

.p-info-category + .p-info-category {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info-category + .p-info-category {
    margin-top: 40px;
  }
}
.p-info-category-ttl {
  position: relative;
  margin-top: 160px;
  margin-bottom: 59px;
  padding-bottom: 11px;
  border-bottom: 1px solid #E5E0D5;
  font-size: 2.65rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-info-category-ttl {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.p-info-category-ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 72px;
  height: 4px;
  background: #F3C75B;
}
.p-info-category-ttl:first-child {
  margin-top: 0;
}
.p-info-category-ttl small {
  display: inline-block;
  margin-left: 35px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-info-category-ttl small {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
.p-info-category-note {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #DF7E00;
}
@media screen and (max-width: 768px) {
  .p-info-category-note {
    font-size: 1.3rem;
  }
}
.p-info-category-box {
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info-category-box {
    margin-top: 30px;
  }
}
.p-info-category-box--yellow {
  background: #FCF8F2;
}
.p-info-category-box--yellow .p-info-category-label {
  background: #F3C75B;
}
.p-info-category-label {
  display: block;
  padding: 11px 22px;
  background: #C7B78E;
  color: #fff;
}
.p-info-category-body {
  display: -ms-grid;
  display: grid;
  gap: 27px;
  padding: 20px 53px 40px;
}
@media screen and (max-width: 1439px) {
  .p-info-category-body {
    padding: 20px 30px 30px;
  }
}
.p-info-category-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 30px;
}
@media screen and (max-width: 768px) {
  .p-info-category-tag-list {
    gap: 10px 20px;
  }
}
.p-info-category-tag-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.p-info-category-tag-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}

.p-info-disease-list {
  padding-top: 10px;
}
.p-info-disease-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 20px 1fr;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #E5E0D5;
}
@media screen and (max-width: 768px) {
  .p-info-disease-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px 0;
  }
}
.p-info-disease-item:first-child {
  padding-top: 0;
}
.p-info-disease-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-info-disease-dt {
  position: relative;
  padding-left: 1em;
}
.p-info-disease-dt::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}

.p-info-disease-dd {
  line-height: 1.8;
  font-size: 1.5rem;
}

.p-info-note {
  margin-top: 30px;
  padding: 20px;
  background: rgba(251, 232, 200, 0.3);
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-info-note {
    font-size: 1.3rem;
  }
}

.p-info-equipment {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-info-equipment {
    margin-top: 40px;
  }
}
.p-info-equipment-ttl {
  margin-bottom: 36px;
  padding-left: 21px;
  border-left: 3px solid #E39300;
  font-size: 2.2rem;
  line-height: 2.3;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #DF7E00;
}
@media screen and (max-width: 768px) {
  .p-info-equipment-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-info-equipment-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .p-info-equipment-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1060px) {
  .p-info-equipment-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-info-equipment-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-info-equipment-name {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0.9em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-info-equipment-name {
    font-size: 1.6rem;
  }
}
.p-info-equipment-name::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #E39300;
  border-radius: 50%;
}
.p-info-equipment-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 46%;
  grid-template-columns: 1fr 46%;
  gap: 30px;
  padding: 35px 30px;
  background: #FFFBF4;
}
@media screen and (max-width: 1060px) {
  .p-info-equipment-body {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 130px;
    grid-template-columns: 1fr 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-info-equipment-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.p-info-equipment-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-info-equipment-img img {
    max-width: 150px;
    margin-inline: auto;
  }
}
.p-info-equipment-txt {
  font-size: 1.5rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .p-info-equipment-txt {
    font-size: 1.4rem;
  }
}

.p-info-equipment-sub {
  margin-top: 30px;
}
.p-info-equipment-sub .p-info-equipment-item {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .p-info-equipment-sub .p-info-equipment-item {
    max-width: 100%;
  }
}

.p-info-troubles {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info-troubles {
    margin-top: 40px;
  }
}
.p-info-troubles-ttl {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #DF7E00;
  color: #DF7E00;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-info-troubles-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-info-troubles-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 1439px) {
  .p-info-troubles-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1060px) {
  .p-info-troubles-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-info-troubles-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-info-troubles-item-ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0.8em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-info-troubles-item-ttl {
    font-size: 1.6rem;
  }
}
.p-info-troubles-item-ttl::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #DF7E00;
  border-radius: 50%;
}
.p-info-troubles-item-txt {
  padding: 36px 34px;
  background: #FFFBF4;
  line-height: 1.8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-info-troubles-item-txt {
    padding: 20px;
    font-size: 1.3rem;
  }
}

.p-info-specialty {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info-specialty {
    margin-top: 40px;
  }
}
.p-info-specialty-ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #B2B07C;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-info-specialty-ttl {
    font-size: 1.8rem;
  }
}
.p-info-specialty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-info-specialty-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-info-specialty-list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-info-specialty-list li {
    font-size: 1.4rem;
  }
}
.p-info-specialty-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #B2B07C;
}

.p-info-device {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info-device {
    margin-top: 40px;
  }
}
.p-info-device-ttl {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #DF7E00;
  color: #DF7E00;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .p-info-device-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-info-device-name {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-info-device-name {
    font-size: 1.6rem;
  }
}
.p-info-device-name::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #DF7E00;
  border-radius: 50%;
}
.p-info-device-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 30px 1fr;
  grid-template-columns: 230px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #FFFBF4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-info-device-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-info-device-img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-info-device-img img {
  width: 100%;
  height: auto;
}
.p-info-device-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  counter-reset: point;
}
.p-info-device-points li {
  position: relative;
  padding-left: 40px;
  line-height: 1.8;
  font-size: 1.5rem;
  counter-increment: point;
}
@media screen and (max-width: 768px) {
  .p-info-device-points li {
    padding-left: 35px;
  }
}
.p-info-device-points li::before {
  content: counter(point);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: #DF7E00;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-info-device-points li::before {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
  }
}

.p-info-download {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-info-download {
    margin-top: 30px;
  }
}
.p-info-download-btn {
  max-width: 600px;
  margin: 0 auto;
}
.p-info-download-note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info-download-note {
    font-size: 1.3rem;
  }
}
.p-info-download-note::before {
  content: "※";
  color: #E39300;
}
.p-info-download-link {
  margin-top: 15px;
  color: #FF088D;
  text-align: center;
}

.l-page-mv--rules {
  background: url("../img/rules/mv_rules.webp") no-repeat center/cover;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

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

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

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

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

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

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

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

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

.pc-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}

.pc-iblock {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none !important;
  }
}

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

.sp-iblock {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block !important;
  }
}

.fs10 {
  font-size: calc(10 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs10 {
    font-size: calc(10 / 9 * 8 / 10)rem;
  }
}

.fs11 {
  font-size: calc(11 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs11 {
    font-size: calc(11 / 9 * 8 / 10)rem;
  }
}

.fs12 {
  font-size: calc(12 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: calc(12 / 9 * 8 / 10)rem;
  }
}

.fs13 {
  font-size: calc(13 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: calc(13 / 9 * 8 / 10)rem;
  }
}

.fs14 {
  font-size: calc(14 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: calc(14 / 9 * 8 / 10)rem;
  }
}

.fs15 {
  font-size: calc(15 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: calc(15 / 9 * 8 / 10)rem;
  }
}

.fs16 {
  font-size: calc(16 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: calc(16 / 9 * 8 / 10)rem;
  }
}

.fs17 {
  font-size: calc(17 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: calc(17 / 9 * 8 / 10)rem;
  }
}

.fs18 {
  font-size: calc(18 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: calc(18 / 9 * 8 / 10)rem;
  }
}

.fs19 {
  font-size: calc(19 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: calc(19 / 9 * 8 / 10)rem;
  }
}

.fs20 {
  font-size: calc(20 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: calc(20 / 9 * 8 / 10)rem;
  }
}

.fs21 {
  font-size: calc(21 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: calc(21 / 9 * 8 / 10)rem;
  }
}

.fs22 {
  font-size: calc(22 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: calc(22 / 9 * 8 / 10)rem;
  }
}

.fs23 {
  font-size: calc(23 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: calc(23 / 9 * 8 / 10)rem;
  }
}

.fs24 {
  font-size: calc(24 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: calc(24 / 9 * 8 / 10)rem;
  }
}

.fs25 {
  font-size: calc(25 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: calc(25 / 9 * 8 / 10)rem;
  }
}

.fs26 {
  font-size: calc(26 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: calc(26 / 9 * 8 / 10)rem;
  }
}

.fs27 {
  font-size: calc(27 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: calc(27 / 9 * 8 / 10)rem;
  }
}

.fs28 {
  font-size: calc(28 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: calc(28 / 9 * 8 / 10)rem;
  }
}

.fs29 {
  font-size: calc(29 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: calc(29 / 9 * 8 / 10)rem;
  }
}

.fs30 {
  font-size: calc(30 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: calc(30 / 9 * 8 / 10)rem;
  }
}

.font-s10 {
  font-size: calc(10 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s10 {
    font-size: calc(10 / 9 * 8 / 10)rem !important;
  }
}

.font-s11 {
  font-size: calc(11 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s11 {
    font-size: calc(11 / 9 * 8 / 10)rem !important;
  }
}

.font-s12 {
  font-size: calc(12 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: calc(12 / 9 * 8 / 10)rem !important;
  }
}

.font-s13 {
  font-size: calc(13 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: calc(13 / 9 * 8 / 10)rem !important;
  }
}

.font-s14 {
  font-size: calc(14 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: calc(14 / 9 * 8 / 10)rem !important;
  }
}

.font-s15 {
  font-size: calc(15 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: calc(15 / 9 * 8 / 10)rem !important;
  }
}

.font-s16 {
  font-size: calc(16 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: calc(16 / 9 * 8 / 10)rem !important;
  }
}

.font-s17 {
  font-size: calc(17 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: calc(17 / 9 * 8 / 10)rem !important;
  }
}

.font-s18 {
  font-size: calc(18 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: calc(18 / 9 * 8 / 10)rem !important;
  }
}

.font-s19 {
  font-size: calc(19 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: calc(19 / 9 * 8 / 10)rem !important;
  }
}

.font-s20 {
  font-size: calc(20 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: calc(20 / 9 * 8 / 10)rem !important;
  }
}

.font-s21 {
  font-size: calc(21 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: calc(21 / 9 * 8 / 10)rem !important;
  }
}

.font-s22 {
  font-size: calc(22 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: calc(22 / 9 * 8 / 10)rem !important;
  }
}

.font-s23 {
  font-size: calc(23 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: calc(23 / 9 * 8 / 10)rem !important;
  }
}

.font-s24 {
  font-size: calc(24 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: calc(24 / 9 * 8 / 10)rem !important;
  }
}

.font-s25 {
  font-size: calc(25 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: calc(25 / 9 * 8 / 10)rem !important;
  }
}

.font-s26 {
  font-size: calc(26 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: calc(26 / 9 * 8 / 10)rem !important;
  }
}

.font-s27 {
  font-size: calc(27 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: calc(27 / 9 * 8 / 10)rem !important;
  }
}

.font-s28 {
  font-size: calc(28 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: calc(28 / 9 * 8 / 10)rem !important;
  }
}

.font-s29 {
  font-size: calc(29 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: calc(29 / 9 * 8 / 10)rem !important;
  }
}

.font-s30 {
  font-size: calc(30 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: calc(30 / 9 * 8 / 10)rem !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 7px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 13px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 17px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 23px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 37px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 43px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 47px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 50px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 53px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 57px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 60px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 63px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 67px !important;
  }
}

.mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .mt105 {
    margin-top: 70px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 73px !important;
  }
}

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .mt115 {
    margin-top: 77px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .mt125 {
    margin-top: 83px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 87px !important;
  }
}

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .mt135 {
    margin-top: 90px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 93px !important;
  }
}

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .mt145 {
    margin-top: 97px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 100px !important;
  }
}

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .mt155 {
    margin-top: 103px !important;
  }
}

.mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 107px !important;
  }
}

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .mt165 {
    margin-top: 110px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 113px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .mt175 {
    margin-top: 117px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 120px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .mt185 {
    margin-top: 123px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 127px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .mt195 {
    margin-top: 130px !important;
  }
}

.mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 133px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 13px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 17px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 23px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 27px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 33px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 37px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 43px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 47px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 50px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 53px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 57px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 63px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 67px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .mb105 {
    margin-bottom: 70px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 73px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .mb115 {
    margin-bottom: 77px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .mb125 {
    margin-bottom: 83px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 87px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .mb135 {
    margin-bottom: 90px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 93px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .mb145 {
    margin-bottom: 97px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 100px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .mb155 {
    margin-bottom: 103px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 107px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .mb165 {
    margin-bottom: 110px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .mb170 {
    margin-bottom: 113px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .mb175 {
    margin-bottom: 117px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .mb180 {
    margin-bottom: 120px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .mb185 {
    margin-bottom: 123px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 127px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .mb195 {
    margin-bottom: 130px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 133px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .ml10 {
    margin-left: 7px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .ml15 {
    margin-left: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .ml20 {
    margin-left: 13px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .ml25 {
    margin-left: 17px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .ml30 {
    margin-left: 20px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .ml35 {
    margin-left: 23px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml40 {
    margin-left: 27px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .ml45 {
    margin-left: 30px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .ml50 {
    margin-left: 33px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .ml55 {
    margin-left: 37px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .ml60 {
    margin-left: 40px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .ml65 {
    margin-left: 43px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .ml70 {
    margin-left: 47px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .ml75 {
    margin-left: 50px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml80 {
    margin-left: 53px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .ml85 {
    margin-left: 57px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .ml90 {
    margin-left: 60px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .ml95 {
    margin-left: 63px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .ml100 {
    margin-left: 67px !important;
  }
}

.ml105 {
  margin-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .ml105 {
    margin-left: 70px !important;
  }
}

.ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .ml110 {
    margin-left: 73px !important;
  }
}

.ml115 {
  margin-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .ml115 {
    margin-left: 77px !important;
  }
}

.ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .ml120 {
    margin-left: 80px !important;
  }
}

.ml125 {
  margin-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .ml125 {
    margin-left: 83px !important;
  }
}

.ml130 {
  margin-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .ml130 {
    margin-left: 87px !important;
  }
}

.ml135 {
  margin-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .ml135 {
    margin-left: 90px !important;
  }
}

.ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .ml140 {
    margin-left: 93px !important;
  }
}

.ml145 {
  margin-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .ml145 {
    margin-left: 97px !important;
  }
}

.ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .ml150 {
    margin-left: 100px !important;
  }
}

.ml155 {
  margin-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .ml155 {
    margin-left: 103px !important;
  }
}

.ml160 {
  margin-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .ml160 {
    margin-left: 107px !important;
  }
}

.ml165 {
  margin-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .ml165 {
    margin-left: 110px !important;
  }
}

.ml170 {
  margin-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .ml170 {
    margin-left: 113px !important;
  }
}

.ml175 {
  margin-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .ml175 {
    margin-left: 117px !important;
  }
}

.ml180 {
  margin-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .ml180 {
    margin-left: 120px !important;
  }
}

.ml185 {
  margin-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .ml185 {
    margin-left: 123px !important;
  }
}

.ml190 {
  margin-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .ml190 {
    margin-left: 127px !important;
  }
}

.ml195 {
  margin-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .ml195 {
    margin-left: 130px !important;
  }
}

.ml200 {
  margin-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .ml200 {
    margin-left: 133px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .mr10 {
    margin-right: 7px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .mr15 {
    margin-right: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mr20 {
    margin-right: 13px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .mr25 {
    margin-right: 17px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .mr30 {
    margin-right: 20px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .mr35 {
    margin-right: 23px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr40 {
    margin-right: 27px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .mr45 {
    margin-right: 30px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .mr50 {
    margin-right: 33px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .mr55 {
    margin-right: 37px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .mr60 {
    margin-right: 40px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .mr65 {
    margin-right: 43px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .mr70 {
    margin-right: 47px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .mr75 {
    margin-right: 50px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr80 {
    margin-right: 53px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .mr85 {
    margin-right: 57px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .mr90 {
    margin-right: 60px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .mr95 {
    margin-right: 63px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .mr100 {
    margin-right: 67px !important;
  }
}

.mr105 {
  margin-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .mr105 {
    margin-right: 70px !important;
  }
}

.mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .mr110 {
    margin-right: 73px !important;
  }
}

.mr115 {
  margin-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .mr115 {
    margin-right: 77px !important;
  }
}

.mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .mr120 {
    margin-right: 80px !important;
  }
}

.mr125 {
  margin-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .mr125 {
    margin-right: 83px !important;
  }
}

.mr130 {
  margin-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .mr130 {
    margin-right: 87px !important;
  }
}

.mr135 {
  margin-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .mr135 {
    margin-right: 90px !important;
  }
}

.mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .mr140 {
    margin-right: 93px !important;
  }
}

.mr145 {
  margin-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .mr145 {
    margin-right: 97px !important;
  }
}

.mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .mr150 {
    margin-right: 100px !important;
  }
}

.mr155 {
  margin-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .mr155 {
    margin-right: 103px !important;
  }
}

.mr160 {
  margin-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .mr160 {
    margin-right: 107px !important;
  }
}

.mr165 {
  margin-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .mr165 {
    margin-right: 110px !important;
  }
}

.mr170 {
  margin-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .mr170 {
    margin-right: 113px !important;
  }
}

.mr175 {
  margin-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .mr175 {
    margin-right: 117px !important;
  }
}

.mr180 {
  margin-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .mr180 {
    margin-right: 120px !important;
  }
}

.mr185 {
  margin-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .mr185 {
    margin-right: 123px !important;
  }
}

.mr190 {
  margin-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .mr190 {
    margin-right: 127px !important;
  }
}

.mr195 {
  margin-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .mr195 {
    margin-right: 130px !important;
  }
}

.mr200 {
  margin-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .mr200 {
    margin-right: 133px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .pt5 {
    padding-top: 3px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 7px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .pt15 {
    padding-top: 10px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 13px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .pt25 {
    padding-top: 17px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 20px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .pt35 {
    padding-top: 23px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 27px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .pt45 {
    padding-top: 30px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 33px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .pt55 {
    padding-top: 37px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .pt65 {
    padding-top: 43px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 47px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .pt75 {
    padding-top: 50px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 53px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .pt85 {
    padding-top: 57px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .pt90 {
    padding-top: 60px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .pt95 {
    padding-top: 63px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 67px !important;
  }
}

.pt105 {
  padding-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .pt105 {
    padding-top: 70px !important;
  }
}

.pt110 {
  padding-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .pt110 {
    padding-top: 73px !important;
  }
}

.pt115 {
  padding-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .pt115 {
    padding-top: 77px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 80px !important;
  }
}

.pt125 {
  padding-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .pt125 {
    padding-top: 83px !important;
  }
}

.pt130 {
  padding-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .pt130 {
    padding-top: 87px !important;
  }
}

.pt135 {
  padding-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .pt135 {
    padding-top: 90px !important;
  }
}

.pt140 {
  padding-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .pt140 {
    padding-top: 93px !important;
  }
}

.pt145 {
  padding-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .pt145 {
    padding-top: 97px !important;
  }
}

.pt150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .pt150 {
    padding-top: 100px !important;
  }
}

.pt155 {
  padding-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .pt155 {
    padding-top: 103px !important;
  }
}

.pt160 {
  padding-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .pt160 {
    padding-top: 107px !important;
  }
}

.pt165 {
  padding-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .pt165 {
    padding-top: 110px !important;
  }
}

.pt170 {
  padding-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .pt170 {
    padding-top: 113px !important;
  }
}

.pt175 {
  padding-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .pt175 {
    padding-top: 117px !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .pt180 {
    padding-top: 120px !important;
  }
}

.pt185 {
  padding-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .pt185 {
    padding-top: 123px !important;
  }
}

.pt190 {
  padding-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .pt190 {
    padding-top: 127px !important;
  }
}

.pt195 {
  padding-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .pt195 {
    padding-top: 130px !important;
  }
}

.pt200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .pt200 {
    padding-top: 133px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 7px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 13px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 17px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 20px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 23px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 27px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 33px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 37px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 43px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 47px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 50px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 53px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 57px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 60px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 63px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 67px !important;
  }
}

.pb105 {
  padding-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .pb105 {
    padding-bottom: 70px !important;
  }
}

.pb110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .pb110 {
    padding-bottom: 73px !important;
  }
}

.pb115 {
  padding-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .pb115 {
    padding-bottom: 77px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 80px !important;
  }
}

.pb125 {
  padding-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .pb125 {
    padding-bottom: 83px !important;
  }
}

.pb130 {
  padding-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .pb130 {
    padding-bottom: 87px !important;
  }
}

.pb135 {
  padding-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .pb135 {
    padding-bottom: 90px !important;
  }
}

.pb140 {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .pb140 {
    padding-bottom: 93px !important;
  }
}

.pb145 {
  padding-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .pb145 {
    padding-bottom: 97px !important;
  }
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .pb150 {
    padding-bottom: 100px !important;
  }
}

.pb155 {
  padding-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .pb155 {
    padding-bottom: 103px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .pb160 {
    padding-bottom: 107px !important;
  }
}

.pb165 {
  padding-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .pb165 {
    padding-bottom: 110px !important;
  }
}

.pb170 {
  padding-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .pb170 {
    padding-bottom: 113px !important;
  }
}

.pb175 {
  padding-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .pb175 {
    padding-bottom: 117px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .pb180 {
    padding-bottom: 120px !important;
  }
}

.pb185 {
  padding-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .pb185 {
    padding-bottom: 123px !important;
  }
}

.pb190 {
  padding-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .pb190 {
    padding-bottom: 127px !important;
  }
}

.pb195 {
  padding-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .pb195 {
    padding-bottom: 130px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .pb200 {
    padding-bottom: 133px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .pl10 {
    padding-left: 7px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .pl15 {
    padding-left: 10px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .pl20 {
    padding-left: 13px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .pl25 {
    padding-left: 17px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .pl30 {
    padding-left: 20px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .pl35 {
    padding-left: 23px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .pl40 {
    padding-left: 27px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .pl45 {
    padding-left: 30px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .pl50 {
    padding-left: 33px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .pl55 {
    padding-left: 37px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .pl60 {
    padding-left: 40px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .pl65 {
    padding-left: 43px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .pl70 {
    padding-left: 47px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .pl75 {
    padding-left: 50px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .pl80 {
    padding-left: 53px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .pl85 {
    padding-left: 57px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .pl90 {
    padding-left: 60px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .pl95 {
    padding-left: 63px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .pl100 {
    padding-left: 67px !important;
  }
}

.pl105 {
  padding-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .pl105 {
    padding-left: 70px !important;
  }
}

.pl110 {
  padding-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .pl110 {
    padding-left: 73px !important;
  }
}

.pl115 {
  padding-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .pl115 {
    padding-left: 77px !important;
  }
}

.pl120 {
  padding-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .pl120 {
    padding-left: 80px !important;
  }
}

.pl125 {
  padding-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .pl125 {
    padding-left: 83px !important;
  }
}

.pl130 {
  padding-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .pl130 {
    padding-left: 87px !important;
  }
}

.pl135 {
  padding-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .pl135 {
    padding-left: 90px !important;
  }
}

.pl140 {
  padding-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .pl140 {
    padding-left: 93px !important;
  }
}

.pl145 {
  padding-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .pl145 {
    padding-left: 97px !important;
  }
}

.pl150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .pl150 {
    padding-left: 100px !important;
  }
}

.pl155 {
  padding-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .pl155 {
    padding-left: 103px !important;
  }
}

.pl160 {
  padding-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .pl160 {
    padding-left: 107px !important;
  }
}

.pl165 {
  padding-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .pl165 {
    padding-left: 110px !important;
  }
}

.pl170 {
  padding-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .pl170 {
    padding-left: 113px !important;
  }
}

.pl175 {
  padding-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .pl175 {
    padding-left: 117px !important;
  }
}

.pl180 {
  padding-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .pl180 {
    padding-left: 120px !important;
  }
}

.pl185 {
  padding-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .pl185 {
    padding-left: 123px !important;
  }
}

.pl190 {
  padding-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .pl190 {
    padding-left: 127px !important;
  }
}

.pl195 {
  padding-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .pl195 {
    padding-left: 130px !important;
  }
}

.pl200 {
  padding-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .pl200 {
    padding-left: 133px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .pr10 {
    padding-right: 7px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .pr15 {
    padding-right: 10px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .pr20 {
    padding-right: 13px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .pr25 {
    padding-right: 17px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .pr30 {
    padding-right: 20px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .pr35 {
    padding-right: 23px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pr40 {
    padding-right: 27px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .pr45 {
    padding-right: 30px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .pr50 {
    padding-right: 33px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .pr55 {
    padding-right: 37px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .pr60 {
    padding-right: 40px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .pr65 {
    padding-right: 43px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .pr70 {
    padding-right: 47px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .pr75 {
    padding-right: 50px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .pr80 {
    padding-right: 53px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .pr85 {
    padding-right: 57px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .pr90 {
    padding-right: 60px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .pr95 {
    padding-right: 63px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .pr100 {
    padding-right: 67px !important;
  }
}

.pr105 {
  padding-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .pr105 {
    padding-right: 70px !important;
  }
}

.pr110 {
  padding-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .pr110 {
    padding-right: 73px !important;
  }
}

.pr115 {
  padding-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .pr115 {
    padding-right: 77px !important;
  }
}

.pr120 {
  padding-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .pr120 {
    padding-right: 80px !important;
  }
}

.pr125 {
  padding-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .pr125 {
    padding-right: 83px !important;
  }
}

.pr130 {
  padding-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .pr130 {
    padding-right: 87px !important;
  }
}

.pr135 {
  padding-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .pr135 {
    padding-right: 90px !important;
  }
}

.pr140 {
  padding-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .pr140 {
    padding-right: 93px !important;
  }
}

.pr145 {
  padding-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .pr145 {
    padding-right: 97px !important;
  }
}

.pr150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .pr150 {
    padding-right: 100px !important;
  }
}

.pr155 {
  padding-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .pr155 {
    padding-right: 103px !important;
  }
}

.pr160 {
  padding-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .pr160 {
    padding-right: 107px !important;
  }
}

.pr165 {
  padding-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .pr165 {
    padding-right: 110px !important;
  }
}

.pr170 {
  padding-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .pr170 {
    padding-right: 113px !important;
  }
}

.pr175 {
  padding-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .pr175 {
    padding-right: 117px !important;
  }
}

.pr180 {
  padding-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .pr180 {
    padding-right: 120px !important;
  }
}

.pr185 {
  padding-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .pr185 {
    padding-right: 123px !important;
  }
}

.pr190 {
  padding-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .pr190 {
    padding-right: 127px !important;
  }
}

.pr195 {
  padding-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .pr195 {
    padding-right: 130px !important;
  }
}

.pr200 {
  padding-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .pr200 {
    padding-right: 133px !important;
  }
}

.wrap1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1016px) {
  .wrap1000 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1116px) {
  .wrap1100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1.1rem;
  }
}
.breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    margin-left: 20px;
  }
}
.breadcrumb .inner a {
  text-decoration: none;
  color: #4EB7BA;
  text-decoration: underline;
}
.breadcrumb .inner a:hover {
  text-decoration: underline;
}
.breadcrumb .inner > span {
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span {
    margin: 0 10px;
  }
}
.breadcrumb .inner > span:first-child {
  margin-left: 0;
}
.breadcrumb .inner > span:last-of-type {
  margin-right: 0;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 0;
    right: 0;
    width: 45px;
  }
}
#pageTop a {
  position: absolute;
  inset: 0;
  display: block;
}
#pageTop a:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}