article,
figure,
img,
section {
  display: block
}

img {
  width: 100%
}

ul {
  list-style: none;
  padding: 0
}

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

th {
  text-align: left
}

a:focus {
  outline: 0
}

a,
a:hover {
  color: #000;
  text-decoration: none
}

.bg-gray {
  background: #f1faf8;
}

.text-underline {
  text-decoration: underline
}

.space-top-bottom {
  padding-top: 5pc !important;
  padding-bottom: 75pt !important
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.sp {
  display: none
}

img {
  width: 100%
}

.eng {
  font-family: bebas-neue, sans-serif;
  font-style: normal;
  font-weight: 400
}

_:future {
  font-size: 2rem
}

h2.contents-ttl-02 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 5pc;
  font-weight: 700;
}

h2.contents-ttl-02 span {
  border-bottom: 2px solid #50b3b0;
  font-weight: 700;
  color: #50b3b0;
  font-family: "Noto Serif JP";
}

.width-1024 {
  max-width: 783pt;
  margin: 0 auto;
  padding: 0 10px
}

.page-title-wap {
  height: 25pc;
  position: relative
}

.page-title-text {
  font-family: "Noto Serif JP";
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bolder;
  text-align: center;
  padding: 0 60px;
  text-shadow: 1px 0px 15px #0000005c;
}

.page-link {
  flex-wrap: wrap;
}

.page-link li {
  width: 25%;
  display: flex;
}

.page-link a {
  width: 100%;
  display: block;
  margin: 0 10px 1pc;
  padding: 8px 20px;
  border: 2px solid #50b3b0;
  color: #fff;
  text-align: center;
  background: #50b3b0;
  white-space: nowrap;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link a:hover {
  border: 2px solid #50b3b0;
  color: #50b3b0;
  background: #fff
}

.page-link a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.page-link a:hover:after {
  border-left: 5px solid #50b3b0;
}

/*===================================================================
    supervision-doctor 2021/01/11
===================================================================*/
.supervision-doctor-wrap {
  padding: 53px 0 60px;
  border-top: 2px solid #50b3b0;
  background: #fdfdfd url('../images/common/bg-marble.jpg') repeat;
}

@media(max-width:768px) {
  .sp {
    display: block
  }

  .page-title-text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bolder;
    text-align: center;
    padding: 0 10px;
    text-shadow: 1px 0px 15px #0000005c;
  }

  .width-1024 {
    max-width: initial;
    margin: 0 auto;
    padding: 0 20px
  }

}

