@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --en-font: "Oswald", sans-serif;
  --en-font2: "EB Garamond", serif;
  --base-color: #333;
  --white: #FFF;
  --white2: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 8.04%, rgba(255, 255, 255, 1) 100%);
  --white3: rgba(255,255,255,0.16);
  --white4: rgba(255,255,255,0.8);
  --white5: rgba(254,254,255,0.2);
  --white6: rgba(255,255,255,0.7);
  --white7: rgba(255,255,255,0.4);
  --white8: rgba(255,255,255,0.89);
  --blue1: #2d6297;
  --blue2: rgba(110,153,166,0.8);
  --blue3: rgba(45, 98, 151, 0.8);
  --blue4: rgba(96, 123, 176, 0.3);
  --blue5: rgba(96, 123, 176, 0.8);
  --blue6: #96b0cb;
  --blue7: #F5F8F8;
  --blue8: rgba(96, 143, 157, 0.8);
  --blue9: rgba(205, 217, 222, 0.6);
  --blue10: #E8ECEC;
  --blue11: #8ab8db;
  --blue12: #708db9;
  --blue13: #6090ba;
  --blue14: rgba(96,182,199,0.79);
  --blue15: rgba(209,234,239,0.79);
  --blue16: #008a95;
  --blue17: rgba(45, 98, 151, 0.15);
  --blue18: #e2e9f0;
  --blue19: #7db0d7;
  --blue20: rgba(226, 233, 240, 0.3);
  --blue21: #607bb0;
  --blue22: rgba(45, 98, 151, 0.7);
  --blue23: rgba(45, 98, 151, 0.2);
  --blue24: rgba(127, 152, 184, 0.2);
  --blue25: rgba(111, 154, 191, 0.8);
  --blue26: rgba(45, 98, 151, 0.3);
  --blue27: #313b4d;
  --yellow1: rgba(182,157,57,0.3);
  --yellow2: rgba(182,157,57,0.8);
  --yellow3: rgba(210,156,58,0.8);
  --yellow4: rgba(255,245,168,0.4);
  --yellow5: #E2C182;
  --yellow6: #fff5a8;
  --yellow7: #fff5af;
  --yellow8: rgba(211,192,102,0.85);
  --yellow9: #D6A64D;
  --yellow10: #faf8ee;
  --yellow11: #b69d39;
  --yellow12: rgba(178,154,13,0.8);
  --brown1: rgba(214,166,77,0.8);
  --brown2: rgba(214,166,77,0.45);
  --brown3: rgba(160,98,83,0.8);
  --brown4: rgba(203,119,35,0.8);
  --black1: rgba(51,51,63,0.26);
  --black2: rgba(0,0,0,0.1);
  --black3: rgba(0,0,0,0.3);
  --black4: rgba(51,51,63,0.15);
  --red1: rgba(172,117,104,0.3);
  --red2: rgba(172,117,104,0.8);
  --red3: #bc9394;
  --red4: rgba(194,124,122,0.8);
  --red5: rgba(240,218,222,0.8);
  --red6: #bb6e6c;
  --red7: rgba(183,112,113,0.8);
  --red8: #c7754d;
  --red9: #d28f80;
  --red10: #ac7568;
  --red11: rgba(210,143,128,0.8);
  --green1: rgba(108,173,146,0.3);
  --green2: rgba(108,173,146,0.8);
  --green3: #8cc6ad;
  --green4: rgba(141, 174, 118, 0.15);
  --green5: #8b9d64;
  --green6: #8dae76;
  --green7: #e8efe4;
  --green8: rgba(141, 174, 118, 0.8);
  --green9: #6cad92;
  --green10: #dbff81;
  --green11: rgba(93, 147, 116, 0.8);
  --green12: rgba(131, 186, 163, 0.8);
  --gray1: #F5F8F8;
  --purple1: #bcb1d7;
  --pink1: rgba(213,127,122,0.8);
  --gradient1: linear-gradient(45deg, rgba(236, 244, 210, 1) 0%, rgba(196, 215, 250, 1) 100%);
  --gradient2: linear-gradient(90deg, rgba(245, 219, 231, 1) 0%, rgba(237, 190, 213, 1) 50%, rgba(236, 185, 210, 1) 57.24%, rgba(230, 162, 196, 1) 100%);
  --gradient3: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 2.04%, rgba(255, 255, 255, 0.08) -2%, rgba(255, 255, 255, 1) 64%);
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.roboto {
  font-family: var(--en-font);
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
  z-index: 10;
}
.content.wid02 {
  max-width: 110rem;
}
.content.wid03 {
  max-width: 120rem;
}
.content.wid04 {
  max-width: 125rem;
}
.content.wid05 {
  max-width: 115.2rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 1.6rem;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.comLink a {
  display: block;
  padding: 2rem 5.3rem 2rem 0;
  color: var(--blue1);
  font-weight: 500;
  letter-spacing: 0.1em;
  background: url(../img/common/icon04.webp) no-repeat right center/4.4rem;
}
.comLink a:hover {
  opacity: 0.6;
}
.comLink.style01 a {
  padding: 2rem 6.5rem 2.2rem 0;
  color: var(--red6);
  font-size: 1.8rem;
  background-image: url(../img/common/icon08.webp);
  background-size: 4.9rem;
  letter-spacing: 0.14em;
}
@media all and (max-width: 896px) {
  .comLink {
    margin: 0 0.1rem 0 auto;
  }
  .comLink a {
    display: block;
    padding: 1rem 3.6rem 1rem 0;
    color: var(--blue1);
    font-weight: 500;
    letter-spacing: 0.1em;
    background-size: 3rem;
  }
  .comLink.style01 a {
    padding: 1rem 5.2rem 1.2rem 0;
    font-size: 1.5rem;
    background-size: 3.9rem;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  position: relative;
  z-index: 5;
}
.headLine01 .jp {
  margin-bottom: -2.3rem;
  display: block;
  color: var(--blue1);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.headLine01 .en {
  margin-left: -2rem;
  font-family: var(--en-font);
  font-size: 14.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px var(--blue1);
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .headLine01 .jp {
    margin-bottom: -1.2rem;
    font-size: 1.2rem;
  }
  .headLine01 .en {
    margin-left: 0;
    font-size: 8.5rem !important;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109.1rem;
  background: var(--black4);
  clip-path: polygon(0 53.6%, 0 100%, 100% 46.4%, 100% 0%);
}
@media all and (max-width: 896px) {
  .comBgBox {
    height: 39.3rem;
    clip-path: polygon(0 40.2%, 0 100%, 100% 59.3%, 100% 0%);
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin: 0 auto;
  width: 44.6rem;
}
.comBtn a {
  padding: 1rem 8.8rem 1rem 5rem;
  min-height: 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.comBtn a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--yellow9);
  border-radius: 4rem;
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comBtn a::after {
  position: absolute;
  top: calc(50% - 0.1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.7rem;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../img/common/icon10.webp) no-repeat left top/100%;
  content: "";
}
@media all and (min-width: 1025px) {
  .comBtn a:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
@media all and (max-width: 896px) {
  .comBtn {
    width: auto;
    max-width: 33.5rem;
  }
  .comBtn a {
    padding: 1rem 6rem 1.1rem 5rem;
    min-height: 6.4rem;
  }
  .comBtn a::after {
    right: 2.2rem;
    width: 3rem;
    height: 3rem;
  }
}

/*------------------------------------------------------------
	comTreatment
------------------------------------------------------------*/
.comTreatment {
  padding: 7.8rem 0 6.3rem;
  position: relative;
  background: url(../img/common/com_treatment_bg01.webp) no-repeat center center/cover;
  overflow: hidden;
}
.comTreatment .comBgBox {
  top: -34.3rem;
}
.comTreatment .hTitle {
  margin-bottom: 6.3rem;
  text-align: center;
  line-height: 1.2;
}
.comTreatment .hTitle .en {
  margin-bottom: -9.6rem;
  display: block;
  font-size: 15rem;
  font-weight: 400;
  font-family: var(--en-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--blue18);
}
.comTreatment .hTitle .jp {
  color: var(--white);
  display: block;
  font-family: var(--base-font);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.comTreatment .linkArea .lBox,
.comTreatment .linkArea .rBox {
  width: 50%;
}
.comTreatment .linkArea .lBox {
  padding: 0 3.4rem 5.1rem 0;
  border-right: 1px solid var(--blue20);
}
.comTreatment .linkArea .rBox {
  padding-left: 3.4rem;
}
.comTreatment .linkArea .subBox {
  margin-bottom: 1.2rem;
  padding: 1.7rem 0 3.4rem;
  border-bottom: 1px solid var(--blue20);
}
.comTreatment .linkArea .subBox:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comTreatment .linkArea .subBox .titleBox {
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comTreatment .linkArea .subBox .titleBox .photo {
  width: 7.4rem;
}
.comTreatment .linkArea .subBox .titleBox .title {
  padding-top: 0.4rem;
  width: calc(100% - 8.7rem);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
.comTreatment .linkArea .subBox .titleBox .title small {
  margin-bottom: -0.4rem;
  display: block;
  font-family: var(--base-font);
  font-size: 1.4rem;
  letter-spacing: 0.11em;
}
.comTreatment .linkArea .subBox .titleBox .title.spec {
  margin-right: -3rem;
  letter-spacing: -0.12em;
  width: calc(100% - 5.7rem);
}
.comTreatment .linkArea .subBox .linkUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 0;
}
.comTreatment .linkArea .subBox .linkUl li {
  padding: 1.8rem 1rem 1.9rem;
  width: calc((100% - 1.2rem) / 2);
  background: var(--white4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comTreatment .linkArea .subBox .linkUl li .text {
  margin: 0 -0.8rem 0.7rem;
  color: var(--blue1);
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.12em;
}
.comTreatment .linkArea .subBox .linkUl li .link {
  margin: 0 auto;
  width: 21.4rem;
}
.comTreatment .linkArea .subBox .linkUl li .link a {
  padding: 0 2.5rem 0.2rem;
  min-height: 4.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  z-index: 1;
}
.comTreatment .linkArea .subBox .linkUl li .link a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue19);
  border-radius: 2.3rem;
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comTreatment .linkArea .subBox .linkUl li .link a::after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/common/icon11.webp) no-repeat left top/100%;
  content: "";
}
@media all and (min-width: 1025px) {
  .comTreatment .linkArea .subBox .linkUl li .link a:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
.comTreatment .linkArea .subBox .linkUl li .link.spec a {
  letter-spacing: 0.04em;
}
.comTreatment .linkArea .subBox .linkUl.style01 li .link a::before {
  background: var(--blue12);
}
@media all and (max-width: 896px) {
  .comTreatment {
    padding: 2.4rem 0 6rem;
    background: url(../img/common/com_treatment_bg01_sp.webp) no-repeat center bottom/cover;
  }
  .comTreatment .comBgBox {
    top: 5.3rem;
    height: 30.2rem;
    clip-path: polygon(0 52.4%, 0 100%, 100% 46.8%, 100% 0%);
  }
  .comTreatment .hTitle {
    margin-bottom: 5.3rem;
  }
  .comTreatment .hTitle .en {
    margin-bottom: -5.8rem;
    font-size: 8.5rem;
  }
  .comTreatment .hTitle .jp {
    font-size: 2.6rem;
  }
  .comTreatment .linkArea {
    display: block;
  }
  .comTreatment .linkArea .lBox,
  .comTreatment .linkArea .rBox {
    padding: 0 !important;
    width: auto !important;
  }
  .comTreatment .linkArea .lBox {
    border-right: none;
    margin-bottom: 3.2rem;
    padding-bottom: 3.4rem !important;
    border-bottom: 1px solid var(--blue20);
  }
  .comTreatment .linkArea .subBox {
    margin-bottom: 2.9rem;
    padding: 0 0 3.4rem;
  }
  .comTreatment .linkArea .subBox .titleBox .photo {
    width: 5.9rem;
  }
  .comTreatment .linkArea .subBox .titleBox .title {
    padding-top: 0.1rem;
    width: calc(100% - 7rem);
    font-size: 2.6rem;
    letter-spacing: 0.02em;
  }
  .comTreatment .linkArea .subBox .titleBox .title small {
    margin-bottom: -0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }
  .comTreatment .linkArea .subBox .titleBox .title.spec {
    padding-top: 0.4rem;
    margin-right: -1.5rem;
    font-size: 2.4rem;
    letter-spacing: -0.2em;
    width: calc(100% - 5.5rem);
  }
  .comTreatment .linkArea .subBox .titleBox .title.style01 {
    margin-right: -1.5rem;
    width: calc(100% - 5.5rem);
  }
  .comTreatment .linkArea .subBox .linkUl {
    gap: 0.9rem 0;
  }
  .comTreatment .linkArea .subBox .linkUl li {
    padding: 1.4rem 1rem 1.5rem;
    width: calc((100% - 1.1rem) / 2);
  }
  .comTreatment .linkArea .subBox .linkUl li .text {
    margin: 0 -0.8rem 0.7rem;
    font-size: 1.2rem;
    line-height: 1.33;
  }
  .comTreatment .linkArea .subBox .linkUl li .link {
    width: auto;
    max-width: 13.6rem;
  }
  .comTreatment .linkArea .subBox .linkUl li .link a {
    padding: 0 2rem 0.2rem 1.5rem;
    font-size: 1.4rem;
  }
  .comTreatment .linkArea .subBox .linkUl li .link a::after {
    right: 1.3rem;
  }
  .comTreatment .linkArea .subBox .linkUl li .link.style01 a {
    padding-left: 0.5rem;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
  .comTreatment .linkArea .subBox .linkUl li .link.spec a {
    letter-spacing: 0.04em;
  }
}

/*------------------------------------------------------------
	comHospitalBox
------------------------------------------------------------*/
.comHospitalBox {
  margin: 0 auto;
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comHospitalBox .lBox {
  width: 44.5rem;
}
.comHospitalBox .lBox .tableBox {
  margin-bottom: 2.2rem;
  padding-top: 1.8rem;
}
.comHospitalBox .lBox .tableBox table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comHospitalBox .lBox .tableBox table th,
.comHospitalBox .lBox .tableBox table td {
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.comHospitalBox .lBox .tableBox table th {
  padding: 1.4rem 0 1.3rem;
  border-top: 1px solid var(--blue1);
  border-bottom: 1px solid var(--blue1);
  font-family: var(--sub-font);
  font-size: 1.59rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--blue1);
}
.comHospitalBox .lBox .tableBox table th:first-child {
  padding-right: 0.3rem;
  width: 37.2%;
  text-align: center;
}
.comHospitalBox .lBox .tableBox table th:last-child {
  width: 11.8%;
}
.comHospitalBox .lBox .tableBox table td {
  padding: 1.5rem 0 0.4rem;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.comHospitalBox .lBox .tableBox table td:first-child {
  padding-right: 0.2rem;
  text-align: center;
}
.comHospitalBox .lBox .tableBox table td .dot {
  color: var(--blue1);
  font-size: 1.54rem;
}
.comHospitalBox .lBox .tableBox table td small {
  margin-left: -1rem;
  color: var(--blue1);
  font-size: 1.27rem;
  letter-spacing: 0.02em;
}
.comHospitalBox .lBox .tableBox table tr:last-child td {
  padding: 0 0 1.6rem;
  border-bottom: 1px solid var(--blue1);
}
.comHospitalBox .lBox .linkBox .link {
  margin: 0 auto 1.5rem;
  width: 39.5rem;
}
.comHospitalBox .lBox .linkBox .link:last-child {
  margin-bottom: 0;
}
.comHospitalBox .lBox .linkBox .link a {
  padding: 1.7rem 0 1.7rem;
  display: block;
  position: relative;
}
.comHospitalBox .lBox .linkBox .link a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brown1);
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comHospitalBox .lBox .linkBox .link a::after {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--yellow3);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}
.comHospitalBox .lBox .linkBox .link a .subBox {
  position: relative;
  z-index: 5;
}
.comHospitalBox .lBox .linkBox .link a .text {
  margin: 0 0 -0.5rem !important;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.comHospitalBox .lBox .linkBox .link a .tel {
  margin: 0 auto;
  padding-left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: var(--white);
  font-size: 2.8rem;
  font-family: var(--en-font);
  letter-spacing: 0.06em;
  background: url(../img/common/icon01.webp) no-repeat left top calc(50% + 0.2rem)/1.5rem;
}
@media all and (min-width: 1025px) {
  .comHospitalBox .lBox .linkBox .link a:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
.comHospitalBox .lBox .linkBox .link:nth-child(2) a {
  padding-bottom: 2rem;
}
.comHospitalBox .lBox .linkBox .link:nth-child(2) a::before {
  background: var(--blue2);
}
.comHospitalBox .lBox .linkBox .link:nth-child(2) a .sub {
  margin: 0.6rem auto 0;
  padding-left: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: url(../img/common/icon02.webp) no-repeat left top calc(50% - 0.1rem)/2rem;
}
.comHospitalBox .lBox .linkBox .link:nth-child(2) a::after {
  background: var(--blue8);
}
.comHospitalBox .mapBox {
  width: 70rem;
}
.comHospitalBox .mapBox .map {
  margin-bottom: 0.2rem;
  aspect-ratio: 70/37;
}
.comHospitalBox .mapBox .map iframe {
  width: 100%;
  height: 100%;
}
.comHospitalBox .mapBox .comLink {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 896px) {
  .comHospitalBox {
    margin: 0;
    max-width: inherit;
    display: block;
  }
  .comHospitalBox .lBox {
    margin-bottom: 3rem;
    width: auto;
  }
  .comHospitalBox .lBox .tableBox {
    margin: 0 auto 3.4rem;
    max-width: 36.7rem;
    padding: 0 1.6rem;
  }
  .comHospitalBox .lBox .tableBox table th {
    padding: 0.8rem 0 0.9rem;
    font-size: 1.4rem;
  }
  .comHospitalBox .lBox .tableBox table th:first-child {
    padding: 0 0 0 0.3rem;
    width: 37.8%;
    text-align: center;
  }
  .comHospitalBox .lBox .tableBox table th:last-child {
    width: 11%;
  }
  .comHospitalBox .lBox .tableBox table td {
    padding: 0.8rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .comHospitalBox .lBox .tableBox table td:first-child {
    padding-right: 0;
  }
  .comHospitalBox .lBox .tableBox table td .dot {
    font-size: 1.4rem;
  }
  .comHospitalBox .lBox .tableBox table td small {
    margin-left: -0.6rem;
    font-size: 1rem;
  }
  .comHospitalBox .lBox .tableBox table tr:last-child td {
    padding: 0 0 0.8rem;
  }
  .comHospitalBox .lBox .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comHospitalBox .lBox .linkBox .link {
    margin: 0 auto;
    width: 50%;
  }
  .comHospitalBox .lBox .linkBox .link:last-child {
    margin-bottom: 0;
  }
  .comHospitalBox .lBox .linkBox .link a {
    padding: 1.2rem 0 0.7rem;
    height: 100%;
  }
  .comHospitalBox .lBox .linkBox .link a::after {
    top: 0.3rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .comHospitalBox .lBox .linkBox .link a .text {
    margin: 0 0 0 !important;
    font-size: 0.9rem;
  }
  .comHospitalBox .lBox .linkBox .link a .tel {
    margin: 0 auto;
    padding-left: 1.4rem;
    font-size: 1.8rem;
    background: url(../img/common/icon01.webp) no-repeat left top calc(50% + 0.1rem)/1rem;
  }
  .comHospitalBox .lBox .linkBox .link:nth-child(2) a {
    padding-bottom: 1rem;
  }
  .comHospitalBox .lBox .linkBox .link:nth-child(2) a .sub {
    margin: 0.1rem auto 0;
    padding-left: 2.1rem;
    font-size: 1.5rem;
    background: url(../img/common/icon07_sp.webp) no-repeat left top calc(50% - 0.1rem)/1.5rem;
  }
  .comHospitalBox .mapBox {
    margin: 0 1.6rem;
    width: auto;
  }
  .comHospitalBox .mapBox .map {
    margin-bottom: 0.8rem;
    aspect-ratio: 335/370;
  }
  .comHospitalBox .mapBox .comLink {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .comHospitalBox .mapBox .comLink a {
    padding-right: 4.1rem;
    background-size: 3.5rem;
  }
}

/*------------------------------------------------------------
	fixLinkList
------------------------------------------------------------*/
.fixLinkList {
  position: fixed;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .fixLinkList {
    bottom: 0;
  }
}
.fixLinkList.on {
  opacity: 1;
  visibility: visible;
}
.fixLinkList li {
  width: 25%;
}
.fixLinkList li a {
  padding: 1rem 0 0.6rem;
  display: block;
  background: var(--brown1);
}
.fixLinkList li a .photo {
  margin: 0 auto 0.1rem;
  width: 1.8rem;
}
.fixLinkList li a .text {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.fixLinkList li:nth-child(2) a {
  background: var(--blue2);
}
.fixLinkList li:nth-child(3) a {
  background: var(--green12);
}
.fixLinkList li:nth-child(4) a {
  background: var(--red11);
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}

.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.expert {
  padding: 9.8rem 0 9.7rem;
  position: relative;
  background: var(--blue13);
}
.expert::before {
  position: absolute;
  bottom: 0;
  right: -0.6rem;
  width: 68.3rem;
  height: 57rem;
  background: url(../img/index/expert_bg01.webp) no-repeat bottom right/100%;
  content: "";
  mix-blend-mode: luminosity;
}
.expert .comBgBox {
  top: -38rem;
}
.expert .comBgBox.style01 {
  top: auto;
  bottom: -7.4rem;
}
.expert .titleBox {
  margin-bottom: 0.9rem;
  padding: 0 4.6rem;
  position: relative;
  z-index: 1;
}
.expert .titleBox::before {
  margin-top: -3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.1rem;
  height: 10.1rem;
  background: url(../img/common/icon03.webp) no-repeat left top/100%;
  content: "";
  z-index: -1;
}
.expert .titleBox .title {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 7.8rem;
  letter-spacing: 0.08em;
}
.expert .titleBox .title small {
  font-size: 5.9rem;
  letter-spacing: -0.04em;
}
.expert .titleBox .title .sub {
  letter-spacing: -0.05em;
}
.expert .titleBox .topBox {
  margin-bottom: -1.7rem;
}
.expert .titleBox .topBox .title {
  width: calc(100% - 28.2rem);
}
.expert .titleBox .topBox .photo {
  margin: -4rem 0 0 -2.5rem;
  width: 28.1rem;
}
.expert .titleBox .bottomBox {
  margin-right: -0.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.expert .titleBox .bottomBox .title {
  width: calc(100% - 25.5rem);
  text-align: right;
}
.expert .titleBox .bottomBox .photo {
  margin: -0.3rem -0.5rem 0 0;
  width: 25.3rem;
}
.expert .inner .subInner {
  margin-bottom: 7.3rem;
}
.expert .inner .subInner .bgBox {
  background: var(--red4);
}
.expert .inner .subInner:last-child {
  margin-bottom: 0;
}
.expert .inner .subInner .imgBox {
  margin: 0 auto;
  padding: 0.5rem 0 0;
  max-width: 109.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.expert .inner .subInner .imgBox .photoBox {
  margin: -3.6rem 0 -13.8rem;
  width: 38.7%;
  position: relative;
}
.expert .inner .subInner .imgBox .photoBox .tagBox {
  position: absolute;
  z-index: 5;
  top: 5.1rem;
  left: -10.7rem;
  width: 25.3rem;
  height: 25.3rem;
  border-radius: 50%;
  background: var(--yellow8);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expert .inner .subInner .imgBox .photoBox .tagBox .text {
  margin-bottom: -1.8rem;
  font-size: 2.66rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18em;
}
.expert .inner .subInner .imgBox .photoBox .tagBox .bigText {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.expert .inner .subInner .imgBox .photoBox .tagBox .bigText .number {
  margin-right: 0.5rem;
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.expert .inner .subInner .imgBox .photoBox .tagBox .bigText small {
  font-size: 2.4rem;
}
.expert .inner .subInner .imgBox .photoBox .photo {
  clip-path: polygon(0% 8.5rem, 100% 0%, 100% calc(100% - 8.5rem), 0% 100%);
}
.expert .inner .subInner .imgBox .textBox {
  padding: 5.7rem 0 0;
  width: 56%;
}
.expert .inner .subInner .imgBox .textBox .hTitle {
  margin-bottom: 2.2rem;
  color: var(--white);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.expert .inner .subInner .imgBox .textBox .hTitle .big {
  margin-top: -0.3rem;
  display: block;
  font-size: 6rem;
  font-weight: 400;
  font-family: var(--sub-font);
  letter-spacing: 0.08em;
}
.expert .inner .subInner .imgBox .textBox .hTitle .big small {
  font-size: 4.4rem;
  letter-spacing: 0;
}
.expert .inner .subInner .imgBox .textBox .text {
  line-height: 2.375;
  color: var(--white);
  letter-spacing: 0.1em;
  text-align: justify;
}
.expert .inner .subInner .linkBox {
  padding: 1rem 7.2rem 1.1rem;
  background: var(--red5);
}
.expert .inner .subInner .linkBox .comLink {
  margin-left: auto;
}
.expert .inner .subInner.reverse .bgBox {
  background: var(--blue14);
}
.expert .inner .subInner.reverse .imgBox .photoBox {
  margin: -4.6rem -0.6rem -7rem 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.expert .inner .subInner.reverse .imgBox .photoBox .tagBox {
  top: 7rem;
  left: auto;
  right: -9.5rem;
}
.expert .inner .subInner.reverse .imgBox .photoBox .tagBox .bigText {
  letter-spacing: 0;
}
.expert .inner .subInner.reverse .imgBox .photoBox .tagBox .bigText .number {
  letter-spacing: -0.08em;
}
.expert .inner .subInner.reverse .imgBox .textBox {
  padding-top: 6.9rem;
}
.expert .inner .subInner.reverse .linkBox {
  padding: 1rem 7.7rem 1.1rem;
  background: var(--blue15);
}
.expert .inner .subInner.reverse .linkBox .comLink {
  margin-left: 0;
}
.expert .inner .subInner.reverse .linkBox .comLink a {
  color: var(--blue16);
  background-image: url(../img/common/icon09.webp);
}
.expert .textArea {
  margin-top: 8.3rem;
}
.expert .textArea .innerTitle {
  margin-bottom: 4.2rem;
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 400;
  font-family: var(--sub-font);
  letter-spacing: 0.1em;
  line-height: 1.67;
}
.expert .textArea .innerTitle .sub {
  position: relative;
}
.expert .textArea .innerTitle .sub::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  height: 0.2rem;
  border-bottom: 0.2rem dotted var(--white);
  content: "";
}
.expert .textArea .innerTitle .sub.sub01::before {
  left: 0.2rem;
}
.expert .textArea .innerText {
  color: var(--white);
  line-height: 2.375;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .expert {
    padding: 4.5rem 0 4.9rem;
  }
  .expert::before {
    display: none;
  }
  .expert .spBg {
    position: absolute;
    right: -0.4rem;
    bottom: 31.2rem;
    width: 31.5rem;
    background: url(../img/index/expert_bg01_sp.webp) no-repeat left top/100%;
    mix-blend-mode: luminosity;
    z-index: 1;
    opacity: 0.5;
  }
  .expert .comBgBox {
    top: -8.8rem;
    z-index: 2;
  }
  .expert .comBgBox.style01 {
    top: auto;
    bottom: 30rem;
  }
  .expert .titleBox {
    margin: 0 auto 3.8rem;
    width: 100%;
    max-width: 34rem;
    padding: 0 0.8rem;
  }
  .expert .titleBox::before {
    margin-top: -0.2rem;
    width: 4rem;
    height: 4rem;
  }
  .expert .titleBox .title {
    font-size: 3.36rem;
    line-height: 1.18;
  }
  .expert .titleBox .title small {
    font-size: 2.6rem;
  }
  .expert .titleBox .topBox {
    margin-bottom: 1.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert .titleBox .topBox .title {
    margin-right: -2rem;
    width: calc(100% - 12.7rem);
  }
  .expert .titleBox .topBox .photo {
    margin: -0.2rem 0 0 0.2rem;
    width: 13.5rem;
  }
  .expert .titleBox .bottomBox {
    margin-right: -0.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert .titleBox .bottomBox .title {
    margin: 0 -1rem;
    width: calc(100% - 9.5rem);
    text-align: center;
  }
  .expert .titleBox .bottomBox .photo {
    margin: -0.5rem 0 0 -1.3rem;
    width: 12.5rem;
  }
  .expert .inner .subInner {
    margin-bottom: 3.9rem;
  }
  .expert .inner .subInner .imgBox {
    margin: 0 2rem;
    padding: 0.5rem 0 3.3rem;
    max-width: inherit;
    display: block;
  }
  .expert .inner .subInner .imgBox .photoBox {
    margin: -2.8rem 0 0.7rem;
    width: auto !important;
  }
  .expert .inner .subInner .imgBox .photoBox img {
    width: 100%;
  }
  .expert .inner .subInner .imgBox .photoBox .tagBox {
    padding-top: 0.1rem;
    top: 3.2rem;
    left: -3.2rem;
    width: 14.5rem;
    height: 14.5rem;
  }
  .expert .inner .subInner .imgBox .photoBox .tagBox .text {
    margin-bottom: -0.9rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.18em;
  }
  .expert .inner .subInner .imgBox .photoBox .tagBox .bigText {
    font-size: 2rem;
  }
  .expert .inner .subInner .imgBox .photoBox .tagBox .bigText .number {
    font-size: 3.3rem;
  }
  .expert .inner .subInner .imgBox .photoBox .tagBox .bigText small {
    font-size: 1.4rem;
  }
  .expert .inner .subInner .imgBox .photoBox .photo {
    clip-path: polygon(0% 24.5%, 100% 0%, 100% 75.5%, 0% 100%);
  }
  .expert .inner .subInner .imgBox .textBox {
    padding: 0 !important;
    width: auto !important;
  }
  .expert .inner .subInner .imgBox .textBox .hTitle {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .expert .inner .subInner .imgBox .textBox .hTitle .big {
    margin-top: -0.2rem;
    font-size: 3.6rem;
  }
  .expert .inner .subInner .imgBox .textBox .hTitle .big small {
    font-size: 2.7rem;
  }
  .expert .inner .subInner .imgBox .textBox .text {
    line-height: 2;
  }
  .expert .inner .subInner .linkBox {
    padding: 1rem 2rem 1.1rem !important;
  }
  .expert .inner .subInner .linkBox .comLink {
    margin: 0 auto !important;
  }
  .expert .inner .subInner.reverse .imgBox .photoBox {
    margin: -2.9rem 0 0.7rem;
  }
  .expert .inner .subInner.reverse .imgBox .photoBox .tagBox {
    top: 3.2rem;
    left: -3.2rem;
    right: auto;
  }
  .expert .inner .subInner.reverse .imgBox .photoBox .tagBox .bigText {
    letter-spacing: 0;
  }
  .expert .inner .subInner.reverse .imgBox .photoBox .tagBox .bigText .number {
    letter-spacing: -0.08em;
  }
  .expert .textArea {
    margin: 4.2rem -1.6rem 0;
  }
  .expert .textArea .innerTitle {
    margin: 0 -1rem 2.6rem 0;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .expert .textArea .innerTitle .sub::before {
    bottom: -0.2rem;
    border-width: 1px;
  }
  .expert .textArea .innerTitle .sub.sub01::before {
    left: 0;
  }
  .expert .textArea .innerText {
    line-height: 2;
  }
}/*# sourceMappingURL=common.css.map */