@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Maru Gothic", sans-serif;
  --en-font: "Alumni Sans", sans-serif;
  --num-font: "Cabin", sans-serif;
  --base-color: #4B4B4B;
  --white: #fff;
  --purple: #9D86BE;
  --green: #86B05D;
  --pink: #F095B5;
  --yellow2: #ECBD3A;
  --blue2: #2FC3C0;
  --cream: #F8F5EC;
  --light_blue: #E8FBFA;
  --light-yellow: #FFFEC1;
  --blk: #444;
  --glay: #F2F2F2;
  --blue: #40C8DA;
  --color1: #EBE9E5;
  --color2: #96DFDD;
  --color3: #0866FF;
  --color4: #7AAEAD;
  --color5: #E8FBFA;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;
}

.noto {
  font-family: var(--base-font);
}

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

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

.cabin {
  font-family: var(--num-font);
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 6.7rem;
  text-align: center;
  overflow: hidden;
}
.headLine01 .en {
  margin: 0 0 -0.6rem 1.5rem;
  display: block;
  color: var(--blue2);
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
  font-family: var(--en-font);
}
.headLine01 .jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
}
.headLine01 .jp::before, .headLine01 .jp::after {
  position: absolute;
  top: calc(50% - 0.1rem);
  width: 1000rem;
  border-top: 0.4rem dotted var(--blue2);
  content: "";
}
.headLine01 .jp::before {
  left: calc(100% + 2.1rem);
}
.headLine01 .jp::after {
  right: calc(100% + 2.1rem);
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 4.2rem;
  }
  .headLine01 .en {
    margin: 0 0 0.3rem 0.7rem;
    font-size: 2rem;
    letter-spacing: 0.6rem;
  }
  .headLine01 .jp {
    font-size: 2.6rem;
    letter-spacing: 0.156rem;
  }
  .headLine01 .jp::before, .headLine01 .jp::after {
    top: calc(50% + 0.1rem);
    border-top-width: 0.2rem;
  }
  .headLine01 .jp::before {
    left: calc(100% + 1.2rem);
  }
  .headLine01 .jp::after {
    right: calc(100% + 1.2rem);
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin: 0 -1rem 9.1rem;
}
.headLine02 .en {
  margin-bottom: 2.6rem;
  display: block;
  color: var(--blue2);
  font-size: 16rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 4.8rem;
  font-family: var(--en-font);
}
.headLine02 .jp {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin: 0 -0.2rem 3.4rem;
  }
  .headLine02 .en {
    margin-bottom: 0.9rem;
    font-size: 5rem;
    letter-spacing: 1.5rem;
  }
  .headLine02 .jp {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 0.2rem;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 1rem;
  font-family: var(--en-font);
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 0.1rem;
    font-size: 3rem;
    letter-spacing: 0.6rem;
  }
}

