@charset "UTF-8";
@font-face {
  font-family: jun34pro;
  src: url("../font/Jun34Pro.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: jun201pro;
  src: url("../font/Jun201Pro.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: bahnschrift;
  src: url("../font/BAHNSCHRIFT.TTF") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: jun501pro;
  src: url("../font/Jun501Pro.otf") format("opentype");
  font-weight: 400;
}
:root {
  --main-color: #C8F00A;
  --main-color-2: #96C846;
  --main-color-2_tran: #d9ebbc;
  --accent-color: #C4E8CE;
  --accent-color-2: #998675;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 780px) {
  html {
    font-size: min(10px, 1.28vw) !important;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style: none;
}

@media (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.container-full {
  max-width: 100%;
  position: relative;
}

.container {
  width: 104rem;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .container {
    width: 100%;
  }
}

.btn {
  position: relative;
  border: 2px solid var(--main-color-2);
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: var(--main-color-2);
  border-radius: 3rem;
  font-weight: 700;
}
.btn.btn-g {
  background-color: var(--main-color-2_tran);
  color: #333;
}
.btn.btn-g30 {
  background-color: rgba(223, 234, 217, 0.4);
  color: #333;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon-arrow-right.png") no-repeat center center/contain;
}
.btn-default {
  padding: 1rem 12rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 780px) {
  .btn {
    width: 100%;
    font-size: 3rem;
    border-radius: 3.6rem;
  }
  .btn::after {
    width: 3rem;
    height: 3rem;
    right: 20%;
  }
}

.table {
  border-collapse: collapse;
  border: 2px solid var(--main-color-2);
}
.table th,
.table td {
  padding: 1.8rem;
  text-align: center;
  border-right: 1px solid #eee;
}
.table th:last-child,
.table td:last-child {
  border-right: none;
}
@media screen and (max-width: 780px) {
  .table th,
  .table td {
    padding: 1.5rem;
    font-size: 2.6rem;
  }
}
.table thead tr {
  background-color: var(--main-color-2);
  color: #ffffff;
  text-align: center;
}
.table td {
  font-family: jun201pro, sans-serif;
  color: var(--main-color-2);
}
.table .time {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
  font-weight: 700;
}

.title {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
.title.jun34 {
  font-family: jun34pro, sans-serif;
}
@media screen and (max-width: 780px) {
  .title {
    font-size: 4.5rem;
  }
}

.page-subttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin: 12rem 0 4rem;
  text-align: center;
}

.page-nav {
  position: relative;
  z-index: 0;
}
.page-nav:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--main-color-2);
}
.page-nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100rem;
  max-width: 90%;
  margin: 0 auto;
}
.page-nav__item {
  width: 50%;
  height: 9rem;
  font-size: 2.5rem;
  background-color: #fff;
  border-bottom: 2px solid var(--main-color-2);
  border-radius: 1rem 1rem 0 0;
}
.page-nav__item.active {
  border: 2px solid var(--main-color-2);
  border-bottom: none;
}
.page-nav__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.default {
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  line-height: 1.7;
}
table.default th,
table.default td {
  border-bottom: 1px solid var(--main-color-2);
  padding: 2rem;
}
table.default th {
  width: 24.5rem;
}

.anchor {
  width: 100%;
  height: 0;
  position: relative;
}
.anchor__id {
  position: absolute;
  width: 0;
  height: 0;
  top: -7rem;
}

.main {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  border-top: 5px solid var(--main-color-2);
}

.sidebar {
  flex-grow: 1;
  flex-basis: 30rem;
  align-self: start;
  position: sticky;
  z-index: 1;
  top: 0;
  background: #eff4ec;
  height: 100vh;
}

.article {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 40%;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: jun34pro, sans-serif;
  padding: 1.6rem 4.5rem 6rem;
}
.logo__image {
  max-width: 7.7rem;
  margin-bottom: 1.5rem;
}
.logo__name {
  font-size: 1.167rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.logo__detail {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--main-color-2);
  margin-bottom: 1.4rem;
}
.logo__desc {
  font-size: 1.167rem;
  line-height: 1.37;
  text-align: center;
}
.logo__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav {
  display: flex;
  flex-direction: column;
}
.nav li {
  padding: 0 4.5rem;
}
.nav li a {
  padding: 1.5rem 0;
  display: flex;
  gap: 1rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--main-color-2);
  border-bottom: 2px dashed #eee;
}
.nav li a img {
  height: -moz-fit-content;
  height: fit-content;
}
.nav-item-abs {
  position: absolute;
  top: -2rem;
  right: -16rem;
  padding: 2rem 1.2rem;
  background: #fff;
  border-radius: 1.2rem;
  display: none;
  flex-direction: column;
  min-width: 18.4rem;
}
.nav-item-abs li {
  padding: 0;
}
.nav-item-abs li:first-child {
  border-bottom: 3px dashed var(--main-color-2);
}
.nav-item-abs li:first-child a {
  padding-top: 0;
}
.nav-item-abs li:last-child a {
  padding-bottom: 0;
}
.nav-item-abs li a {
  color: #444;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.nav .item-hover {
  position: relative;
}
.nav .item-hover:hover .nav-item-abs {
  display: flex;
}

