@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Kaku Gothic New", sans-serif;
  --en-font: "Bellota Text", sans-serif;
  --base-color: #444;
  --blk2: #777;
  --blk3: #ACC2BF;
  --blk4: #F2F2F2;
  --white: #fff;
  --yellow: #FFF1C2;
  --blue: #6FB0D3;
  --blue2: #8DABDA;
  --blue3: #519CC4;
  --light_blue: #F3F8FB;
  --pink: #EF9FB2;
  --green: #77CBC0;
  --green1: #75C8BD;
}

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

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

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

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

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 7.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  line-height: 1.2;
  font-family: var(--sub-font);
}
.headLine01 .en {
  margin-bottom: -0.2rem;
  display: block;
  color: var(--blue);
  font-size: 16rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.96rem;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 3.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .headLine01 .en {
    font-size: 6rem;
    letter-spacing: 0.36rem;
  }
}

/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 14rem;
  z-index: 80;
}
.fixBtn a {
  padding: 2.8rem 2rem;
  height: 14rem;
  display: block;
  position: relative;
  color: var(--white);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  border-radius: 7rem;
  background-color: var(--green);
}
.fixBtn a img {
  display: block;
  margin: 0 auto 0.8rem;
  width: 3.4rem;
}
@media all and (min-width: 1025px) {
  .fixBtn a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .fixBtn {
    display: none;
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  text-align: center;
}
.comBtn a {
  min-width: 32rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 6rem;
  padding: 1.1rem 4.3rem 1.1rem 3.3rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  font-family: var(--sub-font);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3rem;
  background: var(--blk2) url(../img/common/icon07.webp) no-repeat right 3rem center/1rem;
}
@media all and (min-width: 1025px) {
  .comBtn a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .comBtn a {
    padding-right: 4.2rem;
    min-width: 25rem;
    max-width: 32rem;
    width: 100%;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
	footer watermark
------------------------------------------------------------*/
.footer-watermark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54rem;
          flex: 0 0 54rem;
  width: 54rem;
  height: 33rem;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 54rem auto;
  opacity: 0.08;
  pointer-events: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media all and (max-width: 896px) {
  .footer-watermark {
    -ms-flex-preferred-size: 36rem;
        flex-basis: 36rem;
    width: 36rem;
    height: 24rem;
    background-size: 36rem auto;
  }
}
/*------------------------------------------------------------
    comInfo
------------------------------------------------------------*/
.comInfo {
  font-family: var(--sub-font);
}
.comInfo .logo {
  margin: 0 auto 1.1rem;
  width: 26rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.comInfo .addList {
  margin: 0 0 4rem 0.3rem;
}
.comInfo .addList li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.108rem;
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comInfo .addList li .num {
  font-size: 2.2rem;
  letter-spacing: 0.132rem;
  line-height: 1;
}
.comInfo .addList li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.comInfo .addList li::before {
  margin: 0.1rem 1.4rem 0 0;
  width: 2.4rem;
  height: 3.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background: url(../img/common/icon04.webp) no-repeat left top/100%;
}
.comInfo .addList li.car:before {
  margin: 0 1.1rem -0.2rem -0.3rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/icon05.webp);
}
.comInfo .schedule {
  margin-bottom: 3rem;
  padding: 2.6rem 2rem 2.9rem;
  border-radius: 1.6rem;
  background: var(--light_blue);
}
.comInfo .schedule ul {
  padding: 0 1.5rem 0 0;
}
.comInfo .schedule ul li {
  padding: 0.7rem 0;
  width: 9.6%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.comInfo .schedule ul li.ttl {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.16rem;
}
.comInfo .schedule ul.list01 {
  margin-bottom: 0.8rem;
  padding: 0 1.5rem 0 0;
  border-bottom: 1px solid var(--blue);
}
.comInfo .schedule ul.list01 li {
  padding: 1.1rem 0;
}
.comInfo .schedule ul.list02:nth-child(3) {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--blue);
}
.comInfo .schedule ul.list02 li {
  color: var(--blue);
}
.comInfo .schedule ul.list02 li.ttl {
  padding-right: 3rem;
  color: var(--base-color);
  text-align: right;
}
.comInfo .schedule .notes {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
}
.comInfo .schedule .notes .dot {
  color: var(--blue);
}
.comInfo .btnList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  padding: 0.5rem 4.5rem 1rem 5.2rem;
  color: var(--white);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.152rem;
  background: var(--blue2) url(../img/common/icon07.webp) no-repeat right 3rem center/1rem;
  border-radius: 5rem;
}
.comInfo .btnList li a .sub {
  padding-left: 3.5rem;
  display: inline-block;
  background: url(../img/common/icon06.webp) no-repeat left 0.4rem/2.4rem;
}
@media all and (min-width: 1025px) {
  .comInfo .btnList li a:hover {
    opacity: 0.65;
  }
}
.comInfo .btnList li.tel {
  margin-bottom: 3rem;
}
.comInfo .btnList li.reserve a {
  padding-left: 7.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.112rem;
  background-color: var(--green);
}
.comInfo .btnList li.reserve a .sub {
  padding-left: 4.5rem;
  padding-bottom: 0.2rem;
  background-image: url(../img/common/icon02.webp);
  background-position: left 0.3rem;
  background-size: 3.2rem;
}
.comInfo .btnList li.reserve a .sub .large {
  font-size: 3.2rem;
  letter-spacing: 0.128rem;
}
@media all and (max-width: 896px) {
  .comInfo .logo {
    margin: 0 auto 1.1rem;
    width: 26rem;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .comInfo .addList {
    margin: 0 0 2.2rem 0.3rem;
  }
  .comInfo .addList li {
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comInfo .addList li .num {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .comInfo .addList li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .comInfo .addList li.car:before {
    margin-bottom: -0.1rem;
  }
  .comInfo .schedule {
    margin-bottom: 3rem;
    padding: 1.8rem 2rem 2.5rem;
    border-radius: 1.2rem;
  }
  .comInfo .schedule ul {
    padding: 0;
  }
  .comInfo .schedule ul li {
    padding: 0.55rem 0;
    width: calc((100% - 10.52rem) / 7);
  }
  .comInfo .schedule ul li.ttl {
    width: 10.52rem !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: right;
    padding-right: 2.5rem !important;
    letter-spacing: 0.14rem;
  }
  .comInfo .schedule ul.list01 {
    margin-bottom: 0.9rem;
    padding: 0;
  }
  .comInfo .schedule ul.list01 li {
    padding: 1.2rem 0;
  }
  .comInfo .schedule ul.list02:nth-child(3) {
    padding-bottom: 0.9rem;
  }
  .comInfo .schedule ul.list02 li.ttl {
    padding-right: 1.9rem !important;
  }
  .comInfo .schedule .notes {
    margin-top: 0.9rem;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    line-height: 1.66;
  }
  .comInfo .btnList li a {
    padding: 0.5rem 5.3rem 1rem 4.2rem;
    font-size: 2.8rem;
    letter-spacing: 0.112rem;
    background-position: right 2.4rem center;
    border-radius: 3rem;
  }
  .comInfo .btnList li a .sub {
    padding-left: 2.8rem;
    background-size: 1.8rem auto;
    background-position: left top 0.2rem;
  }
  .comInfo .btnList li.tel {
    margin-bottom: 2rem;
  }
  .comInfo .btnList li.reserve a {
    padding-left: 4.7rem;
    font-size: 2.2rem;
    letter-spacing: 0.088rem;
  }
  .comInfo .btnList li.reserve a .sub {
    padding-left: 3.6rem;
    background-size: 2.6rem;
  }
  .comInfo .btnList li.reserve a .sub .large {
    font-size: 2.6rem;
  }
}

/*------------------------------------------------------------
    comContact
------------------------------------------------------------*/
.comContact {
  padding: 6rem 0 14rem;
  position: relative;
}
.comContact .symbol {
  position: absolute;
  right: 0;
  top: 0;
  width: 76rem;
}
.comContact .content {
  position: relative;
  z-index: 1;
}
.comContact .headLine01 {
  margin-bottom: 6.1rem;
}
.comContact .headLine01 .en {
  margin-bottom: 1.2rem;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
.comContact .comInfo {
  width: 47.3%;
}
.comContact .map {
  width: 45.5%;
  aspect-ratio: 1/1;
  border-radius: 1.6rem;
  overflow: hidden;
}
.comContact .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .comContact {
    display: block;
    padding: 1.1rem 0 3rem;
  }
  .comContact .subBox {
    display: block;
  }
  .comContact .symbol {
    width: 25.5rem;
    right: auto;
    left: 50%;
    margin-left: -9rem;
    top: 56rem;
  }
  .comContact .headLine01 {
    margin-bottom: 3.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
  }
  .comContact .headLine01 .en {
    margin-bottom: 0.5rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  .comContact .comInfo {
    width: auto;
    margin-bottom: 7.8rem;
  }
  .comContact .map {
    width: auto;
    aspect-ratio: 335/200;
    border-radius: 1.2rem;
  }
}

/*------------------------------------------------------------
    spFixdBtn
------------------------------------------------------------*/
.spFixdBtn {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.spFixdBtn li {
  width: 25%;
}
.spFixdBtn li:not(:last-child) {
  border-right: 1px solid var(--white);
}
.spFixdBtn li a {
  padding: 1rem 0.5rem 0.8rem;
  display: block;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: var(--blue2);
}
.spFixdBtn li a img {
  height: 2.1rem;
}
.spFixdBtn li a span {
  margin-top: 0.1rem;
  display: block;
}
.spFixdBtn li.web a {
  background-color: var(--green);
}

/*------------------------------------------------------------
    comTreatment
------------------------------------------------------------*/
.comTreatment {
  padding: 12rem 0 14rem;
  position: relative;
  z-index: 3;
}
.comTreatment .symbol {
  position: absolute;
  right: -21.7rem;
  top: -30.8rem;
  width: 63.7rem;
}
.comTreatment .content {
  position: relative;
  z-index: 1;
}
.comTreatment .headLine01 {
  margin-bottom: 9.6rem;
}
.comTreatment .listUl {
  margin-bottom: 6rem;
  gap: 3rem 0;
}
.comTreatment .listUl li {
  width: 48.3%;
}
.comTreatment .listUl li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.6rem;
  background: var(--light_blue);
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .comTreatment .listUl li a:hover {
    opacity: 0.65;
  }
}
.comTreatment .listUl li a .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.2rem 2rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.108rem;
  border-radius: 1.6rem 0;
  background: var(--blue);
}
.comTreatment .listUl li a .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.7rem 2rem 1rem;
}
.comTreatment .listUl li a .textBox p {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12rem;
}
.comTreatment .listUl li a .textBox p .large {
  margin-top: 0.3rem;
  display: inline-block;
  color: var(--base-color);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.192rem;
}
.comTreatment .listUl li a .textBox p .large:after {
  margin-left: 1.8rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: 0.5rem;
  background: url(../img/common/icon03.webp) no-repeat left top/1rem;
  content: "";
}
.comTreatment .listUl li a .textBox p .large.large02 {
  letter-spacing: -0.1rem;
}
.comTreatment .listUl li a .pho {
  width: 24rem;
}
.comTreatment .listUl li a .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comTreatment .linkList {
  margin-bottom: 10rem;
  gap: 3rem 2.7rem;
}
.comTreatment .linkList li {
  width: calc((100% - 8.1rem) / 4);
}
.comTreatment .linkList li a {
  min-height: 12rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.8rem;
  background: var(--blue) url(../img/common/icon09.webp) no-repeat right 1.6rem bottom 1.6rem/1rem;
  border-radius: 1.6rem;
}
@media all and (min-width: 1025px) {
  .comTreatment .linkList li a:hover {
    opacity: 0.65;
  }
}
.comTreatment .linkList li a .listImg {
  margin: -1rem 1.2rem 0 0;
  width: 5.8rem;
}
.comTreatment .linkList li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.comTreatment .linkList li a p .large {
  margin-top: 0.5rem;
  display: block;
  color: var(--yellow);
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .comTreatment {
    padding: 6rem 0 7rem;
  }
  .comTreatment .symbol {
    right: -18.7rem;
    top: -18rem;
    width: 33rem;
  }
  .comTreatment .headLine01 {
    margin-bottom: 3.8rem;
  }
  .comTreatment .listUl {
    margin-bottom: 3rem;
  }
  .comTreatment .listUl li {
    width: 100%;
  }
  .comTreatment .listUl li a {
    border-radius: 1.2rem;
    min-height: 14rem;
  }
  .comTreatment .listUl li a .tag {
    padding: 0.7rem 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
    border-radius: 1.2rem 0;
  }
  .comTreatment .listUl li a .textBox {
    padding: 4.7rem 2rem 1.8rem;
  }
  .comTreatment .listUl li a .textBox p {
    font-size: 1.6rem;
    letter-spacing: 0.096rem;
  }
  .comTreatment .listUl li a .textBox p .large {
    margin-top: 0.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.16rem;
  }
  .comTreatment .listUl li a .textBox p .large:after {
    margin-left: 1.4rem;
    vertical-align: 0.3rem;
  }
  .comTreatment .listUl li a .textBox p .large.large02 {
    font-size: 2.2rem;
    letter-spacing: 0.08rem;
    line-height: 1.2;
  }
  .comTreatment .listUl li a .pho {
    width: 14rem;
  }
  .comTreatment .linkList {
    margin-bottom: 4rem;
    gap: 1.3rem 1.2rem;
  }
  .comTreatment .linkList li {
    width: calc((100% - 2.4rem) / 3);
  }
  .comTreatment .linkList li a {
    min-height: 13rem;
    padding: 0.7rem 0.2rem;
    display: block;
    background: var(--blue);
    border-radius: 1.2rem;
  }
  .comTreatment .linkList li a .listImg {
    margin: 0 0 1.1rem;
    width: auto;
    text-align: center;
  }
  .comTreatment .linkList li a .listImg img {
    height: 5rem;
  }
  .comTreatment .linkList li a .listImg.listImg02 {
    margin-bottom: 0.5rem;
  }
  .comTreatment .linkList li a p {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.35;
  }
  .comTreatment .linkList li a p .large {
    margin-top: 0.3rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .comTreatment .linkList li a p .large.large02 {
    font-size: 1.4rem;
    letter-spacing: -0.14rem;
  }
  .comTreatment .linkList li a p .large.large03 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
    comVisit
------------------------------------------------------------*/
.comVisit {
  margin: 0 2rem;
  padding: 9.1rem 0 14.1rem;
  position: relative;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 1.6rem;
}
.comVisit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(20deg, var(--blue3) 0%, var(--blue3) 60%, var(--green1) 100%);
  pointer-events: none;
}
.comVisit::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.3;
  mix-blend-mode: multiply;
  background: url(../img/common/visit_bg.webp) no-repeat center center/cover;
  pointer-events: none;
}
.comVisit .content {
  position: relative;
  z-index: 2;
  max-width: 110rem;
}
.comVisit h3 {
  padding: 1.9rem 3.7rem 1.2rem 10.2rem;
  margin: 0 auto 5.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  line-height: 1.6;
  color: var(--white);
  background: url(../img/common/visit_h_img01.webp) no-repeat left center/8rem;
}
.comVisit .linkUl {
  margin-top: -3rem;
}
.comVisit .linkUl li {
  margin: 3rem 4.2666666667% 0 0;
  width: 21.8%;
  text-align: center;
  border-radius: 1.6rem;
  border: 0.2rem solid var(--white);
}
.comVisit .linkUl li:nth-child(4n) {
  margin-right: 0;
}
.comVisit .linkUl a {
  padding: 3.1rem 0.5rem 2.8rem;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.132rem;
}
.comVisit .linkUl a img {
  margin: 0 auto 1.7rem;
  width: 7rem;
}
.comVisit .linkUl a span {
  padding-bottom: 3.2rem;
  display: block;
  background: url(../img/common/icon10.webp) no-repeat center bottom/1rem;
}
.comVisit .linkUl a:hover {
  opacity: 0.65;
}
@media all and (max-width: 896px) {
  .comVisit {
    padding: 1.6rem 0 2.6rem;
    border-radius: 1.2rem;
  }
  .comVisit:before {
    background: linear-gradient(55deg, var(--blue3) 0%, var(--blue3) 60%, var(--green1) 100%);
  }
  .comVisit:after {
    background-image: url(../img/common/visit_bg_sp.webp);
  }
  .comVisit .content {
    position: relative;
    z-index: 2;
    max-width: 110rem;
  }
  .comVisit h3 {
    padding: 1.9rem 0 1.2rem 7.8rem;
    min-height: 8.7rem;
    margin-bottom: 1.6rem;
    font-size: 2rem;
    letter-spacing: 0.12rem;
    line-height: 1.4;
    text-align: left;
    background-position: left top 0.3rem;
    background-size: 6.4rem auto;
  }
  .comVisit .linkUl {
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
  }
  .comVisit .linkUl li {
    margin: 0;
    width: calc((100% - 1.5rem) / 2);
  }
  .comVisit .linkUl a {
    padding: 2.3rem 0.5rem 2.8rem;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.108rem;
  }
  .comVisit .linkUl a img {
    margin-bottom: 0.5rem;
    width: 5.9rem;
  }
  .comVisit .linkUl a img.ico01 {
    margin: 0.3rem auto 0;
    width: 6.2rem;
  }
  .comVisit .linkUl a img.ico02 {
    margin-bottom: 0.3rem;
    width: 6.4rem;
  }
  .comVisit .linkUl a span {
    padding-bottom: 2rem;
    min-height: 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*------------------------------------------------------------
    parallax
------------------------------------------------------------*/
.parallax {
  --y: 0px;
  --distance: 0px;
  -webkit-transform: translateY(var(--y)) translateZ(0);
          transform: translateY(var(--y)) translateZ(0);
  will-change: transform;
}
.parallax img {
  isolation: isolate;
}

.feature {
  padding: 12rem 0 14.2rem;
  background: #B6EAE3;
  position: relative;
  z-index: 4;
}
.feature:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: url(../img/index/feature_bg.webp) no-repeat center top/cover;
  content: "";
}
.feature .photo {
  position: absolute;
  right: -17.8rem;
  top: 0.8rem;
  width: 67.8rem;
  z-index: 1;
}
.feature .content {
  position: relative;
  z-index: 1;
}
.feature .headLine01 {
  margin-bottom: 9.6rem;
}
.feature .headLine01 .en {
  color: var(--white);
}
.feature .featureList {
  margin: 0 2rem 10rem;
  position: relative;
  z-index: 2;
}
.feature .featureList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature .featureList li:not(:last-child) {
  margin-bottom: 4rem;
}
.feature .featureList li .phoBox {
  position: relative;
  width: 50.8%;
}
.feature .featureList li .phoBox img {
  width: 100%;
  position: relative;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.feature .featureList li .phoBox:after {
  position: absolute;
  left: 10rem;
  top: 4rem;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background: #BAE2DD;
  content: "";
}
.feature .featureList li .txtBox {
  position: relative;
  z-index: 1;
  margin: 8rem 0 0 -12.4rem;
  min-height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 10rem 4rem 18rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.6rem;
  background-color: var(--white);
}
.feature .featureList li .txtBox .tagBox {
  margin-bottom: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature .featureList li .txtBox .tagBox .num {
  color: var(--green);
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.06rem;
}
.feature .featureList li .txtBox .tagBox .num .large {
  display: inline-block;
  margin-left: 1rem;
  font-size: 10rem;
  font-weight: 400;
  vertical-align: -1.8rem;
  letter-spacing: 0;
}
.feature .featureList li .txtBox .tagBox .tag {
  margin: 0.5rem 0 0 2.2rem;
  padding: 0.4rem 1.3rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.108rem;
  border-radius: 0.4rem;
  background: var(--blk3);
}
.feature .featureList li .txtBox h3 {
  margin-bottom: 1.5rem;
  color: var(--green);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.156rem;
  font-family: var(--sub-font);
}
.feature .featureList li .txtBox p {
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.128rem;
}
@media all and (min-width: 897px) and (max-width: 1535px) {
  .feature .featureList li .txtBox {
    margin-left: -8.078vw;
    padding: 2rem 5vw 4rem 10.5vw;
  }
  .feature .featureList li .txtBox h3 {
    font-size: 1.9vw;
  }
  .feature .featureList li .txtBox h3.ttl02 {
    letter-spacing: 0;
  }
}
.feature .featureList li:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .featureList li:nth-child(2n-1) .phoBox:after {
  left: auto;
  right: 10rem;
}
.feature .featureList li:nth-child(2n-1) .txtBox {
  margin-left: 0;
  margin-right: -12.4rem;
  padding: 2.6rem 18rem 5.8rem 10rem;
}
@media all and (min-width: 897px) and (max-width: 1535px) {
  .feature .featureList li:nth-child(2n-1) .txtBox {
    margin-right: -8.078vw;
    padding: 2rem 10.5vw 2.5rem 5vw;
  }
}
.feature .comBtn {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .feature {
    padding: 6rem 0;
  }
  .feature:after {
    background-image: url(../img/index/feature_bg_sp.webp);
  }
  .feature .photo {
    right: -10.7rem;
    top: 4.2rem;
    width: 24rem;
  }
  .feature .headLine01 {
    margin-bottom: 4.6rem;
  }
  .feature .featureList {
    margin-bottom: 5rem;
  }
  .feature .featureList li {
    display: block;
  }
  .feature .featureList li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .feature .featureList li .phoBox {
    margin: 0 -5rem 0 6rem;
    width: auto;
  }
  .feature .featureList li .phoBox img {
    border-radius: 1.2rem;
  }
  .feature .featureList li .phoBox:after {
    left: auto;
    right: 3rem !important;
    top: auto;
    bottom: -3rem;
    border-radius: 1.2rem;
  }
  .feature .featureList li .txtBox {
    margin: -2rem 0 0 !important;
    min-height: inherit;
    display: block;
    padding: 3.5rem 2rem !important;
    border-radius: 1.2rem;
  }
  .feature .featureList li .txtBox .tagBox {
    margin-bottom: 2.2rem;
    display: block;
  }
  .feature .featureList li .txtBox .tagBox .num {
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
  .feature .featureList li .txtBox .tagBox .num .large {
    margin-left: 0.5rem;
    font-size: 6rem;
    vertical-align: -1.2rem;
  }
  .feature .featureList li .txtBox .tagBox .tag {
    margin: 0;
    padding: 0.3rem 1.4rem 0.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
    display: inline-block;
  }
  .feature .featureList li .txtBox h3 {
    margin-bottom: 0.6rem;
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .feature .featureList li .txtBox p {
    letter-spacing: 0.112rem;
  }
}/*# sourceMappingURL=common.css.map */