@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #393939;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

body.is-drawerOpen {
  overflow: hidden;
}

.l-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #0060A0;
  box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s opacity ease, 0.4s visibility ease;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.l-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 0.875rem;
  padding-inline: 1.25rem;
}

.l-drawer__logo {
  width: 16.875rem;
  max-width: 70%;
  line-height: 0;
}

.l-drawer__logo img {
  width: 100%;
}

.l-drawer__close {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.l-drawer__close img {
  width: 100%;
}

.l-drawer__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-inline: 3.75rem;
}

.l-drawer__navItem {
  border-bottom: 1px dashed #fff;
}

.l-drawer__navItem:first-child {
  border-top: 1px dashed #fff;
}

.l-drawer__navLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.9375rem;
  color: #fff;
}

.l-drawer__navLeft {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.l-drawer__navIcon {
  width: 1.5rem;
  height: 1.5rem;
}

.l-drawer__navText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-drawer__navArrow {
  width: 0.875rem;
}

.l-drawer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 0.375rem;
  padding-inline: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid #1391E6;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.l-drawer__tel {
  display: flex;
  flex-direction: column;
}

.l-drawer__telRow {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.l-drawer__telIcon {
  width: 1.125rem;
  height: 1.125rem;
}

.l-drawer__telNum {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1391E6;
  white-space: nowrap;
}

.l-drawer__telNote {
  font-size: 0.625rem;
  font-weight: 500;
  color: #393939;
  white-space: nowrap;
}

.l-drawer__reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 9.8125rem;
  min-height: 2.9375rem;
  flex-shrink: 0;
  background-color: #1391E6;
  border-radius: 0.5rem;
  color: #fff;
}

.l-drawer__reserveIcon {
  width: 2.875rem;
}

.l-drawer__reserveText {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.l-drawer__reserveText small {
  display: block;
  font-size: 0.75rem;
}

.l-footer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 4.375rem;
  }
}

.l-footer__decoTop {
  width: 100%;
  height: 2rem;
  background-image: url("../img/common/footer-deco-top.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 105rem 2rem;
}

.l-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6875rem;
  background-color: #DFF1FD;
  padding-block: 3.5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    gap: 2.625rem;
    padding-block: 0.8125rem 3.75rem;
    padding-inline: 0.625rem;
  }
}

.l-footer__access {
  width: 62.5rem;
  max-width: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  padding-block: 2.5rem;
  padding-inline: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__access {
    border-radius: 0.5rem;
    padding-block: 2rem 1.25rem;
    padding-inline: 0.625rem;
  }
}

.l-footer__accessInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__accessInner {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}

.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1875rem;
  width: 29.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}

.l-footer__logoArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4375rem;
}

.l-footer__logo {
  width: 25.3125rem;
  max-width: 100%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 19.3125rem;
  }
}

.l-footer__address {
  display: flex;
  gap: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    justify-content: center;
  }
}

.l-footer__address span {
  white-space: nowrap;
}

.l-footer__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__telLink {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.l-footer__telIcon {
  width: 1.75rem;
  height: 1.75rem;
}

.l-footer__telNumber {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1391E6;
  white-space: nowrap;
}

.l-footer__telNote {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1391E6;
}

.l-footer__btns {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__btns {
    gap: 0.9375rem;
  }
}

.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 13.75rem;
  min-height: 3.5rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 9.375rem;
    min-height: 2.375rem;
    font-size: 0.875rem;
  }
}

.l-footer__btn--reserve {
  background-color: #1391E6;
  color: #fff;
}

.l-footer__btn--contact {
  background-color: #fff;
  border: 1px solid #1391E6;
  color: #1391E6;
}

.l-footer__btnIcon {
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
@media screen and (max-width: 767px) {
  .l-footer__btnIcon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.l-footer__time {
  width: 29.8125rem;
  max-width: 100%;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer__time {
    width: 20.9375rem;
  }
}

.l-footer__timeImg {
  width: 100%;
}

.l-footer__map {
  width: 24.0625rem;
  height: 24.0625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__map {
    width: 19.6875rem;
    height: 19.6875rem;
  }
}

.l-footer__mapImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-inline: 0.625rem;
  }
}

.l-footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
}

.l-footer__menuTitle {
  font-size: 1rem;
  font-weight: 700;
  color: #393939;
}

.l-footer__menuList {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.l-footer__menuCols {
  display: flex;
  gap: 1.25rem;
}

.l-footer__menuLink {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #393939;
  transition: 0.3s opacity;
}

.l-footer__menuArrow {
  width: 0.375rem;
  height: 0.75rem;
}

.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.4375rem;
  background-color: #1391E6;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding-block: 0.8125rem;
  }
}

.l-footer__copyText {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.l-footer__toTop {
  position: fixed;
  right: 1.25rem;
  bottom: 2.5rem;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-footer__toTop {
    right: 0.625rem;
    bottom: 5rem;
  }
}

.l-footer__toTop img {
  width: 100%;
}

@media (any-hover: hover) {
  .l-footer__btn--reserve:hover {
    background-color: #0060A0;
  }
  .l-footer__btn--contact:hover {
    background-color: #1391E6;
    color: #fff;
  }
  .l-footer__btn--contact:hover .l-footer__btnIcon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .l-footer__menuLink:hover {
    opacity: 0.7;
  }
  .l-footer__telLink:hover {
    opacity: 0.7;
    transition: 0.3s opacity;
  }
  .l-footer__toTop:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
}
.l-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 20;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  padding-block: 0.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    min-height: 3.75rem;
    padding-block: 0.875rem;
    padding-inline: 1.25rem;
  }
}

