@charset "UTF-8";
/* layout */
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #333333;
  line-height: 2;
  font-size: 1.6rem;
  background: url("../image/common/bg.jpg") repeat;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

a {
  display: inline-block;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.l-wrapper {
  margin-left: 240px;
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    margin-left: 0;
    margin-top: 71px;
  }
}

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

.c-h2Ttl {
  font-size: 3.8rem;
  position: relative;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl {
    font-size: 2.2rem;
    padding-left: 40px;
  }
}
.c-h2Ttl:before {
  content: "";
  position: absolute;
  background: url("../image/common/deco-ttl.svg") no-repeat;
  background-size: cover;
  width: 50px;
  height: 14px;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-h2Ttl:before {
    background: url("../image/common/deco-ttl-sp.svg") no-repeat;
    left: 0;
    width: 30px;
    height: 14px;
    top: 10px;
    transform: initial;
  }
}

.c-lowerMv {
  height: 300px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-lowerMv {
    height: 190px;
    margin-bottom: 100px;
  }
}
.c-lowerMv:before {
  content: "";
  position: absolute;
  background: url("../image/common/mv-parts.svg") no-repeat;
  background-size: cover;
  height: 117px;
  width: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-lowerMv:before {
    background: url("../image/common/mv-parts-sp.svg") no-repeat;
    background-size: cover;
    height: 44px;
  }
}
.c-lowerMv:after {
  content: "";
  position: absolute;
  background: url("../image/common/mv-parts2.png") no-repeat;
  background-size: contain;
  height: 157px;
  width: 247px;
  right: 140px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .c-lowerMv:after {
    height: 100px;
    width: 160px;
    right: 20px;
    bottom: -50px;
  }
}
.c-lowerMv--message {
  background: url("../image/message/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-lowerMv--recruit {
  background: url("../image/recruit/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-lowerMv--home {
  background: url("../image/home/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-lowerMv--flow {
  background: url("../image/flow/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-lowerMv .ttl {
  width: 350px;
  height: 122px;
  background: url("../image/top/bk-catch.png") no-repeat;
  background-size: cover;
  font-size: 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-lowerMv .ttl {
    width: 200px;
    height: 70px;
    font-size: 2.6rem;
  }
}

.c-window:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  filter: brightness(0);
}

.js-mainTtl {
  transition: opacity 1s ease-in-out 0.5s;
  opacity: 0;
}
.js-mainTtl.active {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .is-pcHeader {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .is-spHeader {
    display: none;
  }
}
.header {
  width: 240px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__logo a {
  opacity: 1;
  transition: 0.3s all;
}
.header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    text-align: left;
  }
  .header__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    width: 100%;
    height: auto;
  }
  .header__navBtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
  }
  .header__navBtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 2px;
    width: 26px;
    background-color: #707070;
  }
  .header__navBtn span:nth-of-type(1) {
    top: 18px;
  }
  .header__navBtn span:nth-of-type(2) {
    top: 30px;
  }
  .header__navBtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
  }
  .header__navBtn.active span:nth-of-type(2) {
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
  }
  .header__navInner {
    position: fixed;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 0 60px;
    transition: all 0.3s;
  }
  .header__navInner.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
  }
}
.header__inner {
  padding: 60px 46px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding: 10px 20px 6px 20px;
    display: flex;
    justify-content: space-between;
  }
}
.header__inner ul {
  padding-top: 62px;
}
@media screen and (max-width: 1200px) {
  .header__inner ul {
    max-width: 255px;
    margin: 0 auto;
  }
}
.header__inner ul.nishiarai li {
  padding: 10px 0;
}
.header__inner ul li {
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .header__inner ul li {
    border-bottom: 2px dashed #CCCCCC;
  }
}
.header__inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s all;
}
.header__inner ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .header__inner ul li a {
    font-size: 2rem;
  }
}
.header__inner ul li a img {
  width: 36px;
  padding-right: 16px;
}
.header__recruit {
  padding-top: 60px;
}
.header__recruit a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__recruit a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.header__recruit a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.header__recruit a:hover {
  background-color: #fff;
  color: #E66B00;
}
.header__recruit a:hover:after {
  filter: none;
}
@media screen and (max-width: 1200px) {
  .header__recruit a {
    width: 255px;
  }
}

.footer {
  padding: 100px 50px 26px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 20px 30px;
    text-align: left;
  }
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 48px;
}
@media screen and (max-width: 767px) {
  .footer ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 12px 0;
  }
}
.footer ul li {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer ul li:not(:last-child) {
    position: relative;
  }
  .footer ul li:not(:last-child):after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #333333;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 1px;
    height: 19.5px;
  }
}
@media screen and (max-width: 767px) {
  .footer ul li .logo {
    width: 140px;
  }
}
.footer ul li a {
  opacity: 1;
  transition: 0.3s all;
}
.footer ul li a:hover {
  opacity: 0.7;
}
.footer__copy {
  padding-top: 36px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1rem;
  }
}

