@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Baskervville SC", serif;
  --en-font2: "Aboreto", system-ui;
  --base-color: #515A6F;
  --grey2: #F6F7F9;
  --grey3: #F9F9F9;
  --white: #fff;
  --white80: rgba(255,255,255,0.8);
  --white70: rgba(255,255,255,0.7);
  --white40: rgba(255,255,255,0.4);
  --green: #0AB34F;
  --green2: #00AE47;
  --brown02: #59A6B6;
  --blk: #525252;
  --blk4: rgba(0, 0, 0, 0.6);
  --blk6: rgba(0, 0, 0, 0.06);
  --blk7: rgba(0, 0, 0, 0.7);
  --purple: #765D84;
  --pink: #F1688A;
  --blue1: #79CEDF;
  --blue2: #87DEF0;
  --blue3: #F6F7F9;
  --yellow: #FFFBA9;
  --linear1: linear-gradient(180deg, rgba(89, 166, 182, 0.00) 0%, #59A6B6 100%);
  --linear2: linear-gradient(180deg, rgba(87, 91, 111, 0.00) 0%, rgba(87, 91, 111, 0.20) 10%, rgba(87, 91, 111, 0.20) 60%, rgba(87, 91, 111, 0.00) 100%);
  --linear3: linear-gradient(90deg, #F7F7F7 0%, rgba(255, 255, 255, 0.00) 100%);
  --linear4: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #F7F7F7 100%);
  --linear5: linear-gradient(180deg, rgba(147, 193, 202, 0.00) 0%, #93C1CA 100%);
}

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

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

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

.serif {
  font-family: var(--sub-font);
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 120rem;
}
.content.wid02 {
  max-width: 110rem;
}
.content.wid03 {
  max-width: 130rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 2rem;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	.comBox
------------------------------------------------------------*/
.comBox {
  margin: 0 auto;
  max-width: 149.6rem;
  box-sizing: border-box;
}
@media all and (min-width: 897px) and (max-width: 1536px) {
  .comBox {
    margin: 0 2rem;
    max-width: inherit;
  }
}
@media all and (max-width: 896px) {
  .comBox {
    margin: 0 1rem;
    max-width: inherit;
  }
}

/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 3.1rem;
  text-align: center;
}
.headLine01 .en {
  display: block;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.42;
  color: var(--grey2);
}
.headLine01 .en .sml {
  font-size: 10rem;
}
.headLine01 .jp {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  color: var(--brown02);
  font-family: var(--sub-font);
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 1.4rem;
  }
  .headLine01 .en {
    margin-bottom: 1rem;
    font-size: 8rem;
    line-height: 1.42;
  }
  .headLine01 .en .sml {
    font-size: 3rem;
  }
  .headLine01 .jp {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}

/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.16rem;
}
.headLine02 .big {
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0.28rem;
}
.headLine02 .sub {
  font-size: 5rem;
  font-weight: 400;
}
.headLine02 small {
  font-size: 3.2rem;
  font-weight: 400;
}
.headLine02 .color01 {
  color: var(--yellow);
}
.headLine02 .color02 {
  color: var(--brown02);
}
.headLine02 .color03 {
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  .headLine02 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.096rem;
  }
  .headLine02 .big {
    font-size: 5rem;
    letter-spacing: 0.2rem;
  }
  .headLine02 .sub {
    font-size: 5rem;
  }
  .headLine02 small {
    font-size: 3.2rem;
    font-weight: 400;
  }
}