.contact-top {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: flex;
  z-index: 9999;
}
.contact-top__group {
  padding: 1.5rem 1.5rem 0.7rem;
}
.contact-top__header {
  display: flex;
  margin-bottom: 1rem;
}
.contact-top__header-left, .contact-top__header-right {
  display: flex;
  flex-direction: column;
}
.contact-top__header-left {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 2px dashed #eee;
  align-items: flex-end;
}
.contact-top__header-right {
  align-items: center;
}
.contact-top__header .header__text {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-top__header .header__number {
  font-size: 1.96rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: block;
  padding-left: 2.5rem;
}
.contact-top__header .header__number::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  text-align: end;
  transform: translateY(-50%);
}
.contact-top__header .header__number.phone::before {
  content: "";
  width: 13px;
  height: 16px;
  background: url(../img/phone.png) center center/100% 100%;
}
.contact-top__header .header__number.fax::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/fax.png) center center/100% 100%;
}
.contact-top__footer {
  border-radius: 1.2rem;
  background: var(--main-color-2);
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
}
.contact-top__mail {
  background: var(--main-color-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 0 3.4rem;
}
.contact-top__mail span {
  font-weight: 700;
  line-height: 1.725;
  color: #fff;
}

.fv {
  position: relative;
  background: url("../img/top-fv.jpg") no-repeat center center/cover;
  border-bottom-right-radius: 4rem;
  min-height: 106.5rem;
}
.fv__text {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.67;
  color: #fff;
}
.fv__text.text-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--main-color-2);
  width: 50.5rem;
  height: 50.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__text.text-2 {
  position: absolute;
  left: 3rem;
  bottom: 13rem;
}
.fv__text.text-2 span {
  border-bottom: 2px dashed #d16d19;
}

.sv {
  position: relative;
  z-index: 0;
  background-color: rgba(223, 234, 217, 0.4);
}
.sv:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/logo.png") no-repeat bottom right;
}
.sv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  min-height: 45rem;
}
.sv__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.66;
  color: #333;
}
.sv__desc {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.sv__image {
  position: absolute;
  top: 50%;
  left: 9rem;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid var(--main-color-2);
  width: 17.5rem;
  height: 17.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.sv-clinic .sv__image {
  left: 0;
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 1.5rem;
}
.breadcrumb__inner span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444;
}

.t-intro__inner {
  padding: 6rem 0 9rem;
  position: relative;
}
.t-intro__header {
  margin-bottom: 5rem;
}
.t-intro__header img {
  margin: auto;
}
.t-intro__desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.t-intro__img-abs {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.depart__inner {
  padding-bottom: 10.5rem;
}
.depart__list {
  margin: 5rem 0 5.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
}
.depart__item {
  width: 17.5rem;
}
.depart__item span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main-color-2);
  line-height: 1.67;
  text-align: center;
  display: block;
}
.depart__image {
  width: 100%;
  height: 17.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--main-color-2);
  margin-bottom: 1.5rem;
  padding: 4rem;
}
.depart__link {
  padding: 1.5rem 9rem;
}

.t-consu__inner {
  padding-bottom: 14.5rem;
}
.t-consu__table {
  margin-top: 3.5rem;
}
.t-consu__table .table {
  width: 100%;
  border-width: 1px;
}
.t-consu__table .table th {
  border-right: 1px solid #fff;
}
.t-consu__table .table th:first-child {
  border-bottom: 1px solid #fff;
}
.t-consu__table .table th:last-child {
  border-color: var(--main-color-2);
}
.t-consu__table .table td {
  border-right: 1px solid var(--main-color-2);
}
.t-consu__table .table td:first-child {
  background: var(--main-color-2);
  color: #fff;
}

.t-visit__inner {
  padding-bottom: 11rem;
}
.t-visit__header {
  padding: 0 14.5rem;
  font-weight: 700;
}
.t-visit__desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4rem;
}
.t-visit__desc-s {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.6rem;
}
.t-visit__desc-s span {
  font-weight: 500;
  font-size: 1.8rem;
}
.t-visit__desc span {
  font-size: 1.8rem;
}
.t-visit__image {
  margin: 2.5rem 0 4rem;
}
.t-visit__image img {
  margin: auto;
}
.t-visit__link {
  padding: 1rem 9rem;
}
.t-visit-cards {
  display: flex;
  gap: min(4rem, 2vw);
  margin-top: 12rem;
}
.t-visit-card {
  display: flex;
  flex-direction: column;
}
.t-visit-card__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 2rem 0 2.5rem;
}
.t-visit-card__list {
  display: flex;
  flex-wrap: wrap;
}
.t-visit-card__item {
  width: 50%;
  position: relative;
}
.t-visit-card__item span {
  font-weight: 700;
  font-size: min(1.6rem, 1vw);
}
.t-visit-card__item .btn {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 2rem 0 2rem 1rem;
}
.t-visit-card__image {
  max-width: min(50rem, 33vw);
}
.t-visit-card__avt {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-visit-2 .t-visit__more {
  margin-top: 5rem;
  font-size: 2rem;
  font-family: jun501pro, sans-serif;
  color: var(--main-color-2);
  padding-left: 6rem;
  position: relative;
}
.t-visit-2 .t-visit__more::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4.3rem;
  height: 100%;
  background: url("../img/logo.png") no-repeat center center/auto 100%;
}
.t-visit-2 .t-visit__desc {
  margin-top: 2rem;
}
.t-visit-2 .t-visit__desc span {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-notice__inner {
  padding-bottom: 7rem;
  display: flex;
  gap: 6rem;
}
.t-notice__title {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 4.5rem;
}
.t-notice__link.btn {
  padding: 1.5rem 7rem;
}
.t-notice__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.t-notice__list {
  display: flex;
  gap: 3.6rem;
}
.t-notice__time {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 2rem;
  border-bottom: 2px dashed #eee;
  position: relative;
  padding-left: 3rem;
}
.t-notice__time::before {
  content: "";
  rotate: 0deg;
  margin-right: 2rem;
  position: absolute;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #00418b;
  top: 15%;
  left: 0;
}
.t-notice__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--main-color-2);
  border-bottom: 2px dashed #eee;
  flex: auto;
}