/* top */
.mv {
  background: url("../image/top/mv.jpg") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url("../image/top/mv-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 70px);
  }
}
.mv__catch {
  text-align: right;
  padding-top: 35px;
  overflow: hidden;
}
.mv__catch .ttl {
  text-align: center;
  background: url("../image/top/bk-catch.png") no-repeat;
  max-width: 660px;
  height: 230px;
  background-size: cover;
  font-size: 5rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: -35px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv__catch .ttl {
    font-size: 2.6rem;
    max-width: 335px;
    height: 117px;
    margin-right: -25px;
  }
}
.mv__catch .ttl span {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .mv__catch .ttl span {
    font-size: 3.4rem;
  }
}
.mv__catch .link {
  padding-right: 30px;
  margin-top: -22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__catch .link {
    padding-right: 5px;
    margin-top: -12px;
  }
}
.mv__catch .link:hover img:first-of-type {
  opacity: 0;
}
.mv__catch .link:hover img:last-of-type {
  opacity: 1;
}
.mv__catch .link img {
  transition: opacity 0.3s;
  max-width: 225px;
}
@media screen and (max-width: 767px) {
  .mv__catch .link img {
    max-width: 120px;
  }
}
.mv__catch .link img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.mv__lead {
  padding: 50px 60px;
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv__lead {
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}

.top {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 60px 0 100px;
  }
}
.top::before {
  content: "";
  display: block;
  width: 110%;
  height: 0;
  position: absolute;
  left: -60px;
  top: 0;
  background: url("../image/top/line01-pc.svg") no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top::before {
    background: url("../image/top/line01-sp.svg") no-repeat;
    left: 0;
  }
}
.top:after {
  content: "";
  display: block;
  width: 175px;
  height: 175px;
  position: absolute;
  left: 120px;
  top: 530px;
  background: url("../image/top/deco01.svg") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top:after {
    content: none;
  }
}
.top__clinicList {
  display: flex;
  padding-top: 15px;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .top__clinicList {
    flex-direction: column;
  }
}
.top__clinicList a {
  width: 33.3333333333%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__clinicList a {
    width: 100%;
  }
  .top__clinicList a:not(:first-child) {
    margin-top: 60px;
  }
}
.top__clinicList a image {
  transform-origin: center;
  transition: transform 0.1s;
}
.top__clinicList a:hover image {
  transform: scale(1.2);
  transition: transform 0.3s;
}
.top__clinicList a p {
  font-weight: 600;
  font-size: 2rem;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__clinicList a p {
    font-size: 1.6rem;
  }
}
.top__service {
  padding-top: 200px;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__service .c-h2Ttl {
    text-align: right;
  }
  .top__service .c-h2Ttl:before {
    left: initial;
    right: -70px;
    top: 20px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .top__service {
    text-align: left;
  }
  .top__service::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    z-index: -2;
    background: url("../image/top/line02-sp.svg") no-repeat;
    width: 115%;
    left: -20px;
  }
  .top__service:after {
    content: "";
    display: block;
    width: 100px;
    height: 102px;
    position: absolute;
    left: 10px;
    top: 15px;
    background: url("../image/top/deco01.svg") no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .top__service .c-h2Ttl:before {
    top: 10px;
    transform: translateY(0);
  }
}
.top__service .mainImg {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .top__service .mainImg {
    padding-top: 40px;
  }
}
.top__serviceInner {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__serviceInner {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
}
.top__serviceInner .text {
  flex: 0 0 50%;
  padding-right: 40px;
  padding-top: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__serviceInner .text {
    padding-right: 0;
  }
}
.top__serviceInner .link {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .top__serviceInner .link {
    text-align: center;
    padding-top: 40px;
  }
}
.top__serviceInner .link a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .top__serviceInner .link a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.top__serviceInner .link a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.top__serviceInner .link a:hover {
  background-color: #fff;
  color: #E66B00;
}
.top__serviceInner .link a:hover:after {
  filter: none;
}

.note {
  background-color: #fff;
  padding: 100px 0 200px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .note {
    padding: 60px 0 150px;
  }
}
.note::before {
  content: "";
  display: block;
  width: 550px;
  height: 420px;
  position: absolute;
  left: -170px;
  bottom: 0;
  background: url("../image/top/line02-pc.svg") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .note::before {
    background: url("../image/top/line03-sp.svg") no-repeat;
    left: 0;
    width: 180px;
    height: 125px;
  }
}
.note:after {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 140px;
  bottom: 35px;
  background: url("../image/top/deco02.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .note:after {
    width: 65px;
    height: 65px;
    left: 40px;
    bottom: 40px;
  }
}
.note__ttl {
  text-align: center;
}
.note__ttl img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .note__ttl img {
    width: 100px;
  }
}
.note__lead {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .note__lead {
    padding-top: 30px;
    font-size: 1.4rem;
  }
}
.note__inner {
  padding-top: 30px;
}
.note__btn {
  text-align: center;
  padding-top: 50px;
}
.note__btn a {
  box-sizing: border-box;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s all;
  border: 1px solid #CCCCCC;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .note__btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.note__btn a::after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.note__btn a:hover {
  color: #fff;
}
.note__btn a:hover::after {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateZ(0);
}
.note__btn a:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  filter: brightness(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.note__btn a:hover {
  background-color: #707070;
}
.note__houmon {
  padding-top: 80px;
  text-align: center;
}
.note__houmon .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.note__houmon .ttl span {
  position: relative;
}
.note__houmon .ttl span:before, .note__houmon .ttl span:after {
  content: "";
  position: absolute;
  background-color: #666;
  width: 1px;
  height: 18px;
  bottom: -2px;
}
.note__houmon .ttl span:before {
  left: -15px;
  transform: rotate(-25deg);
}
.note__houmon .ttl span:after {
  right: -15px;
  transform: rotate(25deg);
}
.note__houmon .img {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .note__houmon .img {
    padding-top: 12px;
  }
}
.note__houmon .img img {
  width: 500px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .note__houmon .img img {
    width: 100%;
  }
}
.note .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (max-width: 767px) {
  .note .list {
    gap: 30px 16px;
  }
}
.note .col {
  width: 23.75%;
}
@media screen and (max-width: 767px) {
  .note .col {
    width: 47.5%;
  }
}
.note .card a {
  opacity: 1;
  transition: 0.3s all;
}
.note .card a:hover {
  opacity: 0.7;
}
.note .card .card-thumbnail img {
  height: 125px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .note .card .card-thumbnail img {
    height: 90px;
  }
}
.note .card .card-title {
  line-height: 1.5;
  font-weight: 600;
  padding-top: 10px;
}
.note .card .card-description {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .note .card .card-description {
    font-size: 1.2rem;
  }
}
.note .card .card-date {
  display: block;
  font-size: 1rem;
  margin-top: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.note .card .card-date::before {
  content: "";
  background: url("../image/common/ic-time.svg") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.note .card .card-author {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.note .card .card-author-img {
  flex: 0 0 48px;
}
.note .card .card-author-name {
  font-size: 1.2rem;
  padding-left: 8px;
}

.topRecruit {
  background: url("../image/top/bk-recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  color: #fff;
  font-weight: 600;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topRecruit {
    background: url("../image/top/bk-recruit-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: left;
  }
}
.topRecruit .c-h2Ttl:before {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .topRecruit .c-h2Ttl:before {
    left: initial;
    right: -70px;
  }
}
.topRecruit .lead {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .topRecruit .lead {
    padding-top: 40px;
    font-size: 1.4rem;
  }
}
.topRecruit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .topRecruit ul {
    flex-direction: column;
    font-size: 1.4rem;
    padding-top: 20px;
  }
}
.topRecruit ul li {
  color: #fff;
}
.topRecruit ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .topRecruit ul li:before {
    margin-right: 10px;
  }
}
.topRecruit__button {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .topRecruit__button {
    text-align: center;
    padding-top: 40px;
  }
}
.topRecruit__button a {
  box-sizing: border-box;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s all;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .topRecruit__button a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.topRecruit__button a::after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.topRecruit__button a:hover {
  color: #fff;
}
.topRecruit__button a:hover::after {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateZ(0);
}
.topRecruit__button a:hover {
  background-color: transparent;
}

/* page */
.message__text {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .message__text {
    padding-top: 40px;
  }
}
.message__type {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .message__type {
    padding-top: 100px;
  }
}
.message__type figure {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .message__type figure {
    padding-top: 40px;
  }
}
.message__declaration {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__declaration {
    font-size: 1.8rem;
    padding-top: 50px;
    line-height: 1.5;
  }
}
.message__group {
  text-align: center;
  padding-top: 50px;
}
.message__group a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .message__group a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.message__group a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.message__group a:hover {
  background-color: #fff;
  color: #E66B00;
}
.message__group a:hover:after {
  filter: none;
}
.message__group a:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.message__group a:hover:after {
  filter: none;
}

.home__text {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .home__text {
    padding-top: 40px;
  }
}
.home__target {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .home__target {
    padding-top: 100px;
  }
}
.home__example {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .home__example {
    padding-top: 40px;
  }
}
.home__example h3 {
  font-size: 3rem;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .home__example h3 {
    font-size: 1.8rem;
  }
}
.home__example h3:before {
  content: "";
  position: absolute;
  background: url("../image/common/deco-subTtl.svg") no-repeat;
  background-size: cover;
  width: 5px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home__example h3:before {
    height: 18px;
  }
}
.home__example ul {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px 50px;
}
@media screen and (max-width: 767px) {
  .home__example ul {
    padding-top: 30px;
    gap: 16px 0;
  }
}
.home__example ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .home__example ul li {
    font-size: 1.4rem;
  }
}
.home__example ul li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .home__example ul li:not(:first-child) {
    padding-top: 15px;
  }
}
.home__example ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .home__example ul li:before {
    margin-right: 10px;
  }
}
.home__example small {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  padding-top: 20px;
}
.home__possible {
  background-color: #fff;
  padding: 150px 0 60px;
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .home__possible {
    padding: 60px 0;
    margin-top: 100px;
  }
}
.home__possible table {
  margin-top: 50px;
  text-align: left;
}
.home__possible table tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .home__possible table tr {
    display: flex;
    flex-direction: column;
  }
}
.home__possible table tr:first-child {
  border-top: 1px solid #CCCCCC;
}
.home__possible table tr th {
  min-width: 180px;
  padding-right: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .home__possible table tr th {
    padding-top: 24px;
    padding-right: 0;
  }
}
.home__possible table tr td {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td {
    padding: 15px 0 24px;
  }
}
.home__possible table tr td .ttl {
  color: #E66B00;
}
.home__possible table tr td .ttl:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td .ttl:not(:first-child) {
    padding-top: 20px;
  }
}
.home__possible table tr td .txt {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.home__possible table tr td li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td li {
    font-size: 1.4rem;
  }
}
.home__possible table tr td li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td li:not(:first-child) {
    padding-top: 15px;
  }
}
.home__possible table tr td li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td li:before {
    margin-right: 10px;
  }
}
.home__possible table tr td li p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 8px;
  text-indent: 0;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .home__possible table tr td li p {
    font-size: 1.2rem;
  }
}
.home__possible table .ttl {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home__possible table .ttl {
    padding-bottom: 16px;
  }
}
.home__possible table small {
  font-size: 1.2rem;
  padding-top: 20px;
  display: inline-block;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.home__flow {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .home__flow {
    padding-top: 40px;
  }
}
.home__flow a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .home__flow a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.home__flow a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.home__flow a:hover {
  background-color: #fff;
  color: #E66B00;
}
.home__flow a:hover:after {
  filter: none;
}

.recruit__lead {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruit__lead {
    padding-bottom: 100px;
  }
}
.recruit__text {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    padding-top: 40px;
  }
}
.recruit__contents {
  background-color: #fff;
  padding: 150px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__contents {
    padding: 60px 0;
  }
}
.recruit__contents table {
  text-align: left;
  margin-top: 50px;
}
.recruit__contents table tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr {
    display: flex;
    flex-direction: column;
  }
}
.recruit__contents table tr:first-child {
  border-top: 1px solid #CCCCCC;
}
.recruit__contents table tr th {
  min-width: 180px;
  padding-right: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr th {
    padding-top: 24px;
    padding-right: 0;
  }
}
.recruit__contents table tr td {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td {
    padding: 15px 0 24px;
  }
}
.recruit__contents table tr td .ttl {
  color: #E66B00;
}
.recruit__contents table tr td .ttl:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td .ttl:not(:first-child) {
    padding-top: 20px;
  }
}
.recruit__contents table tr td .txt {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.recruit__contents table tr td li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td li {
    font-size: 1.4rem;
  }
}
.recruit__contents table tr td li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td li:not(:first-child) {
    padding-top: 15px;
  }
}
.recruit__contents table tr td li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td li:before {
    margin-right: 10px;
  }
}
.recruit__contents table tr td li p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 8px;
  text-indent: 0;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .recruit__contents table tr td li p {
    font-size: 1.2rem;
  }
}
.recruit__message {
  font-weight: 600;
  font-size: 2rem;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit__message {
    font-size: 1.8rem;
    padding-top: 40px;
    line-height: 1.5;
  }
}
.recruit__comment {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit__comment {
    font-size: 1.8rem;
  }
}
.recruit__btn {
  padding-top: 30px;
}
.recruit__btn a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit__btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.recruit__btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.recruit__btn a:hover {
  background-color: #fff;
  color: #E66B00;
}
.recruit__btn a:hover:after {
  filter: none;
}
.recruit__btn a:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.recruit__btn a:hover:after {
  filter: none;
}

