.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 972px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.home_page .key .inner {
  position: relative;
  padding: 0 50px;
  width: 100%;
  max-width: 1516px;
  height: 100%;
}
.home_page .key .mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_page .key .slick-list,
.home_page .key .slick-track {
  height: 100%;
}
.home_page .key .s1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .key_text {
  position: relative;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  overflow: hidden;
}
.home_page .key .key_text .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.home_page .key .key-catch {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 111px;
}
.home_page .key .key-head {
  margin-bottom: 5.4em;
  font-size: 10px;
}
.home_page .key h2 {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 4.8em;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.4;
  letter-spacing: 0.115em;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 0.146em;
  margin-bottom: 0.458em;
}
.home_page .key .key-desc {
  font-size: 3em;
  color: var(--main-color);
  font-weight: 500;
  margin-left: 0.167em;
  line-height: 1.6;
}
.home_page .key .key-list {
  display: flex;
  margin-left: -1.2em;
  font-size: 10px;
}
.home_page .key .key-list li {
  width: 26em;
  height: 26em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background: center/contain no-repeat;
  padding-top: 2.6em;
  margin-left: -1em;
  box-shadow: 0.3em 0.2em 1.6em rgba(0, 0, 0, 0.25);
}
.home_page .key .key-list picture {
  margin-bottom: 1.1em;
}
.home_page .key .key-list .key-litem1 {
  background-image: url("../images/key-bicon01.png");
  margin-left: 0;
}
.home_page .key .key-list .key-litem1 picture {
  width: 4em;
  height: 4.8em;
}
.home_page .key .key-list .key-litem2 {
  background-image: url("../images/key-bicon02.png");
}
.home_page .key .key-list .key-litem2 picture {
  margin-bottom: 2.4em;
  width: 5em;
  height: 5.3em;
}
.home_page .key .key-list .key-litem3 {
  background-image: url("../images/key-bicon03.png");
}
.home_page .key .key-list .key-litem3 picture {
  margin-bottom: 1.5em;
  width: 5.9em;
  height: 4.8em;
}
.home_page .key .key-list .key-litem3 .key-tt {
  line-height: 1.18;
}
.home_page .key .key-num {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: 2em;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 0 0.7em 0.3em;
  margin-bottom: 0.65em;
}
.home_page .key .key-tt {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
}
.home_page .key .key-tt span {
  font-size: 1.25em;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
  .home_page .key .key-catch {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ien-big {
  display: inline-block;
  font-family: var(--f-en);
  font-weight: 100;
  font-size: 90px;
  line-height: 1;
  padding: 0 28px 1px 0;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 9px;
  color: var(--main-color);
}

.ien-small {
  font-size: 18px;
  font-family: var(--f-en);
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--main-color);
}

.ijp {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--main-color);
}