@media(max-width:640px) {

  .page-link {
    flex-wrap: wrap
  }

  .page-link li {
    width: 50%;
    display: flex;
  }

  .page-link a {
    width: 100%;
    margin: 0 4px 8px;
    padding: 8px;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media(max-width:414px) {

  /*  h1タグ追加 20191205  */

  /*  h1タグ追加 20191205  */
  h2.contents-ttl-02 {
    font-size: 3rem
  }

}

@media(max-width:374px) {
  .page-link {
    flex-wrap: wrap
  }

  .page-link li {
    width: 100%
  }

  .page-link a {
    display: block;
    margin: 0 4px 8px;
    padding: 8px;
    white-space: normal
  }
}

.c-access_bglist {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-access_bglist>div {
  border-radius: 4px;
  background: #fff;
  padding: 24px;
  width: calc((100% - 16px) / 3);
  border: 1px solid #50b3b0;
}

.c-access_bglist dt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-access_bglist dt .c-text {
  color: #50b3b0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.028em;
  margin-left: 6px;
  font-family: "Noto Serif JP";
}

.contents {
  background: #f7f7f7;
  padding: 100px 0;
}

.l-doctor_list {
  max-width: 1440px;
  margin: 0px auto 0px;
  padding: 0 32px;
  box-sizing: content-box;
  overflow: hidden;
}

.l-doctor_list .c-item {
  display: flex;
  align-items: flex-start;
}

.c-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-doctor_list .c-item:nth-of-type(odd) .c-thumb {
  margin-left: 128px;
  z-index: 1;
}

.l-doctor_list .c-item .c-thumb {
  position: relative;
  width: 380px;
}

.l-doctor_list .c-item:nth-of-type(odd) .c-thumb::before {
  content: "";
  width: 480px;
  height: 282px;
  background: #dbf6f1;
  position: absolute;
  bottom: -76px;
  left: -160px;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-doctor_list .c-item .c-text_area {
  width: calc(100% - 508px);
  max-width: 700px;
  margin-top: 40px;
}

.l-doctor_list .c-item .c-text_list {
  border-top: 1px solid #50b3b0;
  padding: 36px 0 0 40px;
}

.l-doctor_list .c-item .c-text_list>dt {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  color: #50b3b0;
}

.l-doctor_list .c-item .c-text_list>dd {
  font-size: 16px;
  line-height: 1.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}



@media screen and (max-width: 767px) {
  .c-access_bglist {
    margin-bottom: 0px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-access_bglist>div {
    padding: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list {
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .l-doctor_list .c-item:nth-of-type(odd) .c-thumb {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item:nth-of-type(odd) .c-thumb::before {
    width: 100%;
    height: 64%;
    left: -50%;
    bottom: -32px;
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-thumb {
    margin: 0 auto !important;
    max-width: 380px;
    width: 100%;
  }
}

.recruit-link-wrap {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-text_area {
    width: 100%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .l-doctor_list .c-item .c-text_area {
    width: calc(100% - 380px);
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-text_area {
    width: 100%;
  }

  h2.contents-ttl-02 {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 3pc;
    font-weight: 700;
  }

  .l-inner2 {
    width: 100%;
    padding: 0px !important;
  }

  .c-guide_cont.p-reserve .c-reserve_list {
    display: block !important;
  }

  .c-guide_cont.p-reserve .c-reserve_list a {
    width: auto !important;
  }

  .c-guide_cont.p-reserve .c-link_area {
    display: block !important;
  }

  .recruit-link-wrap {
    padding-bottom: 0px;
  }

  .c-guide_cont.p-reserve .c-link_area {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-text_list {
    padding-left: 0;
  }
}

.c-guide_cont.p-reserve .c-reserve_list {
  display: flex;
  gap: 24px;
}

.c-guide_cont.p-reserve .c-reserve_list a {
  width: 260px;
}

@media (hover: hover) {
  .c-reserve_list .p-web a {
    transition: 0.5s;
  }
}

.c-reserve_list .p-web a {
  background: #d96f6f;
  border: 1px solid #d96f6f;
  color: #fff !important;
}

.c-reserve_list a:hover {
  background: #fff;
  border: 1px solid #d96f6f;
  color: #d96f6f !important;
}

.c-reserve_list a {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 40px;
  padding: 12px 30px;
}

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

.c-reserve_list a .c-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.c-reserve_list a .c-ico {
  margin-right: 10px;
  flex-shrink: 0;
}

@media (hover: hover) {
  .c-reserve_list .p-web a .c-text {
    transition: 0.5s;
  }
}

.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.028em;
}

.c-reserve_list a .c-ico svg {
  display: block;
}

@media (hover: hover) {
  .c-reserve_list .p-web a .c-ico svg path {
    transition: 0.5s;
  }
}

.l-inner2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}

.c-guide_cont.p-reserve .c-link_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-guide_cont.p-reserve .c-reserve_list {
  display: flex;
  gap: 24px;
}

/* .l-header_menu.
==============================　*/

/* ===================================
footer
=================================== */
/* path area
==============================　*/

/* access
==============================　*/

/* reserve
==============================　*/

.sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .sp {
    display: block;
  }

  .space-top-bottom {
    padding-top: 4pc !important;
    padding-bottom: 4pc !important;
  }

  .contents {
    background: #f7f7f7;
    padding: 4pc 0;
  }

  .recruit-link-wrap {
    padding-bottom: 4pc;
  }
}

.c-reserve_list a {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 40px;
  padding: 12px 30px;
}

.c-reserve_list a .c-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.c-reserve_list a .c-ico {
  margin-right: 10px;
  flex-shrink: 0;
}

.c-reserve_list a .c-ico svg {
  display: block;
}

@media screen and (max-width: 359px) {
  .c-reserve_list a .c-ico {
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-reserve_list a {
    padding: 10px 20px;
  }
}

.c-reserve_list .p-web a {
  background: #d96f6f;
  border: 1px solid #d96f6f;
}

@media (hover: hover) {
  .c-reserve_list .p-web a {
    transition: 0.5s;
  }

  .c-reserve_list .p-web a .c-text {
    transition: 0.5s;
  }

  .c-reserve_list .p-web a .c-ico svg path {
    transition: 0.5s;
  }

  .c-reserve_list .p-web a:hover {
    background: #fff;
  }

  .c-reserve_list .p-web a:hover .c-text {
    color: #d96f6f;
  }

  .c-reserve_list .p-web a:hover .c-ico svg path {
    fill: #d96f6f;
  }
}

@charset "utf-8";

/*===================================================================
    recruit
===================================================================*/
.recruit-page {
  background: url('https://leap-beauty.com/wp-content/themes/leap/assets/img/recruit/img_clinic01.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.page-link {
  justify-content: center;
}

.recruit-table {
  width: 100%;
  border-top: 1px solid #000;
}

.recruit-table th {
  vertical-align: middle;
  padding-left: 8px;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.recruit-table td {
  padding: 32px;
  border-bottom: 1px solid #000;
}

/* ==========================================================================
   sp 540px
   ========================================================================== */
@media (max-width: 540px) {
  .recruit-table th {
    font-size: 1.8rem;
    display: block;
    padding: 32px 16px;
    white-space: normal;
    border-bottom: 1px dashed #9e9e9e;
  }

  .recruit-table td {
    display: block;
    padding: 32px 16px;
  }
}

/* ==========================================================================
   sp 320px
   ========================================================================== */

@media screen and (max-width: 550px) {
  h2.contents-ttl-02 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3pc;
    font-weight: 700;
    line-height: 1.5;
  }

  .key-ttl {
    font-size: 1.8rem !important;
  }

  .page-title-text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    padding: 0 10px;
    text-shadow: 1px 0px 15px #0000005c;
    line-height: 1.5;
  }

  .page-link a {
    font-size: 1.4rem;
  }

  .page-link a {
    width: 100%;
    margin: 0 4px 8px;
    padding: 8px;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-guide_cont.p-reserve .c-reserve_list a {
    min-width: auto;
    width: 90%;
    max-width: 100%;
    margin: 20px auto 0;
  }

  .page-link {
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }

  .page-link li {
    width: 100%;
    display: flex;
  }

  .contents {
    background: #f7f7f7;
    padding: 4pc 0;
  }
}

.c-reserve_list {
  margin-left: 0px;
}

.c-guide_cont.p-reserve .c-reserve_list {
  display: flex;
  margin-left: 0px !important;
  gap: 24px;
}

.c-guide_cont.p-reserve {
  padding-left: 0px !important;
}

.recruit-link-wrap {
  padding: 0 20px;
}











.l-rec .c-wrap {
  position: relative;
}

.mt-5 {
  margin-top: 3rem !important;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 32% !important;
  }
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.flexe img {
  border-radius: 10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.col-md-6:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
  }
}