.flow__detailList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow__detailList {
    margin-top: 40px;
  }
}
.flow__detailList .detail {
  display: flex;
}
.flow__detailList .detail:not(:last-child) {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__detailList .detail:not(:last-child) {
    padding-bottom: 40px;
  }
}
.flow__detailList .detail:not(:last-child):before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  left: 40px;
  top: 0;
  border-left: 4px dashed #DDDDDD;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow__detailList .detail:not(:last-child):before {
    left: 30px;
  }
}
.flow__detailList .num {
  flex: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .flow__detailList .num {
    flex: 0 0 60px;
  }
}
.flow__detailList .inner {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .flow__detailList .inner {
    padding-left: 16px;
  }
}
.flow__detailList .inner .ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow__detailList .inner .ttl {
    font-size: 1.8rem;
  }
}
.flow__detailList .contents {
  background-color: #fff;
  padding: 40px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow__detailList .contents {
    padding: 30px;
  }
}
.flow__detailList .contents .subTtl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__detailList .contents .subTtl {
    font-size: 1.6rem;
  }
}
.flow__detailList .contents .txt {
  padding-top: 20px;
}
.flow__price {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .flow__price {
    padding-top: 100px;
  }
}
.flow__price ul {
  padding-top: 40px;
}
.flow__price ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__price ul li {
    font-size: 1.4rem;
  }
}
.flow__price ul li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow__price ul li:not(:first-child) {
    padding-top: 15px;
  }
}
.flow__price ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .flow__price ul li:before {
    margin-right: 10px;
  }
}
.flow__price small {
  font-size: 1.2rem;
  padding-top: 20px;
  display: inline-block;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.flow__priceInner {
  padding-top: 60px;
  display: flex;
  gap: 52px 80px;
}
@media screen and (max-width: 767px) {
  .flow__priceInner {
    flex-direction: column;
  }
}
.flow__priceInner .inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow__priceInner .inner {
    width: 100%;
  }
}
.flow__priceInner .inner .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 2px solid #707070;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__priceInner .inner .ttl {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
.flow__priceInner .inner figure {
  padding-top: 20px;
}
.flow__sheet {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .flow__sheet {
    padding-top: 100px;
  }
}
.flow__text {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    padding-top: 40px;
  }
}
.flow__btn {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__btn {
    padding-top: 40px;
  }
}
.flow__btn a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .flow__btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.flow__btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.flow__btn a:hover {
  background-color: #fff;
  color: #E66B00;
}
.flow__btn a:hover:after {
  filter: none;
}
.flow__btn a:after {
  background: url("../image/common/ic-sheet.svg") no-repeat;
  width: 14px;
  height: 17px;
}
.flow__contact {
  padding-top: 150px;
  padding-bottom: 150px;
}