.l-header__logo {
  width: 16.875rem;
  max-width: 100%;
  line-height: 0;
}

.l-header__logo a {
  display: block;
}

.l-header__contents {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__contents {
    display: none;
  }
}

.l-header__navList {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.l-header__navLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4375rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #393939;
  transition: 0.3s color;
}

.l-header__navLink::after {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: transparent;
  transition: 0.3s background-color;
}

.l-header__navLink--isCurrent {
  color: #1391E6;
}

.l-header__navLink--isCurrent::after {
  background-color: #1391E6;
}

.l-header__navIcon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.l-header__navIcon--home {
  -webkit-mask-image: url("../img/common/icon-nav-home.svg");
  mask-image: url("../img/common/icon-nav-home.svg");
}

.l-header__navIcon--about {
  -webkit-mask-image: url("../img/common/icon-nav-about.svg");
  mask-image: url("../img/common/icon-nav-about.svg");
}

.l-header__navIcon--service {
  -webkit-mask-image: url("../img/common/icon-nav-service.svg");
  mask-image: url("../img/common/icon-nav-service.svg");
}

.l-header__navIcon--staff {
  -webkit-mask-image: url("../img/common/icon-nav-staff.svg");
  mask-image: url("../img/common/icon-nav-staff.svg");
}

.l-header__navIcon--blog {
  -webkit-mask-image: url("../img/common/icon-nav-blog.svg");
  mask-image: url("../img/common/icon-nav-blog.svg");
}

.l-header__navIcon--contact {
  -webkit-mask-image: url("../img/common/icon-nav-contact.svg");
  mask-image: url("../img/common/icon-nav-contact.svg");
}

.l-header__navText {
  white-space: nowrap;
}

.l-header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.l-header__address {
  font-size: 0.75rem;
  font-weight: 500;
  color: #393939;
  white-space: nowrap;
}

.l-header__telLink {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.l-header__telIcon {
  width: 1.75rem;
  height: 1.75rem;
}

.l-header__telNumber {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1391E6;
  white-space: nowrap;
}

.l-header__hamburger {
  display: none;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: flex;
  }
}

.l-header__hamburger img {
  width: 1.6875rem;
}

@media (any-hover: hover) {
  .l-header__navLink:hover {
    color: #1391E6;
  }
  .l-header__navLink:hover::after {
    background-color: #1391E6;
  }
  .l-header__telLink:hover {
    opacity: 0.7;
    transition: 0.3s opacity;
  }
}
.l-inner {
  width: 100%;
  max-width: calc(1280px + 25px * 2);
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(1280px + 20px * 2);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
}

.c-breadcrumb {
  background-color: #fff;
  padding-top: 0.75rem;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 72.5rem;
  margin-inline: auto;
  padding-inline: 1.875rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    padding-inline: 1.25rem;
  }
}

.c-breadcrumb__item a {
  color: #888888;
  transition: 0.3s opacity;
}

.c-breadcrumb__sep {
  color: #393939;
}

@media (any-hover: hover) {
  .c-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.c-btn {
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #000;
  padding: 0 0.625rem;
  min-height: 3.75rem;
  line-height: 1.2;
  transition: 0.3s all;
  width: 13.75rem;
  max-width: 100%;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
}
.c-cat {
  min-width: 6.25rem;
  font-size: 0.75rem;
  background-color: #003C8C;
  padding: 0.25rem 0.625rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-headingBar {
  display: block;
  width: 100%;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #393939;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}

.c-headline1__main {
  font-size: 1.875rem;
  border-left: 2px solid #003C8C;
  padding-left: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
}

.c-headline1__sub {
  margin-top: 0.875rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: #000;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgFilter {
  position: relative;
  overflow: hidden;
}
.c-imgFilter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 60, 140, 0.43);
  z-index: 3;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.c-imgFilter img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-imgFilter * {
  position: relative;
  z-index: 2;
}

@media (any-hover: hover) {
  .c-imgBlueFilter:hover::before {
    opacity: 0;
  }
  .c-imgBlueFilter:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 2.25rem;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s opacity;
}

@media (any-hover: hover) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}
.c-imgZoom {
  position: relative;
  overflow: hidden;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

@media (any-hover: hover) {
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
.c-link {
  position: relative;
  line-height: 1;
  color: #000;
  transition: 0.3s opacity;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  right: -0.9375rem;
  top: 0.3em;
  background: url(../img/common/link.svg) center center/contain no-repeat;
}

@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.7;
  }
}
.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 6.25rem;
}

.c-pagination__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid #1391E6;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1391E6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__num {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-pagination__num--current {
  background-color: #1391E6;
  color: #fff;
}

.c-pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 2.25rem;
  padding-block: 0.4375rem;
  padding-inline: 1rem;
  background-color: #1391E6;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__next {
    height: 1.875rem;
    padding-inline: 0.75rem;
  }
}

.c-pagination__nextIcon {
  width: 1rem;
  height: 1rem;
}

@media (any-hover: hover) {
  .c-pagination__num:hover {
    background-color: #1391E6;
    color: #fff;
  }
  .c-pagination__next:hover {
    background-color: #0060A0;
  }
}
.c-reserveFixed__pc {
  position: fixed;
  top: 10.625rem;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6875rem;
  width: 5.75rem;
  background-color: #1391E6;
  border-radius: 1.25rem 0 0 1.25rem;
  padding-block: 1.25rem;
  padding-inline: 1.0625rem;
  color: #fff;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .c-reserveFixed__pc {
    display: none;
  }
}

.c-reserveFixed__pcIcon {
  width: 3.25rem;
}