.ipost {
  position: relative;
  margin-top: -242px;
  z-index: 1;
  font-size: 10px;
}
.ipost .inner {
  max-width: 1920px;
  padding-left: 42px;
  padding-right: 0;
}
.ipost .ipost-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ipost .ipost-cnt {
  position: relative;
  background-color: var(--main-color);
  color: #fff;
  width: 69.3em;
  height: 36em;
  display: flex;
  padding: 3.2em 6.6em 4em 6.9em;
}
.ipost .ipost-cnt ul {
  width: 100%;
}
.ipost .ipost-cnt li {
  border-bottom: 1px solid #889fb7;
  width: auto;
}
.ipost .ipost-cnt li a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  padding: 1.2em 3.375em 1em 0.25em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  max-width: 100%;
  color: #fff;
  font-size: 1.6em;
}
.ipost .ipost-cnt li a span {
  display: inline-block;
}
.ipost .ipost-cnt li a:hover {
  opacity: 1;
}
.ipost .ipost-cnt li a .date {
  flex-shrink: 0;
  width: 5.563em;
  transition: all 0.3s;
  margin-right: 1.25em;
}
.ipost .ipost-cnt li a .cate {
  background-color: var(--main-color2);
  color: #fff;
  width: 6.154em;
  height: 2em;
  font-size: 0.813em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.692em;
  flex-shrink: 0;
}
.ipost .ipost-cnt li a .cate2 {
  background-color: #47bc9c;
}
.ipost .ipost-cnt li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
    width: 100%;
  margin-left: calc(5.563em + 1.25em);
  margin-top: 6px;
}
.ipost .ipost-title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  margin-right: 4.3em;
  margin-top: 2.6em;
}
.ipost .ipost-title .en {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1;
  margin-top: 0.313em;
  margin-right: 0.25em;
}
.ipost .ipost-title .jp {
  font-weight: 500;
  font-size: 3em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.ipost .ipost-btn {
  position: absolute;
  left: 7.9em;
  bottom: 7.3em;
  width: 3.9em;
  height: 3.9em;
}
.ipost .ipost-btn a {
  display: block;
}

.ipost-list {
  display: flex;
}
.ipost-list .ipost-item {
  width: 28em;
  height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: center/cover no-repeat;
  position: relative;
  z-index: 0;
  padding-top: 0.3em;
  padding-bottom: 1.5em;
}
.ipost-list .ipost-item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: calc(50% - 0.7em);
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 0.9em solid #fff;
  transition: all 0.3s ease;
}
.ipost-list .ipost-item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3em;
  height: 6.5em;
}
.ipost-list .ipost-item a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ipost-list .ipost-item1 {
  background-image: url("../images/ipost-bg-eff01.jpg");
}
.ipost-list .ipost-item1 img {
  width: 8.1em;
  height: 5.1em;
}
.ipost-list .ipost-item2 {
  background-image: url("../images/ipost-bg-eff02.jpg");
}
.ipost-list .ipost-item2 img {
  width: 9.1em;
  height: 6.2em;
}
.ipost-list .ipost-item3 {
  background-image: url("../images/ipost-bg-eff03.jpg");
}
.ipost-list .ipost-item3 img {
  width: 8.6em;
  height: 6.5em;
}
.ipost-list .ipost-item4 {
  background-image: url("../images/ipost-bg-eff04.jpg");
}
.ipost-list .ipost-item4 img {
  width: 8.2em;
  height: 6.3em;
}
.ipost-list .ipost-tt {
  font-size: 2.4em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.iclinic {
  margin-top: -118px;
  padding: 298px 0 111px;
  background: url("../images/iclinic-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 0;
}
.iclinic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 610px;
  background: url("../images/iclinic-img01.jpg") center/contain no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.iclinic::after {
  content: "";
  position: absolute;
  top: 122px;
  right: 0;
  width: 600px;
  height: 500px;
  background: url("../images/iclinic-img02.jpg") center/contain no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.iclinic .inner {
  max-width: 1266px;
}
.iclinic .iclinic-wrapper {
  display: flex;
  gap: 6.1em;
  margin-bottom: 5.4em;
  font-size: 10px;
}
.iclinic .iclinic-cnt {
  width: 58.5em;
  max-width: 100%;
}
.iclinic .iclinic-logo {
  display: inline-block;
  opacity: 1 !important;
  margin-bottom: 30px;
  width: 51.4em;
}
.iclinic .iclinic-tbl {
  margin-left: 0.5em;
  margin-bottom: 3.3em;
}
.iclinic .iclinic-tbl dl {
  display: flex;
  margin-bottom: 0.938em;
  font-size: 1.6em;
  --w: 6.25em;
}
.iclinic .iclinic-tbl dl:last-child {
  margin-bottom: 0;
}
.iclinic .iclinic-tbl dt {
  width: var(--w);
  line-height: 1.9;
}
.iclinic .iclinic-tbl dd {
  width: calc(100% - var(--w));
  line-height: 1.9;
}
.iclinic .iclinic-tbl .tel_click {
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.iclinic .iclinic-ic {
  display: flex;
  gap: 2.6em;
  margin-bottom: 2.9em;
}
.iclinic .iclinic-i {
  display: flex;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 1.6em;
}
.iclinic .iclinic-bus::before {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  background: url("../images/iclinic-ic-bus.png") center/contain no-repeat;
  margin-right: 1.313em;
}
.iclinic .iclinic-car::before {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  background: url("../images/iclinic-ic-car.png") center/contain no-repeat;
  margin-right: 1.313em;
}
.iclinic .time_sheet {
  font-size: 1em;
}
.iclinic .iclinic-wmap {
  width: 48em;
}
.iclinic .iclinic-map {
  height: 29.9em;
  margin-bottom: 3.1em;
  border: 1px solid var(--main-color2);
}
.iclinic .iclinic-btn {
  display: flex;
  justify-content: center;
  gap: 55px;
}

.ipickup {
  padding: 102px 0 105px;
  background: url("../images/ipickup-bg.jpg") center/cover no-repeat;
}
.ipickup .ipickup-head {
  margin-bottom: 41px;
}
.ipickup .ien-big {
  color: #fff;
  border-bottom-color: #eaeaea;
}
.ipickup .ijp {
  margin-left: 1px;
  color: #fff;
}
.ipickup .ipickup-item {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3em;
  padding: 6.5em 9.1em 8em;
  min-height: 45em;
  position: relative;
  z-index: 0;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.ipickup .ipickup-item:nth-child(even) picture {
  left: unset;
  right: 0;
  width: 63.1em;
}
.ipickup .ipickup-item:nth-child(even) .ipickup-txt {
  margin-left: 0;
}
.ipickup .ipickup-item::before {
  content: "";
  position: absolute;
  inset: 1em;
  z-index: -1;
  border: 1px solid #fff;
}
.ipickup .ipickup-item:last-child {
  margin-bottom: 0;
}
.ipickup .ipickup-item picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 65.6em;
  pointer-events: none;
}
.ipickup .ipickup-item picture img {
  height: 100%;
  object-fit: cover;
}
.ipickup .ipickup-txt {
  max-width: 100%;
  width: 62em;
  margin-left: auto;
}
.ipickup .ipickup-tt {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.6;
  color: var(--main-color);
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.ipickup .ipickup-tt span {
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.056em 0.111em 0.167em;
  margin-right: 0.139em;
}
.ipickup .ipickup-desc {
  line-height: 1.9;
  margin-bottom: 2.25em;
  font-size: max(1.6em, 12px);
}
.ipickup .ipickup-ibtn {
  display: flex;
  justify-content: space-between;
  gap: 3em;
}
.ipickup .ibtn {
  font-size: 1.6em;
}
.ipickup .ibtn a {
  width: 17.5em;
  padding: 1.063em 1.625em 1.063em 0.313em;
}
.ipickup .ibtn a::after {
  width: 1.125em;
  height: 0.375em;
}
.ipickup .ibtn a::before {
  width: 3.75em;
}

.imedical {
  padding: 118px 0 105px;
  padding-bottom: 100px;
  background: url("../images/imedical-bg.jpg") center/cover no-repeat;
}
.imedical .inner {
  max-width: 1520px;
}
.imedical .imedical-head {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 0;
}
.imedical .imedical-head::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 7px;
  right: 0;
  margin: 0 auto;
  width: 134px;
  height: 74px;
  background: url("../images/imedical-eff.png") center/contain no-repeat;
}
.imedical .ien-small {
  margin-bottom: 0;
}
.imedical .ijp {
  font-size: 36px;
}
.imedical .imedical-thead {
  max-width: 1380px;
  display: flex;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 10px;
}
.imedical .imedical-hitem {
  width: 33.3333333333%;
  min-height: 10em;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 14px 10px 10px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  background-color: var(--main-color);
}
.imedical .imedical-hitem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.7em);
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 0.9em solid var(--main-color);
  opacity: 0;
  visibility: hidden;
}
.imedical .imedical-hitem.active {
  background-color: #fff !important;
  color: var(--main-color);
}
.imedical .imedical-hitem.active::before {
  opacity: 1;
  visibility: visible;
}
.imedical .imedical-hitem.active + .imedical-hitem {
  background-color: var(--main-color);
}
.imedical .imedical-hitem:nth-child(2) {
  background-color: var(--main-color2);
}
.imedical .imedical-hitem:nth-child(2).active + .imedical-hitem {
  background-color: var(--main-color2);
}
.imedical .imedical-hitem:nth-child(3) {
  background-color: var(--main-color2);
}
.imedical .imedical-en {
  font-size: max(1.4em, 11px);
  font-family: var(--f-en);
  font-weight: 300;
  transition: all 0.3s ease;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.imedical .imedical-jp {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.imedical .imedical-tbody {
  background-color: #fff;
  padding: 6.5em 10em 10em;
  font-size: 10px;
}
.imedical .imedical-item {
  display: none;
}
.imedical .imedical-item.active {
  display: block;
}

.imedical-type1 {
  --gap: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.imedical-type1 .imdc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - var(--gap) * 3) / 4);
  aspect-ratio: 305/220;
  padding: 2.6em 2em 2em;
  border: 1px solid #dce3ef;
  background-color: #eef2fa;
  z-index: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.imedical-type1 .imdc-item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 1px;
  width: 50px;
  background-color: var(--main-color);
}
.imedical-type1 .imdc-item::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 15px;
  width: 18px;
  height: 6px;
  background: url("../images/ibtn-arrow.png") center/contain no-repeat;
}
.imedical-type1 .imdc-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.imedical-type1 .imdc-icon {
  margin-bottom: 1.2em;
  width: 8em;
  height: 8em;
}
.imedical-type1 .imdc-icon img {
  margin: 0 auto;
}
.imedical-type1 .imdc-tt {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.6;
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.1em;
  margin-bottom: 0;
}

.imedical-type2 {
  --gapY: 4em;
  --gapX: 3.2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gapX) var(--gapY);
}
.imedical-type2 .imdc-item {
  width: calc((100% - var(--gapY) * 2) / 3);
  position: relative;
  z-index: 0;
}
.imedical-type2 .imdc-img {
  position: relative;
  z-index: 0;
  margin-bottom: 2.1em;
  overflow: hidden;
  max-width: 100%;
  width: 40em;
  aspect-ratio: 40/24;
  transition: all 0.3s ease;
}
.imedical-type2 .imdc-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4em;
  height: 2em;
  background: var(--main-color) url("../images/ibtn-arrow-w.png") center/1.8em auto no-repeat;
  z-index: 1;
  transition: all 0.3s ease;
}
.imedical-type2 .imdc-img img {
  transition: all 0.3s ease;
}
.imedical-type2 .imdc-tt {
  font-size: 2em;
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.25em;
  transition: all 0.3s ease;
}
.imedical-type2 .imdc-desc {
  padding: 0 0.563em;
  line-height: 1.86;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 1.6em;
}
.imedical-type2 .imdc-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ifeature {
  padding: 143px 0 126px;
  background: url("../images/ifeature-bg.jpg") center/cover no-repeat;
}
.ifeature .ifeature-head {
  text-align: center;
  width: min(47%, 600px);
  margin-left: auto;
  position: relative;
  margin-bottom: 45px;
}
.ifeature .ifeature-head::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 6px;
  right: 0;
  margin: 0 auto;
  width: 134px;
  height: 74px;
  background: url("../images/ifeature-head.png") center/contain no-repeat;
}
.ifeature .ien-small {
  margin-bottom: 0;
}
.ifeature .ijp {
  font-size: 36px;
}
.ifeature .ifeature-cnt {
  --gapY: 8em;
  --gapX: 4.5em;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gapX) var(--gapY);
  font-size: 10px;
}
.ifeature .ifeature-item {
  width: calc((100% - var(--gapY)) / 2);
}
.ifeature .ifeature-item:nth-child(odd) {
  margin-top: -102px;
}
.ifeature .ifeature-num {
  line-height: 0.98;
  font-family: var(--f-en);
  color: var(--main-color);
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 3px solid var(--main-color);
  padding: 0 0.583em 0px 0.917em;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
}
.ifeature .ifeature-num span {
  font-size: 4em;
  font-weight: 300;
  margin-left: 0.075em;
}
.ifeature picture {
  clip-path: polygon(100% 0, 100% 100%, 75% 100%, 75% 88%, 0 88%, 0 0);
}
.ifeature .ifeature-tt {
  font-size: 2.6em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.4;
  padding: 0.962em 0.385em 0 0.346em;
  margin-top: -1.885em;
  position: relative;
  z-index: 1;
  width: 74.9%;
  margin-bottom: 0.808em;
}
.ifeature .ifeature-desc {
  font-size: max(1.8em, 12px);
  padding: 0px 2.222em 0 0.667em;
  line-height: 2;
}
.ifeature .ibtn {
  margin-top: -59px;
}

