@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic";
  margin: 0 auto;
  background-color: #fff;
  color: #555555;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  width: 100%;
}

.p-header {
  height: 6.25rem;
  position: relative;
}

.p-header__inner {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.p-header__bg {
  position: absolute;
  top: 25%;
  left: 46%;
  width: 12.5rem;
}

.p-header__inner {
  height: inherit;
}

.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.p-header__left {
  display: flex;
  align-items: center;
}

.p-header__text {
  background-color: #e37227;
  padding: 0.625rem;
  color: #fff;
  border-radius: 0.625rem;
  margin-left: 0.625rem;
}

.p-header__logo-mark {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-mark {
    width: 15rem;
  }
}

.p-header__tel {
  width: 20.625rem;
}

.p-mv {
  background-image: url(../../images/fv-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url(../../images/fv-back.png);
    background-size: cover;
  }
}

.p-mv__wrap {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 2.5rem;
    padding-bottom: 0;
  }
}

.p-mv__title-wrap {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-wrap {
    width: 48%;
  }
}

.p-fv__image {
  position: relative;
  width: 44rem;
  z-index: -1;
}

.p-fv__image-sp {
  position: relative;
  z-index: -1;
}

.main-title {
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  padding: 0.625rem;
  line-height: 175%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 1rem;
    width: 100%;
  }
}

.main-title.main {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-title.main {
    font-size: 1.75rem;
  }
}

.sub-title {
  font-size: 1.25rem;
  color: #ffad05;
  margin-top: 1.25rem;
  padding: 0.625rem;
  background-color: #fff;
  padding: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-title {
    width: 100%;
    font-size: 1.4375rem;
  }
}

.p-contact {
  background-image: url(../../images/cta-back.jpg);
  background-size: cover;
  height: 43.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    height: 48.4375rem;
  }
}

.p-contact__image-clinic {
  width: 12.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-contact__image-clinic {
    width: 19.75rem;
  }
}

.p-contact__image-woman {
  position: absolute;
  width: 8.375rem;
  bottom: 3%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .p-contact__image-woman {
    bottom: 10%;
    width: 11.5rem;
    left: 25%;
  }
}

.p-contact__image-men {
  position: absolute;
  width: 10rem;
  right: 10%;
  bottom: 5%;
}
@media screen and (min-width: 768px) {
  .p-contact__image-men {
    bottom: 10%;
    width: 14.375rem;
    right: 25%;
  }
}

.p-contact__image {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__image {
    height: 10rem;
  }
}

.p-contact__image img {
  width: 100%;
  height: 100%;
}

.p-contact__inner {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.p-contact__image-btn {
  width: 18.75rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__image-btn {
    width: 37.5rem;
    bottom: 0rem;
  }
}

.p-contact__text {
  color: #e37227;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 2rem;
  }
}

.p-feature {
  background-image: url(../../images/feature-back.jpg);
  background-size: cover;
}

.feature-img {
  width: 17.5rem;
  margin-inline: auto;
}

.feature-image {
  width: 17.5rem;
  margin-inline: auto;
}

.p-feature__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 7.5rem;
  padding-bottom: 11.25rem;
}
@media screen and (min-width: 600px) {
  .p-feature__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.feature-item {
  max-width: 20rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 1.25rem;
  height: 32rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.feature-item:first-child {
  display: grid;
  align-items: center;
}

.card-title {
  margin-top: 1.25rem;
  color: #ffa34b;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.card-desc {
  margin-top: 1.25rem;
  line-height: 150%;
}

.p-footer {
  background-image: url(../../images/company-back.jpg);
  background-size: cover;
}

.p-footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 8.75rem;
    padding-bottom: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__info {
    width: 55%;
  }
}

.p-footer__wrap {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-footer__map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__map {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36.25rem;
  }
}

.footer_left {
  background-color: #fff;
  padding: 2rem;
}

.footer_info_overview_tel {
  margin-top: 1.25rem;
}

.footer_info_overview_access {
  margin-top: 1.25rem;
}

.schedule table {
  width: 80%;
  margin-top: 1.25rem;
}

.schedule table tr:first-child td {
  font-weight: bold;
  color: #555;
}

.schedule table td {
  color: #ef7c0f;
}

.schedule p {
  margin-left: 22px;
  margin-bottom: 2px;
}

.schedule p strong {
  color: #ef7c0f;
}

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

.schedule_note {
  /*margin-left:22px;*/
}

.schedule_note li {
  /*margin-right:2em;*/
}

.schedule_note li:first-child {
  margin-bottom: 26px;
  margin-top: 1.25rem;
}

.facebook_button {
  /*	max-width: 200px;*/
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .facebook_button {
    align-items: center;
    display: flex;
  }
}

.facebook_button a.fb {
  background: #285397 url(../images/fb_logo.png) no-repeat left 7px center;
  padding: 5px 10px 5px 40px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  background-size: 27px auto;
  line-height: 1.2;
}

.facebook_button a.fb:hover {
  color: #fff;
  opacity: 0.7;
}

.facebook_button a.ins {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .facebook_button a.ins {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}

.facebook_button a.ins:hover {
  opacity: 0.7;
}

.tb01 {
  margin-bottom: 1px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}

.tb01 td, .tb01 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}

.tb01 tr:last-child td, .tb01 tr:last-child th {
  border: none;
}

.tb01 th {
  padding: 16px 5px 8px 0;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .tb01 th {
    padding: 16px 5px 8px 14px;
  }
}

.tb01 tr:first-child th {
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 20px;
}

.tb01 td {
  font-size: 0.625rem;
  padding: 4px 4px 4px 4px;
}
@media screen and (min-width: 768px) {
  .tb01 td {
    padding: 8px 8px 8px 8px;
  }
}

.tb01 tr:first-child td {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 1px;
}

.p-footer__copyright {
  text-align: center;
  margin-top: 2.5rem;
  color: #fff;
}

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

.p-about {
  background-image: url(../../images/about-back.jpg);
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    background-size: cover;
  }
}