.c-reserveFixed__pcText {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.c-reserveFixed__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-reserveFixed__sp {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    border-top: 1px solid #1391E6;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    padding-block: 0.375rem;
    padding-inline: 1rem;
  }
}

.c-reserveFixed__spTel {
  display: flex;
  flex-direction: column;
}

.c-reserveFixed__spTelRow {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.c-reserveFixed__spTelIcon {
  width: 1.125rem;
  height: 1.125rem;
}

.c-reserveFixed__spTelNum {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1391E6;
  white-space: nowrap;
}

.c-reserveFixed__spTelNote {
  font-size: 0.625rem;
  font-weight: 500;
  color: #393939;
  white-space: nowrap;
}

.c-reserveFixed__spBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 9.8125rem;
  min-height: 2.9375rem;
  flex-shrink: 0;
  background-color: #1391E6;
  border-radius: 0.5rem;
  color: #fff;
}

.c-reserveFixed__spBtnIcon {
  width: 2.875rem;
}

.c-reserveFixed__spBtnText {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-reserveFixed__spBtnText small {
  display: block;
  font-size: 0.75rem;
}

@media (any-hover: hover) {
  .c-reserveFixed__pc:hover {
    background-color: #0060A0;
  }
}
.c-secTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 1.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secTitle {
    gap: 0.875rem;
    font-size: 1.25rem;
  }
}

.c-secTitle::before,
.c-secTitle::after {
  content: "";
  flex-shrink: 0;
  width: 4.1875rem;
  height: 1.25rem;
  background-image: url("../img/common/title-deco.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-secTitle::before,
  .c-secTitle::after {
    width: 3.0625rem;
    height: 0.9375rem;
  }
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}
.p-blog {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-block: 6.25rem;
    padding-inline: 1.25rem;
  }
}

.p-blog__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-blog__inner {
    gap: 2.5rem;
  }
}

.p-blog__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-blog__cards {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-blog__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 18.75rem;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .p-blog__card {
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
    width: 20.9375rem;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-blog__cardThumb {
  width: 100%;
  aspect-ratio: 300/188;
  margin-bottom: -0.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blog__cardThumb {
    width: 8.3125rem;
    height: 6.3125rem;
    aspect-ratio: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.p-blog__cardThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}

.p-blog__cardBody {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4375rem;
  padding-inline: 1.5rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-blog__cardBody {
    flex: 1;
    min-width: 0;
    gap: 0.375rem;
    padding-inline: 0;
    padding-bottom: 0;
  }
}

.p-blog__cardTag {
  padding-block: 0.375rem;
  padding-inline: 0.75rem;
  background-color: #1391E6;
  border-radius: 62.4375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-blog__cardTag {
    padding-block: 0.125rem;
    padding-inline: 0.5rem;
    font-size: 0.625rem;
  }
}

.p-blog__cardTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 15.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
  transition: 0.3s color;
}
@media screen and (max-width: 767px) {
  .p-blog__cardTitle {
    width: auto;
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
  }
}

.p-blog__cardDate {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}

.p-blog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  width: 17.125rem;
  min-height: 2.6875rem;
  padding-block: 0.6875rem;
  padding-inline: 2.875rem;
  background-color: #fff;
  border: 1px solid #1391E6;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1391E6;
  white-space: nowrap;
  transition: 0.3s all;
}

.p-blog__btnArrow {
  width: 0.75rem;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}

@media (any-hover: hover) {
  .p-blog__card:hover .p-blog__cardTitle {
    color: #1391E6;
  }
  .p-blog__card:hover .p-blog__cardThumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-blog__btn:hover {
    background-color: #1391E6;
    color: #fff;
  }
  .p-blog__btn:hover .p-blog__btnArrow {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.p-blogList {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-blogList {
    margin-top: 3.75rem;
    margin-bottom: 6.25rem;
  }
}

.p-blogList__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-blogList__inner {
    flex-direction: column;
    gap: 6.25rem;
    padding-inline: 1.25rem;
  }
}

.p-blogList__main {
  width: 41.875rem;
}
@media screen and (max-width: 767px) {
  .p-blogList__main {
    width: 100%;
  }
}

.p-blogList__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-blogList__card a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blogList__card a {
    gap: 0.625rem;
  }
}

.p-blogList__thumb {
  width: 16.5rem;
  aspect-ratio: 264/153;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-blogList__thumb {
    width: 8.3125rem;
    aspect-ratio: 133/101;
  }
}

.p-blogList__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blogList__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-blogList__body {
    gap: 0.375rem;
  }
}

.p-blogList__tag {
  display: inline-block;
  background-color: #1391E6;
  color: #fff;
  padding-block: 0.375rem;
  padding-inline: 0.75rem;
  border-radius: 62.4375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-blogList__tag {
    padding-block: 0.125rem;
    padding-inline: 0.5rem;
    font-size: 0.625rem;
  }
}

.p-blogList__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blogList__title {
    font-size: 0.875rem;
  }
}

.p-blogList__date {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}

@media (any-hover: hover) {
  .p-blogList__card a {
    transition: 0.3s opacity;
  }
  .p-blogList__card a:hover {
    opacity: 0.7;
  }
}
.p-concept {
  position: relative;
  overflow: hidden;
  padding-block: 11.25rem 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-block: 6.875rem 0;
  }
}

.p-concept__deco {
  position: absolute;
  top: 0;
  left: 28.125rem;
  z-index: 0;
  width: 81.875rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__deco {
    left: 0.625rem;
    width: 34.75rem;
  }
}

.p-concept__deco img {
  width: 100%;
}