/*------------------------------------------------------------
	comInformation
------------------------------------------------------------*/
.comInformation {
  max-width: 130rem;
  margin: 0 auto;
  padding: 11.2rem 0 8.5rem;
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border-radius: 4rem;
}
.comInformation .content {
  max-width: 114rem;
}
@media all and (max-width: 896px) {
  .comInformation {
    max-width: inherit;
    margin: 0 2rem;
    padding: 5.3rem 0 2.9rem;
    border-radius: 2rem;
  }
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact .textBox {
  width: 52rem;
}
.comContact .logo {
  margin-bottom: 4.3rem;
}
.comContact .tabBox {
  margin-bottom: 3rem;
  padding: 2.2rem 2rem 1.5rem;
  color: var(--blk);
  background-color: var(--cream);
  border-radius: 2rem;
}
.comContact .tabBox table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--blue2);
}
.comContact .tabBox table th,
.comContact .tabBox table td {
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16rem;
}
.comContact .tabBox table td {
  width: 9.3%;
}
.comContact .tabBox table td:last-child {
  width: 12%;
  padding-right: 1.2rem;
}
.comContact .tabBox table thead th,
.comContact .tabBox table thead td {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--blue2);
}
.comContact .tabBox table tbody th {
  padding: 0.9rem 3.1rem 0 0;
  text-align: right;
}
.comContact .tabBox table tbody td {
  padding: 1rem 0 0;
  color: var(--blue2);
}
.comContact .tabBox table tbody tr:last-child th {
  padding: 0.5rem 3.1rem 1.2rem 0;
}
.comContact .tabBox table tbody tr:last-child td {
  padding-top: 0.6rem;
}
.comContact .tabBox p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.14rem;
}
.comContact .listUl li a {
  height: 6rem;
  padding: 0 6rem 0 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--blue2) url(../img/common/icon05.webp) no-repeat right 3.8rem center;
  background-size: 0.8rem auto;
  border-radius: 5rem;
}
@media all and (min-width: 1025px) {
  .comContact .listUl li a:hover {
    opacity: 0.65;
  }
}
.comContact .listUl li a .sml {
  width: 18.2rem;
  padding: 0.2rem 0.5rem 0.4rem;
  text-align: center;
  color: var(--blue2);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  background-color: var(--white);
  border-radius: 5rem;
}
.comContact .listUl li a .big {
  margin: -0.4rem 0 0 2rem;
  padding: 0 0.1rem 0 3.4rem;
  font-size: 2.2rem;
  color: var(--white);
  background: url(../img/common/icon01.webp) no-repeat left top 1.1rem;
  background-size: 2.8rem auto;
}
.comContact .listUl li a .big .en {
  margin-right: 0.3rem;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
}
.comContact .listUl li.tel {
  margin-bottom: 3rem;
}
.comContact .listUl li.tel .num {
  margin: -0.2rem 0 0 2rem;
  padding: 0 0.2rem 0 2.1rem;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
  color: var(--white);
  background: url(../img/common/icon02.webp) no-repeat left top 1.2rem;
  background-size: 1.7rem auto;
}
.comContact .mapBox {
  width: 50rem;
}
.comContact .map {
  margin-bottom: 2.2rem;
  position: relative;
  height: 34rem;
  overflow: hidden;
  border-radius: 2rem;
}
.comContact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comContact .mapText {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  font-weight: 400;
}
.comContact .mapList li {
  padding: 0.2rem 0 1.8rem 4.1rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
  background: url(../img/common/icon06.webp) no-repeat left top;
  background-size: 3rem auto;
}
.comContact .mapList li:last-child {
  background-image: url(../img/common/icon07.webp);
}
@media all and (max-width: 896px) {
  .comContact {
    display: block;
  }
  .comContact .textBox {
    margin-bottom: 5rem;
    width: auto;
  }
  .comContact .logo {
    width: 29.5rem;
    margin: 0 auto 3.1rem;
  }
  .comContact .tabBox {
    padding: 1.6rem 2rem 1.2rem;
    border-radius: 1rem;
  }
  .comContact .tabBox table {
    margin-bottom: 0.9rem;
  }
  .comContact .tabBox table th,
  .comContact .tabBox table td {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
  .comContact .tabBox table th {
    width: 10.2rem;
  }
  .comContact .tabBox table td {
    width: auto;
  }
  .comContact .tabBox table td:last-child {
    padding-right: 0;
  }
  .comContact .tabBox table thead th,
  .comContact .tabBox table thead td {
    padding-bottom: 1rem;
  }
  .comContact .tabBox table thead th {
    padding-right: 1.5rem;
  }
  .comContact .tabBox table tbody th {
    padding: 0.8rem 1.8rem 0 0;
  }
  .comContact .tabBox table tbody td {
    padding: 0.9rem 0 0;
  }
  .comContact .tabBox table tbody tr:last-child th {
    padding: 0.1rem 1.8rem 0.9rem 0;
  }
  .comContact .tabBox table tbody tr:last-child td {
    padding-top: 0.2rem;
  }
  .comContact .tabBox p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.12rem;
  }
  .comContact .listUl {
    max-width: 29.5rem;
    margin: 0 auto;
  }
  .comContact .listUl li a {
    height: 10rem;
    padding: 2rem 1rem 0;
    display: block;
    background-position: right 2.8rem bottom 2.4rem;
    border-radius: 1rem;
  }
  .comContact .listUl li a .sml {
    width: 20.2rem;
    margin: 0 auto;
    display: block;
    padding: 0.3rem 0.5rem;
  }
  .comContact .listUl li a .big {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  .comContact .listUl li.tel {
    margin-bottom: 2rem;
  }
  .comContact .listUl li.tel a .sml {
    width: 18.2rem;
  }
  .comContact .listUl li.tel .num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding-right: 2rem;
  }
  .comContact .mapBox {
    width: auto;
  }
  .comContact .map {
    margin-bottom: 1.5rem;
    height: 0;
    padding-bottom: 67.8%;
    border-radius: 1rem;
  }
  .comContact .mapText {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .comContact .mapList li {
    padding: 0.5rem 0 1.4rem 4.1rem;
    letter-spacing: 0.14rem;
    line-height: 1.57;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  width: 24rem;
  margin: 0 auto;
}
.comLink a,
.comLink span {
  height: 5rem;
  padding: 0 3rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: 0.108rem;
  border-radius: 5rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: var(--base-color) url(../img/common/icon05.webp) no-repeat right 1.8rem center;
  background-size: 0.8rem auto;
}
@media all and (min-width: 1025px) {
  .comLink a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .comLink a,
  .comLink span {
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
  }
}

.doctor {
  padding: 11rem 0 0.1rem;
  margin-bottom: -16.3rem;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 897px) {
  .doctor .content {
    position: relative;
  }
  .doctor .content .comLink {
    position: absolute;
    right: 2rem;
    top: 34.5rem;
  }
}
.doctor .imgBox {
  margin-bottom: 6rem;
  padding: 3.6rem 5rem 4.4rem;
  background: url(../img/index/doctor_bg01.webp) no-repeat center top;
  background-size: cover;
  border-radius: 2rem;
}
.doctor .imgBox .textBox {
  margin-top: 1.4rem;
  width: 64rem;
}
.doctor .imgBox .textBox .name {
  margin-bottom: 2.6rem;
  padding-bottom: 2.9rem;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 0.8;
  border-bottom: 0.2rem solid var(--blue2);
}
.doctor .imgBox .textBox .name span {
  margin-bottom: 2.8rem;
  padding: 1.1rem 3rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: 0.18rem;
  background-color: var(--blue2);
  border-radius: 5rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.doctor .imgBox .textBox .ttl {
  margin-bottom: 1.7rem;
  color: var(--blue2);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.doctor .imgBox .textBox p {
  margin-bottom: 1rem;
  line-height: 2;
  letter-spacing: 0.096rem;
  text-align: justify;
}
.doctor .imgBox .textBox p:last-child {
  margin-bottom: 0 !important;
}
.doctor .imgBox .pho {
  width: 40rem;
}
.doctor .imgBox.pink {
  margin-bottom: 0;
  padding-bottom: 6.3rem;
  background-image: url(../img/index/doctor_bg02.webp);
}
.doctor .imgBox.pink .textBox .name {
  border-bottom-color: var(--pink);
}
.doctor .imgBox.pink .textBox .name span {
  background-color: var(--pink);
}
.doctor .imgBox.pink .textBox .ttl {
  color: var(--pink);
}
@media all and (max-width: 896px) {
  .doctor {
    padding: 4.7rem 0 5.9rem;
    margin-bottom: 0;
  }
  .doctor .imgBox {
    margin-bottom: 4.1rem;
    padding: 4rem 2rem !important;
    display: block;
    border-radius: 1rem;
  }
  .doctor .imgBox .textBox {
    margin-top: 0;
    width: auto;
  }
  .doctor .imgBox .textBox .name {
    margin-bottom: 2.2rem;
    padding-bottom: 2rem;
    font-size: 3rem;
    letter-spacing: 0.18rem;
  }
  .doctor .imgBox .textBox .name span {
    margin-bottom: 1.9rem;
    padding: 1.1rem 2rem 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .doctor .imgBox .textBox .ttl {
    margin-bottom: 2.3rem;
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .doctor .imgBox .textBox p {
    margin-bottom: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.084rem;
  }
  .doctor .imgBox .pho {
    width: 23.5rem;
    margin: 1.6rem auto 0;
  }
  .doctor .imgBox.pink {
    margin-bottom: 3.9rem;
  }
}

/*------------------------------------------------------------
	comTreatment
------------------------------------------------------------*/
.comTreatment {
  padding: 27.1rem 0 11.3rem;
  position: relative;
  background: url(../img/common/treatment_bg01.webp) no-repeat top center;
  background-size: cover;
}
.comTreatment .bg01 {
  position: absolute;
  left: 50%;
  top: 52.8rem;
  width: 40rem;
  margin-left: -73.8rem;
}
.comTreatment .headLine02 {
  margin-bottom: 9.8rem;
  text-align: center;
}
.comTreatment .headLine02 .en {
  margin: 0 0 1.3rem 4.6rem;
  color: var(--base-color);
}
.comTreatment .whiteBg {
  max-width: 130rem;
  margin: 0 auto;
  padding: 11.2rem 0 10rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--white);
  border-radius: 4rem;
}
.comTreatment .whiteBg .bg02 {
  position: absolute;
  right: -17.8rem;
  top: -18rem;
  width: 36rem;
}
.comTreatment .whiteBg .content {
  max-width: 122rem;
}
.comTreatment .whiteBg .content .imgBox {
  margin-bottom: 10.1rem;
  padding-bottom: 3.9rem;
  position: relative;
  border-bottom: 0.2rem solid var(--cream);
}
.comTreatment .whiteBg .content .imgBox .bg03 {
  position: absolute;
  left: -24.8rem;
  bottom: -8rem;
  width: 22rem;
}
.comTreatment .whiteBg .content .imgBox .textBox {
  width: 58rem;
  position: relative;
  z-index: 2;
}
.comTreatment .whiteBg .content .imgBox .textBox .ttl {
  margin: 0 -15rem 2.9rem 15.8rem;
  position: relative;
  color: var(--pink);
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.252rem;
}
.comTreatment .whiteBg .content .imgBox .textBox .ttl .big {
  margin-top: -1.2rem;
  display: block;
  font-size: 7rem;
  letter-spacing: 0.42rem;
}
.comTreatment .whiteBg .content .imgBox .textBox .ttl .ico {
  position: absolute;
  left: -22.8rem;
  top: -6.9rem;
  width: 25.1rem;
}
.comTreatment .whiteBg .content .imgBox .textBox p {
  margin-bottom: 7.3rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.108rem;
}
.comTreatment .whiteBg .content .imgBox .textBox .comLink {
  margin: 0;
}
.comTreatment .whiteBg .content .imgBox .photoBox {
  width: 70rem;
  margin: 0.8rem -17.8rem 0 0;
}
.comTreatment .whiteBg .content .imgBox .photoBox .photo img {
  width: 100%;
  border-radius: 2rem 0 0 2rem;
}
.comTreatment .whiteBg .content .imgBox .photoBox ul {
  margin: -16rem 0 0 -6rem;
}
.comTreatment .whiteBg .content .imgBox .photoBox ul li {
  margin-right: -4rem;
  position: relative;
  width: 20rem;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.comTreatment .whiteBg .content .imgBox .photoBox ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 14.8rem;
  text-align: center;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.036rem;
}
.comTreatment .whiteBg .content .imgBox .photoBox ul li p.big {
  top: 14.6rem;
  font-size: 2.4rem;
  letter-spacing: 0.144rem;
}
.comTreatment .whiteBg .content .imgBox.green {
  margin-bottom: 3.9rem;
}
.comTreatment .whiteBg .content .imgBox.green .bg04 {
  position: absolute;
  right: -29.8rem;
  bottom: -5.5rem;
  width: 29rem;
}
.comTreatment .whiteBg .content .imgBox.green .textBox .ttl {
  color: var(--blue2);
  font-weight: 700;
}
.comTreatment .whiteBg .content .imgBox.green .textBox .ttl .ico {
  left: -17.8rem;
  top: -5.7rem;
  width: 16.1rem;
}
.comTreatment .whiteBg .content .imgBox.green .photoBox {
  position: relative;
}
.comTreatment .whiteBg .content .imgBox.green .photoBox ul li p.txt {
  top: 14.4rem;
}
.comTreatment .whiteBg .content .linkUl {
  margin-bottom: 4.9rem;
  padding-bottom: 3.9rem;
  border-bottom: 0.2rem solid var(--cream);
}
.comTreatment .whiteBg .content .linkUl li {
  width: 56rem;
}
.comTreatment .whiteBg .content .linkUl li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media all and (min-width: 1025px) {
  .comTreatment .whiteBg .content .linkUl li a:hover {
    opacity: 0.65;
  }
}
.comTreatment .whiteBg .content .linkUl li a .title {
  position: absolute;
  left: 0;
  top: 5.5rem;
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}
.comTreatment .whiteBg .content .linkUl li a .title .en {
  margin-bottom: -0.4rem;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.6rem;
}
.comTreatment .whiteBg .content .linkUl li a .comLink {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comTreatment .whiteBg .content .linkUl li a .comLink span {
  border-radius: 2rem 0 0 0;
}
.comTreatment .whiteBg .content .linkList {
  margin: -4rem 0 9rem;
}
.comTreatment .whiteBg .content .linkList li {
  width: 22rem;
  margin: 4rem 2rem 0;
}
.comTreatment .whiteBg .content .linkList li a {
  height: 22rem;
  padding-top: 3.5rem;
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  background: var(--cream) url(../img/common/icon08.webp) no-repeat bottom 3.8rem center;
  background-size: 1.4rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 1025px) {
  .comTreatment .whiteBg .content .linkList li a:hover {
    opacity: 0.65;
  }
}
.comTreatment .whiteBg .content .linkList li a .ico {
  margin-bottom: 1.4rem;
}
.comTreatment .whiteBg .content .linkList li a .ico img {
  width: auto;
  height: 7.6rem;
}
.comTreatment .whiteBg .content .linkList li a p {
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
}
@media all and (max-width: 896px) {
  .comTreatment {
    padding: 6.1rem 2rem 5.3rem;
  }
  .comTreatment .bg01 {
    left: 0;
    top: 14.9rem;
    width: 8rem;
    margin-left: 0;
  }
  .comTreatment .bg05 {
    position: absolute;
    left: 0;
    top: 43.6%;
    width: 17rem;
  }
  .comTreatment .headLine02 {
    margin: 0 -2rem 4.3rem;
  }
  .comTreatment .headLine02 .en {
    margin: 0 0 0.7rem 1.9rem;
    font-size: 6rem;
    letter-spacing: 1.8rem;
  }
  .comTreatment .headLine02 .jp {
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
  }
  .comTreatment .whiteBg {
    max-width: inherit;
    padding: 8rem 0 6.1rem;
    border-radius: 2rem;
  }
  .comTreatment .whiteBg .bg02 {
    right: -9rem;
    top: -7rem;
    width: 16rem;
  }
  .comTreatment .whiteBg .content .imgBox {
    margin-bottom: 6.3rem;
    padding-bottom: 12.9rem;
    position: relative;
    display: block;
  }
  .comTreatment .whiteBg .content .imgBox .bg03 {
    left: -10rem;
    bottom: -3.1rem;
    width: 12rem;
  }
  .comTreatment .whiteBg .content .imgBox .textBox {
    width: auto;
    position: static;
  }
  .comTreatment .whiteBg .content .imgBox .textBox .ttl {
    margin: 0 0 1.5rem 7.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
  }
  .comTreatment .whiteBg .content .imgBox .textBox .ttl .big {
    margin-top: -0.6rem;
    font-size: 3.2rem;
    letter-spacing: 0.192rem;
  }
  .comTreatment .whiteBg .content .imgBox .textBox .ttl .ico {
    left: -10.7rem;
    top: -5.9rem;
    width: 10.5rem;
  }
  .comTreatment .whiteBg .content .imgBox .textBox p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.084rem;
  }
  .comTreatment .whiteBg .content .imgBox .textBox .comLink {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 3.9rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .comTreatment .whiteBg .content .imgBox .photoBox {
    width: auto;
    margin: 2.3rem -4rem 0 0;
  }
  .comTreatment .whiteBg .content .imgBox .photoBox .photo img {
    border-radius: 1rem 0 0 1rem;
  }
  .comTreatment .whiteBg .content .imgBox .photoBox ul {
    margin: -4rem 0 0 0;
  }
  .comTreatment .whiteBg .content .imgBox .photoBox ul li {
    margin-right: -2.2rem;
    width: 11rem;
  }
  .comTreatment .whiteBg .content .imgBox .photoBox ul li p {
    top: 8.1rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .comTreatment .whiteBg .content .imgBox .photoBox ul li p.big {
    top: 8.1rem;
    font-size: 1.3rem;
  }
  .comTreatment .whiteBg .content .imgBox.green {
    margin-bottom: 3.9rem;
  }
  .comTreatment .whiteBg .content .imgBox.green .bg04 {
    right: -9rem;
    bottom: 11.9rem;
    width: 14rem;
  }
  .comTreatment .whiteBg .content .imgBox.green .textBox .ttl {
    font-size: 1.6rem;
  }
  .comTreatment .whiteBg .content .imgBox.green .textBox .ttl .ico {
    left: -10.4rem;
    top: -4.4rem;
    width: 9.2rem;
  }
  .comTreatment .whiteBg .content .imgBox.green .photoBox ul li p.txt {
    top: 7.8rem;
  }
  .comTreatment .whiteBg .content .linkUl {
    margin-bottom: 2.8rem;
    padding-bottom: 1.9rem;
    display: block;
  }
  .comTreatment .whiteBg .content .linkUl li {
    margin-bottom: 2rem;
    width: auto;
  }
  .comTreatment .whiteBg .content .linkUl li a {
    border-radius: 1rem;
  }
  .comTreatment .whiteBg .content .linkUl li a .title {
    font-size: 2.8rem;
    letter-spacing: 0.168rem;
  }
  .comTreatment .whiteBg .content .linkUl li a .pho img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comTreatment .whiteBg .content .linkUl li a .comLink span {
    border-radius: 1rem 0 0 0;
  }
  .comTreatment .whiteBg .content .linkList {
    margin: -1rem auto 4.1rem;
    max-width: 29.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .comTreatment .whiteBg .content .linkList::after {
    content: "";
    width: 9.4rem;
  }
  .comTreatment .whiteBg .content .linkList li {
    width: 9.4rem;
    margin: 1rem 0 0;
  }
  .comTreatment .whiteBg .content .linkList li a {
    height: 9.4rem;
    padding-top: 1rem;
    background-position: bottom 1rem center;
    background-size: 1.1rem auto;
  }
  .comTreatment .whiteBg .content .linkList li a .ico {
    margin-bottom: 0;
  }
  .comTreatment .whiteBg .content .linkList li a .ico img {
    height: 4.2rem;
  }
  .comTreatment .whiteBg .content .linkList li a p {
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
  }
}

/*------------------------------------------------------------
	comFirstTime
------------------------------------------------------------*/
.comFirstTime {
  padding-top: 5.7rem;
  background: url(../img/common/first_time_bg.webp) no-repeat top center;
  background-size: cover;
}
.comFirstTime .headLine02 {
  margin-bottom: 6rem;
  text-align: center;
}
.comFirstTime .headLine02 .en {
  margin: 0 0 -6.7rem 4.7rem;
  display: block;
  color: var(--cream);
}
.comFirstTime .headLine02 .jp {
  display: block;
  letter-spacing: 0.6rem;
}
.comFirstTime .linkUl {
  margin: -1rem 0 14.5rem;
}
.comFirstTime .linkUl li {
  margin: 1rem 1rem 0;
  width: 26rem;
}
.comFirstTime .linkUl li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}
@media all and (min-width: 1025px) {
  .comFirstTime .linkUl li a:hover {
    opacity: 0.65;
  }
}
.comFirstTime .linkUl li a p {
  position: absolute;
  left: 0;
  top: 4.6rem;
  width: 100%;
  padding-bottom: 3.7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.12rem;
  background: url(../img/common/icon09.webp) no-repeat bottom center;
  background-size: 1.4rem auto;
}
.comFirstTime .linkUl li a p .ico {
  margin-bottom: 0.7rem;
  display: block;
}
.comFirstTime .linkUl li a p .ico img {
  width: auto;
  height: 5.2rem;
}
.comFirstTime .btmPho img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .comFirstTime {
    padding-top: 4rem;
    background: url(../img/common/first_time_bg.webp) no-repeat top center;
    background-size: cover;
  }
  .comFirstTime .headLine02 {
    margin: 0 -2rem 4.2rem;
  }
  .comFirstTime .headLine02 .en {
    margin: 0 0 -3.8rem 1rem;
    font-size: 7rem;
    letter-spacing: 1.4rem;
  }
  .comFirstTime .headLine02 .jp {
    line-height: 1.4;
    letter-spacing: 0.44rem;
    font-size: 2.2rem;
  }
  .comFirstTime .linkUl {
    margin: -1rem 0 4.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comFirstTime .linkUl li {
    margin: 1rem 0;
    width: calc(50% - 0.8rem);
  }
  .comFirstTime .linkUl li a {
    border-radius: 1rem;
  }
  .comFirstTime .linkUl li a p {
    top: 2.6rem;
    padding-bottom: 3.4rem;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0.108rem;
  }
  .comFirstTime .linkUl li a p .ico {
    margin-bottom: 1.5rem;
  }
  .comFirstTime .linkUl li a p .ico img {
    height: 4.7rem;
  }
  .comFirstTime .linkUl li a .pho img {
    width: 100%;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comFirstTime .linkUl li.green a p {
    padding-bottom: 2.1rem;
    top: 3rem;
  }
  .comFirstTime .linkUl li.green a p .ico {
    margin-bottom: 0.9rem;
  }
  .comFirstTime .linkUl li.green a p .ico img {
    height: 4.2rem;
  }
}

/*------------------------------------------------------------
	fixList
------------------------------------------------------------*/
.fixList {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--white);
}
@media all and (min-width: 897px) {
  .fixList {
    display: none;
  }
}
.fixList li {
  width: 25%;
}
.fixList li:not(:last-child) {
  border-right: 1px solid var(--white);
}
.fixList li a {
  height: 5.9rem;
  padding-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--white);
  font-size: 1.4rem;
  text-align: center;
  background: var(--blue2) url(../img/common/icon12.webp) no-repeat top 1.1rem center;
  background-size: auto 1.8rem;
}
.fixList li a span {
  font-size: 1.6rem;
}
.fixList li:nth-child(2) a {
  background-image: url(../img/common/icon13.webp);
  background-position: top 0.9rem center;
  background-size: auto 2.1rem;
}
.fixList li:nth-child(3) a {
  background-image: url(../img/common/icon14.webp);
}
.fixList li:nth-child(4) a {
  background-image: url(../img/common/icon15.webp);
}

.topBox {
  padding: 5rem 0 15.4rem;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topBox .content {
  max-width: 134rem;
}
.topBox ul {
  margin-right: 2rem;
}
.topBox ul li {
  width: 60rem;
  position: relative;
}
.topBox ul li .ttl {
  margin-bottom: 1.8rem;
  padding-bottom: 0.4rem;
  color: var(--pink);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  border-bottom: 0.2rem solid var(--pink);
}
.topBox ul li .ttl .en {
  margin: 0 0.3rem -0.4rem;
  display: block;
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54rem;
}
.topBox ul li .ttl .jp {
  display: block;
  position: relative;
  z-index: 1;
}
.topBox ul li .text {
  margin: 0 0.2rem;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.4rem;
}
.topBox ul li .text a {
  padding-right: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: url(../img/common/icon03.webp) no-repeat right top 1.2rem;
  background-size: 0.8rem auto;
}
@media all and (min-width: 897px) {
  .topBox ul li .text a:hover {
    opacity: 0.65;
  }
}
.topBox ul li .phoBox {
  position: absolute;
  right: 6.8rem;
  top: 2.3rem;
  width: 26rem;
}
.topBox ul li .phoBox .pho img {
  width: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.topBox ul li .phoBox .txt {
  position: absolute;
  right: -10.8rem;
  top: -6rem;
  width: 23.1rem;
  height: 29.7rem;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.216rem;
  background: url(../img/index/top_box_text_bg01.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.topBox ul li .phoBox .txt .txt01 {
  position: absolute;
  left: 3.7rem;
  top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.topBox ul li .phoBox .txt .txt01 span {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.288rem;
}
.topBox ul li .phoBox .txt .txt02 {
  position: absolute;
  left: 8rem;
  top: 15.2rem;
}
.topBox ul li.yellow .ttl {
  color: var(--yellow2);
  border-color: var(--yellow2);
}
.topBox ul li.yellow .phoBox {
  right: -2rem;
}
.topBox ul li.yellow .phoBox .txt {
  right: auto;
  left: -11.1rem;
  top: 12rem;
  width: 19rem;
  height: 19rem;
  background-image: url(../img/index/top_box_text_bg02.webp);
}
.topBox ul li.yellow .phoBox .txt .txt01 {
  left: 2.7rem;
  top: 5.2rem;
}
@media all and (max-width: 896px) {
  .topBox {
    padding: 7.7rem 0 11.3rem;
  }
  .topBox ul {
    display: block;
    margin-right: 0;
  }
  .topBox ul li {
    width: auto;
  }
  .topBox ul li .ttl {
    margin-bottom: 0.8rem;
    padding-bottom: 1.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.156rem;
    line-height: 1.1;
  }
  .topBox ul li .ttl .en {
    margin: 0 0.3rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.42rem;
  }
  .topBox ul li .text {
    margin: 0 0.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
  .topBox ul li .text a {
    padding-right: 1.6rem;
    background-position: right top 0.8rem;
  }
  .topBox ul li .phoBox {
    right: 1.4rem;
    top: 1rem;
    width: 18rem;
  }
  .topBox ul li .phoBox .txt {
    right: -3.4rem;
    top: -5.1rem;
    width: 14.4rem;
    height: 22.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.17rem;
    background-image: url(../img/index/top_box_text_bg01_sp.webp);
  }
  .topBox ul li .phoBox .txt .txt01 {
    left: 3.3rem;
    top: 3.9rem;
  }
  .topBox ul li .phoBox .txt .txt01 span {
    font-size: 1.7rem;
  }
  .topBox ul li .phoBox .txt .txt02 {
    left: 6.4rem;
    top: 11.5rem;
  }
  .topBox ul li.yellow {
    margin-top: 9.7rem;
  }
  .topBox ul li.yellow .ttl .en {
    margin-bottom: 1.2rem;
  }
  .topBox ul li.yellow .phoBox {
    right: -3rem;
    top: 2.9rem;
  }
  .topBox ul li.yellow .phoBox .txt {
    left: -1.4rem;
    top: 11.3rem;
    width: 12.7rem;
    height: 12.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.17rem;
  }
  .topBox ul li.yellow .phoBox .txt .txt01 {
    left: 1.9rem;
    top: 3.5rem;
  }
  .topBox ul li.yellow .phoBox .txt .txt01 span {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}/*# sourceMappingURL=common.css.map */