.service {
  background-color: rgba(223, 234, 217, 0.4);
  margin-bottom: 9rem;
  position: relative;
  z-index: 0;
}
.service::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 2rem);
  top: 1rem;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.service::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/logo.png) no-repeat 110% bottom;
  opacity: 0.2;
}
.service__inner {
  padding: 5rem 0;
}
.service__avt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 1px solid var(--main-color-2);
  margin: auto;
}
.service__title {
  line-height: 1.6;
  padding: 3rem 0;
  color: var(--main-color-2);
}
.service__link {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.service__link .btn {
  width: min(34rem, 22vw);
  margin: 0;
  padding: 1.6rem 0;
  background: #fff;
}

.clinic__inner {
  padding-bottom: 7rem;
}
.clinic__title {
  margin-bottom: 5rem;
}
.clinic__item {
  border: 3px solid var(--main-color-2_tran);
  padding: 1.5rem 0.6rem 1rem;
  margin-right: 1rem;
}
.clinic__item a {
  display: flex;
  flex-direction: column;
}
.clinic__avt {
  min-height: 15.5rem;
}
.clinic__avt img {
  margin: auto;
  width: min(16rem, 13vw);
}
.clinic__name {
  color: var(--main-color-2);
  font-size: min(2rem, 1.2vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1.5rem 0;
  text-align: center;
}
.clinic__desc {
  font-size: min(1.5rem, 1vw);
  line-height: 1.8;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.clinic__arrow {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--main-color-2);
}
.clinic__arrow img {
  width: 8px;
  transform: rotate(90deg);
}

.people__inner {
  padding: 11rem 0 7rem;
}
.people__title {
  margin-bottom: 5rem;
}
.people__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(24.5rem, 16vw));
  gap: 1.6rem;
}
.people__card {
  padding: 3rem 2.5rem 2.5rem;
  background: var(--main-color-2_tran);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
.people__card.light {
  background: rgba(223, 234, 217, 0.4);
}
.people__card-image {
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2rem;
  height: 8.2rem;
}
.people__card-desc {
  font-size: 2rem;
  font-weight: 700;
  text-align: justify;
}

.sym {
  background: var(--main-color-2_tran);
}
.sym__inner {
  padding: 5.5rem 0 6rem;
}
.sym__group {
  position: relative;
  background: #fff;
  padding: 5rem 7rem;
}
.sym__group::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 4.6rem solid var(--main-color-2);
  border-right: 4.6rem solid var(--main-color-2_tran);
}
.sym__title {
  margin-bottom: 6.5rem;
}
.sym__title span {
  font-size: 2.6rem;
}
.sym__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.sym__item {
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #eee;
  font-size: 2rem;
  font-weight: 500;
  flex-basis: calc(50% - 2.5rem);
}
.sym__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2.2rem;
  height: 1.6rem;
  background: url(../img/icon-check.png) no-repeat center center/100% 100%;
}
.sym__desc {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sym__desc p {
  display: flex;
  align-items: center;
}
.sym__desc span {
  margin-left: 2rem;
  font-family: jun34pro, sans-serif;
  font-size: 5rem;
  color: var(--main-color-2);
  transform: matrix(-1, 0, 0, -1, 0, 0);
  display: inline-block;
}
.sym__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 2rem;
  background: var(--main-color-2);
  width: 100%;
  padding: 2rem 0;
}
.sym__bottom .dot {
  font-size: 2.4rem;
  letter-spacing: -0.5em;
  color: #fff;
  display: inline-block;
}
.sym__bottom-left {
  transform: matrix(0.8, 0.6, -0.6, 0.8, 0, 0);
}
.sym__bottom-right {
  transform: matrix(-0.8, 0.6, 0.6, 0.8, 0, 0);
}
.sym__bottom p {
  color: #fff;
  font-size: 2.6rem;
}

.func__inner {
  padding: 9rem 0 11rem;
}
.func-card {
  margin-bottom: 7rem;
  background: rgba(223, 234, 217, 0.4);
}
.func-card:last-child {
  margin-bottom: 0;
}
.func-card__title {
  position: relative;
  color: var(--main-color-2);
  top: -2.5rem;
}
.func-card__desc {
  line-height: 1.8;
  font-weight: 500;
}
.func-card__more {
  font-weight: 700;
}
.func-card__more span {
  font-size: 3.6rem;
}
.func-group {
  padding-left: 17rem;
  padding-bottom: 3rem;
}
.func.func-2 .func__inner {
  padding-top: 0;
}
.func.func-2 .func-group {
  padding: 0 4rem 4rem;
}

.step__inner {
  padding: 8rem 0 23rem;
}
.step__title {
  letter-spacing: 0.05em;
  margin-bottom: 9rem;
}
.step-lists {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  padding: 0 4rem;
  position: relative;
}
.step-lists::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 11rem;
  width: 4px;
  height: 80%;
  background: var(--main-color-2_tran);
  z-index: 0;
}
.step-list {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 3rem;
}
.step-list:nth-child(3) {
  margin-bottom: 3rem;
}
.step-list__number {
  border: 3px solid var(--main-color-2);
  border-radius: 50%;
  width: 13.8rem;
  height: 13.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.step-list__number-text {
  letter-spacing: 0.05em;
  color: var(--main-color-2);
  font-weight: 700;
  margin-bottom: 1rem;
}
.step-list__number-num {
  font-size: 5.8rem;
  line-height: 1;
  color: var(--main-color-2);
  font-family: bahnschrift, sans-serif;
}
.step-list__content {
  flex: 1;
}
.step-list__content-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 60%, rgba(223, 234, 217, 0.4) 60%);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.step-list__content-desc {
  line-height: 2;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.step-list__content-desc span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d26d19;
}
.step-list__content-link {
  margin-left: 0;
  min-width: 37.6rem;
  padding: 1.5rem 0;
  background: rgba(223, 234, 217, 0.4);
  font-size: 1.8rem;
  border-radius: 3.6rem;
}
.step-list__content-map {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}
.step-list__content-or {
  background: rgba(223, 234, 217, 0.4);
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color-2);
}
.step-list__content .link-other {
  position: relative;
  min-width: 31.4rem;
  padding: 1rem 0;
  background: rgba(223, 234, 217, 0.4);
  font-size: 2.4rem;
  border-radius: 3.6rem;
  pointer-events: none;
}
.step-list__content .link-other::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.5rem;
  transform: translateY(-50%);
  width: 21px;
  height: 26px;
  background: url("../img/phone.png") no-repeat center center/100% 100%;
}
.step-list__content .link-other::after {
  display: none;
}
.step-list__content-wrap {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.faq {
  background: rgba(223, 234, 217, 0.4);
}
.faq__inner {
  padding-bottom: 12.5rem;
}
.faq__title {
  font-size: 3.6rem;
  position: relative;
  top: -3rem;
  margin-bottom: 2rem;
}
.faq__collap {
  border-top: 2px solid #dfe1df;
}
.faq__collap:last-child {
  border-bottom: 2px solid #dfe1df;
}
.faq .collapsible {
  background-color: transparent;
  color: var(--main-color-2);
  cursor: pointer;
  padding: 3.5rem 4.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.faq .collapsible::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-color-2);
  font-family: bahnschrift, sans-serif;
  line-height: 1;
}
.faq .collapsible::after {
  content: "+";
  font-size: 2rem;
  float: right;
  margin-left: 5px;
  color: var(--main-color-2);
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
}
.faq .active::after {
  content: "-";
  font-size: 2rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
}
.faq .active,
.faq .collapsible:hover {
  background-color: transparent;
}
.faq .content {
  padding: 0 4.5rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 2;
  position: relative;
}
.faq .content p {
  margin-bottom: 3rem;
}
.faq .content::before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-color-2);
  font-family: bahnschrift, sans-serif;
  line-height: 1;
}