.p-concept__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-concept__photo {
  width: 40rem;
  flex-shrink: 0;
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__photo {
    order: 2;
    width: 20.875rem;
    aspect-ratio: 334/230;
  }
}

.p-concept__photo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-concept__body {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
  width: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    order: 1;
    width: 100%;
    gap: 1.5rem;
  }
}

.p-concept__hgroup {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__hgroup {
    gap: 0.875rem;
  }
}

.p-concept__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1391E6;
}
@media screen and (max-width: 767px) {
  .p-concept__label {
    font-size: 0.6875rem;
  }
}

.p-concept__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-concept__heading {
    font-size: 1.25rem;
  }
}

.p-concept__text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-concept__text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-concept__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  width: 11rem;
  min-height: 2.6875rem;
  background-color: #fff;
  border: 1px solid #1391E6;
  border-radius: 1.5rem;
  padding-block: 0.6875rem;
  padding-inline: 2.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1391E6;
  white-space: nowrap;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-concept__btn {
    align-self: center;
  }
}

.p-concept__btnArrow {
  width: 0.75rem;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}

@media (any-hover: hover) {
  .p-concept__btn:hover {
    background-color: #1391E6;
    color: #fff;
  }
  .p-concept__btn:hover .p-concept__btnArrow {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.p-contact {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 3.75rem;
    margin-bottom: 6.25rem;
  }
}

.p-contact__inner {
  max-width: 45.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 20.9375rem;
    padding-inline: 1.25rem;
  }
}

.p-contact__intro {
  display: flex;
  flex-direction: column;
}

.p-contact__intro p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-contact__intro p.p-contact__intro--accent {
  color: #EE5A6D;
}

.p-contact__formArea {
  margin-top: 9.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formArea {
    margin-top: 6.25rem;
    gap: 2.5rem;
  }
}

.p-contact__form {
  width: 100%;
  border-top: 0.0625rem solid #C2C2C2;
}

.p-contact__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.8125rem;
  border-bottom: 0.0625rem solid #C2C2C2;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding-block: 1.5rem;
  }
}

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.p-contact__labelText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}

.p-contact__require {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding-block: 0.1875rem;
  padding-inline: 0.375rem;
  background-color: #EE5A6D;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.p-contact__input {
  width: 30.5rem;
  max-width: 100%;
  min-height: 3rem;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  background-color: #F6F6F6;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    width: 100%;
  }
}

.p-contact__input::-webkit-input-placeholder {
  color: #C2C2C2;
}

.p-contact__input:-ms-input-placeholder {
  color: #C2C2C2;
}

.p-contact__input::-ms-input-placeholder {
  color: #C2C2C2;
}

.p-contact__input::placeholder {
  color: #C2C2C2;
}

textarea.p-contact__input {
  min-height: 12.5rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea.p-contact__input {
    min-height: 10rem;
  }
}

.p-contact__submit {
  text-align: center;
}

.p-contact__submitBtn {
  width: 22.5rem;
  max-width: 100%;
  min-height: 3.5rem;
  background-color: #fff;
  border: 0.0625rem solid #1391E6;
  border-radius: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1391E6;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__submitBtn {
    width: 17.0625rem;
    min-height: 2.375rem;
    border-radius: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-contact__brSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__brSp {
    display: inline;
  }
}

@media (any-hover: hover) {
  .p-contact__submitBtn:hover {
    background-color: #1391E6;
    color: #fff;
  }
}
.p-gallery {
  margin-top: 7.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.p-gallery__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__inner {
    gap: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-gallery__list {
    gap: 0.6875rem;
  }
}

.p-gallery__item {
  width: calc((100% - 3rem) / 3);
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-gallery__item {
    width: calc((100% - 0.6875rem) / 2);
  }
}

.p-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-lowerTop {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lowerTop {
    padding-top: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.p-lowerTop__band {
  position: relative;
  width: 72.5rem;
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: 1160/340;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lowerTop__band {
    width: 100%;
    aspect-ratio: 335/188;
  }
}

.p-lowerTop__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-lowerTop__band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-lowerTop__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0625rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-lowerTop__head {
    gap: 0.875rem;
  }
}

.p-lowerTop__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-lowerTop__title {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.p-lowerTop__en {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-lowerTop__en {
    font-size: 0.75rem;
  }
}

.p-medical {
  overflow: hidden;
}

.p-medical__waveTop {
  width: 100%;
  aspect-ratio: 1280/203;
  background-image: url("../img/top/mid-wave-top-pc.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-medical__waveTop {
    aspect-ratio: 375/88;
    background-image: url("../img/top/mid-wave-top-sp.svg");
  }
}

.p-medical__main {
  position: relative;
  z-index: 1;
  margin-bottom: -9.140625vw;
  padding-bottom: 5.3125rem;
  background-color: #DFF1FD;
}
@media screen and (max-width: 767px) {
  .p-medical__main {
    margin-bottom: -14.4vw;
    padding-block: 1.875rem 3.875rem;
    padding-inline: 1.25rem;
  }
}

.p-medical__sparkle {
  position: absolute;
  aspect-ratio: 61/60;
  background: url("../img/top/wave-sparkle.svg") center/contain no-repeat;
  pointer-events: none;
}

.p-medical__sparkle--left {
  width: 4.765625vw;
  left: 2.96875vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-medical__sparkle--left {
    width: 6.6666666667vw;
    left: 2.9333333333vw;
    bottom: 2.9333333333vw;
  }
}

.p-medical__sparkle--rtop {
  width: 7.578125vw;
  right: 1.40625vw;
  bottom: 1.71875vw;
}
@media screen and (max-width: 767px) {
  .p-medical__sparkle--rtop {
    width: 11.2vw;
    right: 1.6vw;
    bottom: 3.4666666667vw;
  }
}

.p-medical__sparkle--rbottom {
  width: 3.671875vw;
  right: 7.8125vw;
  bottom: -1.71875vw;
}
@media screen and (max-width: 767px) {
  .p-medical__sparkle--rbottom {
    width: 5.6vw;
    right: 10.9333333333vw;
    bottom: -1.6vw;
  }
}

.p-medical__waveBottom {
  width: 100%;
  aspect-ratio: 1280/214;
  background-image: url("../img/top/mid-wave-bottom-pc.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-medical__waveBottom {
    aspect-ratio: 375/82;
    background-image: url("../img/top/mid-wave-bottom-sp.svg");
  }
}

.p-medical__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-medical__inner {
    gap: 2.5rem;
  }
}

.p-medical__cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-medical__cards {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-medical__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.75rem;
  aspect-ratio: 460/290;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-medical__card {
    width: 20.9375rem;
    aspect-ratio: 335/210;
  }
}

.p-medical__cardImg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}

.p-medical__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s background-color;
}

.p-medical__card::before {
  content: "";
  position: absolute;
  inset: 0.625rem;
  z-index: 2;
  border: 0.125rem solid #fff;
  border-radius: 0.875rem;
  opacity: 0;
  transition: 0.3s opacity;
  pointer-events: none;
}

.p-medical__cardBody {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  color: #fff;
  text-align: center;
}

.p-medical__cardTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-medical__cardTitle {
    font-size: 1.25rem;
  }
}

