/*------------------------------------------

  Base Setting

------------------------------------------*/

body {
  color: #454545;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body:before {
  content: '';
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/teaser/page-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

body:not(.home):before {
  content: none;
}

a {
  color: #454545;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

section {
  position: relative;
}

.tab {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  body:before {
    background-image: url(../img/teaser/page-bg-sp.png);
  }

  a:hover {
    opacity: 1;
  }
}

/*------------------------------------------

  layout

------------------------------------------*/

.l-inner {
  position: relative;
  max-width: 1160px;
  margin: auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

/*------------------------------------------

  header

------------------------------------------*/

.l-header {
  width: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: none !important;
  letter-spacing: 0.08em;
}

.l-header__inner {
  padding: clamp(20px, 2.92826vw, 40px) clamp(24px, 3.51391vw, 48px) 0;
}

.l-header__logo {
  width: clamp(120px, 17.56955vw, 240px);
}

.l-header__logo a {
  display: block;
}

.l-header__cont {
  position: fixed;
  top: clamp(12px, 1.75695vw, 24px);
  right: clamp(12px, 1.75695vw, 24px);
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
  padding: clamp(4px, 0.58565vw, 8px) clamp(4px, 0.58565vw, 8px) clamp(4px, 0.58565vw, 8px) clamp(16px, 2.34261vw, 32px);
}

.l-header--page {
  position: relative !important;
}

.l-header--page .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(15px, 2.19619vw, 30px) clamp(24px, 3.51391vw, 48px) clamp(15px, 2.19619vw, 30px);
}

.l-header--page .l-header__cont {
  position: static;
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .js-headerCont {
    display: block !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 20px 20px 0;
  }

  .l-header__logo {
    width: 175px;
  }

  .l-header__cont {
    display: none;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 240px;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    background: linear-gradient(135deg, rgba(21, 166, 224, 0.8) 0%, rgba(3, 110, 184, 0.8) 50%, rgba(3, 110, 184, 0.8) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 9;
  }

  .l-header__logo {
    position: relative;
  }

  .l-header__trigger {
    z-index: 10;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 23px;
    width: 64px;
    height: 40px;
    background: linear-gradient(135deg, #15a6e0 0%, #176298 100%);
    border-radius: 50px;
  }

  .l-header__trigger .trigger__icon {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .l-header__trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: 0.3s;
  }

  .l-header__trigger span:nth-child(1) {
    top: 0;
  }

  .l-header__trigger span:nth-child(2) {
    bottom: 0;
  }

  .l-header__trigger.is--active span:nth-child(1) {
    transform: translateY(5px) rotate(-30deg);
  }

  .l-header__trigger.is--active span:nth-child(2) {
    transform: translateY(-5px) rotate(30deg);
  }

  .l-header--page .l-header__inner {
    padding: 20px;
  }

  .l-header--page .l-header__cont {
    position: fixed;
  }
}

/*------------------------------------------

  gnav

------------------------------------------*/

.l-gnav__list {
  font-size: clamp(8px, 1.75695vw, 16px);
}

.l-gnav__item {
  margin-left: 2.5em;
}

.l-gnav__item:first-child {
  margin-left: 0;
}

.l-gnav__item:last-child {
  margin-left: 14px;
}

.l-gnav__item > a {
  display: flex;
  font-weight: 500;
  height: clamp(22px, 4.46559vw, 41px);
  align-items: center;
}

.l-gnav__item > a.btn-contact {
  color: #fff;
  padding: 0 1.5em;
  border-radius: 50px;
  background: linear-gradient(135deg, #05a3df 0%, #1b5dac 50%, #1b5dac 100%);
}

.l-gnav__item > a.btn-web {
  color: #fff;
  padding: 0 1.5em;
  border-radius: 50px;
  background: linear-gradient(to right top, #1b5dac 50%, #05a3df 100%);
}

.l-gnav li {
  position: relative;
}

.l-gnav__child {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .l-gnav {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .l-gnav__list {
    font-size: 24px;
    padding-left: 56px;
  }

  .l-gnav__item {
    width: 100%;
    margin: 40px 0 0;
  }

  .l-gnav__item:first-child {
    margin: 0;
  }

  .l-gnav__item:last-child {
    display: none;
  }

  .l-gnav__item > a {
    display: block;
    color: #fff;
    height: auto;
  }

  .l-gnav__child {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
}

/*------------------------------------------

  footer

------------------------------------------*/

.l-footer {
  background: #fff !important;
  padding: 96px 0 !important;
  line-height: 1.5;
}

.l-footer__inner {
  max-width: 1330px;
  gap: 30px 0;
  align-items: flex-end;
}

.l-footer__logo img {
  width: 240px;
}

.l-footer__txt {
  font-size: 15px;
  margin: 0 48px;
}

.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 0 auto;
}

.l-fixed {
  position: fixed;
  z-index: 1001;
  bottom: 20px;
  right: 16px;
}

.l-fixed a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 64px 0 128px !important;
  }

  .l-footer__inner {
    gap: 0;
  }

  .l-footer__logo {
    width: 100%;
    margin-bottom: 25px;
  }

  .l-footer__logo img {
    width: 175px;
  }

  .l-footer__txt {
    width: 100%;
    margin: 0 0 40px;
  }

  .l-footer__copy {
    width: 100%;
    margin-left: 0;
  }

  .l-fixed {
    width: 100%;
    padding: 0 10px;
    bottom: 10px;
    right: 0;
    display: flex;
    gap: 3px;
  }

  .l-fixed__contact {
    width: 49.3%;
  }

  .l-fixed a {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .l-fixed__contact a {
    background: linear-gradient(135deg, #05a3df 0%, #1b5dac 50%, #1b5dac 100%);
  }

  .l-fixed__web {
    width: 39.8%;
  }

  .l-fixed__web a {
    background: linear-gradient(to right top, #1b5dac 50%, #05a3df 100%);
  }

  .l-fixed__pagetop {
    margin-left: auto;
  }
}

/*------------------------------------------

  component

------------------------------------------*/

.flex {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.c-ttl01 {
  text-align: center;
  color: #036eb7;
}

.c-ttl01.white {
  color: #fff;
}

.c-ttl01 .ttl-en {
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.c-ttl01 .ttl-ja {
  display: block;
  font-size: 40px;
  letter-spacing: 0.128em;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-ttl01 .ttl-en {
    margin-bottom: 0.5em;
  }

  .c-ttl01 .ttl-ja {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
}

/*------------------------------------------

  elementor

------------------------------------------*/

/*------------------------------------------

  project

------------------------------------------*/

.p-mv {
  margin-bottom: 48px;
  padding: clamp(90px, 13.17716vw, 180px) clamp(24px, 3.51391vw, 48px) clamp(50px, 7.32064vw, 100px);
  text-align: center;
}

.p-mv .mv-ttl img {
  width: 100%;
  max-width: 1270px;
}

@media only screen and (max-width: 767px) {
  .p-mv {
    margin-bottom: 44px;
    padding: 27.4359vw 2.5641vw 19.74359vw;
  }
}

.p-teaser {
  overflow: hidden;
}

.p-teaser:before {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 298px;
  line-height: 1;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  font-weight: 200;
  font-style: italic;
  color: rgba(3, 110, 183, 0.04);
}

.p-teaser.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.p-teaser .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .p-teaser:before {
    top: -0.2em;
    font-size: 25.64103vw;
  }
}

.p-announce {
  padding: 0 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 64px;
}

.p-announce:before {
  content: none;
}

.p-announce__inner {
  padding-top: 96px;
  padding-bottom: 96px;
  max-width: 1270px;
  background-image: url(../img/teaser/announce-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
}

.p-announce__inner:after {
  content: '';
  width: 42px;
  height: 63px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url(../img/teaser/ico-logo.svg) no-repeat;
  background-size: 100%;
}

.p-announce .announce-ttl {
  margin-bottom: 70px;
}

.p-announce .announce-ttl .ttl-ja {
  position: relative;
  display: inline-block;
  padding: 0 24px;
}

.p-announce .announce-ttl .ttl-ja .parts {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
}

.p-announce .announce-ttl .ttl-ja .parts:before,
.p-announce .announce-ttl .ttl-ja .parts:after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.p-announce .announce-ttl .ttl-ja .parts:before {
  left: 0;
  width: 16px;
  height: 16px;
}

.p-announce .announce-ttl .ttl-ja .parts:after {
  right: 0;
  width: 20px;
  height: 20px;
}

.p-announce .announce-ttl .ttl-ja .parts1 {
  left: 100%;
  transform: scale(-1, 1);
}

.p-announce .announce-ttl .ttl-ja .parts2 {
  right: 100%;
}

.p-announce .announce-date {
  text-align: center;
  margin-bottom: 64px;
}

.p-announce .announce-date__txt {
  display: inline-block;
  width: 100%;
  maw-width: 790px;
  padding-bottom: 32px;
  border-bottom: 2px solid #fff;
}

.p-announce .announce-txt p {
  font-size: 18px;
  line-height: 2.22;
}

@media only screen and (max-width: 767px) {
  .p-announce {
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .p-announce__inner {
    padding: 72px 24px;
    background-image: url(../img/teaser/announce-bg-sp.png);
  }

  .p-announce__inner:after {
    width: 32px;
    height: 50px;
  }

  .p-announce .announce-ttl {
    margin-bottom: 48px;
  }

  .p-announce .announce-ttl .ttl-ja {
    padding: 0 12px;
  }

  .p-announce .announce-ttl .ttl-ja .parts {
    width: 20px;
  }

  .p-announce .announce-ttl .ttl-ja .parts:before {
    width: 5px;
    height: 5px;
  }

  .p-announce .announce-ttl .ttl-ja .parts:after {
    width: 10px;
    height: 10px;
  }

  .p-announce .announce-date {
    margin-bottom: 30px;
  }

  .p-announce .announce-date__txt {
    padding-bottom: 40px;
  }

  .p-announce .announce-date__txt img {
    margin: auto;
  }

  .p-announce .announce-txt {
    text-align: left;
  }

  .p-announce .announce-txt p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-features {
  padding: 72px 0 97px;
  background-image: url(../img/teaser/features-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(16px) brightness(110%);
  backdrop-filter: blur(16px) brightness(110%);
}

.p-features:before {
  content: 'FEATURES';
}

.p-features__inner {
  max-width: 1330px;
}

.p-features .features-list {
  align-items: flex-start;
  justify-content: space-between;
}

.p-features .features-list__item {
  position: relative;
  width: 32%;
}

.p-features .features-list__item:nth-child(2) {
  margin-top: clamp(64px, 9.37042vw, 128px);
}

.p-features .features-list__item:nth-child(3) {
  margin-top: clamp(22px, 3.22108vw, 44px);
}

.p-features .features-list .item-txt {
  color: #fff;
  font-size: clamp(12px, 1.75695vw, 24px);
  font-weight: 600;
  line-height: 1.66;
  position: absolute;
  left: 1.2em;
  bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .p-features {
    padding: 64px 0 54px;
    background-image: url(../img/teaser/features-bg-sp.png);
  }

  .p-features .features-ttl {
    margin-bottom: 48px;
  }

  .p-features .features-list {
    gap: 40px 0;
  }

  .p-features .features-list__item {
    width: 100%;
  }

  .p-features .features-list__item:nth-child(2) {
    margin-top: 0;
  }

  .p-features .features-list__item:nth-child(3) {
    margin-top: 0;
  }

  .p-features .features-list .item-txt {
    font-size: 20px;
  }
}

.p-menu {
  padding: 96px 0;
  background-image: url(../img/teaser/menu-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-menu:before {
  content: 'MEDICAL MENU';
  color: rgba(255, 255, 255, 0.04);
}

.p-menu__inner {
  max-width: 1330px;
}

.p-menu .menu-ttl {
  margin-bottom: 95px;
}

.p-menu .menu-list {
  gap: clamp(26px, 3.80673vw, 52px) 0;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-menu {
    padding: 64px 0;
    background-image: url(../img/teaser/menu-bg-sp.png);
  }

  .p-menu .menu-ttl {
    margin-bottom: 72px;
  }

  .p-menu .menu-list {
    gap: 55px 0;
    max-width: 400px;
    margin: auto;
  }
}

.p-greeting {
  padding: 96px 0;
  background-image: url(../img/teaser/greeting-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 736px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0) brightness(110%);
  backdrop-filter: blur(0) brightness(110%);
}

.p-greeting:before {
  content: 'GREETING';
}

.p-greeting .greeting-ttl {
  margin-bottom: 70px;
}

.p-greeting .greeting-ttl .ttl-ja {
  display: inline-block;
  position: relative;
}

.p-greeting .greeting-ttl .ttl-ja:before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  background: url(/wp-content/uploads/favicon.png) no-repeat center;
  background-size: 100%;
}

.p-greeting .greeting-pre {
  max-width: 822px;
  margin: 0 auto 100px;
}

.p-greeting .greeting-pre__txt {
  line-height: 2.5;
  margin-bottom: 50px;
}

.p-greeting .greeting-pre__name {
  text-align: right;
}

.p-greeting .greeting-pre__name p {
  display: inline-block;
  background: #1276bf;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 0.5em;
}

.p-greeting .greeting-message {
  display: none;
  margin-bottom: 64px;
}

.p-greeting .greeting-message__img {
  width: 38%;
  max-width: 400px;
}

.p-greeting .greeting-message__txt {
  width: 58%;
  margin-left: auto;
  line-height: 2.5;
  padding-top: 2em;
}

.p-greeting .greeting-profile {
  border-top: 1px solid #036eb7;
  padding-top: 30px;
}

.p-greeting .greeting-profile__box {
  width: 50%;
  position: relative;
  padding: 0 3em;
}

.p-greeting .greeting-profile__box:first-child {
  border-right: 1px solid #036eb7;
}

.p-greeting .greeting-profile__box .box-ttl {
  font-weight: 500;
  color: #036eb7;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1.3em;
}

.p-greeting .greeting-profile__box .box-ttl span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #5cbfe6;
  text-transform: uppercase;
  padding-left: 1.5em;
  letter-spacing: 0;
}

.p-greeting .greeting-profile__box .box-txt {
  font-size: 15px;
  line-height: 1.866;
}

@media only screen and (max-width: 767px) {
  .p-greeting {
    padding: 64px 0;
    background-image: url(../img/teaser/greeting-bg-sp.png);
    background-position: right center;
    background-size: 280px;
  }

  .p-greeting .greeting-ttl {
    margin-bottom: 48px;
  }

  .p-greeting .greeting-ttl .ttl-ja:before {
    margin-right: 0;
    top: auto;
    bottom: -5px;
    transform: translateY(0);
  }

  .p-greeting .greeting-pre {
    margin-bottom: 64px;
  }

  .p-greeting .greeting-pre__txt {
    line-height: 2;
    margin-bottom: 40px;
  }

  .p-greeting .greeting-pre__name p {
    font-size: 16px;
  }

  .p-greeting .greeting-pre__name p span {
    font-size: 18px;
  }

  .p-greeting .greeting-message {
    margin-bottom: 40px;
  }

  .p-greeting .greeting-message__img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 48px;
  }

  .p-greeting .greeting-message__img img {
    width: 100%;
    max-width: 400px;
  }

  .p-greeting .greeting-message__txt {
    width: 100%;
    line-height: 2;
    padding-top: 0;
  }

  .p-greeting .greeting-profile {
    padding-top: 40px;
  }

  .p-greeting .greeting-profile__box {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .p-greeting .greeting-profile__box:first-child {
    border-right: none;
  }

  .p-greeting .greeting-profile__box:last-child {
    margin-bottom: 0;
  }
}

.p-information {
  padding: 96px 0;
  background-color: rgba(3, 110, 183, 0.08);
  -webkit-backdrop-filter: blur(5px) brightness(110%);
  backdrop-filter: blur(5px) brightness(110%);
}

.p-information:before {
  content: 'INFORMATION';
}

.p-information .information-ttl {
  width: 100%;
  margin-bottom: 80px;
}

.p-information .information-guide {
  width: 50%;
  background: #fff;
  border-radius: 15px;
  padding: 5px;
}

.p-information .information-guide .guide-hour {
  background: #f2f8fa;
  border-radius: 15px;
  padding: 20px;
}

.p-information .information-guide .guide-hour table {
  color: #036eb7;
  table-layout: fixed;
}

.p-information .information-guide .guide-hour table tr {
  border-bottom: 1px solid #cbe1f0;
}

.p-information .information-guide .guide-hour table tr:first-child th,
.p-information .information-guide .guide-hour table tr:first-child td {
  padding-top: 0;
}

.p-information .information-guide .guide-hour table th,
.p-information .information-guide .guide-hour table td {
  font-weight: 500;
  padding: 0.5em 0;
  vertical-align: middle;
}

.p-information .information-guide .guide-hour table th {
  width: 30%;
}

.p-information .information-guide .guide-hour table th p {
  text-align: center;
  width: 110px;
}

.p-information .information-guide .guide-hour table th .time {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}

.p-information .information-guide .guide-hour table td {
  text-align: center;
}

.p-information .information-guide .guide-hour__txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}

.p-information .information-guide .guide-hour__txt span {
  font-weight: 500;
  color: #036eb7;
}

.p-information .information-guide .guide-clinic {
  padding: 25px 20px;
}

.p-information .information-guide .guide-clinic table {
  line-height: 1.5;
}

.p-information .information-guide .guide-clinic table th {
  width: 6em;
  font-weight: 500;
  color: #036eb7;
}

.p-information .information-guide .guide-clinic table th,
.p-information .information-guide .guide-clinic table td {
  padding-bottom: 1em;
}

.p-information .information-guide .guide-clinic table tr:last-child th,
.p-information .information-guide .guide-clinic table tr:last-child td {
  padding-bottom: 0;
}

.p-information .information-news {
  width: 46%;
  margin-left: auto;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

.p-information .information-news .news-head {
  border-bottom: 1px solid #036eb7;
  padding-bottom: 0.5em;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}

.p-information .information-news .news-head__ttl {
  margin-bottom: 0;
  color: #036eb7;
  font-weight: 500;
  font-size: 24px;
}

.p-information .information-news .news-head__btn {
  margin-bottom: 0;
}

.p-information .information-news .news-head__btn a {
  font-weight: 500;
  font-size: 14px;
  color: #036eb7;
}

.p-information .information-news .news-list li {
  border-bottom: 1px solid #cbe1f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-information .information-news .news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-information .information-news .news-list a {
  display: block;
}

.p-information .information-news .news-list .date {
  margin-bottom: 0.3em;
  font-weight: 500;
  color: #036eb7;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.p-information .information-map {
  margin-top: 50px;
  width: 100%;
}

.p-information .information-map iframe {
  border-radius: 25px;
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .p-information .information-guide .guide-hour table {
    font-size: 14px;
  }

  .p-information .information-guide .guide-hour table th {
    width: 36%;
  }

  .p-information .information-guide .guide-hour table th p {
    width: 90px;
  }

  .p-information .information-guide .guide-hour table th .time {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-information {
    padding: 64px 0;
  }

  .p-information .information-ttl {
    margin-bottom: 48px;
  }

  .p-information .information-guide {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-information .information-guide .guide-hour {
    padding: 20px 15px;
  }

  .p-information .information-guide .guide-hour table th .time {
    font-size: 16px;
  }

  .p-information .information-guide .guide-hour__txt {
    letter-spacing: 0;
    line-height: 2;
  }

  .p-information .information-guide .guide-clinic {
    padding: 20px 15px;
  }

  .p-information .information-guide .guide-clinic table {
    line-height: 1.25;
  }

  .p-information .information-guide .guide-clinic table th {
    padding-bottom: 0.5em;
  }

  .p-information .information-guide .guide-clinic table th,
  .p-information .information-guide .guide-clinic table td {
    display: block;
    width: 100%;
  }

  .p-information .information-guide .guide-clinic table tr:last-child th {
    padding-bottom: 0.5em;
  }

  .p-information .information-news {
    width: 100%;
    padding: 20px;
  }

  .p-information .information-map {
    margin-top: 40px;
  }

  .p-information .information-map iframe {
    height: 300px;
  }
}

.p-recruit {
  background-image: url(../img/teaser/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-recruit:before {
  content: 'RECRUIT';
  z-index: 1;
}

.p-recruit:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
}

.p-recruit .elementor-widget-html {
  position: relative;
  z-index: 1;
}

.p-recruit .elementor-widget-html:before {
  content: '';
  width: 24px;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 163, 223, 0.8) 0%, rgba(27, 93, 172, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.p-recruit .elementor-widget-html:after {
  content: '';
  width: 24px;
  height: 100%;
  background: linear-gradient(0deg, rgba(5, 163, 223, 0.8) 0%, rgba(27, 93, 172, 0.8) 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.p-recruit .elementor-widget-container {
  position: relative;
  z-index: 2;
}

.p-recruit .elementor-widget-container:before {
  content: '';
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, rgba(27, 93, 172, 0.8) 0%, rgba(5, 163, 223, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.p-recruit .elementor-widget-container:after {
  content: '';
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, rgba(5, 163, 223, 0.8) 0%, rgba(27, 93, 172, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-recruit__inner {
  z-index: 3;
  padding: 100px 48px;
  max-width: 1196px;
}

.p-recruit .recruit-txt {
  position: relative;
  z-index: 1;
}

.p-recruit .recruit-txt__ttl {
  font-size: 20px;
  margin-bottom: 1.5em;
  font-weight: 500;
  color: #036eb7;
}

.p-recruit .recruit-txt__lead {
  line-height: 1.5;
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(135deg, #05a3df 0%, #1b5dac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.8em;
}

.p-recruit .recruit-txt__txt {
  margin-bottom: 70px;
}

.p-recruit .recruit-txt__btn {
  margin-bottom: 0;
}

.p-recruit .recruit-txt__btn a {
  width: 320px;
  max-width: 100%;
  line-height: 70px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(135deg, #05a3df 0%, #1b5dac 50%, #1b5dac 100%);
}

.p-recruit .recruit-img {
  position: absolute;
  width: 374px;
  right: 30px;
  top: 96px;
}

@media only screen and (max-width: 767px) {
  .p-recruit {
    background-image: url(../img/teaser/recruit-bg-sp.jpg);
  }

  .p-recruit:before {
    top: -0.1em;
  }

  .p-recruit .elementor-widget-html:before {
    width: 10px;
  }

  .p-recruit .elementor-widget-html:after {
    width: 10px;
  }

  .p-recruit .elementor-widget-container:before {
    height: 10px;
  }

  .p-recruit .elementor-widget-container:after {
    height: 10px;
  }

  .p-recruit__inner {
    padding: 100px 30px 64px;
  }

  .p-recruit .recruit-txt__ttl {
    margin-bottom: 50px;
  }

  .p-recruit .recruit-txt__lead {
    font-size: 32px;
    margin-bottom: 0.8em;
  }

  .p-recruit .recruit-txt__txt {
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .p-recruit .recruit-txt__btn {
    text-align: center;
  }

  .p-recruit .recruit-img {
    width: 172px;
    right: 20px;
    top: 30px;
  }
}