.inform__inner {
  padding: 7rem 0;
}
.inform__title {
  font-size: 3rem;
}
.inform-2__inner {
  padding: 7rem 0 10rem;
}
.inform-2__title {
  font-size: 3rem;
  background: linear-gradient(180deg, transparent 60%, rgba(223, 234, 217, 0.4) 60%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.m-medical__inner {
  padding-bottom: 10rem;
}
.m-medical__title {
  margin-bottom: 5rem;
}
.m-medical__menu {
  background: url("../img/m-medical-bg.png") no-repeat right bottom/contain;
  background-color: var(--main-color-2_tran);
  padding: 4.5rem 0;
  position: relative;
}
.m-medical__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  opacity: 0.5;
}
.m-medical__group {
  position: relative;
}
.m-medical__item {
  max-width: 52rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.m-medical__item:nth-last-child(2) {
  margin-bottom: 0;
}
.m-medical__key {
  position: relative;
  padding-left: 4rem;
  font-size: 2.6rem;
  line-height: 1.5;
  color: var(--main-color-2);
  font-weight: 700;
  margin-bottom: 1rem;
}
.m-medical__key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  background: url(../img/logo-notext.png) no-repeat center center/100% auto;
}
.m-medical__desc {
  line-height: 1.875;
  font-weight: 500;
}
.m-medical__text {
  position: absolute;
  top: 36rem;
  right: 13rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  color: #fff;
  padding: 6rem 5rem;
}

.org__inner {
  padding: 0 2rem 16rem;
}
.org-list {
  margin-bottom: 10rem;
}
.org-list:last-child {
  margin-bottom: 0;
}
.org-list__title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
  text-align: center;
}
.org-list__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.org-list__item {
  position: relative;
  flex-basis: calc((100% - 6rem) / 3);
  padding: 2rem 0;
  border-bottom: 2px dashed var(--main-color-2);
  text-align: center;
  font-weight: 500;
  color: var(--main-color-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.org-list__item::after {
  content: url("../img/icon-copy.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

.greet {
  background: var(--main-color-2_tran);
  padding: 1rem 0;
  position: relative;
}
.greet::before, .greet::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 1rem;
  left: 0;
}
.greet::after {
  top: auto;
  bottom: 1rem;
}
.greet__inner {
  padding: 5rem 0 4rem;
  position: relative;
  z-index: 0;
  margin-bottom: 8rem;
}
.greet__title {
  margin-bottom: 7rem;
}
.greet-header {
  margin-bottom: 5rem;
}
.greet-header__sub {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.greet-header__sub::before {
  content: "";
  position: absolute;
  width: 2.1rem;
  height: 0.7rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--main-color-2);
}
.greet-header__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.greet-header__desc {
  font-weight: 500;
  line-height: 2.1;
}
.greet-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4rem 0 6rem;
  justify-content: space-between;
}
.greet-menu__detail {
  position: relative;
  padding-left: 6rem;
  font-size: 2.2rem;
  font-family: jun501pro, sans-serif;
  font-weight: 700;
  color: var(--main-color-2);
  margin-bottom: 2.5rem;
}
.greet-menu__detail::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4.3rem;
  height: 100%;
  background: url(../img/logo.png) no-repeat center center/auto 100%;
}
.greet-menu__title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 1.5rem;
  margin-bottom: 4rem;
}
.greet-menu__title span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main-color-2);
}
.greet-menu__image {
  border-radius: 3rem;
  overflow: hidden;
  width: 400px;
}
.greet-abs {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 14rem;
  right: 1.5rem;
  width: 26rem;
}

.access {
  margin-top: 4rem;
}
.access__inner {
  padding-bottom: 10.5rem;
}
.access-image {
  display: flex;
  flex-wrap: wrap;
}
.access-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 3rem;
}
.access-item__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.access-item__desc {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.66;
}