.p-medical__cardDivider {
  width: 2.5rem;
  height: 0.125rem;
  border-radius: 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-medical__cardDivider {
    width: 1.875rem;
  }
}

.p-medical__cardSub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-medical__cardSub {
    font-size: 0.75rem;
  }
}

.p-medical__note {
  width: 100%;
  background-color: #fff;
  padding-block: 2.1875rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-medical__note {
    padding-block: 1.0625rem;
    padding-inline: 1.25rem;
  }
}

.p-medical__note p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-medical__note p.p-medical__note--accent {
  color: #EE5A6D;
}

@media (any-hover: hover) {
  .p-medical__card:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-medical__card:hover::before {
    opacity: 1;
  }
  .p-medical__card:hover .p-medical__cardImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-medNav {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-medNav {
    margin-top: 3.75rem;
  }
}

.p-medNav__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-medNav__inner {
    padding-inline: 1.25rem;
  }
}

.p-medNav__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  width: 100%;
}

.p-medNav__label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p-medNav__labelTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-medNav__labelTitle {
    font-size: 1.25rem;
  }
}

.p-medNav__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1875rem;
  padding-block: 0.3125rem;
  padding-inline: 0.75rem;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}

.p-medNav__badge--insurance {
  background-color: #1391E6;
}

.p-medNav__badge--jihi {
  background-color: #EE5A6D;
}

.p-medNav__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-medNav__btns {
    flex-direction: column;
  }
}

.p-medNav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  padding-block: 1.125rem;
  padding-inline: 1.75rem;
  border: 0.125rem solid #1391E6;
  border-radius: 0.75rem;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1391E6;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-medNav__btn {
    width: 100%;
    min-height: auto;
    padding-block: 0.9375rem;
    padding-inline: 1.25rem;
    border-width: 0.0625rem;
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-medNav__btn:hover {
    background-color: #1391E6;
    color: #fff;
  }
}
.p-message__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28.75rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 3.75rem;
  align-items: start;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-message__lead {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  grid-column: 1;
  grid-row: 1;
}

.p-message__leadTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-message__leadTitle {
    font-size: 1.375rem;
  }
}

.p-message__textWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.875rem;
}

.p-message__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-message__sign {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
  text-align: right;
}

.p-message__photo {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
  line-height: 0;
}

.p-message__photo img {
  width: 100%;
  aspect-ratio: 460/613;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__photo img {
    aspect-ratio: 335/446;
  }
}

.p-message__profile {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  grid-column: 1;
  grid-row: 2;
}

.p-message__profileBlock {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-message__history {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-message__historyRow {
  display: flex;
  gap: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-message__historyYear {
  flex-shrink: 0;
  width: 3.125rem;
  white-space: nowrap;
}

.p-message__qualList {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-message__qualItem {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-mv {
  padding-block: 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-block: 0.9375rem 3.75rem;
  }
}

.p-mv__inner {
  max-width: calc(72.5rem + 25px * 2);
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 20px;
  }
}

.p-mv__top {
  position: relative;
}

.p-mv__slider {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    border-radius: 0.5rem;
  }
}

.p-mv__photo {
  width: 100%;
  aspect-ratio: 1160/520;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__photo {
    aspect-ratio: 335/447;
  }
}

.p-mv__slider .swiper-slide {
  position: relative;
}

.p-mv__slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-mv__catch {
  position: absolute;
  left: 3.9375rem;
  top: 21.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    left: 1.25rem;
    top: 20.75rem;
  }
}

.p-mv__catchLine {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-mv__catchLine {
    font-size: 1.25rem;
  }
}

.p-mv__catchLine::after {
  content: "";
  display: block;
  margin-top: 0.625rem;
  height: 0.25rem;
  background-image: radial-gradient(circle, #fff 30%, transparent 32%);
  background-size: 0.625rem 0.25rem;
  background-repeat: repeat-x;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .p-mv__catchLine::after {
    margin-top: 0.375rem;
    height: 0.125rem;
    background-size: 0.4375rem 0.125rem;
  }
}

.p-mv__catchLine + .p-mv__catchLine {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__catchLine + .p-mv__catchLine {
    margin-top: 0.875rem;
  }
}

.p-mv__pagination.swiper-pagination {
  position: absolute;
  right: calc(100% + 0.625rem);
  bottom: 0;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: auto;
  z-index: 2;
}

.p-mv__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background-color: #888888;
  opacity: 1;
}

.p-mv__pagination .swiper-pagination-bullet-active {
  background-color: #1391E6;
  opacity: 1;
}

.p-mv__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  z-index: 3;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .p-mv__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-mv__arrow img {
  width: 100%;
}

.p-mv__arrow--prev {
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__arrow--prev {
    left: -1.25rem;
  }
}

.p-mv__arrow--next {
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__arrow--next {
    right: -1.25rem;
  }
}

.p-mv__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  margin-top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bottom {
    flex-direction: column;
    gap: 2.4375rem;
    margin-top: -1.5rem;
  }
}