.faq {
  background-color: #fff;
  text-align: center;
  margin-top: 150px;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 100px;
    padding: 60px 0;
  }
}
.faq__inner {
  padding-top: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-top: 40px;
  }
}
.faq__contents {
  border-top: 1px solid #CCCCCC;
}
.faq__contents:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.faq__contents .qArea {
  position: relative;
}
.faq__contents .qArea:before, .faq__contents .qArea:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 4px;
  background-color: #E66B00;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .faq__contents .qArea:before, .faq__contents .qArea:after {
    right: 10px;
  }
}
.faq__contents .qArea:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__contents .qArea.active:before {
  opacity: 0;
}
.faq__contents .qArea.active:after {
  transform: translateY(-50%);
}
.faq__contents .qArea p {
  padding: 24px 60px 24px 30px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__contents .qArea p {
    padding: 20px 50px 20px 0;
  }
}
.faq__contents .aArea {
  display: none;
}
.faq__contents .aArea p {
  padding: 24px 30px;
  background-color: #FFE3D1;
}
@media screen and (max-width: 767px) {
  .faq__contents .aArea p {
    padding: 20px;
  }
}

.contact {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact__text {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    padding-top: 40px;
  }
}
.contact__inner {
  margin-top: 30px;
  background-color: #fff;
  padding: 50px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .contact__inner {
    flex-direction: column;
    padding: 50px 30px;
  }
}
.contact__method {
  text-align: center;
}
.contact__method .ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__method .ttl {
    font-size: 1.8rem;
    padding-left: 34px;
  }
}
.contact__method .ttl:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__method .ttl:before {
    width: 24px;
    height: 33px;
  }
}
.contact__method .txt {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__method .txt {
    padding-top: 24px;
  }
}
.contact__method .btn {
  padding-top: 30px;
}
.contact__method--phone {
  padding-right: 50px;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 900px) {
  .contact__method--phone {
    padding-right: 0;
    border-right: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.contact__method--phone .ttl:before {
  background: url("../image/common/ic-phone.svg") no-repeat;
  background-size: cover;
}
.contact__method--phone .btn a {
  width: 80%;
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  background-color: #fff;
  color: #333333;
  padding: 5px 25px 5px 10px;
  border: 1px solid #CCCCCC;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .contact__method--phone .btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.contact__method--phone .btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.contact__method--phone .btn a:hover {
  background-color: #fff;
  color: #E66B00;
}
.contact__method--phone .btn a:hover:after {
  filter: none;
}
@media screen and (max-width: 767px) {
  .contact__method--phone .btn a {
    font-size: 1.6rem;
    padding: 10px 25px 10px 10px;
  }
}
.contact__method--phone .btn a:after {
  filter: brightness(0);
}
.contact__method--phone .btn a:hover {
  background-color: #707070;
  color: #fff;
}
.contact__method--phone .btn a:hover:after {
  filter: brightness(0) invert(1);
}
.contact__method--mail {
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .contact__method--mail {
    padding-left: 0;
    padding-top: 40px;
  }
}
.contact__method--mail .ttl:before {
  background: url("../image/common/ic-mail.svg") no-repeat;
  background-size: cover;
}
.contact__method--mail .btn a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact__method--mail .btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.contact__method--mail .btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.contact__method--mail .btn a:hover {
  background-color: #fff;
  color: #E66B00;
}
.contact__method--mail .btn a:hover:after {
  filter: none;
}

.clinicList {
  padding-top: 70px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .clinicList {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.clinicList__ttl {
  background: url("../image/top/bk-catch.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 350px;
  height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .clinicList__ttl {
    width: 200px;
    height: 70px;
    font-size: 2.6rem;
  }
}
.clinicList__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .clinicList__inner {
    padding-top: 30px;
  }
}
.clinicList__detail:not(:first-child) {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .clinicList__detail:not(:first-child) {
    padding-top: 80px;
  }
}
.clinicList__detail .ttlArea {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .ttlArea {
    flex-direction: column;
    align-items: flex-start;
  }
}
.clinicList__detail .ttlArea .area {
  background-color: #333333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2px 28px;
  line-height: 1.5;
}
.clinicList__detail .ttlArea .ttl {
  font-size: 3rem;
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .ttlArea .ttl {
    font-size: 2.2rem;
    padding-left: 0;
    padding-top: 20px;
  }
}
.clinicList__detail .detailArea {
  padding-top: 30px;
  display: flex;
}
@media screen and (max-width: 940px) {
  .clinicList__detail .detailArea {
    padding-top: 40px;
    flex-direction: column;
  }
}
.clinicList__detail .detailArea figure {
  flex: 0 0 32%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .detailArea figure {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.clinicList__detail .detailArea figure img {
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .detailArea figure img {
    height: 200px;
  }
}
.clinicList__detail .infoArea {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .infoArea {
    flex-direction: column;
    align-items: center;
  }
}
.clinicList__detail .infoArea .info {
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
}
.clinicList__detail .infoArea .info:not(:first-child) {
  margin-top: 15px;
}
.clinicList__detail .infoArea .info dt {
  position: relative;
  padding-left: 26px;
  padding-right: 12px;
}
.clinicList__detail .infoArea .info dt:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.clinicList__detail .infoArea .info dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clinicList__detail .infoArea .info dd .num {
  font-size: 2rem;
  font-weight: 600;
  padding-right: 20px;
}
.clinicList__detail .infoArea .info dd .time {
  font-size: 1.2rem;
}
.clinicList__detail .infoArea .info .address:before {
  background: url("../image/common/ic-area.svg") no-repeat;
  background-size: cover;
}
.clinicList__detail .infoArea .info .tel:before {
  background: url("../image/common/ic-phone.svg") no-repeat;
  background-size: cover;
}
.clinicList__detail .infoArea .info .fax:before {
  background: url("../image/common/ic-fax.svg") no-repeat;
  background-size: cover;
}
.clinicList__detail .infoArea .btn {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .infoArea .btn {
    padding-left: 0;
    padding-top: 20px;
  }
}
.clinicList__detail .infoArea .btn a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  width: 120px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .infoArea .btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.clinicList__detail .infoArea .btn a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.clinicList__detail .infoArea .btn a:hover {
  background-color: #fff;
  color: #E66B00;
}
.clinicList__detail .infoArea .btn a:hover:after {
  filter: none;
}
@media screen and (max-width: 767px) {
  .clinicList__detail .infoArea .btn a {
    font-size: 1.4rem;
    padding: 8px 25px 8px 10px;
  }
}

.clinic {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .clinic {
    padding-top: 30px;
  }
}
.clinic__header .ttlArea {
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .clinic__header .ttlArea {
    flex-direction: column;
    align-items: flex-start;
  }
}
.clinic__header .ttlArea .area {
  background-color: #333333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2px 28px;
  line-height: 1.5;
  display: inline-block;
}
.clinic__header .ttlArea .ttl {
  font-size: 4.3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .clinic__header .ttlArea .ttl {
    font-size: 2.6rem;
    padding-left: 0;
    padding-top: 10px;
  }
}
.clinic__info {
  display: flex;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .clinic__info {
    flex-direction: column;
    padding-top: 40px;
  }
}
.clinic__info .infoArea {
  flex: 0 0 63%;
}
.clinic__info .infoArea figure {
  height: 285px;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea figure {
    height: 200px;
  }
}
.clinic__info .infoArea figure img {
  height: 285px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea figure img {
    height: 200px;
  }
}
.clinic__info .infoArea .info {
  background-color: #fff;
  padding: 30px 30px 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info {
    flex-direction: column;
  }
}
.clinic__info .infoArea .info .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.clinic__info .infoArea .info .medicalHours .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .medicalHours .inner {
    align-items: baseline;
  }
}
.clinic__info .infoArea .info .medicalHours .inner:not(:first-child) {
  padding-top: 10px;
}
.clinic__info .infoArea .info .medicalHours .inner dt {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  padding: 5px 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .medicalHours .inner dt {
    padding: 1px 15px;
  }
}
.clinic__info .infoArea .info .medicalHours .inner dd {
  font-size: 1.4rem;
  padding-left: 10px;
}
.clinic__info .infoArea .info .service {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .service {
    padding-left: 0;
    padding-top: 40px;
  }
}
.clinic__info .infoArea .info .service ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .service ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.clinic__info .infoArea .info .service ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .service ul li {
    font-size: 1.4rem;
  }
}
.clinic__info .infoArea .info .service ul li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .service ul li:not(:first-child) {
    padding-top: 15px;
  }
}
.clinic__info .infoArea .info .service ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .clinic__info .infoArea .info .service ul li:before {
    margin-right: 10px;
  }
}
.clinic__info .infoArea .info .service ul li:before {
  margin-right: 10px;
}
.clinic__info .noteArea {
  padding-left: 40px;
  flex: 0 0 33%;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea {
    padding-left: 0;
    padding-top: 50px;
  }
}
.clinic__info .noteArea .ttl {
  text-align: center;
}
.clinic__info .noteArea .ttl img {
  width: 100px;
}
.clinic__info .noteArea .inner {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .inner {
    padding-top: 30px;
  }
}
.clinic__info .noteArea .inner a {
  opacity: 1;
  transition: 0.3s all;
}
.clinic__info .noteArea .inner a:hover {
  opacity: 0.7;
}
.clinic__info .noteArea .inner li:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .inner li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.clinic__info .noteArea .inner p {
  line-height: 1.5;
}
.clinic__info .noteArea .inner .date {
  font-size: 1.2rem;
  font-weight: 600;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .inner .date {
    font-size: 1rem;
  }
}
.clinic__info .noteArea .inner .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .inner .ttl {
    font-size: 1.6rem;
  }
}
.clinic__info .noteArea .inner .ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.clinic__info .noteArea .inner .txt {
  font-size: 1.4rem;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .inner .txt {
    font-size: 1.2rem;
  }
}
.clinic__info .noteArea .btn {
  text-align: center;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .btn {
    padding-top: 40px;
  }
}
.clinic__info .noteArea .btn a {
  box-sizing: border-box;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s all;
  border: 1px solid #CCCCCC;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .btn a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.clinic__info .noteArea .btn a::after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.clinic__info .noteArea .btn a:hover {
  color: #fff;
}
.clinic__info .noteArea .btn a:hover::after {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateZ(0);
}
@media screen and (max-width: 767px) {
  .clinic__info .noteArea .btn a {
    width: 300px;
  }
}
.clinic__info .noteArea .btn a:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  filter: brightness(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.clinic__info .noteArea .btn a:hover {
  background-color: #707070;
}
.clinic .anchor {
  padding-top: 50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .clinic .anchor {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.clinic .anchor ul {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 80px 30px;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .clinic .anchor ul {
    padding: 40px 20px;
    gap: 20px 0;
    justify-content: flex-start;
  }
}
.clinic .anchor ul li {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clinic .anchor ul li {
    width: 33.3333333333%;
    text-align: center;
  }
  .clinic .anchor ul li:after {
    content: "";
    display: block;
    width: 33.3333333333%;
  }
}
.clinic .anchor ul li:after {
  content: "";
  position: absolute;
  background-color: #CCCCCC;
  width: 1px;
  height: 100%;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clinic .anchor ul li:after {
    position: initial;
    width: 100%;
    height: 1px;
    margin-top: 30px;
  }
}
.clinic .anchor ul li:last-child:after {
  content: none;
}
.clinic .anchor ul li a {
  position: relative;
}
.clinic .anchor ul li a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .clinic .anchor ul li a:after {
    bottom: -15px;
  }
}
.clinic .overview {
  background-color: #fff;
  padding: 0 0 150px;
  text-align: center;
  margin-top: 150px;
  margin-right: -120px;
  margin-left: -120px;
}
@media screen and (max-width: 767px) {
  .clinic .overview {
    padding: 0 20px 60px;
    margin-top: 100px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.clinic .overview__inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner {
    padding-top: 40px;
  }
}
.clinic .overview__inner table {
  margin-top: 50px;
  width: 64%;
  margin: 0 auto;
  text-align: left;
}
.clinic .overview__inner table tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr {
    display: flex;
    flex-direction: column;
  }
}
.clinic .overview__inner table tr:first-child {
  border-top: 1px solid #CCCCCC;
}
.clinic .overview__inner table tr th {
  min-width: 180px;
  padding-right: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr th {
    padding-top: 24px;
    padding-right: 0;
  }
}
.clinic .overview__inner table tr td {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td {
    padding: 15px 0 24px;
  }
}
.clinic .overview__inner table tr td .ttl {
  color: #E66B00;
}
.clinic .overview__inner table tr td .ttl:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td .ttl:not(:first-child) {
    padding-top: 20px;
  }
}
.clinic .overview__inner table tr td .txt {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.clinic .overview__inner table tr td li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td li {
    font-size: 1.4rem;
  }
}
.clinic .overview__inner table tr td li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td li:not(:first-child) {
    padding-top: 15px;
  }
}
.clinic .overview__inner table tr td li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td li:before {
    margin-right: 10px;
  }
}
.clinic .overview__inner table tr td li p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 8px;
  text-indent: 0;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table tr td li p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .clinic .overview__inner table {
    width: 100%;
  }
}
.clinic .access {
  text-align: center;
}
.clinic .access .txt {
  padding-top: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .clinic .access .txt {
    padding-top: 40px;
  }
}
.clinic .access iframe {
  width: 100%;
  height: 400px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .clinic .access iframe {
    height: 300px;
  }
}
.clinic .access .toMap {
  text-align: right;
}
.clinic .access .toMap a {
  opacity: 1;
  transition: 0.3s all;
}
.clinic .access .toMap a:hover {
  opacity: 0.7;
}