.t-f {
  padding: 2rem 0;
  animation-duration: 3s;
}
.t-f__icon-top {
  margin: 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid #FF99CC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: #ffedf6;
}
.t-f__icon-top img {
  max-width: 65%;
}
.t-f__title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #00A3E0;
}
.t-f__title-other {
  margin-bottom: 2rem;
  color: #00A3E0;
  font-size: 2.5rem;
}
.t-f__title-other-2 {
  color: #FF99CC;
  margin-top: 2rem;
}
.t-f__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(25rem, 16.6vw));
  gap: 1rem;
  justify-content: center;
}
.t-f__items-2 {
  margin-bottom: 2rem;
}
.t-f__item {
  padding: 1.5rem 0.6rem 1rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #00A3E0;
  background: #fff;
}
.t-f__avt {
  min-height: 12.5rem;
}
.t-f__avt img {
  margin: auto;
  max-width: 100%;
  max-height: 11rem;
}
.t-f__name {
  font-size: min(2rem, 1.3vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
  color: #00A3E0;
  text-align: center;
}
.t-f__desc {
  font-size: min(1.5rem, 1vw);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.t-f__items-2 .t-f__item {
  border: 1px solid #FF99CC;
}
.t-f__items-2 .t-f__name {
  color: #FF99CC;
}

.show-popup {
  overflow: hidden;
}

.top-fade {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-y: auto;
  border-top: 1.5rem solid #FF99CC;
  border-bottom: 1.5rem solid #00A3E0;
}
.top-fade:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat bottom right/auto auto;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-size: min(40rem, 26vw);
}

.fade-out {
  animation-name: fadeOut;
}

.remove {
  display: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact {
  border-top: 4px solid var(--main-color-2);
  border-bottom: 4px solid var(--main-color-2);
  background-image: linear-gradient(#f2f2f2 1px, transparent 1px), linear-gradient(90deg, #f2f2f2 1px, transparent 1px);
  background-size: 40px 40px;
}
.contact__inner {
  padding: 6rem 0.8rem 4rem;
}
.contact-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4rem;
}
.contact__download {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 2px dashed rgba(95, 149, 66, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__download a {
  padding: 1rem 8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  background: #fff;
}
.contact .header__text {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-decoration: underline;
}
.contact__header {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.contact__header-left, .contact__header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__header-left {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 2px dashed rgba(95, 149, 66, 0.3);
}
.contact__header .header__number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: block;
  padding-left: 2.5rem;
}
.contact__header .header__number::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  text-align: end;
  transform: translateY(-50%);
}
.contact__header .header__number.phone::before {
  content: "";
  width: 13px;
  height: 16px;
  background: url(../img/phone.png) center center/100% 100%;
}
.contact__header .header__number.fax::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/fax.png) center center/100% 100%;
}
.contact__footer {
  border-radius: 2rem;
  background: var(--main-color-2);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  padding: 0 2rem;
}
.contact__mail {
  padding: 1rem 12rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.footer__inner {
  padding: 3.5rem 5rem 10rem;
}
.footer__avatar img {
  margin: auto;
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 7rem;
  margin-right: -8rem;
}
.footer__menu-logo {
  max-width: 20rem;
}
.footer__menu-logo img {
  max-width: 10rem;
  margin: auto;
}
.footer__menu-logo__name {
  margin: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #222;
  text-align: center;
}
.footer__menu-logo__detail {
  font-size: 1.5rem;
  color: var(--main-color-2);
  margin-bottom: 1rem;
  text-align: center;
}
.footer__menu-logo__desc {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #222;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  margin-left: 0.7rem;
}
.footer__menu-logo__adr {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #222;
  letter-spacing: 0.05em;
}
.footer__menu-right {
  width: 9.3rem;
  height: 9.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-color-2_tran);
}
.footer__list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(6, auto);
  row-gap: 2rem;
}
.footer__list li a {
  font-weight: 500;
  color: #222;
}
.footer__list li a span {
  color: var(--main-color-2);
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--main-color-2);
  position: absolute;
  right: -9.5rem;
  bottom: 15rem;
  transform: rotate(-90deg);
}

