@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --en-font: "Jost", sans-serif;
  --base-color: #464646;
  --white: #fff;
  --green: #2fac02;
  --orange: #F7C19C;
  --orange02: #EDB892;
  --orange03: #D48958;
  --orange04: #F7E4D6;
  --orange05: #E6B088;
  --gold2: #E6B088;
  --bg-yellow: #FBF2EA;
  --bg-orange: #F3CDB0;
  --bg-green: #8fcf78;
  --bg-pink: #F0708E;
  --bg-pink02: #F7A0DC;
  --bg-pink03: #D2486F;
  --bg-pink04: #E06CC9;
  --blue: #3599d7;
  --blue02: #9cc6dd;
  --blue03: #d9edf9;
  --blue04: #ebf2f7;
  --brown: #a08c7d;
}

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

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

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

.orange {
  color: var(--orange);
}

.bold {
  font-weight: 700;
}

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

/*------------------------------------------------------------
	comLink / comBtn
------------------------------------------------------------*/
.comLink,
.comBtn {
  width: 100%;
}
.comLink a,
.comBtn a {
  height: 5.1rem;
  padding: 0 3rem 0.2rem 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gold2);
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid var(--gold2);
  border-radius: 5rem;
  background: var(--white) url(../img/common/icon03.webp) no-repeat right 2rem center;
  background-size: 0.6rem auto;
  width: 30rem;
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .comLink a:hover,
  .comBtn a:hover {
    color: var(--white);
    background-color: var(--gold2);
    background-image: url(../img/common/icon06.webp);
  }
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
  max-width: 140rem;
  margin: 0 auto;
  padding: 6.6rem 0 8rem;
  background-color: var(--white);
  border-radius: 50rem;
}
.comContact .logo {
  width: 48.3rem;
  margin: 0 auto 4.8rem;
}
.comContact .contactBox {
  width: 90rem;
  margin: 0 auto;
  position: relative;
}
.comContact .contactBox .textBox {
  width: 43.8rem;
  margin: 0 -0.2rem 0 auto;
}
.comContact .contactBox .textBox .topBox {
  margin: 0 0.2rem 1.4rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.comContact .contactBox .textBox .topBox .tel {
  font-size: 2.7rem;
  font-weight: 700;
}
.comContact .contactBox .textBox .topBox .tel a {
  padding-left: 3.1rem;
  display: block;
  background: url(../img/common/icon01.webp) no-repeat left 0.8rem top 57%;
  background-size: 1.7rem auto;
}
.comContact .contactBox .textBox .topBox .comLink {
  width: 20rem;
  margin-top: -0.2rem;
}
.comContact .contactBox .textBox .topBox .comLink a {
  width: 20rem;
  padding-left: 3.6rem;
  background: url(../img/common/icon07.webp) no-repeat left 2.5rem center, url(../img/common/icon03.webp) no-repeat right 2rem center var(--white);
  background-size: 1.7rem auto, 0.6rem auto;
}
@media all and (min-width: 1025px) {
  .comContact .contactBox .textBox .topBox .comLink a:hover {
    background-color: var(--gold2);
    background-image: url(../img/common/icon07_on.webp), url(../img/common/icon06.webp);
  }
}
.comContact .contactBox .textBox .tabBox {
  margin-bottom: 2rem;
}
.comContact .contactBox .textBox .tabBox table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 0.2rem dotted var(--orange);
}
.comContact .contactBox .textBox .tabBox table th,
.comContact .contactBox .textBox .tabBox table td {
  padding: 0.7rem 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.comContact .contactBox .textBox .tabBox table th {
  text-align: left;
}
.comContact .contactBox .textBox .tabBox table tbody td {
  padding-bottom: 1rem;
  width: 9.5%;
  font-size: 1.2rem;
}
.comContact .contactBox .textBox .tabBox table tbody td:last-child {
  padding-right: 1.2rem;
  width: 19%;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.comContact .contactBox .textBox .tabBox table tbody th {
  width: 26%;
  padding: 0.7rem 0 0.8rem 1rem;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.comContact .contactBox .textBox .tabBox table thead th,
.comContact .contactBox .textBox .tabBox table thead td {
  color: var(--white);
  font-weight: 700;
  background-color: var(--orange);
  letter-spacing: 0.06em;
}
.comContact .contactBox .textBox .tabBox table thead th {
  width: 26%;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  border-radius: 5rem 0 0 5rem;
}
.comContact .contactBox .textBox .tabBox table thead td {
  width: 9.5%;
  font-size: 1.3rem;
}
.comContact .contactBox .textBox .tabBox table thead td:last-child {
  padding-right: 1.2rem;
  border-radius: 0 5rem 5rem 0;
}
.comContact .contactBox .textBox .tabBox p {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 1.4rem;
}
.comContact .contactBox .textBox .map {
  position: absolute;
  left: 1.4rem;
  top: 0;
  width: 36.2rem;
  height: 45.8rem;
  overflow: hidden;
  border-radius: 5rem;
}
.comContact .contactBox .textBox .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comContact .contactBox .textBox .ttl {
  margin-bottom: 1.3rem;
  letter-spacing: 0.025em;
}
.comContact .contactBox .textBox .ttl span {
  padding: 0 0 0.4rem 2.5rem;
  display: block;
  color: var(--orange);
  font-size: 2rem;
  letter-spacing: 0;
  background: url(../img/common/icon08.webp) no-repeat left top 0.4rem;
  background-size: 1.8rem auto;
}
.comContact .contactBox .textBox .ttl + .comLink {
  margin-bottom: 1.6rem;
}
.comContact .contactBox .textBox .title {
  padding: 0 0 0.9rem 2.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--orange);
  background: url(../img/common/icon09.webp) no-repeat left top 0.5rem;
  background-size: 2rem auto;
  overflow: hidden;
  font-feature-settings: normal;
}
.comContact .contactBox .textBox .title span {
  position: relative;
  display: inline-block;
}
.comContact .contactBox .textBox .title span::before {
  position: absolute;
  left: calc(100% + 0.4rem);
  top: 1.3rem;
  width: 1000rem;
  border-bottom: 0.2rem dotted var(--orange);
  content: "";
  opacity: 0.5;
}
.comContact .contactBox .textBox .title.title01 {
  padding-bottom: 0.5rem;
  background-image: url(../img/common/icon10.webp);
  background-position: left 0.2rem top 0.5rem;
}
.comContact .contactBox .textBox .dotList {
  margin-bottom: 0.5rem;
}
.comContact .contactBox .textBox .dotList li {
  padding: 0 0 0.2rem 0.8rem;
  position: relative;
  letter-spacing: 0.025em;
}
.comContact .contactBox .textBox .dotList li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
@media all and (max-width: 896px) {
  .comContact {
    max-width: inherit;
    margin: 0 2rem;
    border-radius: 5rem;
    padding: 4.6rem 0;
  }
  .comContact .logo {
    width: 30.8rem;
    margin: 0 auto 1.6rem;
  }
  .comContact .contactBox {
    width: auto;
  }
  .comContact .contactBox .textBox {
    width: auto;
    margin: 0 2rem;
  }
  .comContact .contactBox .textBox .topBox {
    margin: 0 0 2rem;
    display: block;
  }
  .comContact .contactBox .textBox .topBox .tel {
    width: fit-content;
    margin: 0 auto;
    font-size: 3.6rem;
  }
  .comContact .contactBox .textBox .topBox .comLink {
    width: 31rem;
    margin: 0.3rem auto 0;
  }
  .comContact .contactBox .textBox .topBox .comLink a {
    width: 100%;
    padding-left: 3.6rem;
    background: url(../img/common/icon07.webp) no-repeat left 9rem center, url(../img/common/icon03.webp) no-repeat right 2rem center var(--white);
    background-size: 1.7rem auto, 0.6rem auto;
  }
  .comContact .contactBox .textBox .tabBox {
    margin-bottom: 2.4rem;
  }
  .comContact .contactBox .textBox .tabBox table th,
  .comContact .contactBox .textBox .tabBox table td {
    padding: 0.6rem 0;
    font-size: 1.3rem;
  }
  .comContact .contactBox .textBox .tabBox table tbody td {
    padding: 0.4rem 0 0.8rem;
    width: 9%;
    font-size: 1.2rem;
  }
  .comContact .contactBox .textBox .tabBox table tbody td:last-child {
    padding-right: 1rem;
    width: 18%;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .comContact .contactBox .textBox .tabBox table tbody th {
    width: 28%;
    padding: 0.4rem 0 0.4rem 1rem;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .comContact .contactBox .textBox .tabBox table thead th {
    width: 28%;
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
  .comContact .contactBox .textBox .tabBox table thead td {
    width: 9%;
    font-size: 1.2rem;
  }
  .comContact .contactBox .textBox .tabBox table thead td:last-child {
    padding-right: 1rem;
  }
  .comContact .contactBox .textBox .tabBox p {
    margin: 0.5rem 0.7rem 0;
  }
  .comContact .contactBox .textBox .map {
    margin-bottom: 0.8rem;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding-bottom: 58%;
    border-radius: 2rem;
  }
  .comContact .contactBox .textBox .ttl {
    margin-bottom: 1.1rem;
  }
  .comContact .contactBox .textBox .ttl span {
    padding-bottom: 0.6rem;
  }
  .comContact .contactBox .textBox .ttl + .comLink {
    margin-bottom: 3.6rem;
  }
  .comContact .contactBox .textBox .dotList {
    margin-bottom: 0.2rem;
  }
  .comContact .contactBox .textBox .dotList li {
    padding-bottom: 1.2rem;
  }
}
@media all and (min-width: 450px) and (max-width: 896px) {
  .comContact {
    border-radius: 20rem;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 4rem;
  text-align: center;
  color: var(--brown);
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.headLine01::before {
  margin-bottom: -1.6rem;
  display: block;
  content: attr(data-en) "";
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: var(--en-font);
  word-break: break-all;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 3.3rem;
    font-size: 2rem;
  }
  .headLine01::before {
    margin-bottom: -1rem;
    font-size: 5.6rem;
    letter-spacing: 0.02em;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 0.7rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.025em;
  border-bottom: 1px solid rgba(247, 193, 156, 0.5);
}

/*------------------------------------------------------------
	fixList
------------------------------------------------------------*/
.fixList {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--blue02);
  z-index: 100;
}
.fixList li {
  flex: 1;
  width: auto;
  min-width: 0;
  border-right: 1px solid var(--white);
}
.fixList li a {
  height: 6rem;
  padding-top: 3.4rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  background-color: var(--blue02);
  background-image: url(../img/common/icon13.webp);
  background-repeat: no-repeat;
  background-position: top 1.2rem center;
  background-size: 1.9rem auto;
}
.fixList li:first-child a {
  background-position: top 1.3rem center;
}
.fixList li:nth-child(2) a {
  background-image: url(../img/common/icon14.webp);
}
.fixList li:nth-child(3) a {
  background-image: url(../img/common/icon15.webp);
}
.fixList li:nth-child(4) {
  border-right: none;
}
.fixList li:nth-child(4) a {
  background-image: url(../img/common/icon16.webp);
}
@media all and (min-width: 897px) {
  .fixList {
    display: none !important;
  }
}

/*------------------------------------------------------------
	comTreatment
------------------------------------------------------------*/
.comTreatment {
  background-color: var(--white);
}
.comTreatment .inner {
  padding: 0.5rem 0 0.6rem;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.comTreatment .inner::before {
  position: absolute;
  top: -15.2rem;
  left: 0;
  width: 100%;
  height: 16rem;
  background: url(../img/common/com_bg01.webp) no-repeat center top/100% 100%;
  content: "";
  z-index: -1;
}
.comTreatment .inner::after {
  position: absolute;
  bottom: -15.7rem;
  left: 0;
  width: 100%;
  height: 16rem;
  background: url(../img/common/com_bg02.webp) no-repeat center top/100% 100%;
  content: "";
}
.comTreatment .inner .headLine01 {
  margin: -7.3rem 0 7.5rem;
  letter-spacing: 0;
}
.comTreatment .inner .headLine01::before {
  margin-bottom: -1.7rem;
  letter-spacing: 0.05em;
}
.comTreatment .inner .photoList {
  margin-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
.comTreatment .inner .photoList li {
  width: calc((100% - 2.8rem) / 2);
}
.comTreatment .inner .photoList li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--bg-orange);
  border-radius: 1rem;
  box-shadow: 0 0 0.4rem rgba(70, 70, 70, 0.1);
}
.comTreatment .inner .photoList li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--orange03);
  border-radius: 1rem;
  content: "";
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s;
}
.comTreatment .inner .photoList li a .photo {
  width: 29.7rem;
}
.comTreatment .inner .photoList li a .photo img {
  border-radius: 1rem 0 0 1rem;
}
.comTreatment .inner .photoList li a .textBox {
  margin-left: -8.5rem;
  width: calc(100% - 21.2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 5;
}
.comTreatment .inner .photoList li a .textBox .hTitle {
  margin-bottom: 0.3rem;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.comTreatment .inner .photoList li a .textBox .text {
  padding-left: 0.5rem;
  max-width: 29rem;
  color: var(--white);
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.comTreatment .inner .photoList li a .textBox .shadow {
  text-shadow: 0 0 0.5rem rgba(247, 193, 156, 0.7), 0 0 0.5rem rgba(247, 193, 156, 0.7), 0 0 0.5rem rgba(247, 193, 156, 0.7), 0 0 0.5rem rgba(247, 193, 156, 0.7), 0 0 0.5rem rgba(247, 193, 156, 0.7);
}
.comTreatment .inner .photoList li a .picImg {
  position: absolute;
  top: -2.5rem;
  right: 0.8rem;
  height: 8.4rem;
}
.comTreatment .inner .photoList li a .picImg img {
  height: 100%;
}
@media all and (min-width: 1025px) {
  .comTreatment .inner .photoList li a:hover {
    background-color: var(--orange03);
  }
  .comTreatment .inner .photoList li a:hover::before {
    opacity: 1;
  }
}
.comTreatment .inner .photoList li:nth-child(2) a {
  background-color: var(--bg-pink);
}
.comTreatment .inner .photoList li:nth-child(2) a .textBox .shadow {
  text-shadow: 0 0 0.5rem rgba(210, 72, 111, 0.5), 0 0 0.5rem rgba(210, 72, 111, 0.5), 0 0 0.5rem rgba(210, 72, 111, 0.5), 0 0 0.5rem rgba(210, 72, 111, 0.5), 0 0 0.5rem rgba(210, 72, 111, 0.5);
}
.comTreatment .inner .photoList li:nth-child(2) a .picImg {
  top: -2.5rem;
  right: 1.4rem;
}
.comTreatment .inner .photoList li:nth-child(2) a::before {
  border-color: var(--bg-pink03);
}
@media all and (min-width: 1025px) {
  .comTreatment .inner .photoList li:nth-child(2) a:hover {
    background-color: var(--bg-pink03);
  }
}
.comTreatment .inner .photoList li:nth-child(3) a {
  background-color: var(--bg-green);
}
.comTreatment .inner .photoList li:nth-child(3) a .textBox .shadow {
  text-shadow: 0 0 0.5rem rgb(47, 172, 2), 0 0 0.5rem rgb(47, 172, 2), 0 0 0.5rem rgb(47, 172, 2), 0 0 0.5rem rgb(47, 172, 2), 0 0 0.5rem rgb(47, 172, 2);
}
.comTreatment .inner .photoList li:nth-child(3) a .picImg {
  top: -2.5rem;
  right: 1.9rem;
}
.comTreatment .inner .photoList li:nth-child(3) a::before {
  border-color: var(--green);
}
@media all and (min-width: 1025px) {
  .comTreatment .inner .photoList li:nth-child(3) a:hover {
    background-color: var(--green);
  }
}
.comTreatment .inner .photoList li:nth-child(4) a {
  background-color: var(--blue02);
}
.comTreatment .inner .photoList li:nth-child(4) a .textBox .shadow {
  text-shadow: 0 0 0.3rem rgb(0, 103, 166), 0 0 0.3rem rgb(0, 103, 166), 0 0 0.3rem rgb(0, 103, 166), 0 0 0.3rem rgb(0, 103, 166), 0 0 0.3rem rgb(0, 103, 166), 0 0 0.3rem rgb(0, 103, 166);
}
.comTreatment .inner .photoList li:nth-child(4) a .picImg {
  top: -2.4rem;
  right: -1.5rem;
}
.comTreatment .inner .photoList li:nth-child(4) a::before {
  border-color: var(--blue);
}
@media all and (min-width: 1025px) {
  .comTreatment .inner .photoList li:nth-child(4) a:hover {
    background-color: var(--blue);
  }
}
.comTreatment .inner .linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem 2.2rem;
}
.comTreatment .inner .linkList li {
  width: calc((100% - 4.4rem) / 3);
}
.comTreatment .inner .linkList li a {
  padding: 0.7rem 1.7rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-yellow) url(../img/common/icon03.webp) no-repeat right 2.7rem center/0.6rem;
  border-radius: 1rem;
}
.comTreatment .inner .linkList li a .photo {
  margin-top: 0.2rem;
  width: 6.4rem;
}
.comTreatment .inner .linkList li a .textBox {
  width: calc(100% - 7.6rem);
}
.comTreatment .inner .linkList li a .textBox .title {
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.comTreatment .inner .linkList li a .textBox .text {
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0.025em;
}
@media all and (min-width: 1025px) {
  .comTreatment .inner .linkList li a:hover {
    background-color: var(--orange04);
  }
}
.comTreatment .inner .linkList li.spec a {
  min-height: 10rem;
}
@media all and (max-width: 896px) {
  .comTreatment .inner {
    padding: 0.5rem 0 3rem;
  }
  .comTreatment .inner::before {
    top: -3.8rem;
    height: 3.9rem;
    background-image: url(../img/common/com_bg01_sp.webp);
  }
  .comTreatment .inner::after {
    bottom: -3.8rem;
    height: 3.9rem;
    background-image: url(../img/common/com_bg02_sp.webp);
  }
  .comTreatment .inner .headLine01 {
    margin: 1.1rem 0 3.8rem;
    letter-spacing: 0.05em;
  }
  .comTreatment .inner .headLine01::before {
    margin-bottom: -1.4rem;
    letter-spacing: 0.025em;
  }
  .comTreatment .inner .photoList {
    margin-bottom: 2rem;
    display: block;
  }
  .comTreatment .inner .photoList li {
    margin-bottom: 1.8rem;
    width: auto;
  }
  .comTreatment .inner .photoList li a::before {
    display: none;
  }
  .comTreatment .inner .photoList li a .photo {
    aspect-ratio: inherit;
  }
  .comTreatment .inner .photoList li a .textBox {
    margin-left: -16.7rem;
    padding-right: 1.5rem;
    width: calc(100% - 13rem);
  }
  .comTreatment .inner .photoList li a .textBox .hTitle {
    margin-bottom: 0.3rem;
    font-size: 2rem;
  }
  .comTreatment .inner .photoList li a .textBox .text {
    padding-left: 0;
    max-width: inherit;
    letter-spacing: 0;
    text-align: justify;
  }
  .comTreatment .inner .photoList li a .picImg {
    top: -1.3rem;
    right: 2.1rem;
    height: 5.9rem;
  }
  .comTreatment .inner .photoList li:nth-child(2) a .picImg {
    top: -1.2rem;
    right: 2.7rem;
  }
  .comTreatment .inner .photoList li:nth-child(3) a .picImg {
    top: -1.2rem;
    right: 2.9rem;
  }
  .comTreatment .inner .photoList li:nth-child(4) a .picImg {
    top: -0.2rem;
    right: -0.9rem;
  }
  .comTreatment .inner .photoList li:last-child {
    margin-bottom: 0;
  }
  .comTreatment .inner .linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 0;
  }
  .comTreatment .inner .linkList li {
    width: calc((100% - 1rem) / 2);
  }
  .comTreatment .inner .linkList li a {
    padding: 0.3rem 0.5rem 1.1rem;
    height: 100%;
    align-items: flex-start;
    background-position: right 0.9rem top 2rem;
    border-radius: 0.7rem;
  }
  .comTreatment .inner .linkList li a .photo {
    margin-top: 0.2rem;
    width: 4.1rem;
  }
  .comTreatment .inner .linkList li a .photo img {
    width: auto;
    height: auto;
    object-fit: inherit;
  }
  .comTreatment .inner .linkList li a .textBox {
    width: calc(100% - 4.8rem);
  }
  .comTreatment .inner .linkList li a .textBox .title {
    margin-bottom: 0.7rem;
    min-height: 4.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.31;
  }
  .comTreatment .inner .linkList li a .textBox .title small {
    font-size: 1.4rem;
  }
  .comTreatment .inner .linkList li a .textBox .title.spec {
    letter-spacing: -0.1em;
  }
  .comTreatment .inner .linkList li a .textBox .text {
    margin-left: -4rem;
    font-size: 1.2rem;
    line-height: 1.42;
    letter-spacing: 0.025em;
  }
  .comTreatment .inner .linkList li.spec a {
    min-height: inherit;
  }
  .comTreatment .photo {
    aspect-ratio: 39/25;
  }
  .comTreatment .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*------------------------------------------------------------
	strongest
------------------------------------------------------------*/
.strongest {
  position: relative;
}
.strongest .headLine01 {
  margin: 0;
  position: absolute;
  left: 0;
  top: -19.5rem;
  width: 100%;
}
.strongest .headLine01::before {
  margin-bottom: -0.8rem;
}
.strongest .linkList {
  background-color: var(--white);
}
.strongest .linkList li {
  width: 50%;
  overflow: hidden;
}
.strongest .linkList li:first-child {
  border-top-left-radius: 5rem;
}
.strongest .linkList li a {
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/index/strongest_photo01.webp) no-repeat center center;
  background-size: cover;
}
@media all and (min-width: 1025px) {
  .strongest .linkList li a:hover {
    opacity: 0.5;
  }
}
.strongest .linkList li a span {
  padding: 0 7.5rem 0 9.5rem;
  min-height: 10rem;
  width: 40rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  background: url(../img/index/strongest_img01.webp) no-repeat left 2.8rem center/6.6rem, url(../img/common/icon17.webp) no-repeat right 4rem center/2.1rem, var(--white);
  border-radius: 5rem;
}
.strongest .linkList li:last-child {
  border-top-right-radius: 5rem;
}
.strongest .linkList li:last-child a {
  background-image: url(../img/index/strongest_photo02.webp);
}
.strongest .linkList li:last-child a span {
  color: var(--blue);
  background-image: url(../img/index/strongest_img02.webp), url(../img/common/icon18.webp);
  background-position: left 3.7rem center, right 3.6rem center;
}
.strongest .tabBox {
  padding: 9.4rem 0 10rem;
  background-color: var(--bg-orange);
  border-bottom: 0.2rem solid var(--white);
  position: relative;
  z-index: 1;
}
.strongest .tabBox::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/index/strongest_bg01.webp) no-repeat right top/auto 100%;
  mix-blend-mode: luminosity;
  z-index: -1;
  pointer-events: none;
}
.strongest .tabBox .content {
  max-width: 144rem;
  width: auto;
}
.strongest .tabBox .color {
  padding-left: 12.8rem;
  color: var(--orange);
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: 700;
  mix-blend-mode: multiply;
}
.strongest .tabBox .hTitle {
  padding: 0.3rem 0 0 12.8rem;
  font-weight: 700;
  font-size: 4.6rem;
  color: var(--white);
  letter-spacing: 0.06em;
  position: relative;
}
.strongest .tabBox .hTitle::after {
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 10.5rem;
  height: 9.5rem;
  content: "";
  z-index: 1;
  background: url(../img/index/strongest_img01.webp) no-repeat left top/100%;
}
.strongest .tabBox .hTitle .sml {
  margin-top: 0.9rem;
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
.strongest .tabBox .strongestUl {
  margin: 0 0.3rem;
  gap: 2rem 1.55%;
  align-items: flex-start;
}
.strongest .tabBox .strongestUl li {
  width: 32.3%;
  border-radius: 5rem;
  overflow: hidden;
  background-color: var(--white);
}
.strongest .tabBox .strongestUl li:nth-child(3n-2) {
  margin-top: 16.5rem;
}
.strongest .tabBox .strongestUl li:nth-child(3n-1) {
  margin-top: 6.8rem;
}
.strongest .tabBox .strongestUl li:nth-child(3n) {
  margin-top: -4.7rem;
}
.strongest .tabBox .strongestUl li .photoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strongest .tabBox .strongestUl li .textBox {
  position: relative;
  margin-top: -0.5rem;
  padding: 3.6rem 4.7rem 3.2rem 4.2rem;
  background-color: var(--white);
}
.strongest .tabBox .strongestUl li .textBox .title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  color: var(--orange);
}
.strongest .tabBox .strongestUl li .textBox .text {
  line-height: 1.8;
  text-align: justify;
}
.strongest .tabBox .strongestUl li .textBox .text span {
  font-weight: 700;
}
.strongest .tabBox .comLink {
  margin: -4.3rem 2.3rem 0 auto;
}
@media all and (min-width: 1025px) {
  .strongest .tabBox .comLink a:hover {
    background-color: var(--white);
    color: var(--gold2);
    background-image: url(../img/common/icon03.webp);
  }
}
.strongest .tabBox.tabBox01 {
  border-bottom: none;
}
@media all and (min-width: 897px) {
  .strongest .tabBox.tabBox01 {
    display: block !important;
  }
}
.strongest .tabBox.tabBox01 {
  border-radius: 0 0 5rem 5rem;
  overflow: hidden;
  padding-top: 8.9rem;
  background-color: var(--blue02);
}
.strongest .tabBox.tabBox01::after {
  background-image: url(../img/index/strongest_bg02.webp);
}
.strongest .tabBox.tabBox01 .color {
  color: var(--blue);
}
.strongest .tabBox.tabBox01 .hTitle::after {
  top: 0.2rem;
  background-image: url(../img/index/strongest_img02.webp);
  background-size: 10.3rem;
}
.strongest .tabBox.tabBox01 .strongestUl li:nth-child(3n-2) {
  margin-top: 17.7rem;
}
.strongest .tabBox.tabBox01 .strongestUl li:nth-child(3n-1) {
  margin-top: 7.8rem;
}
.strongest .tabBox.tabBox01 .strongestUl li:nth-child(3n) {
  margin-top: -2.3rem;
}
.strongest .tabBox.tabBox01 .strongestUl li .textBox {
  padding-bottom: 4rem;
}
.strongest .tabBox.tabBox01 .strongestUl li .textBox .title {
  color: var(--blue);
}
.strongest .tabBox.tabBox01 .strongestUl li .textBox .text {
  letter-spacing: 0.04em;
}
.strongest .tabBox.tabBox01 .comLink {
  margin-top: -5rem;
}
@media all and (max-width: 896px) {
  .strongest .headLine01 {
    top: -14.5rem;
  }
  .strongest .headLine01::before {
    margin-bottom: -0.5rem;
  }
  .strongest .linkList li {
    border-radius: 2rem 2rem 0 0 !important;
  }
  .strongest .linkList li a {
    height: 12rem;
    background-image: url(../img/index/strongest_photo01_sp.webp);
  }
  .strongest .linkList li a span {
    padding: 1.7rem 0 0;
    min-height: 9rem;
    width: 11.6rem;
    font-size: 1.6rem;
    background-position: top 1.2rem center, bottom 1.3rem center !important;
    background-size: 2.9rem auto, 1rem auto;
    border: 1px solid var(--orange05);
  }
  .strongest .linkList li:last-child a {
    background-image: url(../img/index/strongest_photo02_sp.webp);
  }
  .strongest .linkList li:last-child a span {
    background-size: 3.1rem auto, 1rem auto;
    border-color: var(--blue);
  }
  .strongest .tabBox {
    padding: 3.5rem 0 7.5rem !important;
    border-bottom: none;
  }
  .strongest .tabBox::after {
    background-image: url(../img/index/strongest_bg01_sp.webp);
    background-size: 100% auto;
  }
  .strongest .tabBox .content {
    max-width: inherit;
  }
  .strongest .tabBox .color {
    padding-left: 6.3rem;
    font-size: 1.6rem;
  }
  .strongest .tabBox .hTitle {
    margin-right: -1.5rem;
    padding: 0.2rem 0 3.2rem 6.3rem;
    font-size: 3.2rem;
    line-height: 1.21;
    letter-spacing: 0.075em;
  }
  .strongest .tabBox .hTitle::after {
    top: -2rem;
    left: -0.1rem;
    width: 5.2rem;
  }
  .strongest .tabBox .hTitle .sml {
    margin-top: 0.7rem;
    font-size: 1.8rem;
    line-height: 1.44;
    letter-spacing: 0.08em;
  }
  .strongest .tabBox .strongestUl {
    margin: 0;
    display: block;
  }
  .strongest .tabBox .strongestUl li {
    margin: 0 0 2.2rem !important;
    width: auto;
    border-radius: 2rem;
  }
  .strongest .tabBox .strongestUl li:last-child {
    margin-bottom: 0 !important;
  }
  .strongest .tabBox .strongestUl li .photoBox {
    position: relative;
    height: 0;
    padding-bottom: 97.4%;
  }
  .strongest .tabBox .strongestUl li .photoBox img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .strongest .tabBox .strongestUl li .textBox {
    margin-top: 0;
    padding: 1.6rem 2rem 3.1rem !important;
  }
  .strongest .tabBox .strongestUl li .textBox .title {
    margin: 0 -1rem 0.5rem 0;
    line-height: 1.54;
    letter-spacing: 0.05em;
  }
  .strongest .tabBox .strongestUl li .textBox .text {
    letter-spacing: 0.025em !important;
  }
  .strongest .tabBox .comLink {
    margin: 3.7rem auto 0 !important;
  }
  .strongest .tabBox.tabBox01 {
    border-radius: 0;
    display: none;
  }
  .strongest .tabBox.tabBox01::after {
    background-image: url(../img/index/strongest_bg02_sp.webp);
  }
  .strongest .tabBox.tabBox01 .color {
    padding-left: 7.2rem;
  }
  .strongest .tabBox.tabBox01 .hTitle {
    padding-left: 7.2rem;
  }
  .strongest .tabBox.tabBox01 .hTitle::after {
    top: -2.2rem;
    width: 6.2rem;
    background-size: 6.2rem auto;
  }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.fadeInUp.on {
  opacity: 1;
  transform: translate(0);
}

/*------------------------------------------------------------
	parallax
------------------------------------------------------------*/
.parallax {
  --y: 0px;
  --distance: 0px;
  transform: translateY(var(--y));
  transition: transform 0.25s ease;
}/*# sourceMappingURL=common.css.map */