.p-mv__news {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: 33.875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__news {
    order: 2;
    width: 20.9375rem;
  }
}

.p-mv__newsHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
}

.p-mv__newsTitle {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #393939;
}

.p-mv__newsEn {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1391E6;
}

.p-mv__newsMore {
  font-size: 0.75rem;
  font-weight: 500;
  color: #888888;
  text-decoration: underline;
  transition: 0.3s opacity;
}

.p-mv__newsItem {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  padding-block: 0.625rem;
  padding-left: 0.5625rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__newsItem {
    gap: 0.75rem;
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
}

.p-mv__newsDate {
  font-size: 0.75rem;
  font-weight: 500;
  color: #393939;
  white-space: nowrap;
  transition: 0.3s color;
}

.p-mv__newsItemTitle {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #393939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s color;
}

.p-mv__newsArrow {
  width: 0.75rem;
  flex-shrink: 0;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.p-mv__time {
  width: 29.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__time {
    order: 1;
    width: 20.9375rem;
  }
}

.p-mv__time img {
  width: 100%;
}

@media (any-hover: hover) {
  .p-mv__arrow:hover {
    opacity: 0.8;
  }
  .p-mv__newsMore:hover {
    opacity: 0.7;
  }
  .p-mv__newsItem:hover .p-mv__newsDate,
  .p-mv__newsItem:hover .p-mv__newsItemTitle {
    color: #1391E6;
  }
  .p-mv__newsItem:hover .p-mv__newsArrow {
    -webkit-transform: translateX(0.3125rem);
    transform: translateX(0.3125rem);
  }
}
.p-policy {
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-policy {
    margin-top: 3.75rem;
  }
}

.p-policy__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    gap: 2.5rem;
  }
}

.p-policy__items {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-policy__items {
    gap: 6.25rem;
  }
}

.p-policy__media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-policy__media {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-policy__media--deco {
  padding-block: 11.25rem 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__media--deco {
    padding-top: 6.875rem;
    padding-bottom: 0;
  }
}

.p-policy__media--reverse {
  justify-content: flex-end;
}

.p-policy__deco {
  position: absolute;
  top: 0;
  left: 28.125rem;
  z-index: 0;
  width: 81.875rem;
  line-height: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-policy__deco {
    left: 0.625rem;
    width: 34.75rem;
  }
}

.p-policy__deco img {
  width: 100%;
}

.p-policy__photo {
  position: relative;
  z-index: 1;
  width: 40rem;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0 1.25rem 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-policy__photo {
    width: 20.875rem;
    aspect-ratio: 334/230;
  }
}

@media screen and (max-width: 767px) {
  .p-policy__media--deco .p-policy__photo {
    order: 2;
    align-self: flex-start;
  }
}

.p-policy__media--reverse .p-policy__photo {
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__media--reverse .p-policy__photo {
    align-self: flex-end;
  }
}

.p-policy__photo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-policy__photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-policy__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
  width: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .p-policy__body {
    width: 100%;
    gap: 1.875rem;
    align-items: center;
    padding-inline: 1.25rem;
    text-align: left;
  }
}

.p-policy__hgroup {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__hgroup {
    gap: 0.875rem;
  }
}

.p-policy__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1391E6;
}
@media screen and (max-width: 767px) {
  .p-policy__label {
    font-size: 0.6875rem;
  }
}

.p-policy__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-policy__heading {
    font-size: 1.25rem;
  }
}

.p-policy__text {
  display: flex;
  flex-direction: column;
}

.p-policy__text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-policy__text p.p-policy__text--gap {
  margin-top: 1.5rem;
}

.p-recommend {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-block: 6.25rem;
    padding-inline: 1.25rem;
  }
}

.p-recommend__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    gap: 2.5rem;
  }
}

.p-recommend__cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recommend__cards {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}

.p-recommend__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18.125rem;
}

.p-recommend__cardLabel {
  width: 11.375rem;
  line-height: 0;
}

.p-recommend__cardIcon {
  width: 14.1875rem;
  margin-top: 0.9375rem;
}

.p-recommend__cardTag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.125rem;
  min-height: 2.75rem;
  margin-top: -1.6875rem;
  padding-inline: 1.3125rem;
  background-color: #1391E6;
  border-radius: 1.375rem;
}

.p-recommend__cardTag::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.875rem solid #1391E6;
}

.p-recommend__cardTagText {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}

.p-recommend__cardText {
  width: 100%;
  margin-top: 2.5rem;
}

.p-recommend__cardText p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-recommend__cardText p.p-recommend__cardText--accent {
  color: #EE5A6D;
}

.p-reservation {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    margin-top: 3.75rem;
    margin-bottom: 6.25rem;
  }
}