.page-staff .container {
  width: 120rem;
}
.page-staff__ctt {
  padding: 10rem 0 15rem;
}
.page-staff__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem 2rem;
}
.page-staff__item {
  width: calc((100% - 6rem) / 4);
}
.page-staff__img {
  background-color: #fafafa;
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-staff__img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-staff__name {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

.company-info {
  margin-bottom: 10rem;
}

.t-f__company {
  margin-top: 12rem;
  padding: 0;
}

.company-recruit .service__title {
  padding: 3rem 0 0;
}
.company-recruit .service__desc {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto 3rem;
}

.recruit-intro__ctt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.recruit-intro__ctt p {
  margin-bottom: 2rem;
}
.recruit-intro__txt {
  flex: 1;
}
.recruit-intro__img {
  width: 54%;
}

.recruitment {
  margin-bottom: 15rem;
}
.recruitment table.default {
  max-width: 100%;
}
.recruitment__item {
  margin-top: 5rem;
}
.recruitment__entry {
  margin-top: 7rem;
}
.recruitment .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.whatnews-list {
  margin: 12rem 0 15rem;
}
.whatnews-list__item {
  border-bottom: 1px solid var(--main-color-2);
  padding: 3.5rem 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
.whatnews-list__item__date {
  font-weight: bold;
  font-size: 2rem;
}
.whatnews-list__item__cat {
  font-weight: bold;
  width: 20rem;
}
.whatnews-list__item__cat a,
.whatnews-list__item__cat span {
  display: inline-block;
  padding: 0 2rem;
  background-color: var(--main-color-2);
  color: #fff;
  border-radius: 5px;
  font-size: 2rem;
}
.whatnews-list__item__txt {
  flex: 1;
}
.whatnews-list__item__ttl {
  font-weight: bold;
  font-size: 2rem;
}
.whatnews-list__item__lnk a {
  color: var(--main-color-2);
}
.whatnews-list__nav {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.whatnews-list__nav a {
  text-decoration: underline;
}
.whatnews-list__nav .active a {
  text-decoration: none;
}

.whatnews-detail {
  margin: 12rem 0 15rem;
}
.whatnews-detail .whatnews-list__item {
  flex-wrap: wrap;
  gap: 1rem 3rem;
  padding: 0 0 1rem;
}
.whatnews-detail__ttl {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
}
.whatnews-detail__ctt {
  width: 80rem;
  max-width: 100%;
  margin: 5rem auto 0;
}
.whatnews-detail__ctt h2 {
  font-size: 2rem;
}
.whatnews-detail__ctt h3 {
  font-size: 1.8rem;
}
.whatnews-detail__ctt h4,
.whatnews-detail__ctt h5,
.whatnews-detail__ctt h6 {
  font-size: 1.6rem;
}
.whatnews-detail__ctt figure {
  max-width: 100%;
}
.whatnews-detail__ctt img {
  max-width: 100%;
  margin: 3rem auto;
}
.whatnews-detail__ctt p {
  margin: 1rem 0;
}
.whatnews-detail__lnk {
  margin-top: 7rem;
}

.recruit-entry {
  margin: 12rem 0 15rem;
}
.recruit-entry .container {
  width: 96rem;
}
.recruit-entry .page-subttl {
  margin: 8rem 0 4rem;
}
.recruit-entry .contact__privacy p {
  margin: 1rem 0;
}

.recruit-confirm .contact__privacy,
.mw_wp_form_confirm .contact__privacy {
  display: none;
}

.recruit-complete .container {
  width: -moz-fit-content;
  width: fit-content;
}

.recruit-complete__back {
  margin-top: 5rem;
}

.contact__row {
  margin: 3rem 0;
}
.contact__row.center {
  text-align: center;
}
.contact__row__lbl {
  margin-bottom: 1rem;
  font-weight: bold;
}
.contact__row__lbl span {
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0 1rem;
}
.contact__row__lbl span.required {
  font-weight: bold;
  color: #ef6368;
}
.contact__row__lbl span.noice {
  font-size: 0.8em;
  font-weight: normal;
}
.contact__row__inp input[type=text],
.contact__row__inp input[type=email] {
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  outline: none;
  border: 1px solid #d0d0d3;
  font-size: 1.6rem;
  width: 100%;
  background-color: #f5f5f5;
}
.contact__row__inp input[type=text][name=⽣年⽉⽇],
.contact__row__inp input[type=email][name=⽣年⽉⽇] {
  width: 30rem;
  max-width: 100%;
}
.contact__row__inp textarea {
  resize: vertical;
  width: 100%;
  height: 6rem;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  outline: none;
  border: 1px solid #d0d0d3;
  font-size: 1.6rem;
  background-color: #f5f5f5;
}
.contact__row__inp textarea[name=その他] {
  height: 15rem;
}
.contact__row__inp select {
  background-color: #fff;
  padding: 11px;
  font-size: 1.6rem;
  height: auto;
  outline: none;
  border: 1px solid #d0d0d3;
}
.contact__btn {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.contact__btn .back.btn::after {
  left: 1.5rem;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}
.contact__btn .btn-default {
  cursor: pointer;
  background: transparent;
  margin: 0;
}
.contact__privacy {
  padding: 2rem 3rem;
  border: 1px solid #d0d0d3;
  max-height: 40rem;
  overflow: auto;
}
.contact__privacy::-webkit-scrollbar {
  width: 4px;
}
.contact__privacy::-webkit-scrollbar-track {
  background: #d0d0d0;
  border-radius: 2px;
}
.contact__privacy::-webkit-scrollbar-thumb {
  background: var(--main-color-2);
  border-radius: 2px;
}
.contact__privacy::-webkit-scrollbar-thumb:hover {
  background: var(--main-color-2);
}

.article .contact-top__header {
  justify-content: center;
}
.article .contact-top__footer {
  padding: 0 1rem;
}

@media screen and (max-width: 1200px) {
  .page-staff__item {
    width: 100%;
  }
  .page-staff__chief {
    text-align: center;
  }
  .page-staff__name {
    text-align: center;
  }
  .footer__menu-right {
    display: none;
  }
  .step-list__number {
    flex-shrink: 0;
  }
  .step-list__content-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .step-list__content-or {
    margin-right: auto;
  }
  .step-list__content .link-other {
    margin-left: 0;
  }
  .m-medical__menu {
    background-size: cover;
  }
  .footer__menu {
    margin-top: 6rem;
    flex-direction: column;
    margin-right: auto;
  }
  .table th, .table td {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  .greet-menu__image {
    width: 100%;
  }
  .page-subttl {
    margin: 8rem 0 4rem;
  }
  .page-staff__item {
    width: calc((100% - 4rem) / 3);
  }
  .main {
    border: none;
    display: block;
  }
  .sidebar {
    display: block;
    position: relative;
    height: auto;
    background: #fff;
  }
  .sidebar .logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 4.5rem;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
  }
  .logo__image {
    margin-bottom: 0;
    max-width: 10rem;
  }
  .logo__name {
    font-size: 2rem;
  }
  .logo__detail {
    font-size: 3rem;
  }
  .logo__desc {
    font-size: 2rem;
  }
  .sidebar .sidebar-list {
    top: -200vh;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .sidebar .sidebar-list.active {
    top: 15rem;
    background: #fff;
    padding-bottom: 20rem;
    opacity: 1;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
  }
  .sidebar .sidebar-list .contact {
    background-image: none;
  }
  .nav li a {
    font-size: 3rem;
    padding: 4rem 0;
    align-items: center;
  }
  .nav li a::after {
    content: "";
    width: 9px;
    height: 14px;
    background: url(../img/icon-arrow-right.png) right center/100% 100%;
    position: absolute;
    right: 6rem;
  }
  .item-hover a::after {
    transform: rotate(-90deg);
  }
  .nav-item-abs li a::after {
    right: 1.5rem;
    transform: rotate(0deg);
  }
  .nav-menu {
    width: 26px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1001;
  }
  .nav-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;
  }
  .nav-menu span:nth-child(1) {
    top: 0px;
  }
  .nav-menu span:nth-child(2) {
    top: 8px;
  }
  .nav-menu span:nth-child(3) {
    top: 16px;
  }
  .nav-menu.open span:nth-child(1) {
    top: 6px;
    transform: rotate(135deg);
  }
  .nav-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .nav-menu.open span:nth-child(3) {
    top: 6px;
    transform: rotate(-135deg);
  }
  .nav-item-abs {
    position: relative;
    top: auto;
    right: auto;
    min-width: 100%;
    padding: 4rem 0;
    display: flex;
  }
  .nav-item-abs li:first-child {
    border-bottom: 2px dashed #eee;
  }
  .no-scroll {
    overflow: hidden;
  }
  .contact-top {
    display: none;
  }
  .fv {
    border-radius: 0;
  }
  .fv__text {
    line-height: 1.5;
  }
  .fv__text.text-1 {
    border: none;
    width: auto;
    height: auto;
    top: 8rem;
    font-size: 4rem;
  }
  .fv__text.text-2 {
    font-size: 4rem;
    bottom: 6rem;
  }
  .t-intro__desc {
    font-size: 3rem;
    line-height: 1.6;
  }
  .depart__list {
    gap: 5rem;
    justify-content: center;
  }
  .depart__item {
    width: 19rem;
  }
  .depart__image {
    height: 19rem;
  }
  .depart__item span {
    font-size: 2.5rem;
  }
  .t-consu__inner {
    padding-bottom: 10rem;
  }
  .t-visit__header {
    padding: 0;
  }
  .t-visit__link {
    padding: 2rem 0;
  }
  .t-visit__desc {
    font-size: 3rem;
  }
  .t-visit__desc span {
    font-size: 3rem;
  }
  .t-visit-cards {
    margin-top: 8rem;
    flex-direction: column;
  }
  .t-visit-card__image {
    max-width: 100%;
  }
  .t-visit-card__image img {
    width: 100%;
  }
  .t-visit-card__title {
    font-size: 4.5rem;
  }
  .t-visit-card__item .btn::after {
    right: 10%;
    width: 2rem;
    height: 2rem;
  }
  .t-visit-card__item span {
    font-size: 2.5rem;
  }
  .t-visit-card__avt {
    padding: 0.7rem;
    width: 5rem;
    height: 5rem;
    left: 1.5rem;
  }
  .item-br {
    height: 100%;
  }
  .item-br .btn {
    line-height: 1.4;
    padding: 0.34rem;
  }
  .container.t-notice__inner {
    flex-direction: column;
  }
  .t-notice__title.title {
    text-align: center;
  }
  .t-notice__list {
    flex-direction: column;
    gap: 2rem;
  }
  .t-notice__right {
    gap: 3rem;
  }
  .t-notice__time {
    border: none;
    font-size: 3rem;
    padding-bottom: 0;
  }
  .t-notice__text {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  .service__title.title {
    font-size: 3.5rem;
  }
  .service__link {
    flex-direction: column;
    gap: 3rem;
  }
  .service__link .btn {
    width: 100%;
  }
  .clinic__name {
    font-size: 2.5rem;
  }
  .clinic__desc {
    font-size: 3rem;
    padding: 0 4rem;
    text-align: center;
  }
  .clinic__avt {
    min-height: 20rem;
  }
  .clinic__avt img {
    width: min(21rem, 26vw);
  }
  .contact-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .contact__download {
    border-right: none;
    width: 100%;
  }
  .contact .header__text {
    font-size: 3.5rem;
  }
  .contact__download a {
    font-size: 3rem;
  }
  .contact__header-left {
    border-right: none;
  }
  .contact__group {
    width: 100%;
  }
  .contact__header-left,
  .contact__header-right {
    flex: 1;
  }
  .contact__header-left {
    align-items: flex-start;
  }
  .contact__header-right .header__text {
    text-align: center;
  }
  .contact__header .header__number {
    padding-left: 3rem;
    font-size: 3rem;
  }
  .contact .header__text {
    margin-bottom: 1rem;
  }
  .contact__footer {
    font-size: 2.5rem;
    border-radius: 3rem;
  }
  .contact__mail {
    font-size: 3rem;
    background: #fff;
  }
  .contact__header .header__number.phone::before {
    width: 2.5rem;
    height: 3rem;
  }
  .contact__header .header__number.fax::before {
    width: 2.5rem;
    height: 2.25rem;
  }
  .footer__inner {
    padding: 6rem 0;
    position: relative;
  }
  .footer__menu {
    margin-top: 6rem;
    flex-direction: column;
    margin-right: 0;
  }
  .footer__menu-logo {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .footer__menu-logo img {
    max-width: 18rem;
  }
  .footer__menu-logo__group {
    flex-basis: 58%;
  }
  .footer__menu-logo__name {
    text-align: left;
    font-size: 2.5rem;
  }
  .footer__menu-logo__detail {
    text-align: left;
    font-size: 3.5rem;
    font-weight: 700;
  }
  .footer__menu-logo__desc {
    font-size: 2.5rem;
  }
  .footer__menu-logo__adr {
    font-size: 2.5rem;
    margin-left: 8rem;
  }
  .footer__menu-right {
    display: flex;
    position: absolute;
    right: 3rem;
    top: 30rem;
    width: 12rem;
    height: 12rem;
  }
  .footer__list {
    display: none;
  }
  .footer .copyright {
    transform: rotate(0);
    position: relative;
    text-align: center;
    right: auto;
    bottom: auto;
    font-size: 2rem;
    padding-bottom: 6rem;
  }
  .container.sv__inner {
    min-height: 60rem;
    padding-bottom: 12rem;
    justify-content: flex-end;
  }
  .sv__image {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 3rem;
  }
  .sv::after {
    background: url("../img/logo.png") no-repeat bottom right/30rem;
  }
  .sv__title {
    font-size: 4rem;
    line-height: 1.2;
  }
  .sv__desc {
    font-size: 2rem;
  }
  .container.breadcrumb__inner {
    justify-content: flex-start;
  }
  .breadcrumb__inner span {
    font-size: 2rem;
  }
  .people__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .people__card {
    padding: 4rem 2.5rem;
  }
  .people__card-image {
    width: 10rem;
    height: 10rem;
    padding: 2.5rem;
  }
  .people__card-desc {
    font-size: 3rem;
  }
  .sym__group {
    padding: 5rem 4rem;
  }
  .sym__items {
    flex-direction: column;
  }
  .sym__item {
    font-size: 3rem;
  }
  .sym__item::before {
    width: 3rem;
    height: 2.2rem;
  }
  .sym__title span {
    font-size: 3rem;
  }
  .sym__bottom p {
    text-align: center;
    font-size: 3rem;
  }
  .sym__bottom .dot {
    font-size: 3rem;
  }
  .sym__bottom {
    max-width: 92%;
    margin: auto;
  }
  .sym__desc {
    flex-direction: column;
    font-size: 3rem;
  }
  .sym__desc span {
    font-size: 4rem;
  }
  .func__inner {
    padding: 9rem 0;
  }
  .func-group {
    padding: 0px 5rem 5rem;
  }
  .func-card__desc {
    font-size: 3rem;
  }
  .func-card__more {
    font-size: 3rem;
    text-align: center;
  }
  .func-card__more span {
    font-size: 6rem;
    margin-left: 2rem;
  }
  .step__inner {
    padding: 0 0 9rem;
  }
  .step-lists {
    padding: 0;
    z-index: 0;
  }
  .step-lists::before {
    left: 6.5rem;
    top: 6%;
    height: 90%;
  }
  .step-list__number-text {
    font-size: 2rem;
  }
  .step-list {
    gap: 2rem;
  }
  .step-list__content-map {
    width: 100%;
  }
  .step-list__content-title {
    font-size: 3rem;
  }
  .step-list__content-desc {
    font-size: 2.6rem;
  }
  .step-list__content-desc span {
    font-size: 2.6rem;
  }
  .step-list__content-link {
    width: 100%;
    font-size: 2.6rem;
  }
  .step-list__content-link::after {
    width: 2rem;
    height: 2rem;
    right: 5%;
  }
  .step-list__content .link-other {
    font-size: 3rem;
    pointer-events: all;
  }
  .faq .collapsible {
    font-size: 3rem;
  }
  .faq .collapsible::after {
    font-size: 3rem;
  }
  .faq .content p {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .faq .content::before {
    top: 1.5rem;
  }
  .sv-clinic .sv__image {
    left: 50%;
  }
  .inform-2__title.title {
    font-size: 3.6rem;
  }
  .t-visit-2 .t-visit__more {
    font-size: 2.5rem;
  }
  .t-visit-2 .t-visit__desc span {
    font-size: 2.5rem;
    margin-top: 2rem;
    display: block;
  }
  .greet__title {
    margin-bottom: 4rem;
  }
  .greet-header__sub {
    font-size: 3rem;
  }
  .greet-header__title {
    font-size: 3.4rem;
  }
  .greet-header__desc {
    font-size: 2.5rem;
  }
  .greet-menu {
    flex-direction: column;
    gap: 4rem;
  }
  .container.access__inner {
    padding: 5rem 0 10rem;
  }
  .access__title.title {
    margin-bottom: 3rem;
  }
  .access-image img {
    width: 100%;
  }
  .access-item__title {
    font-size: 3rem;
  }
  .access-item__desc {
    font-size: 2rem;
  }
  .service__avt {
    width: 12rem;
    height: 12rem;
    padding: 2rem;
  }
  .service::after {
    background-size: 30rem;
  }
  .inform__title {
    font-size: 4rem;
  }
  .depart__inner {
    padding-bottom: 2rem;
  }
  .m-medical__item {
    max-width: 100%;
  }
  .m-medical__desc {
    font-size: 2.3rem;
  }
  .m-medical__menu {
    background-position-x: 20%;
    background-size: cover;
  }
  .org-list__title {
    font-size: 4rem;
  }
  .org-list__items {
    flex-direction: column;
  }
  .org-list__item {
    font-size: 2.6rem;
    padding: 3rem 0;
  }
  .org-list__item::after {
    right: 5rem;
  }
  .page-staff__item {
    width: calc((100% - 4rem) / 2);
  }
  .page-staff__chief {
    font-size: 2rem;
  }
  .page-staff__name {
    font-size: 3rem;
  }
  .recruit-intro__ctt {
    flex-direction: column;
    gap: 2rem;
  }
  .recruit-intro__img {
    width: 100%;
  }
  .recruit-intro__ctt p {
    font-size: 2rem;
  }
  .recruit-entry__desc {
    font-size: 2rem;
  }
  .page-subttl {
    font-size: 4rem;
  }
  .contact__row__lbl {
    font-size: 2rem;
  }
  .mwform-radio-field-text {
    font-size: 2rem;
  }
  .recruit-entry .contact__privacy p {
    font-size: 2rem;
  }
  .mwform-checkbox-field-text {
    font-size: 2rem;
  }
  .recruitment__item table.default tr,
  .company-info__ctt table.default tr {
    display: grid;
  }
  .recruitment__item table.default th,
  .company-info__ctt table.default th {
    border-bottom: none;
  }
  .recruitment__item table.default th,
  .recruitment__item table.default td,
  .company-info__ctt table.default th,
  .company-info__ctt table.default td {
    width: 100%;
    text-align: left;
    font-size: 2.4rem;
  }
  .t-f__items {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 4rem;
  }
  .t-f__items a {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .t-f__title {
    margin-top: 4rem;
    font-size: 3rem;
  }
  .t-f__avt {
    grid-column: 1;
    grid-row: 1/span 2;
    display: flex;
    min-height: auto;
  }
  .t-f__avt img {
    width: min(16rem, 20vw);
    max-height: unset;
  }
  .t-f__name {
    grid-column: 2/span 2;
    grid-row: 1;
    font-size: 3.2rem;
  }
  .t-f__desc {
    grid-column: 2/span 2;
    grid-row: 2;
    font-size: 2.8rem;
    padding: 0 3rem 0 1rem;
  }
  .top-fade:after {
    display: none;
  }
  .nav li a img {
    height: auto;
  }
  .article {
    padding-top: 16rem;
  }
  .article .contact__header {
    flex-direction: column;
    gap: 3rem;
  }
  .article .contact__header {
    flex-direction: column;
    gap: 3rem;
  }
  .article .contact__header .header__number {
    font-size: 5rem;
    padding-left: 4rem;
  }
  .article .contact__header .header__number.phone::before {
    width: 3.3rem;
    height: 4rem;
  }
  .article .contact__header .header__number.fax::before {
    width: 3.3rem;
    height: 3rem;
  }
  .article .contact__header-left {
    align-items: center;
    padding-right: 0;
    margin-right: 0;
  }
  .t-notice__time::before {
    top: 34%;
  }
  .footer__avatar img {
    max-width: 50%;
  }
}/*# sourceMappingURL=style.css.map */