/*------------------------------------------------------------
	.comInfo
------------------------------------------------------------*/
.comInfo {
  width: 43.26%;
}
.comInfo .tag {
  margin-bottom: 3rem;
  padding: 0.1rem 0.5rem 0.2rem;
  text-align: center;
  color: var(--white);
  background-color: var(--base-color);
  letter-spacing: 0.42rem;
  border-radius: 1.2rem;
}
.comInfo .logo {
  margin-bottom: 2.7rem;
}
.comInfo .logo a {
  display: block;
  opacity: 1;
}
.comInfo .add {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
  font-feature-settings: "palt";
}
.comInfo .addList {
  margin-bottom: 2.1rem;
}
.comInfo .addList li {
  padding: 0.1rem 0 0.5rem 4.1rem;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  background: url(../img/common/train_icon.webp) no-repeat left top/3rem;
}
.comInfo .schedule {
  margin-bottom: 2.3rem;
  padding: 1.5rem 2rem 1.8rem;
  border-radius: 1.6rem;
  background: var(--white);
}
.comInfo .schedule ul li {
  padding: 0.7rem 1.1rem 0.7rem 0;
  width: 7.15%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid var(--base-color);
}
.comInfo .schedule ul li.ttl {
  width: auto;
  flex: 1;
  letter-spacing: 0.16rem;
}
.comInfo .schedule ul.list01 {
  margin-bottom: 0.7rem;
}
.comInfo .schedule ul.list01 li {
  padding: 1.2rem 1.1rem 1.2rem 0;
}
.comInfo .schedule ul.list02 li {
  padding-bottom: 1.5rem;
}
.comInfo .schedule ul.list02 li.ttl {
  letter-spacing: 0.064rem;
}
.comInfo .schedule .notes {
  margin-top: 0.9rem;
  letter-spacing: 0.14rem;
}
.comInfo .tel {
  margin: 0 auto 2.3rem;
  width: fit-content;
}
.comInfo .tel a {
  padding-left: 3.4rem;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  background: url(../img/common/phone_icon.webp) no-repeat left top calc(50% + 0.2rem)/2.2rem;
}
.comInfo .btnUl li {
  width: 48.1%;
}
.comInfo .btnUl li a {
  padding: 1.3rem 0.5rem 1.4rem;
  display: block;
  background-color: var(--base-color);
  border-radius: 1.6rem;
  font-size: 2.2rem;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.088rem;
}
.comInfo .btnUl li span {
  padding: 0.2rem 0 0.2rem 3rem;
  background: url(../img/common/online_icon.webp) no-repeat left center/2.3rem;
}
.comInfo .btnUl li.li01 a {
  background-color: var(--green);
}
.comInfo .btnUl li.li01 span {
  padding: 0.2rem 0.5rem 0.2rem 3.4rem;
  background-image: url(../img/common/line_icon.webp);
  background-size: 2.6rem auto;
}
@media all and (max-width: 896px) {
  .comInfo {
    width: auto;
  }
  .comInfo .tag {
    margin-bottom: 2rem;
    padding: 0.3rem 0.5rem 0.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
  .comInfo .logo {
    margin: 0 auto 2.1rem;
    width: 33.5rem;
  }
  .comInfo .add {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
  }
  .comInfo .addList {
    margin-bottom: 1.8rem;
  }
  .comInfo .schedule {
    margin-bottom: 2.3rem;
    padding: 1rem 2rem 1.8rem;
    border-radius: 1.6rem;
    background: var(--white);
  }
  .comInfo .schedule ul li {
    padding: 0.5rem 0.3rem 0.5rem 0;
    width: 9.2%;
    font-size: 1.4rem;
  }
  .comInfo .schedule ul li.ttl {
    letter-spacing: 0.14rem;
  }
  .comInfo .schedule ul.list01 {
    margin-bottom: 0.2rem;
  }
  .comInfo .schedule ul.list01 li {
    padding: 1rem 0.2rem 1rem 0;
  }
  .comInfo .schedule ul.list01 li.ttl {
    padding-right: 0.6rem;
  }
  .comInfo .schedule ul.list02 li {
    padding: 1.5rem 0.3rem 1.2rem;
  }
  .comInfo .schedule ul.list02 li.ttl {
    padding: 0.5rem 0.3rem 0.9rem 0;
    text-align: left;
    letter-spacing: 0.056rem;
    line-height: 1.26;
  }
  .comInfo .schedule ul.list02 li.ttl span {
    margin: 0 auto;
    width: fit-content;
    display: block;
  }
  .comInfo .schedule .notes {
    margin-top: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
  .comInfo .tel {
    margin-bottom: 2rem;
  }
  .comInfo .tel a {
    font-size: 3.2rem;
    letter-spacing: 0.064rem;
    background-size: 1.9rem auto;
    background-position: left 1rem top calc(50% + 0.2rem);
  }
  .comInfo .btnUl {
    display: block;
  }
  .comInfo .btnUl li {
    width: auto;
  }
  .comInfo .btnUl li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .comInfo .btnUl li a {
    border-radius: 1.2rem;
  }
  .comInfo .btnUl li span {
    padding-left: 3.2rem;
  }
}

/*------------------------------------------------------------
    comLinkArea
------------------------------------------------------------*/
.comLinkArea {
  position: relative;
  z-index: 5;
}
.comLinkArea .hTitle {
  margin-bottom: 3.3rem;
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8rem;
  text-align: center;
}
.comLinkArea .hTitle .color {
  color: var(--brown02);
}
.comLinkArea .text {
  margin-bottom: 13.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.5rem;
  font-family: var(--sub-font);
}
.comLinkArea .linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1px;
}
.comLinkArea .linkList li {
  width: calc((100% - 2px) / 3);
}
.comLinkArea .linkList li a {
  padding-bottom: 0.2rem;
  position: relative;
  display: block;
  aspect-ratio: 996/360;
  overflow: hidden;
}
.comLinkArea .linkList li a .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.comLinkArea .linkList li a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comLinkArea .linkList li a .subBox {
  padding: 4.8rem 0 0;
  position: relative;
  z-index: 5;
}
.comLinkArea .linkList li a .subBox .tag {
  margin: 0 auto 0.8rem;
  padding: 0.6rem 1.7rem 0.4rem 1.9rem;
  width: fit-content;
  border: 1px solid var(--white);
  border-radius: 3rem;
  box-shadow: 0 0 2rem 0 var(--blk6);
  backdrop-filter: blur(1.5rem);
  font-family: var(--sub-font);
  color: var(--white);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
.comLinkArea .linkList li a .subBox .sub {
  margin: 0 auto;
  padding: 0.5rem 7.2rem 0.5rem 0;
  width: fit-content;
  font-family: var(--sub-font);
  color: var(--white);
  font-size: 3rem;
  letter-spacing: 0.12rem;
  background: url(../img/common/icon06.webp) no-repeat right top calc(50% + 0.1rem)/6.3rem;
}
.comLinkArea .linkList li.style01 a {
  border-radius: 1.6rem 0 0 1.6rem;
  background-color: var(--base-color);
}
.comLinkArea .linkList li.style02 a {
  background-color: var(--blue1);
}
.comLinkArea .linkList li.style03 a {
  border-radius: 0 1.6rem 1.6rem 0;
  background-color: var(--green2);
}
.comLinkArea .linkList li.style04 {
  position: relative;
  width: 100%;
}
.comLinkArea .linkList li.style04 .photo01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27rem;
  z-index: 5;
  pointer-events: none;
}
.comLinkArea .linkList li.style04 .photo01 img {
  border-radius: 0 0 0 1.6rem;
}
.comLinkArea .linkList li.style04 a {
  aspect-ratio: 2992/360;
  border-radius: 1.6rem;
  background-color: var(--blk7);
}
.comLinkArea .linkList li.style04 a .subBox {
  margin: 0 auto;
  padding: 4.4rem 0 0;
  width: fit-content;
}
.comLinkArea .linkList li.style04 a .subBox .tag {
  margin: 0 0 -1.9rem 8.3rem;
}
.comLinkArea .linkList li.style04 a .subBox .sub {
  padding-right: 7.8rem;
  font-size: 3.6rem;
  letter-spacing: 0.72rem;
  background-position: right top calc(50% + 1.1rem);
}
.comLinkArea .linkList li.style04 a .subBox .sub .number {
  font-size: 5.8rem;
  letter-spacing: 1.12rem;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .comLinkArea {
    margin: 0;
  }
  .comLinkArea .hTitle {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.48rem;
  }
  .comLinkArea .text {
    margin: 0 -1rem 5.7rem;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.25rem;
  }
  .comLinkArea .linkList {
    margin: 0 2rem;
    display: block;
  }
  .comLinkArea .linkList li {
    width: auto;
  }
  .comLinkArea .linkList li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .comLinkArea .linkList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 335/140;
    border-radius: 1.6rem !important;
  }
  .comLinkArea .linkList li a .subBox {
    padding: 1rem 0 0;
  }
  .comLinkArea .linkList li a .subBox .tag {
    margin-bottom: 0.2rem;
    padding-bottom: 0.5rem;
    letter-spacing: 0.08rem;
  }
  .comLinkArea .linkList li a .subBox .sub {
    padding: 0.5rem 6.5rem 0.5rem 1rem;
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
    background-size: 5.5rem auto;
  }
  .comLinkArea .linkList li.style04 {
    overflow: hidden;
    border-radius: 1.6rem;
  }
  .comLinkArea .linkList li.style04 .photo01 {
    width: 12rem;
    left: -3.8rem;
    bottom: -1rem;
  }
  .comLinkArea .linkList li.style04 .photo01 img {
    border-radius: 0 0 0 1.6rem;
  }
  .comLinkArea .linkList li.style04 a {
    aspect-ratio: 335/160;
  }
  .comLinkArea .linkList li.style04 a .subBox {
    padding-top: 1.2rem;
  }
  .comLinkArea .linkList li.style04 a .subBox .tag {
    margin: 0 auto 0rem;
  }
  .comLinkArea .linkList li.style04 a .subBox .sub {
    padding: 0.2rem 6rem 0.5rem 1rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    background-position: right bottom 0.8rem;
  }
  .comLinkArea .linkList li.style04 a .subBox .sub .number {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
}

/*------------------------------------------------------------
    comTitle
------------------------------------------------------------*/
.comTitle {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.6rem;
  text-align: center;
}
.comTitle.white {
  color: var(--white);
}
.comTitle .big {
  color: var(--brown02);
  font-size: 6rem;
  letter-spacing: 1.2rem;
}
.comTitle .sub {
  margin-top: 0.9rem;
  display: block;
}
.comTitle .color01 {
  color: var(--blue2);
}
@media all and (max-width: 896px) {
  .comTitle {
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: 0.36rem;
  }
  .comTitle .big {
    font-size: 3.2rem;
    letter-spacing: 0.57rem;
    line-height: 1.48;
  }
  .comTitle .sub {
    margin-top: 0.9rem;
    display: block;
  }
}

/*------------------------------------------------------------
    comEn
------------------------------------------------------------*/
.comEn {
  display: block;
  font-family: var(--en-font);
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 1.8rem;
}
@media all and (max-width: 896px) {
  .comEn {
    font-size: 3.6rem;
    letter-spacing: 0.36rem;
  }
}

/*------------------------------------------------------------
    comBtnUl
------------------------------------------------------------*/
.comBtnUl li {
  width: fit-content;
}
.comBtnUl li a {
  padding: 0.7rem 7rem 0.7rem 0;
  display: block;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  background: url(../img/common/icon04.webp) no-repeat right center/6.3rem;
}
.comBtnUl.style01 li a {
  padding: 1rem 8rem 1rem 0;
  background-size: 7.3rem;
  background-image: url(../img/common/icon13.webp);
  background-position: right top calc(50% - 0.1rem);
}
@media all and (max-width: 896px) {
  .comBtnUl li {
    margin: 0 auto;
  }
  .comBtnUl li a {
    padding-right: 5rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    background-size: 4.4rem auto;
  }
  .comBtnUl.style01 li a {
    padding: 1rem 5.5rem 1rem 0;
    background-size: 4.7rem;
    background-position: right center;
  }
}

/*------------------------------------------------------------
	.comContactBox
------------------------------------------------------------*/
.comContactBox {
  margin-bottom: 4.8rem;
}
.comContactBox .subBox {
  padding-bottom: 10.2rem;
  border-bottom: 1px solid var(--base-color);
}
.comContactBox .map {
  width: 50%;
  aspect-ratio: 60/54;
  border-radius: 1.6rem;
  overflow: hidden;
}
.comContactBox .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .comContactBox {
    margin-bottom: 2.2rem;
  }
  .comContactBox .subBox {
    padding-bottom: 4rem;
    display: block;
  }
  .comContactBox .map {
    margin-bottom: 2.3rem;
    width: auto;
    aspect-ratio: 335/200;
  }
}

