@charset "UTF-8";
@-webkit-keyframes item-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes item-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes item-loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes item-loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*------------------------------
  初期設定
------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-optical-sizing: auto;
  line-height: 1.75;
  color: #222;
  overflow-wrap: break-word;
  margin: 0;
  margin-top: 10rem;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"], a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
.l-header {
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__inner {
  padding: 0 2.6rem 0 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo-link {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.l-header__logo-image {
  width: 10rem;
  height: auto;
  aspect-ratio: 100/47.6;
  flex-shrink: 0;
}
.l-header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-header__logo-text_ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.l-header _::-webkit-full-page-media, .l-header _:future, :root .l-header__logo-text_ja {
  font-weight: 500;
}
.l-header__logo-text_en {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.035em;
  line-height: 1;
}
.l-header__body {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.l-header__nav {
  flex-grow: 1;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.l-header__nav-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 0;
  position: relative;
}
.l-header__nav-link:after {
  content: "";
  display: block;
  background-color: #2893D8;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.l-header _::-webkit-full-page-media, .l-header _:future, :root .l-header__nav-link {
  font-weight: 500;
}
.l-header__tel {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.l-header__tel-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.15rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #2893D8;
}
.l-header _::-webkit-full-page-media, .l-header _:future, :root .l-header__tel-text {
  font-weight: 500;
}
.l-header__tel-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: opacity 0.2s;
}
.l-header__tel-icon {
  flex-shrink: 0;
  width: 1.78rem;
  height: auto;
  aspect-ratio: 1/1;
}
.l-header__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #2893D8;
}
.l-header _::-webkit-full-page-media, .l-header _:future, :root .l-header__tel-num {
  font-weight: 500;
}

.l-footer {
  border-radius: 8rem 8rem 0 0;
  background-color: rgba(162, 162, 162, 0.2);
  padding-top: 8rem;
  padding-bottom: 8.3rem;
  position: relative;
}
.l-footer:before {
  content: "";
  display: block;
  background: linear-gradient(127deg, #fff 3%, rgba(255, 255, 255, 0) 65%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8rem 0 0 0;
}
.l-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 11rem;
  position: relative;
  z-index: 2;
}
.l-footer__body {
  flex-grow: 1;
  max-width: 46.5rem;
  padding-left: 0.7rem;
}
.l-footer__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px dotted #cad2d5;
  padding-bottom: 2.5rem;
}
.l-footer__head-logo {
  width: 12.7rem;
  height: auto;
  aspect-ratio: 127/60;
  flex-shrink: 0;
}
.l-footer__head-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__head-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-footer__head-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.l-footer _::-webkit-full-page-media, .l-footer _:future, :root .l-footer__head-name {
  font-weight: 500;
}
.l-footer__head-name_en {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
.l-footer__detail {
  font-size: 1.4rem;
  line-height: 1.79;
  font-weight: 600;
  margin-top: 2.1rem;
}
.l-footer _::-webkit-full-page-media, .l-footer _:future, :root .l-footer__detail {
  font-weight: 500;
}
.l-footer__address {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.79;
  margin-top: 1.5rem;
}
.l-footer__tel {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  color: #2893d8;
}
.l-footer__tel-icon {
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1/1;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.l-footer__tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: unset;
}
.l-footer__tel-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s;
}
.l-footer _::-webkit-full-page-media, .l-footer _:future, :root .l-footer__tel-link {
  font-weight: 500;
}
.l-footer__tel-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.l-footer _::-webkit-full-page-media, .l-footer _:future, :root .l-footer__tel-text {
  font-weight: 500;
}
.l-footer__copyright {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #b3a397;
  margin-top: 2.9rem;
}
.l-footer__map {
  width: 54rem;
  height: 28rem;
  aspect-ratio: 540/280;
  border-radius: 3rem;
  overflow: hidden;
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-container {
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.c-drawer-hamburger {
  position: fixed;
  top: 1.6rem;
  right: 2.1rem;
  z-index: 999;
  width: 4rem;
  height: 4rem;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

.c-drawer-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  background-color: #2B93D8;
  transition: inherit;
}
.c-drawer-hamburger__line::before, .c-drawer-hamburger__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: inherit;
  transition: inherit;
  position: absolute;
  right: 0;
  border-radius: 0.5rem;
}
.c-drawer-hamburger__line::before {
  width: 2.4rem;
}

.c-drawer-background {
  position: fixed;
  z-index: 19;
  width: 100%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.is-drawerActive {
  overflow: hidden;
}
.is-drawerActive .c-drawer-gnav__sp {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-drawerActive .c-drawer-background {
  visibility: visible;
  opacity: 1;
}

.c-drawer-hamburger__line::before {
  top: 0.3rem;
}

.c-drawer-hamburger__line::after {
  top: -0.3rem;
}

.c-drawer-hamburger[aria-expanded=true] .c-drawer-hamburger__line {
  background-color: transparent;
}
.c-drawer-hamburger[aria-expanded=true] .c-drawer-hamburger__line::before, .c-drawer-hamburger[aria-expanded=true] .c-drawer-hamburger__line::after {
  top: 0;
  background-color: #2B93D8;
}

.c-drawer-hamburger[aria-expanded=true] .c-drawer-hamburger__line::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  background: linear-gradient(to left, #2B93D8 0%, #2B93D8 40%, transparent 40%, transparent 60%, #2B93D8 60%, #2B93D8 100%);
  width: 100%;
}

.c-drawer-hamburger[aria-expanded=true] .c-drawer-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-drawer-gnav__sp {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-drawer-gnav__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.c-drawer-gnav__menu__link {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/*------------------------------
float cta
------------------------------*/
.c-float-cta {
  position: fixed;
  bottom: 2rem;
  right: 1.8rem;
  width: 11rem;
  height: 11rem;
  z-index: 9999;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.c-float-cta__link-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4285714286;
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-heading__en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Old Mincho", serif;
  font-size: 10rem;
  line-height: 1;
  background: linear-gradient(to left, #def1f7, #259fef);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading__ja {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-heading__ja::before {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: url("../img/common/heading_deco.svg") no-repeat center/contain;
}
.c-heading _::-webkit-full-page-media, .c-heading _:future, :root .c-heading__ja {
  font-weight: 500;
}

.c-heading_02 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-heading_02__en {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #b3a397;
}
.c-heading_02__en _::-webkit-full-page-media, .c-heading_02__en _:future, :root .c-heading_02__en__en {
  font-weight: 500;
}
.c-heading_02__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #2893D8;
}
.c-heading_02 _::-webkit-full-page-media, .c-heading_02 _:future, :root .c-heading_02__ja {
  font-weight: 500;
}

.c-block-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2893D8;
}

_::-webkit-full-page-media, _:future, :root .c-block-title {
  font-weight: 500;
}

.c-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.87;
}

.p-top-mv {
  position: relative;
  border-radius: 2.9282576867vw;
}
.p-top-mv__head {
  display: flex;
  align-items: center;
  gap: 2.8550512445vw;
  position: absolute;
  top: 4.4655929722vw;
  left: 7.5402635432vw;
  z-index: 2;
}
.p-top-mv__title {
  text-shadow: 0 0 0.5856515373vw #fff, 0 0 0.5856515373vw #fff, 0 0 0.5856515373vw #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.513909224vw;
  font-weight: 700;
  line-height: 1.45;
}
.p-top-mv__title .large {
  font-size: 4.5387994143vw;
}
.p-top-mv _::-webkit-full-page-media, .p-top-mv _:future, :root .p-top-mv__title {
  font-weight: 500;
}
.p-top-mv__text {
  text-shadow: 0 0 0.7320644217vw #fff, 0 0 0.7320644217vw #fff, 0 0 0.7320644217vw #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.0980966325vw;
  font-weight: 700;
  line-height: 2;
}
.p-top-mv _::-webkit-full-page-media, .p-top-mv _:future, :root .p-top-mv__text {
  font-weight: 500;
}
.p-top-mv__banner {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 26.3543191801vw;
  height: auto;
  aspect-ratio: 360/240;
  z-index: 3;
}
.p-top-mv__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-mv__slider {
  border-radius: 2.9282576867vw;
  overflow: hidden;
}
.p-top-mv__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1366/500;
}
.p-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__loop-text {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -1.8301610542vw;
  left: 0;
  z-index: 2;
}
.p-top-mv__loop-text__item {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.8565153734vw;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.4;
  color: #fff;
  text-transform: uppercase;
}
.p-top-mv__loop-text__item:nth-child(odd) {
  -webkit-animation: item-loop 80s -40s linear infinite;
          animation: item-loop 80s -40s linear infinite;
}
.p-top-mv__loop-text__item:nth-child(even) {
  -webkit-animation: item-loop2 80s linear infinite;
          animation: item-loop2 80s linear infinite;
}

.p-top-announce {
  padding-top: 5.1244509517vw;
  padding-bottom: 25.3294289898vw;
  position: relative;
  overflow-x: clip;
}
.p-top-announce:after {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.p-top-announce__body {
  display: flex;
  flex-direction: column;
  gap: 4.2459736457vw;
  align-items: center;
  padding-top: 2.9282576867vw;
  padding-bottom: 3.074670571vw;
  background: url("../img/top/announce_logo.png") no-repeat top center/33.6749633968vw 16.8374816984vw;
}
.p-top-announce__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.513909224vw;
  font-weight: 700;
  line-height: 0.83;
}
.p-top-announce _::-webkit-full-page-media, .p-top-announce _:future, :root .p-top-announce__title {
  font-weight: 500;
}
.p-top-announce__text {
  font-size: 1.1713030747vw;
  max-width: 58.5651537335vw;
}
.p-top-announce__deco {
  position: absolute;
  left: 50%;
}
.p-top-announce__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.4641288433vw;
}
.p-top-announce__deco_01 {
  width: 14.6412884334vw;
  height: auto;
  aspect-ratio: 200/300;
  bottom: 18.5944363104vw;
  -webkit-transform: translateX(-44.6559297218vw);
          transform: translateX(-44.6559297218vw);
}
.p-top-announce__deco_02 {
  width: 17.5695461201vw;
  height: auto;
  aspect-ratio: 240/160;
  bottom: 8.8579795022vw;
  -webkit-transform: translateX(0.7320644217vw);
          transform: translateX(0.7320644217vw);
}
.p-top-announce__deco_03 {
  width: 27.0863836018vw;
  height: auto;
  aspect-ratio: 370/211;
  bottom: 13.616398243vw;
  -webkit-transform: translateX(19.9853587116vw);
          transform: translateX(19.9853587116vw);
}
.p-top-announce__bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-announce__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-about {
  padding-top: 10.1rem;
  padding-bottom: 12rem;
  background-color: #f2f8fa;
  position: relative;
  overflow: hidden;
  border-radius: 8rem 0 8rem 0;
}
.p-top-about:before {
  content: "";
  display: block;
  width: 68.3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8rem 0 0;
  background: linear-gradient(136deg, #fff 4%, rgba(255, 255, 255, 0) 54%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top-about:after {
  content: "";
  display: block;
  width: 68.3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 0 8rem;
  background: linear-gradient(316deg, #d9f0f8 3.61%, rgba(217, 240, 248, 0) 54.06%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-top-about__inner {
  position: relative;
  z-index: 2;
}
.p-top-about__body {
  max-width: 73rem;
  margin-left: auto;
  margin-top: -9.2rem;
}
.p-top-about__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
}
.p-top-about _::-webkit-full-page-media, .p-top-about _:future, :root .p-top-about__subtitle {
  font-weight: 500;
}
.p-top-about__text {
  margin-top: 1.7rem;
}
.p-top-about__container {
  display: flex;
  justify-content: center;
  gap: 7.4rem;
  margin-top: 6.8rem;
}
.p-top-about__block {
  width: 25.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.p-top-about__block-head {
  background: #fff;
  border-radius: 50%;
  width: 24.1rem;
  height: auto;
  aspect-ratio: 1/1;
  padding-top: 5.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  position: relative;
  text-align: center;
}
.p-top-about__block-head:after {
  content: "";
  display: block;
  width: 22.1rem;
  height: 22.1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #c6e6f6;
}
.p-top-about__block-image {
  height: 6.8rem;
  order: -1;
}
.p-top-about__block-image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-about__block-image.u-margin-left {
  margin-left: 2rem;
}

.p-top-service {
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}
.p-top-service:before {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top-service:after {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top-service__body {
  max-width: 73rem;
  margin-left: auto;
  margin-top: -3rem;
}
.p-top-service__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 3.2rem;
  margin-top: 7.5rem;
}
.p-top-service__block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  padding: 3rem 0 3rem 3rem;
}
.p-top-service__block:before {
  content: "";
  display: block;
  background: url("../img/top/service_block_deco.svg") no-repeat center/cover;
  width: 29.8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-service__block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.p-top-service__block-image {
  width: 12rem;
  height: auto;
  aspect-ratio: 120/160;
  flex-shrink: 0;
}
.p-top-service__block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.p-top-cta {
  background-color: #f2f8fa;
  padding-top: 5.7rem;
  padding-bottom: 8.5rem;
  position: relative;
  border-radius: 0 8rem 0 8rem;
}
.p-top-cta:before {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 8rem;
  background: linear-gradient(44deg, #d9f0f8 3.61%, rgba(217, 240, 248, 0) 54.06%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-top-cta:after {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0 8rem 0;
  background: linear-gradient(224deg, #fff 3.61%, rgba(255, 255, 255, 0) 54.06%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-top-cta__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #0550a5;
  text-align: center;
  margin-bottom: 4.3rem;
  position: relative;
  z-index: 2;
}
.p-top-cta _::-webkit-full-page-media, .p-top-cta _:future, :root .p-top-cta__title {
  font-weight: 500;
}

.p-top-doctor {
  padding-top: 9.9rem;
  padding-bottom: 12rem;
  position: relative;
}
.p-top-doctor:before {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-top-doctor:after {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top-doctor__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.2rem;
}
.p-top-doctor__body {
  flex-grow: 1;
}
.p-top-doctor__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 5rem;
}
.p-top-doctor _::-webkit-full-page-media, .p-top-doctor _:future, :root .p-top-doctor__name {
  font-weight: 500;
}
.p-top-doctor__text {
  margin-top: 1.5rem;
}
.p-top-doctor__container {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
}
.p-top-doctor__block {
  flex: 1;
  border-radius: 3rem 0 0;
  background: linear-gradient(143deg, #f2f8fa 19%, #fff 60%, #fff 60%);
  padding: 3.8rem 1rem 3.7rem 3.3rem;
}
.p-top-doctor__block-list {
  margin-top: 0.8rem;
}
.p-top-doctor__block-item {
  display: flex;
  gap: 0.7rem;
}
.p-top-doctor__block-item:before {
  content: "・";
  display: block;
  color: #2893d8;
  font-weight: 600;
}
.p-top-doctor__image {
  flex-shrink: 0;
  width: 35rem;
  height: auto;
  aspect-ratio: 350/466;
}
.p-top-doctor__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}

.p-top-info {
  padding-top: 8rem;
  padding-bottom: 24rem;
  background-color: #f2f8fa;
  position: relative;
  border-radius: 0 8rem 0 8rem;
}
.p-top-info:before {
  content: "";
  display: block;
  width: 68.3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 8rem;
  background: linear-gradient(44deg, #d9f0f8 3.61%, rgba(217, 240, 248, 0) 54.06%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-top-info:after {
  content: "";
  display: block;
  width: 68.3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 8rem 0;
  background: linear-gradient(224deg, #fff 3.61%, rgba(255, 255, 255, 0) 54.06%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-top-info__inner {
  position: relative;
  z-index: 2;
}
.p-top-info__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 12.4rem;
  padding-inline: 9.5rem;
  position: relative;
}
.p-top-info__container:before {
  content: "";
  display: block;
  border-radius: 3rem 0 0;
  background: linear-gradient(162deg, #fff 3%, rgba(255, 255, 255, 0) 46%);
  width: 100%;
  height: calc(100% - 4rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-info__body {
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
.p-top-info__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 2.3rem;
}
.p-top-info _::-webkit-full-page-media, .p-top-info _:future, :root .p-top-info__name {
  font-weight: 500;
}
.p-top-info__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.79;
  margin-top: 1.1rem;
}
.p-top-info__tel {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  color: #2893d8;
}
.p-top-info__tel-icon {
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1/1;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.p-top-info__tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: unset;
}
.p-top-info__tel-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.p-top-info__tel-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
  margin-left: 0.9rem;
  margin-bottom: 0.2rem;
}
.p-top-info _::-webkit-full-page-media, .p-top-info _:future, :root .p-top-info__tel-text {
  font-weight: 500;
}
.p-top-info__table-wrap {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3rem;
}
.p-top-info__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.p-top-info__table th,
.p-top-info__table td {
  text-align: center;
  vertical-align: middle;
  height: 4rem;
  font-size: 1.4rem;
  color: #222;
  border-bottom: 1px solid #daf1fa;
}
.p-top-info__table th:first-child,
.p-top-info__table td:first-child {
  text-align: left;
  width: 14rem;
  font-weight: 700;
  color: #4d4d4d;
}
.p-top-info__table thead th {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1.5rem;
}
.p-top-info__table tbody tr:last-child th,
.p-top-info__table tbody tr:last-child td {
  border-bottom: none;
}
.p-top-info__table tbody th {
  font-size: 1.4rem;
  font-weight: 300 !important;
}
.p-top-info__table tbody td {
  font-size: 1.5rem;
}
.p-top-info__table tr > *:nth-child(1) {
  padding-left: 2rem;
}
.p-top-info__image {
  width: 35rem;
  height: auto;
  aspect-ratio: 350/466;
  position: relative;
  z-index: 2;
}
.p-top-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
.p-top-info__map {
  width: 100%;
  height: auto;
  aspect-ratio: 1110/350;
  margin-top: 5rem;
}
.p-top-info__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.p-top-info__deco {
  width: 27.8rem;
  height: auto;
  aspect-ratio: 278/160;
  position: absolute;
  top: -2rem;
  right: -6.8rem;
}
.p-top-info__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.p-top-info__cta {
  margin-top: 13rem;
  margin-bottom: -12rem;
}

.p-cta__info-bottom {
  margin-top: -11rem;
  position: relative;
  z-index: 3;
}

.p-top-recruit {
  padding-top: 10.6rem;
  position: relative;
}
.p-top-recruit:before {
  content: "";
  display: block;
  background: url(../img/common/section_deco_001.svg) no-repeat center/contain;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -11.1rem;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-top-recruit__container {
  display: flex;
  justify-content: space-between;
  gap: 8.6rem;
}
.p-top-recruit__body {
  flex-grow: 1;
  padding-top: 6.6rem;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
.p-top-recruit__image {
  width: 44.5rem;
  height: auto;
  aspect-ratio: 445/298;
  flex-shrink: 0;
}
.p-top-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
.p-top-recruit__table-wrap {
  padding: 5.7rem 9.4rem 0;
  position: relative;
  margin-top: 3rem;
}
.p-top-recruit__table-wrap:before {
  content: "";
  display: block;
  background: url(../img/top/recruit_table_bg.png) no-repeat top left/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-recruit__table-title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-top-recruit__table-title::before {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: url("../img/common/heading_deco.svg") no-repeat center/contain;
}
.p-top-recruit _::-webkit-full-page-media, .p-top-recruit _:future, :root .p-top-recruit__table-title {
  font-weight: 500;
}
.p-top-recruit__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.2rem;
}
.p-top-recruit__table th,
.p-top-recruit__table td {
  padding: 1.8rem 0 1.4rem;
  font-size: 1.5rem;
  line-height: 1.87;
  vertical-align: top;
}
.p-top-recruit__table th {
  width: 19rem;
  font-weight: 600;
  border-bottom: 1px solid #2893d8;
}
.p-top-recruit__table td {
  font-weight: 300;
  border-bottom: 1px dotted #cad2d5;
  padding-left: 3rem;
}
.p-top-recruit__deco {
  width: 58.7rem;
  height: auto;
  aspect-ratio: 587/296;
  position: absolute;
  top: 3.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -2;
}

.p-top-contact {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.p-top-contact__inner {
  padding: 6.8rem 9.5rem 8.7rem;
  border-radius: 4rem;
  background-color: #dbf0f9;
}
.p-top-contact__title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-top-contact__title::before {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: url("../img/common/heading_deco.svg") no-repeat center/contain;
}
.p-top-contact _::-webkit-full-page-media, .p-top-contact _:future, :root .p-top-contact__title {
  font-weight: 500;
}
.p-top-contact__form {
  margin-top: 4.5rem;
}
.p-top-contact__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.p-top-contact__item {
  display: flex;
  align-items: center;
}
.p-top-contact__label {
  width: 21.9rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  flex-shrink: 0;
}
.p-top-contact__label.align-top {
  align-self: flex-start;
  margin-top: 1.8rem;
}
.p-top-contact__input {
  flex-grow: 1;
  width: 100%;
}
.p-top-contact__input input[type=text],
.p-top-contact__input input[type=tel],
.p-top-contact__input input[type=email],
.p-top-contact__input textarea {
  width: 100%;
  padding: 1.5rem 1.5rem 1.4rem;
  border: 1px solid #daf1fa;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.5rem;
  color: #222;
}
.p-top-contact__input input[type=text]::-webkit-input-placeholder, .p-top-contact__input input[type=tel]::-webkit-input-placeholder, .p-top-contact__input input[type=email]::-webkit-input-placeholder, .p-top-contact__input textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}
.p-top-contact__input input[type=text]:-ms-input-placeholder, .p-top-contact__input input[type=tel]:-ms-input-placeholder, .p-top-contact__input input[type=email]:-ms-input-placeholder, .p-top-contact__input textarea:-ms-input-placeholder {
  color: #7e7e7e;
}
.p-top-contact__input input[type=text]::-ms-input-placeholder, .p-top-contact__input input[type=tel]::-ms-input-placeholder, .p-top-contact__input input[type=email]::-ms-input-placeholder, .p-top-contact__input textarea::-ms-input-placeholder {
  color: #7e7e7e;
}
.p-top-contact__input input[type=text]::placeholder,
.p-top-contact__input input[type=tel]::placeholder,
.p-top-contact__input input[type=email]::placeholder,
.p-top-contact__input textarea::placeholder {
  color: #7e7e7e;
}
.p-top-contact__input textarea {
  height: 15.2rem;
  resize: vertical;
}
.p-top-contact__policy {
  margin-top: 7.9rem;
  padding: 2.7rem 4rem 2.8rem;
  background: #fff;
  border-radius: 2rem;
  position: relative;
}
.p-top-contact__policy-box {
  height: 26.5rem;
  overflow-y: auto;
}
.p-top-contact__policy-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.p-top-contact _::-webkit-full-page-media, .p-top-contact _:future, :root .p-top-contact__policy-title {
  font-weight: 500;
}
.p-top-contact__policy-text {
  font-size: 1.4rem;
  line-height: 2;
}
.p-top-contact__policy-text p + p {
  margin-top: 2.8rem;
}
.p-top-contact__policy-text ul,
.p-top-contact__policy-text ol {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.p-top-contact__policy-text ul li,
.p-top-contact__policy-text ol li {
  list-style: inherit;
}
.p-top-contact__policy-text ul ul,
.p-top-contact__policy-text ol ul {
  margin-bottom: 0;
}
.p-top-contact__policy-text ul li {
  list-style-type: disc;
}
.p-top-contact__policy-text ol li {
  list-style-type: decimal;
}
.p-top-contact__policy-check {
  margin-top: 2.8rem;
  text-align: center;
}
.p-top-contact__policy-check label {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1f272b;
}
.p-top-contact__policy-check label input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #daf1fa;
  background: #fff;
  border-radius: 0.3rem;
  position: relative;
}
.p-top-contact__policy-check label input[type=checkbox]:checked {
  background-color: #2893d8;
  border-color: #2893d8;
}
.p-top-contact__policy-check label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.5rem;
  height: 0.9rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.p-top-contact _::-webkit-full-page-media, .p-top-contact _:future, :root .p-top-contact__policy-check label {
  font-weight: 500;
}
.p-top-contact__submit {
  margin-top: 2.1rem;
  text-align: center;
}
.p-top-contact__submit .wpcf7-spinner {
  display: none !important;
}
.p-top-contact__submit .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.p-top-contact__submit-wrap {
  width: 35rem;
  height: 8rem;
  position: relative;
  margin-inline: auto;
}
.p-top-contact__submit-wrap:after {
  content: "";
  display: block;
  background: url(../img/common/cta_button_arrow.svg) no-repeat center/contain;
  width: 0.66rem;
  height: 1.2rem;
  aspect-ratio: 6.6/12;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-top-contact__submit-button {
  display: inline-block;
  background: #4daef5;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 4rem;
  transition: background-color 0.3s;
}
.p-top-contact _::-webkit-full-page-media, .p-top-contact _:future, :root .p-top-contact__submit-button {
  font-weight: 500;
}

/*------------------------------
cta
------------------------------*/
.p-cta {
  width: 100%;
  background: linear-gradient(to right, #002486, #12adff);
  border-radius: 4rem;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.p-cta__inner {
  border-radius: 3.6rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}
.p-cta__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  position: relative;
  padding-top: 2.6rem;
}
.p-cta__block:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.p-cta__block-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-cta _::-webkit-full-page-media, .p-cta _:future, :root .p-cta__block-title {
  font-weight: 500;
}
.p-cta__button {
  border-radius: 3.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  width: 35rem;
  height: 8rem;
  margin-inline: auto;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-cta__button:before, .p-cta__button:after {
  content: "";
  display: block;
  width: 31rem;
  height: 0.1rem;
  position: absolute;
}
.p-cta__button:before {
  bottom: 0.5rem;
  left: 0;
}
.p-cta__button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0.5rem;
  right: 0;
}
.p-cta__button--contact {
  background-color: #fff;
  color: #0550a5;
}
.p-cta__button--contact:before, .p-cta__button--contact:after {
  background: linear-gradient(to left, #fff, #2b93d8);
}
.p-cta__button--tel {
  border: solid 1px #fff;
  background-color: rgba(8, 90, 160, 0.5);
  color: #fff !important;
}
.p-cta__button--tel:before, .p-cta__button--tel:after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.p-cta__button-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
}
.p-cta__button-text--weight {
  font-weight: 700;
}
.p-cta _::-webkit-full-page-media, .p-cta _:future, :root .p-cta__button-text {
  font-weight: 500;
}
.p-cta _::-webkit-full-page-media--weight, .p-cta _:future--weight, :root .p-cta__button-text--weight {
  font-weight: 500;
}
.p-cta__button__contact-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.9;
}
.p-cta _::-webkit-full-page-media, .p-cta _:future, :root .p-cta__button__contact-text {
  font-weight: 500;
}
.p-cta__button__tel-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.p-cta__button__tel-text .small {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 0.3rem;
}
.p-cta _::-webkit-full-page-media, .p-cta _:future, :root .p-cta__button__tel-text {
  font-weight: 500;
}
.p-cta__button-arrow {
  width: 0.66rem;
  height: 1.2rem;
  aspect-ratio: 6.6/12;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cta__button--tel .p-cta__button-arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-cta__block-image {
  width: 9rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -7rem);
          transform: translate(-50%, -7rem);
}

/*------------------------------
thanks
------------------------------*/
.p-thanks-content {
  padding-top: 15rem;
  padding-bottom: 16.2rem;
}
.p-thanks-content__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 7.2rem;
  margin-bottom: 8rem;
}
.p-thanks-content__title:after {
  content: "";
  display: block;
  background-color: #2893D8;
  width: 19rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-thanks-content _::-webkit-full-page-media, .p-thanks-content _:future, :root .p-thanks-content__title {
  font-weight: 500;
}

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

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

.u-pr--0 {
  padding-right: 0 !important;
}

.u-pl--0 {
  padding-left: 0 !important;
}

.u-pt--10 {
  padding-top: 1rem;
}

.u-pb--10 {
  padding-bottom: 1rem;
}

.u-pr--10 {
  padding-right: 1rem;
}

.u-pl--10 {
  padding-left: 1rem;
}

.u-pt--20 {
  padding-top: 2rem;
}

.u-pb--20 {
  padding-bottom: 2rem;
}

.u-pr--20 {
  padding-right: 2rem;
}

.u-pl--20 {
  padding-left: 2rem;
}

.u-pt--30 {
  padding-top: 3rem;
}

.u-pb--30 {
  padding-bottom: 3rem;
}

.u-pr--30 {
  padding-right: 3rem;
}

.u-pl--30 {
  padding-left: 3rem;
}

.u-pt--40 {
  padding-top: 4rem;
}

.u-pb--40 {
  padding-bottom: 4rem;
}

.u-pr--40 {
  padding-right: 4rem;
}

.u-pl--40 {
  padding-left: 4rem;
}

.u-pt--50 {
  padding-top: 5rem;
}

.u-pb--50 {
  padding-bottom: 5rem;
}

.u-pr--50 {
  padding-right: 5rem;
}

.u-pl--50 {
  padding-left: 5rem;
}

.u-pt--60 {
  padding-top: 6rem;
}

.u-pb--60 {
  padding-bottom: 6rem;
}

.u-pr--60 {
  padding-right: 6rem;
}

.u-pl--60 {
  padding-left: 6rem;
}

.u-pt--70 {
  padding-top: 7rem;
}

.u-pb--70 {
  padding-bottom: 7rem;
}

.u-pr--70 {
  padding-right: 7rem;
}

.u-pl--70 {
  padding-left: 7rem;
}

.u-pt--80 {
  padding-top: 8rem;
}

.u-pb--80 {
  padding-bottom: 8rem;
}

.u-pr--80 {
  padding-right: 8rem;
}

.u-pl--80 {
  padding-left: 8rem;
}

.u-pt--90 {
  padding-top: 9rem;
}

.u-pb--90 {
  padding-bottom: 9rem;
}

.u-pr--90 {
  padding-right: 9rem;
}

.u-pl--90 {
  padding-left: 9rem;
}

.u-pt--100 {
  padding-top: 10rem;
}

.u-pb--100 {
  padding-bottom: 10rem;
}

.u-pr--100 {
  padding-right: 10rem;
}

.u-pl--100 {
  padding-left: 10rem;
}

.u-pt--110 {
  padding-top: 11rem;
}

.u-pb--110 {
  padding-bottom: 11rem;
}

.u-pr--110 {
  padding-right: 11rem;
}

.u-pl--110 {
  padding-left: 11rem;
}

.u-pt--120 {
  padding-top: 12rem;
}

.u-pb--120 {
  padding-bottom: 12rem;
}

.u-pr--120 {
  padding-right: 12rem;
}

.u-pl--120 {
  padding-left: 12rem;
}

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

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

.u-mr--0 {
  margin-right: 0 !important;
}

.u-ml--0 {
  margin-left: 0 !important;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-textalign--center {
  text-align: center;
}
.u-textalign--left {
  text-align: left;
}
.u-textalign--right {
  text-align: right;
}

/*------------------------------
block
------------------------------*/
.u-inline-block {
  display: inline-block;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  html {
    font-size: 0.9565217391vw;
  }
  .l-footer__container {
    gap: 5rem;
  }
  .l-footer__map {
    width: 50rem;
  }
  .p-top-mv__text {
    font-size: 1.5rem;
  }
  .p-top-mv__banner {
    width: 36rem;
  }
  .p-top-announce {
    padding-top: 7rem;
    padding-bottom: 34.6rem;
  }
  .p-top-announce__body {
    gap: 5.8rem;
    padding-top: 4rem;
    padding-bottom: 4.2rem;
    background: url("../img/top/announce_logo.png") no-repeat top center/46rem 23rem;
  }
  .p-top-announce__title {
    font-size: 4.8rem;
  }
  .p-top-announce__text {
    font-size: 1.6rem;
    max-width: 60rem;
  }
  .p-top-announce__deco {
    left: unset;
  }
  .p-top-announce__deco img {
    border-radius: 2rem;
  }
  .p-top-announce__deco_01 {
    width: 16rem;
    bottom: 25.4rem;
    left: 4rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-top-announce__deco_02 {
    width: 20rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 12.1rem;
    right: 43.3rem;
  }
  .p-top-announce__deco_03 {
    width: 32rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 18.6rem;
    right: 4rem;
  }
  .p-top-doctor__image {
    width: 30rem;
  }
  .p-top-info__container {
    gap: 8rem;
  }
  .p-top-info__deco {
    top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 12px);
  }
  body {
    font-size: 1.4rem;
    margin-top: 6.9rem;
  }
  .l-header {
    height: 6.9rem;
  }
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__logo-link {
    gap: 0.9rem;
  }
  .l-header__logo-image {
    width: 6.6rem;
  }
  .l-header__logo-text_ja {
    font-size: 1.3rem;
  }
  .l-header__logo-text_en {
    font-size: 0.8rem;
  }
  .l-header__body {
    display: none;
  }
  .l-footer {
    border-radius: 4rem 4rem 0 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
  .l-footer:before {
    width: 100%;
    border-radius: 4rem 4rem 0 0;
  }
  .l-footer__container {
    flex-direction: column;
    gap: 4rem;
  }
  .l-footer__body {
    max-width: 100%;
    padding-left: 0;
  }
  .l-footer__head {
    padding-bottom: 2rem;
  }
  .l-footer__head-logo {
    width: 10rem;
  }
  .l-footer__head-body {
    gap: 0.5rem;
  }
  .l-footer__head-name {
    font-size: 1.8rem;
  }
  .l-footer__head-name_en {
    font-size: 1rem;
  }
  .l-footer__detail {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .l-footer__address {
    font-size: 1.3rem;
  }
  .l-footer__tel {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .l-footer__tel-link {
    font-size: 2rem;
  }
  .l-footer__tel-text {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .l-footer__copyright {
    margin-top: 3rem;
    text-align: center;
  }
  .l-footer__map {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 2rem;
    order: -1;
  }
  .l-container {
    max-width: unset;
    padding-inline: 2rem;
  }
  .c-drawer-hamburger {
    display: block;
  }
  .c-float-cta {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
    border-radius: 2rem 2rem 0 0;
    background: linear-gradient(to right, #002486, #12adff);
    display: flex;
    transition: unset;
  }
  .c-float-cta__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1;
  }
  .c-float-cta__link:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .c-float-cta__link-image {
    width: 4rem;
    height: auto;
    aspect-ratio: 40/40;
    flex-shrink: 0;
  }
  .c-heading {
    gap: 2rem;
  }
  .c-heading__en {
    font-size: 5.6rem;
  }
  .c-heading__ja {
    font-size: 1.6rem;
  }
  .c-heading_02__en {
    font-size: 1rem;
  }
  .c-heading_02__ja {
    font-size: 3rem;
  }
  .c-block-title {
    font-size: 1.6rem;
  }
  .c-text {
    font-size: 1.3rem;
  }
  .p-top-mv {
    border-radius: 4rem;
  }
  .p-top-mv__head {
    top: 2rem;
    left: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .p-top-mv__title {
    font-size: 2.4rem;
  }
  .p-top-mv__title .large {
    font-size: 3.1rem;
  }
  .p-top-mv__text {
    text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;
    font-size: 1.2rem;
  }
  .p-top-mv__banner {
    width: 29.9rem;
    aspect-ratio: 299/199.33;
  }
  .p-top-mv__slider {
    border-radius: 4rem;
    max-height: 700px;
  }
  .p-top-mv__image {
    aspect-ratio: 375/500;
  }
  .p-top-mv__loop-text {
    display: none;
  }
  .p-top-announce {
    padding-top: 2rem;
    padding-bottom: 34rem;
  }
  .p-top-announce:after {
    width: 4rem;
  }
  .p-top-announce__body {
    gap: 2.1rem;
    padding-top: 2.2rem;
    padding-bottom: 0;
    background: url("../img/top/announce_logo.png") no-repeat top center/22.4rem 11.2rem;
  }
  .p-top-announce__title {
    font-size: 2.4rem;
  }
  .p-top-announce__text {
    font-size: 1.4rem;
    max-width: unset;
  }
  .p-top-announce__deco {
    left: unset;
  }
  .p-top-announce__deco img {
    border-radius: 1rem;
  }
  .p-top-announce__deco_01 {
    width: 10rem;
    left: -1rem;
    bottom: 18rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-top-announce__deco_02 {
    width: 12rem;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 9.9rem;
    z-index: 2;
  }
  .p-top-announce__deco_03 {
    width: 18.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 15.5rem;
    right: -0.8rem;
  }
  .p-top-announce__bg {
    top: unset;
    bottom: 11.9rem;
  }
  .p-top-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 4rem 0 4rem 0;
  }
  .p-top-about:before {
    width: 100%;
    border-radius: 4rem 0 0;
  }
  .p-top-about:after {
    width: 100%;
    border-radius: 0 0 4rem;
  }
  .p-top-about__body {
    max-width: unset;
    margin-top: 4rem;
    margin-left: auto;
  }
  .p-top-about__subtitle {
    font-size: 2rem;
  }
  .p-top-about__text {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-top-about__container {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-top-about__block {
    width: 100%;
    gap: 2rem;
  }
  .p-top-about__block-head {
    width: 20rem;
    padding-top: 4rem;
  }
  .p-top-about__block-head:after {
    width: 18.4rem;
    height: 18.4rem;
  }
  .p-top-about__block-image {
    height: 5rem;
  }
  .p-top-about__block-image.u-margin-left {
    margin-left: 1rem;
  }
  .p-top-service {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .p-top-service:before {
    width: 4rem;
  }
  .p-top-service:after {
    width: 4rem;
  }
  .p-top-service__body {
    max-width: unset;
    margin-top: 2rem;
    text-align: center;
  }
  .p-top-service__container {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-top-service__block {
    padding: 2rem;
    gap: 2rem;
  }
  .p-top-service__block:before {
    width: 85%;
  }
  .p-top-service__block-image {
    width: 10rem;
  }
  .p-top-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 0 4rem 0 4rem;
  }
  .p-top-cta:before {
    width: 100%;
    border-radius: 4rem 0 0;
  }
  .p-top-cta:after {
    width: 100%;
    border-radius: 0 0 4rem;
  }
  .p-top-cta__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p-top-doctor {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-top-doctor:before {
    width: 4rem;
  }
  .p-top-doctor:after {
    width: 4rem;
  }
  .p-top-doctor__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .p-top-doctor__body {
    display: contents;
  }
  .p-top-doctor__heading {
    order: -2;
  }
  .p-top-doctor__name {
    margin-top: 2rem;
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
  .p-top-doctor__text {
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 1rem;
  }
  .p-top-doctor__container {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    width: 100%;
  }
  .p-top-doctor__block {
    flex: unset;
    width: 100%;
    padding: 3rem;
  }
  .p-top-doctor__image {
    width: 60%;
    max-width: 30rem;
    order: -1;
    margin-inline: auto;
    margin-top: 4rem;
  }
  .p-top-info {
    padding-top: 6rem;
    padding-bottom: 20rem;
    border-radius: 0 4rem 0 4rem;
  }
  .p-top-info:before {
    width: 100%;
    border-radius: 4rem 0 0;
  }
  .p-top-info:after {
    width: 100%;
    border-radius: 0 0 4rem;
  }
  .p-top-info__container {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding-inline: 0;
  }
  .p-top-info__container:before {
    display: none;
  }
  .p-top-info__body {
    width: 100%;
  }
  .p-top-info__name {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .p-top-info__text {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .p-top-info__tel {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .p-top-info__tel-link {
    font-size: 2rem;
  }
  .p-top-info__tel-text {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .p-top-info__table th,
  .p-top-info__table td {
    height: 3.5rem;
    font-size: 1.2rem;
  }
  .p-top-info__table th:first-child,
  .p-top-info__table td:first-child {
    width: 11rem;
    padding-left: 1rem;
  }
  .p-top-info__table thead th {
    font-size: 1.3rem;
  }
  .p-top-info__table tbody th {
    font-size: 1.2rem;
  }
  .p-top-info__table tbody td {
    font-size: 1.3rem;
  }
  .p-top-info__table tr > *:nth-child(1) {
    padding-left: 1rem;
  }
  .p-top-info__image {
    width: 100%;
    aspect-ratio: 345/181;
  }
  .p-top-info__image img {
    border-radius: 2rem;
  }
  .p-top-info__map {
    aspect-ratio: 4/3;
    margin-top: 3rem;
  }
  .p-top-info__map iframe {
    border-radius: 2rem;
  }
  .p-top-info__deco {
    width: 18rem;
    right: 1.5rem;
    top: -4rem;
  }
  .p-cta__info-bottom {
    margin-top: -14rem;
  }
  .p-top-recruit {
    padding-top: 6rem;
  }
  .p-top-recruit:before {
    top: -24.1rem;
    width: 4rem;
  }
  .p-top-recruit__container {
    flex-direction: column;
    gap: 3rem;
  }
  .p-top-recruit__body {
    padding-top: 0;
    gap: 2rem;
  }
  .p-top-recruit__image {
    width: 100%;
  }
  .p-top-recruit__image img {
    border-radius: 2rem;
  }
  .p-top-recruit__table-wrap {
    padding: 3rem 2rem 0;
    margin-top: 6rem;
  }
  .p-top-recruit__table-wrap:before {
    background: url(../img/top/recruit_table_bg_sp.png) no-repeat top left/cover;
  }
  .p-top-recruit__table-title {
    font-size: 2rem;
  }
  .p-top-recruit__table {
    margin-top: 2rem;
    display: block;
  }
  .p-top-recruit__table tbody {
    display: block;
  }
  .p-top-recruit__table tr {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px dotted #cad2d5;
  }
  .p-top-recruit__table th,
  .p-top-recruit__table td {
    display: block;
    width: 100% !important;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-top-recruit__table th {
    border-bottom: none;
    margin-bottom: 0.5rem;
  }
  .p-top-recruit__table td {
    border-bottom: none;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .p-top-recruit__deco {
    width: 20rem;
  }
  .p-top-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-top-contact__inner {
    padding: 4rem 1.5rem;
    border-radius: 2rem;
  }
  .p-top-contact__title {
    font-size: 2rem;
  }
  .p-top-contact__form {
    margin-top: 3rem;
  }
  .p-top-contact__list {
    gap: 1.5rem;
  }
  .p-top-contact__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .p-top-contact__label {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-top-contact__label.align-top {
    margin-top: 0;
  }
  .p-top-contact__input input[type=text],
  .p-top-contact__input input[type=tel],
  .p-top-contact__input input[type=email],
  .p-top-contact__input textarea {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .p-top-contact__input textarea {
    height: 12rem;
  }
  .p-top-contact__policy {
    margin-top: 4rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-top-contact__policy-box {
    height: 22rem;
  }
  .p-top-contact__policy-title {
    font-size: 1.6rem;
  }
  .p-top-contact__policy-text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .p-top-contact__policy-text p + p {
    margin-top: 2rem;
  }
  .p-top-contact__policy-text ul,
  .p-top-contact__policy-text ol {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .p-top-contact__policy-check label {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
  .p-top-contact__submit-wrap {
    width: 24rem;
    height: 6rem;
  }
  .p-top-contact__submit-wrap:after {
    right: 2rem;
  }
  .p-top-contact__submit-button {
    font-size: 2rem;
  }
  .p-cta {
    border-radius: 3rem;
    background: linear-gradient(to bottom, #002486, #12adff);
  }
  .p-cta__inner {
    flex-direction: column;
    padding: 0 2rem;
    border-radius: 2rem;
  }
  .p-cta__block {
    flex: unset;
    padding-top: 3.2rem;
    padding-bottom: 3.4rem;
    gap: 1.3rem;
  }
  .p-cta__block:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3.8rem;
    margin-bottom: 1.2rem;
  }
  .p-cta__block-title {
    font-size: 1.6rem;
  }
  .p-cta__button {
    width: 100%;
    height: 6.2rem;
    max-width: 30rem;
  }
  .p-cta__button:before, .p-cta__button:after {
    width: 85%;
  }
  .p-cta__button:before {
    bottom: 0.4rem;
  }
  .p-cta__button:after {
    top: 0.4rem;
  }
  .p-cta__button-text {
    font-size: 1rem;
  }
  .p-cta__button__contact-text {
    font-size: 1.8rem;
  }
  .p-cta__button__tel-text {
    font-size: 2rem;
  }
  .p-cta__button__tel-text .small {
    font-size: 1.5rem;
  }
  .p-cta__block-image {
    width: 5rem;
    -webkit-transform: translate(-50%, -3rem);
            transform: translate(-50%, -3rem);
  }
  .p-thanks-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-thanks-content__title {
    font-size: 2rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .p-thanks-content__title:after {
    width: 14rem;
  }
  .u-pc {
    display: none !important;
  }
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
  .l-header__nav-link:hover:after {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-header__tel-link:hover {
    opacity: 0.7;
  }
  .l-footer__tel-link:hover {
    opacity: 0.7;
  }
  .c-float-cta:hover {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
  }
  .p-top-contact__submit-button:hover {
    background: #2893D8;
  }
  .p-cta__button:hover {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .l-header__inner {
    padding: 0 1.5rem;
  }
  .l-header__logo-image {
    width: 7rem;
  }
  .l-header__logo-text_ja {
    font-size: 1.5rem;
  }
  .l-header__logo-text_en {
    font-size: 0.9rem;
  }
  .l-header__body {
    gap: 1.5rem;
  }
  .l-header__nav-list {
    gap: 1.5rem;
  }
  .l-header__nav-link {
    font-size: 1.3rem;
  }
  .l-header__tel-text {
    font-size: 0.9rem;
  }
  .l-header__tel-icon {
    width: 1.5rem;
  }
  .l-header__tel-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .l-header__logo-image {
    width: 10rem;
  }
  .l-header__logo-text_ja {
    font-size: 2rem;
  }
  .l-header__logo-text_en {
    font-size: 1.2rem;
  }
  .l-header__body {
    display: none;
  }
  .c-drawer-hamburger {
    display: block;
    top: 3rem;
  }
  .c-drawer-background {
    height: calc(100vh - 10rem);
  }
  .c-drawer-gnav__menu__link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1365px) and (min-width: 768px) {
  .p-top-info__deco {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}