.clinicInner__anchor {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .clinicInner__anchor {
    padding-top: 100px;
  }
}
.clinicInner .inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .clinicInner .inner {
    padding-top: 40px;
  }
}
.clinicInner .inner ul:not(.linkList__inner) li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .clinicInner .inner ul:not(.linkList__inner) li {
    font-size: 1.4rem;
  }
}
.clinicInner .inner ul:not(.linkList__inner) li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .clinicInner .inner ul:not(.linkList__inner) li:not(:first-child) {
    padding-top: 15px;
  }
}
.clinicInner .inner ul:not(.linkList__inner) li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .clinicInner .inner ul:not(.linkList__inner) li:before {
    margin-right: 10px;
  }
}
.clinicInner .inner h6 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: normal;
}
.clinicInner .flexInner {
  display: flex;
  gap: 28px 50px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flexInner {
    flex-direction: column;
  }
}
.clinicInner .flexInner h3 {
  font-size: 3rem;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flexInner h3 {
    font-size: 1.8rem;
  }
}
.clinicInner .flexInner h3:before {
  content: "";
  position: absolute;
  background: url("../image/common/deco-subTtl.svg") no-repeat;
  background-size: cover;
  width: 5px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clinicInner .flexInner h3:before {
    height: 18px;
  }
}
.clinicInner .flexInner .image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinicInner .flexInner .image {
    width: 80%;
    margin: 0 auto;
  }
}
.clinicInner .flexInner .image p {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .clinicInner .flexInner .image p {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
.clinicInner .flexInner .image p span {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  padding: 0 13px;
  margin-right: 10px;
}
.clinicInner .flexInner .image p.specialized {
  padding-top: 4px;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #E66B00;
  font-weight: normal;
}
.clinicInner .flexInner .textarea ul {
  padding-top: 20px;
}
.clinicInner .flexInner .c-h3Ttl {
  margin-bottom: 30px;
}
.clinicInner .gridInner {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .clinicInner .gridInner {
    flex-direction: column;
  }
}
.clinicInner .gridInner div {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .clinicInner .gridInner div {
    width: 100%;
  }
}
.clinicInner .gridInner div .label {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  line-height: 1.5;
  padding: 1px 14px;
  border: 1px solid #CCCCCC;
  display: inline-block;
}
.clinicInner .gridInner div .ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .clinicInner .gridInner div .ttl {
    font-size: 1.8rem;
  }
}
.clinicInner .gridInner div img {
  padding-top: 30px;
  max-height: 256px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .clinicInner .gridInner div img {
    max-height: 300px;
  }
}
.clinicInner .gridInner div .txt {
  padding-top: 20px;
}
.clinicInner .linkList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
@media screen and (max-width: 767px) {
  .clinicInner .linkList ul {
    gap: 16px 0;
  }
}
.clinicInner .linkList ul li {
  width: 47%;
}
@media screen and (max-width: 1080px) {
  .clinicInner .linkList ul li {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .clinicInner .linkList ul li {
    width: 100%;
  }
}
.clinicInner .linkList ul li a {
  box-sizing: border-box;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s all;
  border: 1px solid #CCCCCC;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clinicInner .linkList ul li a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.clinicInner .linkList ul li a::after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.clinicInner .linkList ul li a:hover {
  color: #fff;
}
.clinicInner .linkList ul li a:hover::after {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateZ(0);
}
.clinicInner .linkList ul li a:after {
  content: "";
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  filter: brightness(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.clinicInner .linkList ul li a:hover {
  background-color: #707070;
}
.clinicInner .flowList__inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner {
    flex-direction: column;
    padding: 20px 30px 30px;
  }
}
.clinicInner .flowList__inner:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner:not(:first-child) {
    margin-top: 35px;
  }
}
.clinicInner .flowList__inner:not(:last-child) {
  position: relative;
}
.clinicInner .flowList__inner:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #E66B00;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner:not(:last-child):after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E66B00;
    bottom: -20px;
  }
}
.clinicInner .flowList__inner .num {
  color: #E66B00;
  font-weight: bold;
  text-align: center;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .num {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.clinicInner .flowList__inner .num span {
  font-size: 1.4rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .num span {
    font-size: 1.2rem;
  }
}
.clinicInner .flowList__inner .num p {
  font-size: 4rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .num p {
    font-size: 3rem;
  }
}
.clinicInner .flowList__inner .contents {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .contents {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.clinicInner .flowList__inner .contents:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 25%, #CCC 25%, #CCC 50%, transparent 50%, transparent 75%, #CCC 75%, #CCC);
  background-size: 100% 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .contents:before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, transparent 25%, #CCC 25%, #CCC 50%, transparent 50%, transparent 75%, #CCC 75%, #CCC);
    background-size: 20px 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.clinicInner .flowList__inner .contents .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .contents .ttl {
    font-size: 1.6rem;
  }
}
.clinicInner .flowList__inner .contents .txt {
  padding-top: 10px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .clinicInner .flowList__inner .contents .txt {
    padding-top: 8px;
  }
}
.clinicInner .clinicContact .contact__method--phone {
  width: 52%;
}
.clinicInner .clinicContact .contact__method--mail {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .clinicInner .clinicContact .contact__method {
    width: 100%;
  }
}
.clinicInner .clinicContact dl {
  text-align: left;
  line-height: 1.5;
}
.clinicInner .clinicContact dl > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 20px;
}
.clinicInner .clinicContact dl > div dt {
  font-size: 2.4rem;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .clinicInner .clinicContact dl > div dt {
    font-size: 1.6rem;
    padding-right: 15px;
  }
}
.clinicInner .clinicContact dl > div dd p:first-of-type {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  .clinicInner .clinicContact dl > div dd p:first-of-type {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .clinicInner .clinicContact dl > div dd p:first-of-type {
    font-size: 2.8rem;
  }
}
.clinicInner .clinicContact dl > div dd p:last-of-type {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .clinicInner .clinicContact dl > div dd p:last-of-type {
    font-size: 1.2rem;
  }
}
.clinicInner .bnr {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .clinicInner .bnr {
    padding-top: 50px;
  }
}
.clinicInner .bnr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .clinicInner .bnr ul {
    flex-direction: column;
  }
}
.clinicInner .bnr ul li {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .clinicInner .bnr ul li {
    width: 240px;
  }
}
.clinicInner .bnr ul li a {
  width: 100%;
  background-color: #fff;
  padding: 19px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 1px solid #CCCCCC;
  opacity: 1;
  transition: 0.3s all;
}
.clinicInner .bnr ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .clinicInner .bnr ul li a {
    padding: 13px 20px;
  }
}
.clinicInner .bnr ul li a img {
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .clinicInner .bnr ul li a img {
    height: 24px;
  }
}
.clinicInner .bnr ul li a img.gr {
  filter: brightness(0);
}

.privacy {
  padding-top: 70px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.privacy__ttl {
  background: url("../image/top/bk-catch.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 430px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .privacy__ttl {
    width: 280px;
    height: 97px;
    font-size: 2.4rem;
  }
}
.privacy__inner {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .privacy__inner {
    padding-top: 20px;
  }
}
.privacy__inner .ttl {
  padding-top: 70px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .privacy__inner .ttl {
    padding-top: 40px;
    font-size: 2rem;
  }
}
.privacy__inner .txt {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .privacy__inner .txt {
    padding-top: 20px;
    font-size: 1.4rem;
  }
}
.privacy__inner ul {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .privacy__inner ul {
    padding-top: 20px;
  }
}
.privacy__inner ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy__inner ul li {
    font-size: 1.4rem;
  }
}
.privacy__inner ul li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy__inner ul li:not(:first-child) {
    padding-top: 15px;
  }
}
.privacy__inner ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E66B00;
  transform: translateY(-50%);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .privacy__inner ul li:before {
    margin-right: 10px;
  }
}
.privacy__inner a {
  font-weight: 600;
  color: #E66B00;
  text-decoration: underline;
  display: inline;
}
.privacy__document {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .privacy__document {
    padding-top: 40px;
  }
}