.p-about__inner {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

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

.p-about__wrap {
  background-color: #fff;
  padding: 2rem 3.125rem;
  max-width: 39.375rem;
  margin-inline: auto;
  margin-top: 5rem;
  line-height: 175%;
  border-radius: 1.25rem;
}

.p-clinic__image01 {
  position: absolute;
  top: 6.25rem;
  right: 3.125rem;
  width: 12.5rem;
}

.p-clinic__image02 {
  position: absolute;
  top: 25rem;
  left: 3.125rem;
  width: 12.5rem;
}

.p-clinic__image03 {
  position: absolute;
  bottom: 12.5rem;
  left: 12.5rem;
  width: 12.5rem;
}

.about__text {
  margin-top: 1.25rem;
}

.p-about__image {
  width: 100%;
  text-align: right;
  margin-top: 5rem;
  display: block;
  margin-left: auto;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 35.375rem;
  }
}

.p-about__image img {
  border-radius: 1.25rem;
}

.p-recruit {
  background-image: url(../../images/recruit-back.jpg);
  background-size: cover;
}

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

.p-recruit__inner {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

@media screen and (min-width: 768px) {
  .p-wrap__image {
    width: 18.125rem;
    width: 44%;
  }
}

.left {
  left: 0;
}

.p-recruit__wrap {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .reverse {
    flex-direction: row-reverse;
  }
}

.recruit__text-wrap {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .recruit__text-wrap {
    width: 61%;
    position: absolute;
    right: 0;
    padding: 2.5rem 5rem 2.5rem 2rem;
  }
}

.recruit-wrap__title {
  font-size: 1.875rem;
  color: #4abde2;
}

.recruit-wrap__title02 {
  font-size: 1.875rem;
  color: #ffad05;
}

.recruit-wrap__title03 {
  font-size: 1.875rem;
  color: #e98891;
}

.recruit-wrap__text {
  margin-top: 1.5rem;
  line-height: 150%;
  text-align: justify;
}

.recruit-wrap__btn {
  text-align: right;
  margin-top: 2.625rem;
}

.btn-01 {
  background-color: #4abde2;
  color: #fff;
  padding: 0.875rem 3.125rem;
  border-radius: 2.5rem;
  font-size: 0.875rem;
}

.btn-02 {
  background-color: #ffad05;
  color: #fff;
  padding: 0.875rem 3.125rem;
  border-radius: 2.5rem;
  font-size: 0.875rem;
}

.btn-03 {
  background-color: #e98891;
  color: #fff;
  padding: 0.875rem 3.125rem;
  border-radius: 2.5rem;
  font-size: 0.875rem;
}

.p-wrap__image img {
  border-radius: 1.25rem;
}

.p-message {
  background-image: url(../../images/message-back.png);
  background-size: cover;
}

.p-message__inner {
  padding-top: 12.75rem;
  padding-bottom: 7.5rem;
}

.message__text-box {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .message__text-box {
    padding: 2rem;
  }
}

.message__text-wrap {
  margin-top: 1.25rem;
  line-height: 175%;
  max-width: 35rem;
  text-align: justify;
}

.daihyo-name {
  margin-top: 1.875rem;
  text-align: right;
}

.message__text-box {
  position: relative;
}

.daihyo-img {
  width: 12.5rem;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .daihyo-img {
    right: 0rem;
    bottom: 0;
    width: 24.5rem;
    position: absolute;
    margin: 0;
  }
}

.p-modal {
  padding: 6.25rem 0;
  background-color: #fff;
}

.p-modal__close-button {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1.25rem 2.1875rem;
  outline: none;
  border: none;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 0 0 0.625rem;
  background-color: #DE8430;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-modal__close-button {
    padding: 1.5625rem 2.5rem;
  }
}

.p-modal__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 50rem;
  width: 100%;
}

.p-modal__img {
  width: 100%;
}

.p-modal__img img {
  width: 100%;
  aspect-ratio: 310/160;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-modal__text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-works-list__item-img {
  width: 100%;
  overflow: hidden;
}

.p-works-list__item-img img {
  width: 100%;
  aspect-ratio: 360/186;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .p-works-list__item:hover .p-works-list__item-img img {
    transform: scale(1.2);
  }
}

.p-works-list__item-text {
  padding: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-works-list__item-text {
    font-size: 0.875rem;
  }
}

.p-works-list__modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 1000;
}

.tit01 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #4abde2;
}

.tit02 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #ffad05;
}

.tit03 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #e98891;
}

.recruit_tb {
  border-top: 1px solid #e8e8e8;
}

.recruit_tb th,
.recruit_tb td {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.recruit_tb th {
  width: 30%;
  background-color: #ffa34b;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #e8e8e8;
}

.recruit_tb td {
  width: 70%;
  border-right: 1px solid #e8e8e8;
}

.recruit_info {
  text-align: center;
}

.recruit_tel a {
  font-size: 24px;
  font-weight: bold;
}

.float-button__wrap {
  width: 18.75rem;
  position: fixed;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}

.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.c-section__title {
  font-size: 2.375rem;
  font-weight: bold;
}

.c-section__title-en {
  margin-top: 0.25rem;
  color: #ffa34b;
}

.l-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*# sourceMappingURL=style.css.map */