.igreeting {
  background-color: var(--main-color);
  color: #fff;
  padding: 89px 0 91px;
  position: relative;
  z-index: 0;
}
.igreeting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/igreet-bg.jpg") center/cover no-repeat;
  opacity: 0.1;
}
.igreeting .igreet-wrapper {
  position: relative;
  z-index: 0;
}
.igreeting .igreet-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
.igreeting .ijp {
  font-size: 42px;
  color: #fff;
  margin-right: 23px;
}
.igreeting .ien-small {
  color: #fff;
  padding-bottom: 4px;
}
.igreeting .igreet-img {
  width: 60em;
  height: 64em;
  position: absolute;
  top: 0;
  right: 4em;
  font-size: 10px;
}
.igreeting .igreet-ig2 {
  position: absolute;
  bottom: -7.2em;
  right: -11.9em;
  width: 36em;
  height: 24em;
}
.igreeting .igreet-ig3 {
  margin: -1.3em 0 0 4.8em;
  width: 33em;
  height: 12.3em;
}
.igreeting .igreet-cnt {
  max-width: 100%;
  width: 550px;
  margin: 0 0 53px;
  padding-top: 56px;
}
.igreeting .igreet-tt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 27px;
}
.igreeting .igreet-desc {
  margin-bottom: 39px;
}
.igreeting .igreet-desc p {
  line-height: 1.9;
  margin-bottom: 16px;
}
.igreeting .igreet-desc p:last-child {
  margin-bottom: 0;
}
.igreeting .igreet-info {
  width: fit-content;
}
.igreeting .igreet-lb {
  line-height: 1.2;
  padding: 0 0 11px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.igreeting .igreet-name {
  line-height: 1.2;
  padding: 0 29px 0 6px;
  letter-spacing: 0.13em;
}
.igreeting .igreet-name span {
  font-size: 1.5em;
}
.igreeting .igreet-btn {
  display: flex;
  justify-content: center;
  gap: 61px;
}

.irecruit {
  padding: 90px 0 60px;
  background-color: #eef2fa;
}
.irecruit .inner {
  max-width: 1480px;
}
.irecruit .irecruit-head {
  display: inline-block;
  margin: 32px 0 32px;
}
.irecruit .irecruit-img {
  position: relative;
  float: left;
  width: 67em;
  display: grid;
  grid-template-columns: 36em 30em;
  grid-template-rows: repeat(2, 1fr);
  gap: 1em;
  margin-right: 9.5em;
  font-size: 10px;
}
.irecruit .irecruit-ig1 {
  grid-row: 1/span 2;
}
.irecruit .irecruit-ig2 {
  margin-top: 4em;
}
.irecruit .irecruit-ig4 {
  position: absolute;
  bottom: -0.6em;
  left: 8.3em;
  width: 37.8em;
  height: 15.7em;
}
.irecruit .irecruit-desc {
  overflow: hidden;
  margin-bottom: 47px;
}
.irecruit .irecruit-desc p {
  line-height: 1.9;
}
.irecruit .ibtn {
  overflow: hidden;
  padding-bottom: 1px;
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

#loading {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 20px;
}
#loading picture {
  transition: all 0.3s;
}
#loading .lines {
  opacity: 0;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s;
}
#loading.loaded picture {
  opacity: 0;
  transition-delay: 0.2s;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 100vh;
  }
  .home_page .key .key-catch {
    padding-top: 0;
  }
  .iclinic::before {
    left: calc((100vw - 1920px) / 2);
  }
  .iclinic::after {
    right: calc((100vw - 1920px) / 2);
  }
}
@media only screen and (min-width: 1920px) {
  .ipost .ipost-item1 {
    padding-top: 0;
    padding-bottom: 18px;
  }
  .iclinic .ibtn a {
    padding-bottom: 18px;
  }
  .ipickup .ipickup-item:nth-child(even) .ipickup-tt {
    margin-left: -3px;
  }
  .ifeature .ien-small {
    padding-right: 1px;
  }
  .ifeature .ijp {
    padding-left: 3px;
  }
  .igreeting .igreet-tt {
    margin-left: 3px;
  }
  .igreeting .igreet-desc {
    padding-left: 2px;
  }
  .igreeting .ibtn a {
    padding-bottom: 18px;
  }
  .irecruit .ien-big {
    padding-right: 12px;
  }
  .irecruit .irecruit-desc {
    padding-left: 2px;
  }
  .irecruit .ibtn {
    padding-left: 1px;
  }
  .irecruit .ibtn a {
    padding-bottom: 18px;
  }
  .ft_link a::before {
    margin-left: -2px;
  }
  .imedical .ien-small {
    margin-right: 1px;
  }
  .imedical .ijp {
    margin-left: 4px;
  }
  .imedical-type1 .imdc-item:nth-child(1) .imdc-tt {
    padding-left: 0;
    padding-right: 6px;
  }
  .imedical-type1 .imdc-tt {
    padding-left: 7px;
  }
  .imedical-type2 .imdc-item {
    width: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .ipost .ipost-cnt li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 10px;
  }
  .ipost .ipost-item:hover::before {
    bottom: 5px;
  }
  .imedical .imedical-hitem:not(.active):hover {
    background-color: #333 !important;
  }
  .imedical-type1 .imdc-item:hover {
    background-color: #d6e3fd;
  }
  .imedical-type2 .imdc-item:hover .imdc-img {
    opacity: 0.7;
  }
  .imedical-type2 .imdc-item:hover .imdc-img::before {
    background-color: var(--main-color2);
  }
  .imedical-type2 .imdc-item:hover .imdc-tt {
    color: var(--main-color2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key .key-catch {
    padding-top: 0;
  }
  .home_page .key .key-head {
    font-size: 0.5555555556vw;
  }
  .home_page .key .key-list {
    font-size: 0.5555555556vw;
  }
  .ipost {
    font-size: 0.5208333333vw;
    margin-top: -24.2em;
  }
  .ipost .inner {
    padding-left: 4.2em;
  }
  .iclinic {
    margin-top: -6.1458333333vw;
    padding-top: 15.5208333333vw;
  }
  .iclinic::after {
    top: 6.3541666667vw;
    width: 31.25vw;
    height: 26.0416666667vw;
  }
  .iclinic::before {
    width: 23.4375vw;
    height: 31.7708333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1480px) {
  .igreeting .igreet-img {
    font-size: 0.6756756757vw;
    right: 12em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .imedical .imedical-thead {
    font-size: 0.703125vw;
  }
  .imedical .imedical-tbody {
    padding: 50px;
    font-size: 0.78125vw;
  }
  .irecruit .irecruit-img {
    font-size: 0.703125vw;
    margin-right: 8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .ien-big {
    font-size: 70px;
  }
  .ijp {
    font-size: 26px;
  }
  .iclinic {
    padding-bottom: 8.59375vw;
  }
  .iclinic .iclinic-wrapper {
    justify-content: center;
    font-size: 0.78125vw;
  }
  .iclinic .iclinic-btn {
    gap: 3.90625vw;
  }
  .ipickup .ipickup-item {
    font-size: 0.78125vw;
  }
  .ifeature .ifeature-head {
    margin-bottom: 3.515625vw;
  }
  .ifeature .ifeature-cnt {
    font-size: 0.78125vw;
  }
  .igreeting .igreet-img {
    font-size: 0.703125vw;
    right: 12em;
  }
  .igreeting .igreet-cnt {
    width: 42.96875vw;
    padding-top: 4.375vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ien-small {
    font-size: 16px;
  }
  .ien-big {
    font-size: 60px;
  }
  .ibtn a {
    width: 240px;
    padding: 12px 20px 12px 5px;
  }
  .ibtn a::after {
    width: 16px;
  }
  .ibtn a::before {
    width: 44px;
  }
  .home_page .key {
    --min-height: 440px;
  }
  .ipost {
    margin-top: -29.2em;
    font-size: 0.48828125vw;
  }
  .ipost .ipost-cnt {
    padding: 4.8em 4em;
    font-size: 1.16em;
  }
  .ipost .ipost-cnt li a {
    padding-right: 1em;
  }
  .ipost .ipost-title {
    margin-right: 3em;
  }
  .ipost .ipost-btn {
    left: 6em;
  }
  .imedical {
    padding: 90px 0 70px;
  }
  .imedical .ijp {
    font-size: 30px;
  }
  .imedical .imedical-head {
    margin-bottom: 30px;
  }
  .imedical .imedical-head::before {
    width: 110px;
  }
  .imedical-type1 .imdc-item::before {
    width: 30px;
  }
  .imedical-type1 .imdc-item::after {
    right: 7px;
    bottom: 6px;
    width: 14px;
  }
  .ifeature {
    padding: 110px 0 80px;
  }
  .ifeature .ijp {
    font-size: 30px;
  }
  .ifeature .ifeature-head::before {
    width: 100px;
  }
  .ifeature .ifeature-cnt {
    --gapY: 5.5em;
  }
  .igreeting {
    padding: 75px 0 70px;
  }
  .igreeting .ijp {
    font-size: 32px;
  }
  .igreeting .igreet-tt {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .igreeting .igreet-head {
    margin-bottom: 15px;
  }
  .igreeting .igreet-img {
    font-size: 0.625vw;
  }
  .igreeting .igreet-cnt {
    width: 45.3125vw;
    margin-bottom: 40px;
  }
  .igreeting .igreet-btn {
    gap: 40px;
  }
  .irecruit {
    padding: 60px 0;
  }
  .irecruit .irecruit-head {
    margin: 20px 0;
  }
  .irecruit .irecruit-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ipickup {
    padding: 70px 0;
  }
  .ipickup .ipickup-item {
    padding: 5.5em 6em;
  }
  .imedical .imedical-thead {
    padding: 0 30px;
  }
  .imedical .imedical-tbody {
    padding: 30px;
  }
}

/*# sourceMappingURL=index_pc.css.map */