.document {
  display: flex;
  align-items: center;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .document {
    flex-direction: column;
    align-items: flex-start;
  }
}
.document:not(:first-child) {
  padding-top: 30px;
}
.document__ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .document__ttl {
    font-size: 1.8rem;
  }
}
.document__file {
  display: flex;
  align-items: center;
  gap: 20px;
}
.document__file a {
  box-sizing: border-box;
  background-color: #E66B00;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #E66B00;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  padding: 5px 45px 5px 20px;
}
@media screen and (max-width: 767px) {
  .document__file a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.document__file a:after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.document__file a:hover {
  background-color: #fff;
  color: #E66B00;
}
.document__file a:hover:after {
  filter: none;
}
.document__file a:after {
  background: url("../image/common/ic-window.svg") no-repeat;
  width: 12px;
  height: 12px;
  right: 10px;
}

/* parts */
.recruitParts {
  background: url("../image/top/bk-recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 100px 0;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .recruitParts {
    background: url("../image/top/bk-recruit-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: left;
    padding: 100px 20px;
  }
}
.recruitParts .c-h2Ttl:before {
  filter: brightness(0) invert(1);
}
.recruitParts .lead {
  padding-top: 60px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .recruitParts .lead {
    padding-top: 40px;
    font-size: 1.6rem;
  }
}
.recruitParts__button {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruitParts__button {
    padding-top: 40px;
    text-align: center;
  }
}
.recruitParts__button a {
  box-sizing: border-box;
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s all;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .recruitParts__button a {
    font-size: 1.6rem;
    padding: 9px 25px 9px 10px;
  }
}
.recruitParts__button a::after {
  content: "";
  position: absolute;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  filter: brightness(0);
  width: 7px;
  height: 11px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.recruitParts__button a:hover {
  color: #fff;
}
.recruitParts__button a:hover::after {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateZ(0);
}
@media screen and (max-width: 767px) {
  .recruitParts__button a {
    width: 255px;
  }
}
.recruitParts__button a:hover {
  background-color: transparent;
}

/* ui *//*# sourceMappingURL=style.css.map */