/*------------------------------------------------------------
    comTreatmentBox
------------------------------------------------------------*/
.comTreatmentBox {
  padding: 6.7rem 0 11.7rem;
}
.comTreatmentBox .en {
  margin-bottom: 0.3rem;
  color: var(--grey2);
  font-size: 16rem;
  font-family: var(--en-font);
  font-weight: 400;
  letter-spacing: 3.2rem;
  text-align: center;
  line-height: 1.2;
}
.comTreatmentBox .hTitle {
  margin-bottom: 3.1rem;
  text-align: center;
}
.comTreatmentBox .hTitle .sub {
  margin: 0 auto;
  padding: 1rem 4.4rem 1rem;
  width: fit-content;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: var(--sub-font);
  letter-spacing: 0.48rem;
  background: url(../img/common/line03.webp) no-repeat left top 0.9rem/1.3rem, url(../img/common/line04.webp) no-repeat right top 0.9rem/1.3rem;
}
.comTreatmentBox .hTitle .jp {
  color: var(--brown02);
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1rem;
}
.comTreatmentBox .hTitle .jp small {
  color: var(--base-color);
  font-size: 3rem;
  font-weight: 500;
}
.comTreatmentBox .text {
  margin: 0 -5rem 6.7rem;
  font-size: 2rem;
  font-family: var(--sub-font);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.6rem;
}
.comTreatmentBox .photoList {
  margin-bottom: 7.9rem;
  gap: 1px;
}
.comTreatmentBox .photoList li {
  width: calc((100% - 3px) / 4);
}
.comTreatmentBox .photoList li a {
  position: relative;
  display: block;
}
.comTreatmentBox .photoList li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blk4);
  content: "";
}
.comTreatmentBox .photoList li a .innText {
  margin-top: 0.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  text-align: center;
}
.comTreatmentBox .comBtnUl li {
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .comTreatmentBox {
    padding: 6.3rem 0 7.4rem;
  }
  .comTreatmentBox .en {
    margin-bottom: 0.7rem;
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
  .comTreatmentBox .hTitle {
    margin-bottom: 2rem;
    text-align: center;
  }
  .comTreatmentBox .hTitle .sub {
    margin: 0 auto -0.1rem;
    padding: 1rem 3.2rem 1rem;
    width: fit-content;
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.36rem;
    background: url(../img/common/line03_sp.webp) no-repeat left top 2rem/1.6rem, url(../img/common/line04_sp.webp) no-repeat right top 2rem/1.6rem;
  }
  .comTreatmentBox .hTitle .jp {
    color: var(--brown02);
    font-family: var(--sub-font);
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5rem;
  }
  .comTreatmentBox .hTitle .jp small {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .comTreatmentBox .text {
    margin: 0 0rem 4.8rem;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.324rem;
  }
  .comTreatmentBox .photoList {
    margin-bottom: 3.6rem;
    gap: 1px;
  }
  .comTreatmentBox .photoList li {
    width: calc((100% - 3px) / 3);
  }
  .comTreatmentBox .photoList li a {
    position: relative;
    display: block;
  }
  .comTreatmentBox .photoList li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blk4);
    content: "";
  }
  .comTreatmentBox .photoList li a .photo {
    aspect-ratio: 118/80;
  }
  .comTreatmentBox .photoList li a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .comTreatmentBox .photoList li a .innText {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }
  .comTreatmentBox .comBtnUl li {
    margin: 0 auto;
  }
}