.p-reservation__inner {
  max-width: 45.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reservation__inner {
    max-width: 20.9375rem;
    padding-inline: 1.25rem;
  }
}

.p-reservation__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

.p-reservation__infoBlock {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.p-reservation__infoTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-reservation__infoTitle {
    font-size: 1.25rem;
  }
}

.p-reservation__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-reservation__telLink {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.p-reservation__telIcon {
  width: 1.75rem;
  height: 1.75rem;
}

.p-reservation__telNumber {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1391E6;
  white-space: nowrap;
}

.p-reservation__telNote {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1391E6;
}

.p-reservation__note p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-reservation__formArea {
  margin-top: 9.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__formArea {
    margin-top: 6.25rem;
    gap: 2.5rem;
  }
}

.p-reservation__form {
  width: 100%;
  border-top: 0.0625rem solid #C2C2C2;
}

.p-reservation__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.8125rem;
  border-bottom: 0.0625rem solid #C2C2C2;
}
@media screen and (max-width: 767px) {
  .p-reservation__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding-block: 1.5rem;
  }
}

.p-reservation__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.p-reservation__labelText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}

.p-reservation__labelSub {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}

.p-reservation__require {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding-block: 0.1875rem;
  padding-inline: 0.375rem;
  background-color: #EE5A6D;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.p-reservation__input {
  width: 30.5rem;
  max-width: 100%;
  min-height: 3rem;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  background-color: #F6F6F6;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-reservation__input {
    width: 100%;
  }
}

.p-reservation__input::-webkit-input-placeholder {
  color: #C2C2C2;
}

.p-reservation__input:-ms-input-placeholder {
  color: #C2C2C2;
}

.p-reservation__input::-ms-input-placeholder {
  color: #C2C2C2;
}

.p-reservation__input::placeholder {
  color: #C2C2C2;
}

textarea.p-reservation__input {
  min-height: 12.5rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea.p-reservation__input {
    min-height: 10rem;
  }
}

.p-reservation__select {
  padding-right: 2.5rem;
  background-image: url("../img/reservation/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
  cursor: pointer;
}

.p-reservation__dateGroup {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 30.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__dateGroup {
    width: 100%;
  }
}

.p-reservation__date {
  width: 100%;
  cursor: pointer;
}

.p-reservation__radioGroup {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 30.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__radioGroup {
    width: 100%;
    flex-wrap: wrap;
  }
}

.p-reservation__radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-reservation__radioMark {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #1391E6;
  border-radius: 100%;
}

.p-reservation__radioMark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #1391E6;
  border-radius: 100%;
  opacity: 0;
  transition: 0.2s opacity;
}

.p-reservation__radio input:checked + .p-reservation__radioMark::after {
  opacity: 1;
}

.p-reservation__radioText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}

.p-reservation__checkboxGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 30.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__checkboxGroup {
    width: 100%;
  }
}

.p-reservation__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-reservation__checkMark {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #1391E6;
  border-radius: 0.125rem;
}

.p-reservation__checkMark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../img/reservation/icon-check.svg") center/contain no-repeat;
  opacity: 0;
  transition: 0.2s opacity;
}

.p-reservation__checkbox input:checked + .p-reservation__checkMark::after {
  opacity: 1;
}

.p-reservation__checkText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
}

.p-reservation__submit {
  text-align: center;
}

.p-reservation__submitBtn {
  width: 22.5rem;
  max-width: 100%;
  min-height: 3.5rem;
  background-color: #fff;
  border: 0.0625rem solid #1391E6;
  border-radius: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1391E6;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-reservation__submitBtn {
    width: 17.0625rem;
    min-height: 2.375rem;
    border-radius: 1.5rem;
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-reservation__submitBtn:hover {
    background-color: #1391E6;
    color: #fff;
  }
}
.p-sidebar {
  width: 18.75rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-sidebar {
    width: 100%;
  }
}

.p-sidebar__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #393939;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #393939;
}

.p-sidebar__titleIcon {
  width: 1.5rem;
  height: 1.5rem;
}