.fixBtn {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  width: 20rem;
  z-index: 100;
}
.fixBtn a {
  padding: 4.7rem 2.5rem 0;
  display: block;
  min-height: 20rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: var(--sub-font);
  line-height: 1.58;
  letter-spacing: 0.18rem;
  background: url(../img/common/banner_bg.webp) no-repeat center center/cover;
  border-radius: 50%;
  box-sizing: border-box;
}
.fixBtn a .sub {
  position: relative;
  display: block;
  box-sizing: content-box;
}
.fixBtn a .sub::after {
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  width: 4.3rem;
  height: 2.8rem;
  background: url(../img/common/icon03.webp) no-repeat center center/100%;
  content: "";
}
.fixBtn a .sub .text {
  margin-bottom: -0.6rem;
  display: block;
}
.fixBtn a .sub .number {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
}
@media all and (max-width: 896px) {
  .fixBtn {
    position: fixed;
    bottom: 6rem;
    left: 1rem;
    right: 1rem;
    width: auto;
  }
  .fixBtn::before {
    position: absolute;
    top: -1rem;
    bottom: -7rem;
    left: -1rem;
    right: -1rem;
    background: #FFF;
    content: "";
    z-index: -1;
  }
  .fixBtn a {
    padding: 0.2rem 0 0;
    min-height: 7rem;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.108rem;
    background-image: url(../img/common/banner_bg_sp.webp);
    border-radius: 1.2rem;
  }
  .fixBtn a .sub {
    margin: 0 auto;
    padding-right: 6.1rem;
    position: relative;
    display: block;
    width: fit-content;
    box-sizing: content-box;
  }
  .fixBtn a .sub::after {
    position: absolute;
    bottom: 1.4rem;
    right: 0.9rem;
    width: 3.7rem;
    height: 2.4rem;
    background: url(../img/common/icon03.webp) no-repeat center center/100%;
    content: "";
  }
  .fixBtn a .sub .text {
    margin-bottom: -0.6rem;
    display: block;
  }
  .fixBtn a .sub .number {
    font-size: 2.6rem;
    letter-spacing: 0.156rem;
  }
}/*# sourceMappingURL=common.css.map */