.p-sidebar__clinic {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-sidebar__clinicImg {
  width: 100%;
  aspect-ratio: 300/188;
  overflow: hidden;
  line-height: 0;
}

.p-sidebar__clinicImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sidebar__clinicBody {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
}

.p-sidebar__clinicName {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #393939;
}

.p-sidebar__clinicText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-sidebar__clinicLink {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1391E6;
  transition: 0.3s opacity;
}

.p-sidebar__clinicLinkArrow {
  width: 1.125rem;
  height: 1.125rem;
}

.p-sidebar__news {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-sidebar__newsCard a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-sidebar__newsThumb {
  width: 7.5rem;
  aspect-ratio: 120/90;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}

.p-sidebar__newsThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sidebar__newsBody {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}

.p-sidebar__newsTag {
  display: inline-block;
  background-color: #1391E6;
  color: #fff;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
  border-radius: 62.4375rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.p-sidebar__newsTitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sidebar__newsDate {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888888;
}

.p-sidebar__catList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.p-sidebar__catItem a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
  transition: 0.3s opacity;
}

.p-sidebar__catArrow {
  width: 0.375rem;
  height: 0.75rem;
}

@media (any-hover: hover) {
  .p-sidebar__clinicLink:hover,
  .p-sidebar__newsCard a:hover,
  .p-sidebar__catItem a:hover {
    opacity: 0.7;
  }
}
.p-staff {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

.p-staff__inner {
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.p-staffList__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-staffList__group {
    margin-top: 2.5rem;
  }
}

.p-staffList__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-staffList__cards {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-staffList__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-staffList__card {
    width: 100%;
  }
}

.p-staffList__photo {
  width: 17.5rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-staffList__photo {
    width: 100%;
  }
}

.p-staffList__photo img {
  width: 100%;
  height: 17.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-staffList__photo img {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.p-staffList__name {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.p-staffList__role {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}

.p-staffList__person {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
}

.p-staffList__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.0625rem;
}

.p-staffList__table th,
.p-staffList__table td {
  padding-block: 1.0625rem;
  padding-inline: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #393939;
  text-align: left;
  vertical-align: middle;
}

.p-staffList__table th {
  width: 50%;
  background-color: #DFF1FD;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-staffList__table th {
    width: auto;
    max-width: 8.75rem;
  }
}

.p-staffList__table td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-staffList__table td {
    width: auto;
  }
}

.p-staffSlider {
  width: 100%;
  margin-block: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-staffSlider {
    margin-block: 6.25rem;
  }
}

.p-staffSlider__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-staffSlider__item {
  flex: 0 0 19.0625rem;
}
@media screen and (max-width: 767px) {
  .p-staffSlider__item {
    flex-basis: 12.5rem;
  }
}

.p-staffSlider__item img {
  width: 100%;
  height: 14.3125rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-staffSlider__item img {
    height: 9.4375rem;
  }
}

.p-treatment {
  margin-block: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-treatment {
    margin-block: 6.25rem;
  }
}

.p-treatment__waveTop {
  width: 100%;
  aspect-ratio: 1280/203;
  background-image: url("../img/top/mid-wave-top-pc.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-treatment__waveTop {
    aspect-ratio: 375/88;
    background-image: url("../img/top/mid-wave-top-sp.svg");
  }
}

.p-treatment__main {
  position: relative;
  z-index: 1;
  margin-bottom: -9.140625vw;
  padding-bottom: 5.3125rem;
  background-color: #DFF1FD;
}
@media screen and (max-width: 767px) {
  .p-treatment__main {
    margin-bottom: -14.4vw;
    padding-block: 1.875rem 3.875rem;
    padding-inline: 1.25rem;
  }
}

.p-treatment__waveBottom {
  width: 100%;
  aspect-ratio: 1280/214;
  background-image: url("../img/top/mid-wave-bottom-pc.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-treatment__waveBottom {
    aspect-ratio: 375/82;
    background-image: url("../img/top/mid-wave-bottom-sp.svg");
  }
}

.p-treatment__sparkle {
  position: absolute;
  aspect-ratio: 61/60;
  background: url("../img/top/wave-sparkle.svg") center/contain no-repeat;
  pointer-events: none;
}

.p-treatment__sparkle--left {
  width: 4.765625vw;
  left: 2.96875vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-treatment__sparkle--left {
    width: 6.6666666667vw;
    left: 2.9333333333vw;
    bottom: 2.9333333333vw;
  }
}

.p-treatment__sparkle--rtop {
  width: 7.578125vw;
  right: 1.40625vw;
  bottom: 1.71875vw;
}
@media screen and (max-width: 767px) {
  .p-treatment__sparkle--rtop {
    width: 11.2vw;
    right: 1.6vw;
    bottom: 3.4666666667vw;
  }
}

.p-treatment__sparkle--rbottom {
  width: 3.671875vw;
  right: 7.8125vw;
  bottom: -1.71875vw;
}
@media screen and (max-width: 767px) {
  .p-treatment__sparkle--rbottom {
    width: 5.6vw;
    right: 10.9333333333vw;
    bottom: -1.6vw;
  }
}

.p-treatment__inner {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__inner {
    gap: 2.5rem;
  }
}

.p-treatment__cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-treatment__cards {
    gap: 2.5rem;
  }
}

.p-treatment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__card {
    gap: 1rem;
    padding: 1.25rem;
  }
}

.p-treatment__cardHead {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  border-bottom: 0.0625rem solid #888888;
  padding-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__cardHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-treatment__cardTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #393939;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-treatment__cardTitle {
    font-size: 1.25rem;
  }
}

.p-treatment__cardSub {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1391E6;
}

.p-treatment__cardBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__cardBox {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-treatment__cardText {
  display: flex;
  flex-direction: column;
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__cardText {
    width: 100%;
  }
}

.p-treatment__cardText p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #393939;
}

.p-treatment__cardText p + p {
  margin-top: 1.5rem;
}

.p-treatment__cardPhoto {
  width: 26.25rem;
  aspect-ratio: 420/315;
  flex-shrink: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-treatment__cardPhoto {
    width: 100%;
    aspect-ratio: 295/221;
  }
}

.p-treatment__cardPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-treatment__ribbon {
  position: absolute;
  top: 0;
  right: 3.75rem;
  z-index: 2;
  width: 6.25rem;
  aspect-ratio: 100/80;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-treatment__ribbon {
    right: 1.25rem;
    width: 5rem;
    aspect-ratio: 80/60;
  }
}

.p-treatment__ribbon--insurance {
  background-image: url("../img/medical/ribbon-insurance.svg");
}

.p-treatment__ribbon--jihi {
  background-image: url("../img/medical/ribbon-jihi.svg");
}

.p-treatment__ribbonText {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-treatment__ribbonText {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}

.p-treatment__ribbon--jihi .p-treatment__ribbonText {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.u-base1 {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.u-base2 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-font18 {
    font-size: 1rem;
  }
}

.u-font20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-font20 {
    font-size: 1rem;
  }
}

.u-font22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    font-size: 1.125rem;
  }
}

.u-font24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-font24 {
    font-size: 1.125rem;
  }
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}
/*# sourceMappingURL=sourcemaps/style.css.map */