:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho B1", serif;
  --en-font: "Cinzel", serif;
  --base-color: #50443B;
  --white: #FFF;
  --white-0: rgba(255,255,255,0);
  --white-1: rgba(255,255,255,0.1);
  --white-7: rgba(255,255,255,0.7);
  --white-75: rgba(255,255,255,0.75);
  --brown: #40362F;
  --brown01: #C58156;
  --brown02: #8D784D;
  --brown03: #A9683F;
  --brown04: #E2D5C9;
  --brown05: #DED4CB;
  --brown06: #C7BAAC;
  --brown07: #463F3A;
  --brown08: #665E59;
  --light-brown01: #FBF8F5;
  --light-brown02: #F2F0EE;
  --yellow: #D4AE4D;
  --yellow-3: rgba(212,174,77,0.3);
  --yellow01: #F5DD9E;
  --yellow02: #ECDBAF;
  --yellow03: #FBEFD0;
  --black-6: rgba(0, 0, 0, 0.60);
  --dark-green: #B3BCB6;
  --mosgreen: #6B786F;
  --brown-94: rgba(186,165,152,0.94);
  --dark-green01: #485E4F;
  --dark-brown02: #6A625D;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  position: relative;
}
#main .mainVisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
#main .mainVisual .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, var(--white) 0%, var(--white-0) 30%), linear-gradient(0deg, var(--white) 0%, var(--white-0) 60%);
}
#main .mainVisual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .mainVisual .textUl li {
  position: absolute;
  top: 6.3rem;
  right: 34.4rem;
  width: 22rem;
  z-index: 1;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  border-radius: 50%;
  color: var(--brown02);
  border: 1px solid var(--brown02);
}
#main .mainVisual .textUl li:nth-child(2) {
  top: 12.3rem;
  right: 4.1rem;
  width: 19rem;
}
#main .mainVisual .textUl li:nth-child(3) {
  top: 40.7rem;
  right: 3rem;
}
#main .mainVisual .innerBox {
  padding: 17.3rem 2rem 0;
  margin: 0 auto 3.6rem;
  max-width: 134.5rem;
  position: relative;
  z-index: 3;
}
#main .mainVisual .innerBox .info {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5rem;
}
#main .mainVisual .innerBox .title {
  max-width: 86rem;
  font-size: 5.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
#main .mainVisual .innerBox .title .sml {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
#main .mainVisual .innerBox .title .big {
  font-size: 5.4rem;
  letter-spacing: 0;
}
#main .mainVisual .innerBox .title .color {
  margin-left: -1.3rem;
  display: block;
  font-size: 9rem;
  color: var(--brown02);
  letter-spacing: -0.3rem;
  font-style: italic;
  line-height: 1;
}
#main .mainVisual .imgBox {
  margin-bottom: 5rem;
  position: relative;
  z-index: 5;
}
#main .mainVisual .imgBox .outBox {
  margin: 0 auto;
  max-width: 122rem;
}
#main .mainVisual .imgBox .textBox li {
  margin-bottom: 1rem;
  position: relative;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
}
#main .mainVisual .imgBox .textBox li span {
  font-size: 4rem;
  letter-spacing: 0.2rem;
}
#main .mainVisual .imgBox .textBox li::after {
  width: calc(100% - 44rem);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  pointer-events: none;
  opacity: 0.9;
  background: linear-gradient(90deg, var(--brown) 50%, rgba(64, 54, 47, 0) 100%);
}
#main .mainVisual .imgBox .textBox li:last-child {
  margin-bottom: 0;
}
#main .mainVisual .imgBox .textBox li .sub {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 1.9rem 0 1.9rem;
}
#main .mainVisual .imgBox .textBox li .pho {
  position: absolute;
  top: 50%;
  transform: translateY(-59.5%);
  left: -16rem;
  width: 17.3rem;
  z-index: 2;
}
#main .mainVisual .imgBox .textBox li .pho .img01 {
  position: absolute;
  top: 5.5rem;
  left: 10.8rem;
  z-index: 1;
  width: 10rem;
}
#main .mainVisual .imgBox .textBox li:nth-child(1) {
  font-size: 2rem;
}
#main .mainVisual .imgBox .textBox li:nth-child(1) .sub {
  padding: 0.7rem 0 1.4rem;
}
#main .mainVisual .imgBox .textBox li:nth-child(2) .pho {
  width: 10rem;
  left: auto;
  right: -10rem;
  transform: translateY(-62%);
}
#main .mainVisual .imgBox .textBox li:nth-child(3) .pho {
  width: 16.6rem;
  transform: translateY(-48%);
}
#main .mainVisual .imgBox .textBox li:nth-child(4) .pho {
  width: 11rem;
  left: auto;
  right: -11rem;
  transform: translateY(-51%);
}
#main .mainVisual .imgBox .textBox li:nth-child(5) .pho {
  width: 9.9rem;
  left: -11.5rem;
  transform: translateY(0);
  top: auto;
  bottom: 0;
}
#main .mainVisual .imgBox .photoBox {
  position: absolute;
  top: -24.3rem;
  right: 9.5rem;
  width: 42.318vw;
  max-width: 77rem;
  z-index: 3;
  pointer-events: none;
}
#main .mainVisual .imgBox .photoBox .img01 {
  position: absolute;
  top: 12.4rem;
  left: -10.2rem;
  z-index: 1;
  width: 19.531vw;
  max-width: 37.5rem;
}
#main .mainVisual .content {
  max-width: 134.2rem;
}
@media all and (min-width: 897px) and (max-width: 1520px) {
  #main .mainVisual .innerBox .title {
    font-size: 4.5rem;
  }
  #main .mainVisual .innerBox .title .color {
    font-size: 8rem;
  }
  #main .mainVisual .imgBox .photoBox {
    top: -23rem;
  }
  #main .mainVisual .imgBox .photoBox .img01 {
    width: 24rem;
  }
  #main .mainVisual .imgBox .textBox li:nth-child(4) .pho {
    width: 9rem;
    right: -8rem;
  }
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    position: relative;
    z-index: 4;
    padding-top: 9.2rem;
  }
  #main .mainVisual .bg {
    aspect-ratio: 427/868;
  }
  #main .mainVisual .textUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .mainVisual .textUl li {
    margin: 0 -0.5rem;
    position: static;
    width: 12rem !important;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
  }
  #main .mainVisual .innerBox {
    padding: 1.2rem 2rem 0;
    margin-bottom: 3.6rem;
    max-width: 37.5rem;
    position: relative;
    z-index: 6;
  }
  #main .mainVisual .innerBox .info {
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.308rem;
  }
  #main .mainVisual .innerBox .title {
    max-width: 100%;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  #main .mainVisual .innerBox .title .sml {
    font-size: 1.6rem;
  }
  #main .mainVisual .innerBox .title .big {
    font-size: 2.8rem;
  }
  #main .mainVisual .innerBox .title .color {
    font-size: 4.4rem;
  }
  #main .mainVisual .imgBox {
    margin-bottom: 3.8rem;
    display: block;
  }
  #main .mainVisual .imgBox .textBox li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #main .mainVisual .imgBox .textBox li::after {
    width: 100%;
  }
  #main .mainVisual .imgBox .textBox li span {
    font-size: 3rem;
    letter-spacing: 0.18rem;
    line-height: 0.8;
  }
  #main .mainVisual .imgBox .textBox li::after {
    background: linear-gradient(90deg, var(--brown) 50%, rgba(64, 54, 47, 0.7) 75%, rgba(64, 54, 47, 0.1) 100%);
  }
  #main .mainVisual .imgBox .textBox li .sub {
    margin: 0 auto;
    padding: 1.1rem 1rem !important;
    text-align: center;
  }
  #main .mainVisual .imgBox .textBox li .pho {
    top: 50%;
    transform: translateY(-65%);
    left: -11.2rem;
    width: 13.2rem;
  }
  #main .mainVisual .imgBox .textBox li .pho .img01 {
    top: 4.3rem;
    left: 8.5rem;
    width: 9.2rem;
  }
  #main .mainVisual .imgBox .textBox li:nth-child(1) {
    font-size: 1.6rem;
  }
  #main .mainVisual .imgBox .textBox li:nth-child(2) .pho {
    width: 8.7rem;
    left: auto;
    right: -7.7rem;
    transform: translateY(-55%);
  }
  #main .mainVisual .imgBox .textBox li:nth-child(3) .pho {
    width: 13.2rem;
    left: -7.7rem;
    transform: translateY(-68%);
  }
  #main .mainVisual .imgBox .textBox li:nth-child(4) .pho {
    width: 8.5rem;
    left: auto;
    right: -8rem;
    transform: translateY(-75%);
  }
  #main .mainVisual .imgBox .textBox li:nth-child(5) .pho {
    width: 7.7rem;
    left: -7.7rem;
    top: auto;
  }
  #main .mainVisual .imgBox .photoBox {
    margin: -20.3rem auto -3.8rem;
    position: relative;
    top: auto;
    right: calc(50% - 22.5rem);
    transform: translateX(0);
    width: auto;
    max-width: 100%;
  }
  #main .mainVisual .imgBox .photoBox img {
    margin-left: auto;
    display: block;
    width: 20rem;
  }
  #main .mainVisual .imgBox .photoBox .img01 {
    top: -1rem;
    left: auto;
    right: 4rem;
    width: 14rem;
    z-index: -1;
  }
}
#main .reason {
  margin-bottom: 10.3rem;
  position: relative;
}
#main .reason .content {
  max-width: 129rem;
}
#main .reason .bg {
  padding-top: 21.3rem;
  margin-bottom: 12rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(0deg, var(--white-1) 70%, var(--white) 100%), linear-gradient(180deg, var(--light-brown01) 0%, var(--dark-green) 100%);
}
#main .reason .bg::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 17rem;
  content: "";
  z-index: 2;
  background: url(../img/index/reason_bg02.webp) no-repeat center bottom/100% 100%;
}
#main .reason .bg .hTitle {
  margin-bottom: 2.1rem;
  text-align: center;
  color: var(--mosgreen);
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 1.6;
}
#main .reason .bg .hTitle span {
  margin-bottom: 0.6rem;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
}
#main .reason .bg .title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.26rem;
  color: var(--brown01);
}
#main .reason .bg .textBox {
  position: relative;
  padding-bottom: 19.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .reason .bg .textBox .lBox,
#main .reason .bg .textBox .rBox {
  width: 50%;
  position: relative;
}
#main .reason .bg .textBox .lBox::after,
#main .reason .bg .textBox .rBox::after {
  position: absolute;
  bottom: -11rem;
  z-index: 1;
  left: 54.5%;
  content: "";
  width: 15rem;
  height: 15rem;
  background: url(../img/index/reason_img01.webp) no-repeat left bottom/100%;
}
#main .reason .bg .textBox ul li {
  padding: 6.5rem 8.3rem;
  text-align: center;
  width: fit-content;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--mosgreen);
  letter-spacing: 0.18rem;
  line-height: 1.6;
  background: url(../img/index/reason_bg01.webp) no-repeat center center/100% 100%;
}
#main .reason .bg .textBox ul li:not(:last-child) {
  margin-bottom: -6rem;
}
#main .reason .bg .textBox .lBox li:nth-child(3n-1) {
  margin: 0 0 -7.7rem 25rem;
}
#main .reason .bg .textBox .lBox li:nth-child(3n) {
  margin-left: 6rem;
}
#main .reason .bg .textBox .rBox {
  padding-right: 2.5rem;
}
#main .reason .bg .textBox .rBox::after {
  bottom: -3.3rem;
  left: 19.5%;
  background-image: url(../img/index/reason_img02.webp);
}
#main .reason .bg .textBox .rBox ul li {
  padding: 6.3rem 7.5rem;
  margin: 0 0 -8.5rem auto;
}
#main .reason .bg .textBox .rBox ul li:nth-child(3n-1) {
  padding: 6.3rem 8.5rem;
  margin: 0 19.5rem -7rem auto;
}
#main .reason .bg .textBox .rBox ul li:nth-child(3n) {
  padding: 6.7rem 6.8rem 7rem;
}
#main .reason .bg .textBox .photo {
  position: absolute;
  bottom: -10.7rem;
  left: 50%;
  transform: translateX(-46.5%);
  z-index: 3;
  width: 32rem;
}
#main .reason .subText {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.31rem;
}
#main .reason .lineText {
  text-align: center;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.4rem;
}
#main .reason .lineText span {
  background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3)) repeat-x left bottom 0.7rem/100% 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
  #main .reason {
    margin: -8rem 0 6.7rem;
    padding-top: 8rem;
  }
  #main .reason .bg {
    margin-bottom: 9.7rem;
    padding-top: 8rem;
    position: relative;
    background: url(../img/index/reason_bg03_sp.webp) no-repeat left top/cover, linear-gradient(0deg, var(--white-1) 70%, var(--white) 100%), linear-gradient(180deg, var(--light-brown01) 0%, var(--dark-green) 100%);
  }
  #main .reason .bg::after {
    height: 4.2rem;
  }
  #main .reason .bg .hTitle {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  #main .reason .bg .hTitle span {
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
  #main .reason .bg .title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.17rem;
  }
  #main .reason .bg .outBox {
    margin: 0 auto;
    width: fit-content;
  }
  #main .reason .bg .textBox {
    margin: 0 -3.5rem;
    padding-bottom: 14.8rem;
    width: fit-content;
    max-width: 40.5rem;
  }
  #main .reason .bg .textBox .lBox::after,
  #main .reason .bg .textBox .rBox::after {
    bottom: -5rem;
    left: 15%;
    width: 12rem;
    height: 10rem;
    transform: rotate(25deg);
  }
  #main .reason .bg .textBox ul li {
    padding: 4rem 4.3rem 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
  #main .reason .bg .textBox ul li:not(:last-child) {
    margin-bottom: -1rem;
  }
  #main .reason .bg .textBox .lBox ul {
    margin-right: -10rem;
  }
  #main .reason .bg .textBox .lBox li {
    margin-right: -2.5rem;
  }
  #main .reason .bg .textBox .lBox li span {
    position: relative;
    z-index: 3;
  }
  #main .reason .bg .textBox .lBox li:nth-child(3n-1) {
    padding: 5.3rem 6.5rem 6rem;
    margin: 0 -7rem 0.5rem 2rem;
  }
  #main .reason .bg .textBox .lBox li:nth-child(3n) {
    padding: 5.7rem 6.5rem 6rem;
    margin-left: -3rem;
  }
  #main .reason .bg .textBox .rBox {
    padding-right: 0;
  }
  #main .reason .bg .textBox .rBox::after {
    bottom: -8.4rem;
    left: 26%;
    transform: rotate(0deg);
  }
  #main .reason .bg .textBox .rBox ul {
    margin-right: -3rem;
  }
  #main .reason .bg .textBox .rBox ul li {
    padding: 4rem 6rem 4rem 5rem;
    margin: 0 0 0.5rem -5rem;
  }
  #main .reason .bg .textBox .rBox ul li:nth-child(3n-2) {
    margin-top: 4.7rem;
  }
  #main .reason .bg .textBox .rBox ul li:nth-child(3n-1) {
    padding: 7rem 6rem 7rem 8rem;
    margin: 0 0 -2rem -7.5rem;
  }
  #main .reason .bg .textBox .rBox ul li:nth-child(3n) {
    padding: 6rem 6rem 5rem 7rem;
    margin-left: -6rem;
  }
  #main .reason .bg .textBox .photo {
    bottom: -6.6rem;
    transform: translateX(-50%);
    width: 18rem;
  }
  #main .reason .subText {
    margin: 0 -0.5rem 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.23rem;
  }
  #main .reason .lineText {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.24rem;
  }
  #main .reason .lineText span {
    background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3)) repeat-x left bottom 0.3rem/100% 0.6rem;
  }
}
#main .step {
  padding-bottom: 16rem;
  position: relative;
  background: url(../img/index/step_bg.webp) no-repeat left top/cover;
}
#main .step::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: var(--brown03);
  mix-blend-mode: multiply;
  pointer-events: none;
}
#main .step .content {
  padding: 18.5rem 2rem 0;
  position: relative;
  z-index: 3;
}
#main .step .content::before, #main .step .content::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 4rem;
  content: "";
  z-index: 2;
}
#main .step .content::before {
  bottom: 100%;
  background-color: var(--brown01);
}
#main .step .content::after {
  top: 0;
  background-color: var(--white);
}
#main .step .content .hTitle {
  margin-bottom: 3.8rem;
  padding-left: 10.5rem;
  width: fit-content;
  position: relative;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: var(--yellow01);
}
#main .step .content .hTitle .line {
  margin-bottom: -1.2rem;
  padding: 0 3rem 0.5rem 4.5rem;
  width: fit-content;
  display: block;
  color: var(--white);
  font-size: 3.6rem;
  letter-spacing: 0.36rem;
  border-bottom: 1px solid var(--white);
  background: url(../img/common/icon01.webp) no-repeat left bottom 1.2rem/3.4rem;
}
#main .step .content .hTitle .line .ico {
  padding: 4rem 1rem 4.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  vertical-align: 5.5rem;
  background: url(../img/index/step_img02.webp) no-repeat left bottom/100% auto;
}
#main .step .content .hTitle .num {
  position: absolute;
  top: 0;
  left: -1.5rem;
  font-size: 18rem;
  font-style: italic;
  display: inline-block;
  line-height: 1;
}
#main .step .content > .text {
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 2.2;
  letter-spacing: 0.128rem;
}
#main .step .content > .text:last-of-type {
  margin-bottom: 0;
}
#main .step .content .stepUl {
  margin: 9rem 0 11.5rem;
}
#main .step .content .stepUl li:not(:last-child) {
  margin-bottom: 4.1rem;
}
#main .step .content .stepUl h3 {
  margin-bottom: 1.5rem;
  padding: 1rem 33rem 1rem 1rem;
  background-color: var(--white);
  border-radius: 0.8rem;
}
#main .step .content .stepUl h3 .out {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#main .step .content .stepUl h3 .tag {
  padding: 0.5rem 0;
  margin-right: 1.5rem;
  width: 12rem;
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  background-color: var(--brown01);
  border-radius: 0.4rem;
}
#main .step .content .stepUl h3 .text {
  padding-top: 0.2rem;
  flex: 1;
  color: var(--brown01);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.048rem;
}
#main .step .content .stepUl h3 .text span {
  margin: 0.7rem 0 1.1rem;
  display: block;
  color: var(--base-color);
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}
#main .step .content .stepUl p {
  color: var(--white);
  letter-spacing: 0.128rem;
}
#main .step .content .stepUl .imgBox {
  position: relative;
}
#main .step .content .stepUl .imgBox .pho {
  position: absolute;
  top: 50%;
  transform: translateY(-54.3%);
  right: 3rem;
  width: 30rem;
  z-index: 1;
}
#main .step .content .subBox {
  margin-bottom: 6.2rem;
}
#main .step .content .subBox h4 {
  margin-bottom: 1.1rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.288rem;
  color: var(--yellow01);
}
#main .step .content .subBox h4 span {
  font-size: 2.8rem;
  color: var(--white);
  letter-spacing: 0.224rem;
}
#main .step .content .subBox p {
  line-height: 2.4;
  text-align: center;
  color: var(--white);
  font-size: 2.8rem;
}
#main .step .innerBox {
  margin: 0 auto;
  position: relative;
  max-width: 110rem;
  padding: 5.7rem 4rem 5.9rem;
}
#main .step .innerBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background-color: var(--brown-94);
  mix-blend-mode: multiply;
  border-radius: 0.8rem;
}
#main .step .innerBox::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 2;
  content: "";
  border: 1px solid var(--white);
  border-radius: 0.8rem;
}
#main .step .innerBox p {
  margin-bottom: 3rem;
  position: relative;
  z-index: 4;
  color: var(--white);
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}
#main .step .innerBox p span {
  font-size: 3.6rem;
}
#main .step .innerBox .comBtn01 {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  #main .step {
    padding-bottom: 6.2rem;
    background-position: center top;
  }
  #main .step .content {
    padding: 11.5rem 2rem 0;
  }
  #main .step .content::before, #main .step .content::after {
    height: 3rem;
  }
  #main .step .content .hTitle {
    margin-bottom: 3.2rem;
    padding-left: 5.4rem;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0;
    width: auto;
  }
  #main .step .content .hTitle .line {
    margin-bottom: -0.2rem;
    padding: 0 3rem 0.5rem 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    background-size: 2.4rem;
    background-position: left center;
    position: relative;
    width: auto;
  }
  #main .step .content .hTitle .line .ico {
    position: absolute;
    bottom: 4rem;
    left: 15rem;
    width: 14rem;
    z-index: 1;
    padding: 3.7rem 0rem 3rem 0rem;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.1rem;
    vertical-align: 5.5rem;
  }
  #main .step .content .hTitle .num {
    top: -1.3rem;
    font-size: 10rem;
  }
  #main .step .content > .text {
    text-align: justify;
    letter-spacing: 0.084rem;
  }
  #main .step .content .stepUl {
    margin: 4rem 0 4.6rem;
  }
  #main .step .content .stepUl li:not(:last-child) {
    margin-bottom: 2rem;
  }
  #main .step .content .stepUl h3 {
    padding: 1rem 1rem 0.8rem;
    margin-bottom: 1.1rem;
  }
  #main .step .content .stepUl h3 .out {
    align-items: center;
  }
  #main .step .content .stepUl h3 .tag {
    padding: 0.6rem 0;
    width: 8rem;
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
  }
  #main .step .content .stepUl h3 .text {
    padding-top: 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04rem;
  }
  #main .step .content .stepUl h3 .else {
    margin: 1.1rem 0 0.7rem;
    display: block;
    color: var(--base-color);
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.14rem;
    font-weight: 400;
  }
  #main .step .content .stepUl p {
    line-height: 2.2;
    letter-spacing: 0.112rem;
    text-align: justify;
  }
  #main .step .content .stepUl .imgBox {
    margin: 2rem -0.5rem 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  #main .step .content .stepUl .imgBox .pho {
    position: static;
    transform: translateY(0);
    width: 16.6rem;
  }
  #main .step .content .stepUl .imgBox p {
    margin-top: 2rem;
    flex: 1;
  }
  #main .step .content .subBox {
    margin-bottom: 4.2rem;
  }
  #main .step .content .subBox h4 {
    margin-bottom: 0.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
  }
  #main .step .content .subBox h4 span {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
  #main .step .content .subBox p {
    line-height: 2;
    font-size: 1.8rem;
  }
  #main .step .innerBox {
    margin: 0 -1px;
    max-width: 100%;
    padding: 2.2rem 2rem 3.7rem;
  }
  #main .step .innerBox::after {
    border-radius: 0;
  }
  #main .step .innerBox::before {
    width: 100%;
    border-radius: 0;
  }
  #main .step .innerBox p {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.144rem;
  }
  #main .step .innerBox p span {
    font-size: 2.4rem;
  }
  #main .step .innerBox .comBtn01 {
    width: 29.5rem;
  }
  #main .step .innerBox .comBtn01 a {
    padding: 0 3rem 0 3.3rem;
  }
}
#main .chosen .photo {
  position: relative;
}
#main .chosen .photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, var(--white-1) 40%, var(--white-75) 70%, var(--white) 100%);
}
#main .chosen .photo img {
  width: 100%;
}
#main .chosen .bg {
  padding: 6.5rem 0 10rem;
  position: relative;
}
#main .chosen .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, var(--white-1) 0%, var(--white) 100%), url(../img/index/chosen_bg.webp) no-repeat left top/cover, linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: normal, luminosity, multiply;
}
#main .chosen .bg .content {
  position: relative;
  z-index: 2;
}
#main .chosen .bg .headLine02 {
  margin-bottom: 4.2rem;
  position: relative;
  padding-bottom: 8.1rem;
}
#main .chosen .bg .headLine02::before {
  margin-bottom: 1.3rem;
}
#main .chosen .bg .headLine02::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 6rem;
  content: "";
  z-index: 1;
  background-color: var(--base-color);
}
#main .chosen .bg .headLine02 .jp {
  line-height: 1.6;
}
#main .chosen .bg .hTitle {
  margin-bottom: 2.1rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32rem;
  color: var(--brown01);
}
#main .chosen .bg .hTitle span {
  font-size: 3.6rem;
  letter-spacing: 0.36rem;
}
#main .chosen .bg .text {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.128rem;
}
#main .chosen .chosenUl {
  position: relative;
  z-index: 2;
}
#main .chosen .chosenUl li {
  width: 33.3333333333%;
  aspect-ratio: 512/500;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 6rem 4rem 2.4rem;
}
#main .chosen .chosenUl li .pho {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .chosen .chosenUl li .pho::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(64, 54, 47, 0) 30%, var(--brown) 80%);
}
#main .chosen .chosenUl li .pho img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .chosen .chosenUl li .sub {
  position: relative;
  z-index: 3;
}
#main .chosen .chosenUl li .sub h4 {
  margin: 0 -1.5rem 2rem;
  text-align: center;
  font-family: var(--sub-font);
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.28rem;
}
#main .chosen .chosenUl li .sub p {
  color: var(--white);
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.128rem;
}
@media all and (max-width: 896px) {
  #main .chosen .photo {
    aspect-ratio: 375/155;
  }
  #main .chosen .photo img {
    height: 100%;
    object-fit: cover;
  }
  #main .chosen .bg {
    padding: 0 0 9.7rem;
  }
  #main .chosen .bg .headLine02 {
    margin-bottom: 3.1rem;
    padding-bottom: 6.1rem;
  }
  #main .chosen .bg .headLine02::before {
    margin-bottom: 1rem;
  }
  #main .chosen .bg .headLine02::after {
    height: 4rem;
  }
  #main .chosen .bg .headLine02 .jp {
    margin: 0 -1.5rem;
    padding: 0;
    line-height: 1.7;
  }
  #main .chosen .bg .headLine02 .jp span {
    font-size: 2rem;
    display: block;
  }
  #main .chosen .bg .hTitle {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
  #main .chosen .bg .hTitle span {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
  #main .chosen .bg .text {
    text-align: justify;
    letter-spacing: 0.084rem;
  }
  #main .chosen .chosenUl {
    display: block;
  }
  #main .chosen .chosenUl li {
    width: auto;
    aspect-ratio: 375/320;
    padding: 2rem 2rem 2.6rem;
  }
  #main .chosen .chosenUl li .sub {
    width: 100%;
  }
  #main .chosen .chosenUl li .sub h4 {
    margin: 0 0 1.2rem;
    font-size: 2.2rem;
    letter-spacing: 0.132rem;
  }
  #main .chosen .chosenUl li .sub p {
    letter-spacing: 0.084rem;
  }
}
#main .case {
  padding: 18rem 0 16.7rem;
  position: relative;
  background: linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: multiply;
}
#main .case::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 4rem;
  content: "";
  background-color: var(--white);
  z-index: 1;
}
#main .case::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 4rem;
  content: "";
  background-color: var(--brown06);
  z-index: 1;
}
#main .case .bg01 {
  width: 42rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#main .case .bg02 {
  width: 42rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#main .case .topBox {
  margin-bottom: 17.5rem;
  position: relative;
  padding: 4.3rem 7rem 12rem;
}
#main .case .topBox .image01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 54rem;
  pointer-events: none;
}
#main .case .topBox .image02 {
  position: absolute;
  bottom: -9.1rem;
  right: 5rem;
  z-index: 3;
  width: 32rem;
  pointer-events: none;
}
#main .case .topBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, var(--mosgreen) 10%, rgba(107, 120, 111, 0) 100%);
  opacity: 0.94;
  border-radius: 0.8rem;
}
#main .case .topBox .textBox {
  position: relative;
  z-index: 2;
  max-width: 73rem;
}
#main .case .topBox .textBox .textList {
  margin-bottom: 3rem;
  max-width: 62rem;
}
#main .case .topBox .textBox .textList li {
  padding: 2.1rem 0 2.1rem 5rem;
  color: var(--white);
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  border-bottom: 1px solid var(--white);
  background: url(../img/index/case_ico.webp) no-repeat left top 2.3rem/3.8rem;
}
#main .case .topBox .textBox p {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  color: var(--dark-green01);
}
#main .case .headLine02 {
  margin-bottom: 8.7rem;
}
#main .case .headLine02::before {
  margin-bottom: 1.6rem;
}
#main .case .headLine02 .jp {
  font-size: 4.2rem;
}
#main .case .headLine02 .jp .color {
  font-size: 7rem;
  color: var(--brown02);
}
#main .case .tabPanel {
  position: relative;
  z-index: 2;
}
#main .case .tabPanel .tabUl {
  margin-bottom: 5.5rem;
  gap: 0 3rem;
}
#main .case .tabPanel .tabUl li {
  width: 20rem;
}
#main .case .tabPanel .tabUl li a {
  padding: 4.2rem 1rem 0;
  display: block;
  position: relative;
  min-height: 20rem;
  color: var(--brown02);
  letter-spacing: 0.16rem;
  line-height: 1.4;
  background-color: var(--brown05);
  border-radius: 50%;
  text-align: center;
}
#main .case .tabPanel .tabUl li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 21.4rem;
  content: "";
  background: url(../img/index/case_tab_ico.webp) no-repeat left top/100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#main .case .tabPanel .tabUl li a img {
  position: relative;
  z-index: 3;
  margin: 0 auto 1.2rem;
  width: auto;
  height: 6.7rem;
  display: block;
}
#main .case .tabPanel .tabUl li a span {
  display: block;
  position: relative;
  z-index: 3;
}
@media all and (min-width: 1025px) {
  #main .case .tabPanel .tabUl li a:hover::after {
    opacity: 1;
  }
}
#main .case .tabPanel .tabUl li.on a::after {
  opacity: 1;
}
#main .case .tabPanel .tableBox {
  margin: 0 auto;
  max-width: 110rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
#main .case .tabPanel .tableBox .hTitle {
  padding: 1.65rem 2rem;
  text-align: center;
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.26rem;
  background-color: var(--brown02);
}
#main .case .tabPanel .tableBox .sub {
  padding: 3.3rem 5rem 7rem;
  background-color: var(--white);
}
#main .case .tabPanel .tableBox .sub .photoList {
  margin-bottom: 4rem;
  justify-content: space-between;
}
#main .case .tabPanel .tableBox .sub .photoList li {
  position: relative;
  width: 46%;
}
#main .case .tabPanel .tableBox .sub .photoList li:not(:last-child)::after {
  position: absolute;
  top: 52.7%;
  right: -5rem;
  width: 2rem;
  height: 2.6rem;
  content: "";
  z-index: 1;
  background: url(../img/index/case_tab_img.webp) no-repeat left center/100%;
}
#main .case .tabPanel .tableBox .sub .photoList li .title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--brown02);
  letter-spacing: 0.12rem;
}
#main .case .tabPanel .tableBox .sub .photoList li .pho {
  border-radius: 1rem;
  overflow: hidden;
}
#main .case .tabPanel .tableBox .sub .photoList li .pho img {
  width: 100%;
}
#main .case .tabPanel .tableBox .sub .outBox {
  gap: 0 4rem;
  position: relative;
}
#main .case .tabPanel .tableBox .sub .outBox::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  bottom: 0;
  background-color: var(--base-color);
  content: "";
  z-index: 1;
}
#main .case .tabPanel .tableBox .sub .textUl {
  width: calc((100% - 4rem) / 2);
}
#main .case .tabPanel .tableBox .sub .textUl li {
  padding: 1.1rem 3rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--base-color);
}
@media all and (min-width: 897px) {
  #main .case .tabPanel .tableBox .sub .textUl li:nth-last-child(1) {
    border-bottom: 1px solid var(--base-color);
  }
}
#main .case .tabPanel .tableBox .sub .textUl li .lText, #main .case .tabPanel .tableBox .sub .textUl li .rText {
  font-size: 1.8rem;
  width: 50%;
}
#main .case .tabPanel .tableBox .sub .textUl li .lText {
  color: var(--brown02);
}
#main .case .tabPanel .tableBox .sub .textUl li .rText {
  text-align: right;
}
@media all and (max-width: 896px) {
  #main .case {
    padding: 8rem 0 7.9rem;
  }
  #main .case::after {
    height: 3rem;
  }
  #main .case::before {
    height: 3rem;
  }
  #main .case .bg01 {
    width: 20rem;
  }
  #main .case .bg02 {
    width: 20rem;
  }
  #main .case .topBox {
    margin-bottom: 7.2rem;
    padding: 2.7rem 2rem 7.5rem;
  }
  #main .case .topBox .image01 {
    width: 22rem;
  }
  #main .case .topBox .image02 {
    bottom: -7.7rem;
    right: -6rem;
    width: 18rem;
  }
  #main .case .topBox .textBox {
    max-width: 100%;
  }
  #main .case .topBox .textBox .textList {
    max-width: 100%;
  }
  #main .case .topBox .textBox .textList li {
    padding: 1.2rem 0 1.2rem 3.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.108rem;
    background-size: 2.8rem;
    background-position: left top 1.3rem;
  }
  #main .case .topBox .textBox p {
    padding-right: 4rem;
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
  #main .case .headLine02 {
    margin-bottom: 3rem;
  }
  #main .case .headLine02::before {
    margin-bottom: 0.8rem;
  }
  #main .case .headLine02 .jp {
    font-size: 2.2rem;
    line-height: 1.75;
  }
  #main .case .headLine02 .jp .color {
    font-size: 2.8rem;
  }
  #main .case .tabPanel .tabUl {
    max-width: 37.5rem;
    margin: 0 auto 2.3rem;
    gap: 2.5rem 1.5rem;
    justify-content: center;
  }
  #main .case .tabPanel .tabUl li {
    width: 16rem;
  }
  #main .case .tabPanel .tabUl li a {
    padding: 3.3rem 1rem 0;
    min-height: 16rem;
    letter-spacing: 0.15rem;
  }
  #main .case .tabPanel .tabUl li a::after {
    width: 16rem;
    height: 17.1rem;
  }
  #main .case .tabPanel .tabUl li a img {
    margin-bottom: 1.1rem;
    height: 5.3rem;
  }
  #main .case .tabPanel .tabUl li a span {
    font-size: 1.5rem;
  }
  #main .case .tabPanel .tableBox {
    max-width: 100%;
  }
  #main .case .tabPanel .tableBox .hTitle {
    padding: 1.1rem 1rem;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.108rem;
  }
  #main .case .tabPanel .tableBox .sub {
    padding: 1.5rem 4rem 5rem;
  }
  #main .case .tabPanel .tableBox .sub .photoList {
    margin-bottom: 4rem;
    display: block;
  }
  #main .case .tabPanel .tableBox .sub .photoList li {
    width: auto;
  }
  #main .case .tabPanel .tableBox .sub .photoList li:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  #main .case .tabPanel .tableBox .sub .photoList li:not(:last-child)::after {
    top: auto;
    right: auto;
    left: calc(50% - 0.7rem);
    bottom: -3.2rem;
    width: 1.4rem;
    height: 1.9rem;
    transform: rotate(90deg);
  }
  #main .case .tabPanel .tableBox .sub .photoList li .title {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
  #main .case .tabPanel .tableBox .sub .photoList li .pho {
    aspect-ratio: 255/156;
  }
  #main .case .tabPanel .tableBox .sub .photoList li .pho img {
    height: 100%;
    object-fit: cover;
  }
  #main .case .tabPanel .tableBox .sub .outBox {
    display: block;
    margin: 0 -2rem;
  }
  #main .case .tabPanel .tableBox .sub .outBox::after {
    display: none;
  }
  #main .case .tabPanel .tableBox .sub .textUl {
    width: auto;
  }
  #main .case .tabPanel .tableBox .sub .textUl li {
    padding: 1.25rem 1rem;
  }
  #main .case .tabPanel .tableBox .sub .textUl li .lText, #main .case .tabPanel .tableBox .sub .textUl li .rText {
    font-size: 1.6rem;
    width: 35%;
  }
  #main .case .tabPanel .tableBox .sub .textUl li .lText {
    padding-left: 1.1rem;
  }
  #main .case .tabPanel .tableBox .sub .textUl li .rText {
    width: 65%;
  }
  #main .case .tabPanel .tableBox .sub .textUl:last-of-type li:last-child {
    border-bottom: 1px solid var(--base-color);
  }
}
#main .secret {
  position: relative;
  margin: 18.3rem 0 12.6rem;
  overflow: hidden;
}
#main .secret .bg {
  padding-bottom: 41.5rem;
  background: linear-gradient(180deg, var(--white) 0%, var(--white-0) 50%), linear-gradient(0deg, var(--white) 0%, var(--white-0) 10%), url(../img/index/secret_bg.webp) no-repeat left top 6rem/100%, var(--white);
  background-blend-mode: normal, normal, multiply, normal;
}
#main .secret .innerBox {
  margin-bottom: 8.8rem;
}
#main .secret .innerBox .lBox {
  width: 68rem;
}
#main .secret .innerBox .lBox .headLine02 {
  margin-bottom: 4rem;
  text-align: left;
}
#main .secret .innerBox .lBox .headLine02::before {
  margin-bottom: -1.3rem;
  letter-spacing: 0.36rem;
  line-height: 1.73;
}
#main .secret .innerBox .lBox .headLine02 .jp {
  padding: 0;
  line-height: 1.5;
  font-size: 5rem;
}
#main .secret .innerBox .lBox .headLine02 .jp .color {
  font-size: 10rem;
  color: var(--yellow);
}
@media all and (min-width: 897px) {
  #main .secret .innerBox .lBox .headLine02 .jp .color {
    margin-left: -2rem;
  }
}
#main .secret .innerBox .lBox .text {
  max-width: 60rem;
  margin-bottom: 1rem;
  line-height: 2.2;
  letter-spacing: 0.128rem;
  text-align: justify;
}
#main .secret .innerBox .lBox .text:first-of-type {
  padding-top: 3rem;
  border-top: 1px solid var(--base-color);
}
#main .secret .innerBox .lBox .text:last-of-type {
  margin-bottom: 0;
}
#main .secret .innerBox .rBox {
  margin-right: -7rem;
  flex: 1;
  position: relative;
}
#main .secret .innerBox .rBox .circle {
  margin: 17.2rem 0 0 -1rem;
  width: 48rem;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.22rem;
  border: 1px solid var(--base-color);
  border-radius: 50%;
}
#main .secret .innerBox .rBox .circle .color {
  margin-top: -1rem;
  display: block;
  color: var(--yellow);
  font-size: 4rem;
  letter-spacing: 0.4rem;
}
#main .secret .innerBox .rBox .circle .color .num {
  margin-right: 1.3rem;
  font-style: italic;
  font-size: 10rem;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
}
#main .secret .innerBox .rBox .circle .notes {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
  font-family: var(--base-font);
}
@media all and (min-width: 897px) {
  #main .secret .innerBox .rBox .circle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-68%);
    right: calc(100% - 2px);
    width: 7.4rem;
    height: 5.2rem;
    content: "";
    z-index: 1;
    background: url(../img/index/secret_line.webp) no-repeat left bottom/100% auto;
  }
}
#main .secret .innerBox .rBox .image {
  position: absolute;
  top: 3.6rem;
  right: -28.5rem;
  width: 52rem;
  z-index: 1;
}
#main .secret .secretBox {
  margin-bottom: 6rem;
  padding: 4rem 4rem 3.5rem;
  background: url(../img/index/secret_icon.webp) repeat left top/1.5rem 1.5rem;
  border-radius: 0.8rem;
}
#main .secret .secretBox:last-of-type {
  margin-bottom: 0;
}
#main .secret .secretBox .imgBox {
  position: relative;
}
#main .secret .secretBox .imgBox .textBox {
  width: 62rem;
}
#main .secret .secretBox .imgBox .textBox .hTitle {
  margin-bottom: 2rem;
  padding: 1.35rem 0;
  background-color: var(--dark-brown02);
  border-radius: 0.8rem;
  text-align: center;
  font-family: var(--sub-font);
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#main .secret .secretBox .imgBox .textBox p {
  line-height: 2.2;
  text-align: justify;
  letter-spacing: 0.128rem;
}
#main .secret .secretBox .imgBox .photoBox {
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
  width: 40rem;
  right: 2.2rem;
}
#main .secret .secretBox h4 {
  margin: 1.4rem 0 1.8rem;
  padding: 1.1rem 1rem;
  border-top: 1px solid var(--base-color);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.35rem;
  border-bottom: 1px solid var(--base-color);
  position: relative;
}
#main .secret .secretBox h4 .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-73.6%);
  right: -8rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: var(--brown01);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.16rem;
}
#main .secret .secretBox h4 .ico .num {
  display: block;
  font-size: 3rem;
  font-style: italic;
}
#main .secret .secretBox h4 .ico .num span {
  font-size: 6.4rem;
  display: inline-block;
  line-height: 0.7;
}
#main .secret .secretBox > p {
  line-height: 2.2;
  letter-spacing: 0.128rem;
}
#main .secret .secretBox > p span {
  color: var(--brown01);
}
#main .secret .secretBox.secretBox01 h4 {
  margin-top: 5rem;
}
#main .secret .secretBox.secretBox02 .imgBox .photoBox {
  width: 34rem;
  right: 0.7rem;
  transform: translateY(-48%);
}
#main .secret .secretBox.secretBox03 .imgBox .photoBox {
  width: 32rem;
  right: 2.7rem;
  transform: translateY(-50%);
}
#main .secret .brownBox {
  padding: 8.2rem 2rem 11rem;
  margin-top: -27.5rem;
  border-radius: 0.8rem;
  background: url(../img/index/secret_bg01.webp) no-repeat center top/cover, var(--base-color);
  background-blend-mode: luminosity, normal;
}
#main .secret .brownBox .hTitle {
  position: relative;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.36rem;
  line-height: 1.7;
  color: var(--white);
}
#main .secret .brownBox .hTitle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 6rem;
  background-color: var(--white);
  content: "";
  z-index: 1;
}
#main .secret .brownBox .hTitle span {
  color: var(--yellow01);
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
}
#main .secret .brownBox .text {
  text-align: center;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 2;
  letter-spacing: 0.18rem;
  font-feature-settings: normal;
}
#main .secret .brownBox .text span {
  color: var(--yellow01);
}
#main .secret .brownBox .methodUl {
  margin: 5.9rem 0 5rem;
  gap: 4rem 3rem;
}
#main .secret .brownBox .methodUl li {
  padding: 0 2rem;
  width: 34rem;
  min-height: 14rem;
  background-color: var(--white);
  border-radius: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#main .secret .brownBox .methodUl li p {
  font-size: 1.8rem;
  font-feature-settings: normal;
}
#main .secret .brownBox .methodUl li p span {
  font-size: 1.4rem;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.14rem;
}
#main .secret .brownBox .methodUl li.li01 {
  width: 36rem;
}
#main .secret .brownBox .methodUl li.li01 p span {
  letter-spacing: 0;
}
@media all and (min-width: 897px) {
  #main .secret .brownBox .methodUl li.li02 {
    font-size: 1.6rem;
  }
}
#main .secret .brownBox .methodUl li .pho {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  z-index: 1;
}
#main .secret .brownBox .methodUl li:nth-child(1) .pho {
  right: 0.5rem;
  width: 17.2rem;
}
#main .secret .brownBox .methodUl li:nth-child(2) .pho {
  right: 4.8rem;
  width: 12rem;
  transform: translateY(-60%);
}
#main .secret .brownBox .methodUl li:nth-child(3) .pho {
  right: 3.3rem;
  width: 19.3rem;
  transform: translateY(-54.6%);
}
#main .secret .brownBox .methodUl li:nth-child(4) .pho {
  right: 2rem;
  width: 13rem;
  transform: translateY(-53%);
}
#main .secret .brownBox .methodUl li:nth-child(5) .pho {
  right: 3rem;
  width: 16rem;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  #main .secret {
    margin: 6.5rem 0 8rem;
    background: linear-gradient(180deg, var(--white) 0%, var(--white-0) 50%), linear-gradient(0deg, var(--white) 0%, var(--white-0) 10%), url(../img/index/secret_bg.webp) no-repeat left top 6rem/cover, var(--white);
    background-blend-mode: normal, normal, multiply, normal;
  }
  #main .secret .bg {
    margin-bottom: 6.7rem;
    padding-bottom: 0;
    background: none;
    background-blend-mode: normal;
  }
  #main .secret .innerBox {
    margin-bottom: 4.5rem;
    display: block;
  }
  #main .secret .innerBox .lBox {
    width: auto;
  }
  #main .secret .innerBox .lBox .headLine02 {
    margin-bottom: 2.3rem;
  }
  #main .secret .innerBox .lBox .headLine02::before {
    margin-bottom: 0.5rem;
    letter-spacing: 0.24rem;
    line-height: 1.5;
  }
  #main .secret .innerBox .lBox .headLine02 .jp {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  #main .secret .innerBox .lBox .headLine02 .jp .color {
    font-size: 4rem;
  }
  #main .secret .innerBox .lBox .text {
    max-width: 100%;
    letter-spacing: 0.084rem;
  }
  #main .secret .innerBox .lBox .text:first-of-type {
    padding-top: 2rem;
  }
  #main .secret .innerBox .rBox {
    margin: 0 auto;
    max-width: 35.5rem;
    padding-right: 4rem;
    box-sizing: content-box;
  }
  #main .secret .innerBox .rBox .circle {
    margin: 2.3rem auto 0;
    width: 29.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.14rem;
  }
  #main .secret .innerBox .rBox .circle .color {
    margin-top: -1rem;
    font-size: 3rem;
    letter-spacing: 0.03rem;
  }
  #main .secret .innerBox .rBox .circle .color .num {
    margin-right: 0.5rem;
    font-size: 7.4rem;
  }
  #main .secret .innerBox .rBox .circle .notes {
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
  }
  #main .secret .innerBox .rBox .image {
    top: -3rem;
    right: -8rem;
    width: 22rem;
  }
  #main .secret .secretBox {
    margin-bottom: 4rem;
    padding: 4.2rem 2rem 3.5rem;
  }
  #main .secret .secretBox .imgBox .textBox {
    width: auto;
  }
  #main .secret .secretBox .imgBox .textBox .hTitle {
    margin-bottom: 2rem;
    padding: 1.5rem 0 1.55rem;
    font-size: 1.6rem;
    letter-spacing: 0rem;
  }
  #main .secret .secretBox .imgBox .textBox p {
    letter-spacing: 0.084rem;
  }
  #main .secret .secretBox .imgBox .photoBox {
    position: static;
    transform: translateY(0);
    margin: 0.2rem auto 0;
    width: 24rem;
    padding-right: 1.6rem;
    box-sizing: content-box;
  }
  #main .secret .secretBox h4 {
    margin: 1rem 0 1.8rem;
    padding: 1.1rem 2rem;
    text-align: left;
    font-size: 1.6rem;
  }
  #main .secret .secretBox h4 .ico {
    transform: translateY(-78%);
    right: -1rem;
    width: 11rem;
    height: 11rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
  }
  #main .secret .secretBox h4 .ico .num {
    margin: -1px 0.8rem 0 0;
    font-size: 2.4rem;
  }
  #main .secret .secretBox h4 .ico .num span {
    font-weight: 400;
    font-size: 4.6rem;
  }
  #main .secret .secretBox > p {
    text-align: justify;
  }
  #main .secret .secretBox.secretBox01 h4 {
    margin-top: 0.5rem;
  }
  #main .secret .secretBox.secretBox02 {
    padding-bottom: 2.5rem;
  }
  #main .secret .secretBox.secretBox02 .imgBox .photoBox {
    margin-top: 1rem;
    padding: 0 0 0 1.8rem;
    width: 26.2rem;
    transform: translateY(0);
  }
  #main .secret .secretBox.secretBox03 h4 {
    text-align: center;
  }
  #main .secret .secretBox.secretBox03 .imgBox .textBox .hTitle {
    font-size: 1.8rem;
  }
  #main .secret .secretBox.secretBox03 .imgBox .photoBox {
    margin: 2.8rem auto 2.7rem;
    width: 24rem;
    transform: translateY(0);
  }
  #main .secret .brownBox {
    padding: 4.7rem 2rem 5rem;
    margin-top: 0;
  }
  #main .secret .brownBox .hTitle {
    padding-bottom: 5.5rem;
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    letter-spacing: 0.24rem;
    line-height: 1.6;
  }
  #main .secret .brownBox .hTitle::after {
    height: 4rem;
  }
  #main .secret .brownBox .hTitle span {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  #main .secret .brownBox .text {
    text-align: justify;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
  #main .secret .brownBox .methodUl {
    margin: 3.5rem 0 2.8rem;
    display: block;
  }
  #main .secret .brownBox .methodUl li {
    margin-bottom: 2rem;
    padding: 0 1.4rem;
    width: auto !important;
    min-height: 12rem;
  }
  #main .secret .brownBox .methodUl li:last-child {
    margin-bottom: 0;
  }
  #main .secret .brownBox .methodUl li p {
    font-size: 1.6rem;
    width: 16rem;
  }
  #main .secret .brownBox .methodUl li p span {
    font-size: 1.2rem;
  }
  #main .secret .brownBox .methodUl li .pho {
    flex: 1;
    position: static;
    width: auto !important;
    transform: translateY(0) !important;
    position: relative;
  }
  #main .secret .brownBox .methodUl li .pho img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
    max-width: fit-content;
  }
  #main .secret .brownBox .methodUl li:nth-child(1) .pho img {
    display: block;
    width: 13rem;
  }
  #main .secret .brownBox .methodUl li:nth-child(2) .pho img {
    right: -3.2rem;
    width: 8.7rem;
  }
  #main .secret .brownBox .methodUl li:nth-child(3) .pho img {
    right: -3.8rem;
    transform: translateY(-45.5%);
    width: 13.9rem;
  }
  #main .secret .brownBox .methodUl li:nth-child(4) .pho img {
    right: -1.2rem;
    width: 9.5rem;
  }
  #main .secret .brownBox .methodUl li:nth-child(5) .pho img {
    right: -2.5rem;
    width: 10rem;
  }
}
#main .pediatric .topBox {
  padding: 1px 0 7rem;
  background: url(../img/index/pediatric_bg01.webp) no-repeat left top/cover, var(--yellow03);
  background-blend-mode: luminosity, normal;
  position: relative;
}
#main .pediatric .topBox::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  right: 0;
  background: url(../img/index/pediatric_img01.webp) no-repeat right bottom/100%;
  width: 61.5rem;
  height: 52rem;
  mix-blend-mode: luminosity;
}
#main .pediatric .topBox .sub {
  width: 88rem;
}
#main .pediatric .topBox .sub h2 {
  margin: -2.3rem 0 2.8rem;
  padding-bottom: 2.7rem;
  width: fit-content;
  border-bottom: 1px solid var(--base-color);
}
#main .pediatric .topBox .sub h2::before {
  margin-bottom: 4.2rem;
  display: block;
  font-family: var(--en-font);
  color: var(--brown02);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.8rem;
  content: attr(data-en);
}
#main .pediatric .topBox .sub h2 .jp {
  display: block;
  font-family: var(--sub-font);
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.46rem;
  color: var(--brown01);
}
#main .pediatric .topBox .sub .title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.28rem;
}
#main .pediatric .topBox .sub .text {
  margin-bottom: 0.8rem;
  max-width: 68rem;
  line-height: 2.2;
  letter-spacing: 0.128rem;
  text-align: justify;
}
#main .pediatric .topBox .sub .text:last-of-type {
  margin-bottom: 0;
}
#main .pediatric .bg {
  padding: 16rem 0 31rem;
  position: relative;
}
#main .pediatric .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74rem;
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, var(--white-1) 0%, var(--white) 100%), url(../img/index/pediatric_bg02.webp) no-repeat left top/cover, linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: normal, luminosity, multiply;
}
#main .pediatric .bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74rem;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, var(--white-1) 0%, var(--white) 100%), url(../img/index/pediatric_bg02.webp) no-repeat left top/cover, linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: normal, luminosity, multiply;
}
#main .pediatric .bg .content {
  position: relative;
  z-index: 3;
}
#main .pediatric .bg .imgBox {
  margin-bottom: 8rem;
  padding: 6rem 6rem 5rem;
  background: url(../img/index/pediatric_bg03.webp) no-repeat left top/25.1rem, url(../img/index/pediatric_bg04.webp) no-repeat right bottom/25.1rem, var(--dark-brown02);
  border-radius: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6rem;
}
#main .pediatric .bg .imgBox:last-of-type {
  margin-bottom: 0;
}
#main .pediatric .bg .imgBox.imgBox01 {
  flex-direction: row-reverse;
}
#main .pediatric .bg .imgBox .textBox {
  flex: 1;
}
#main .pediatric .bg .imgBox .textBox .hTitle {
  margin: 0 -4rem 2.2rem 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  color: var(--yellow);
}
#main .pediatric .bg .imgBox .textBox .text {
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 2.2;
  letter-spacing: 0.128rem;
  text-align: justify;
}
#main .pediatric .bg .imgBox .textBox .text:last-of-type {
  margin-bottom: 0;
}
#main .pediatric .bg .imgBox .photoBox {
  position: relative;
  width: 42rem;
}
#main .pediatric .bg .imgBox .photoBox .img01 {
  position: absolute;
  bottom: -9rem;
  right: -13.1rem;
  z-index: 1;
  width: 25rem;
}
#main .pediatric .bg .imgBox .photoBox img {
  width: 100%;
  border-radius: 0.8rem;
}
@media all and (max-width: 896px) {
  #main .pediatric .topBox {
    padding-bottom: 20rem;
  }
  #main .pediatric .topBox::after {
    bottom: -2rem;
    width: 25.5rem;
    height: 21.5rem;
  }
  #main .pediatric .topBox .sub {
    width: auto;
  }
  #main .pediatric .topBox .sub h2 {
    margin: -4.3rem 0 1.8rem;
    padding-bottom: 1.7rem;
    width: auto;
    text-align: center;
  }
  #main .pediatric .topBox .sub h2::before {
    margin: 0 auto 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.6rem;
    width: fit-content;
    max-width: 37.5rem;
  }
  #main .pediatric .topBox .sub h2 .jp {
    margin: 0 auto;
    text-align: left;
    width: fit-content;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.22rem;
  }
  #main .pediatric .topBox .sub .title {
    margin-bottom: 1.7rem;
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
  }
  #main .pediatric .topBox .sub .text {
    margin-bottom: 1rem;
    max-width: 100%;
    letter-spacing: 0.084rem;
  }
  #main .pediatric .bg {
    padding: 6.3rem 0 23rem;
  }
  #main .pediatric .bg::after {
    height: 70rem;
  }
  #main .pediatric .bg .imgBox {
    margin-bottom: 4rem;
    padding: 3rem 2rem 2rem;
    background-size: 22.2rem auto, 23.8rem auto;
    display: block;
  }
  #main .pediatric .bg .imgBox .textBox {
    margin-bottom: 2rem;
  }
  #main .pediatric .bg .imgBox .textBox .hTitle {
    margin-right: 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0;
  }
  #main .pediatric .bg .imgBox .textBox .text {
    margin-bottom: 1rem;
    letter-spacing: 0.084rem;
  }
  #main .pediatric .bg .imgBox .photoBox {
    width: auto;
    aspect-ratio: 295/180;
  }
  #main .pediatric .bg .imgBox .photoBox img {
    height: 100%;
    object-fit: cover;
  }
  #main .pediatric .bg .imgBox .photoBox .img01 {
    bottom: -4.2rem;
    right: -7.7rem;
    width: 17.2rem;
    height: auto;
  }
}
#main .fee .headLine02 {
  margin-bottom: 8.2rem;
}
#main .fee > .bg {
  padding-top: 15.6rem;
  position: relative;
}
#main .fee > .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 180rem;
  content: "";
  background: linear-gradient(180deg, var(--white-1) 70%, var(--white) 100%), linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: normal, multiply;
  pointer-events: none;
}
#main .fee .content {
  position: relative;
  z-index: 3;
}
#main .fee .dlBox {
  margin-bottom: -8rem;
  padding: 6rem 5rem;
  background-color: var(--white);
  border-radius: 0.8rem;
}
#main .fee .dlBox dl {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
}
#main .fee .dlBox dl:last-of-type {
  margin-bottom: 0;
}
#main .fee .dlBox dt, #main .fee .dlBox dd {
  padding: 1.6rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-top: 1px solid var(--base-color);
}
#main .fee .dlBox dt:last-of-type, #main .fee .dlBox dd:last-of-type {
  border-bottom: 1px solid var(--base-color);
}
#main .fee .dlBox dt {
  position: relative;
  width: 36%;
  text-align: center;
}
#main .fee .dlBox dt::after {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 1px;
  bottom: 1rem;
  background-color: var(--base-color);
  content: "";
}
#main .fee .dlBox dd {
  text-align: right;
  width: 64%;
}
#main .fee .dlBox dd .color {
  color: var(--brown01);
}
#main .fee .dlBox .special {
  background-color: var(--light-brown02);
}
#main .fee .systemBox {
  position: relative;
  z-index: 2;
  margin-bottom: 10.4rem;
  padding: 16.7rem 0 15.9rem;
  background: linear-gradient(0deg, var(--black-6) 0%, var(--black-6) 100%), url(../img/index/fee_photo01.webp) no-repeat center top/cover;
}
#main .fee .systemBox .title {
  margin-bottom: 2.7rem;
  text-align: center;
  color: var(--white);
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
}
#main .fee .systemBox .title span {
  color: var(--yellow01);
}
#main .fee .systemBox .checkUl {
  gap: 2rem 6.1rem;
}
#main .fee .systemBox .checkUl li {
  padding: 0.3rem 0 0.3rem 3.7rem;
  color: var(--white);
  font-size: 2.2rem;
  letter-spacing: 0.176rem;
  background: url(../img/index/fee_ico.webp) no-repeat left top 0.6rem/3.4rem;
}
#main .fee .imgBox {
  position: relative;
  z-index: 3;
  padding: 0 2rem;
  margin: 0 auto 3.2rem;
  max-width: 104.3rem;
  align-items: flex-start;
}
#main .fee .imgBox .textBox {
  margin-top: 3.1rem;
  width: 75.2rem;
  min-height: 28rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(../img/index/fee_img01.webp) no-repeat left top/100% auto;
}
#main .fee .imgBox .textBox p {
  margin-left: 6rem;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.24rem;
  text-align: center;
  width: fit-content;
}
#main .fee .imgBox .textBox p .line {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0.3rem;
}
#main .fee .imgBox .textBox p .line span {
  background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3)) repeat-x left bottom 0.5rem/100% 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#main .fee .imgBox .photoBox {
  margin-left: -3rem;
  flex: 1;
}
#main .fee .paymentBox .hTitle {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.42rem;
  line-height: 2;
  position: relative;
  color: var(--brown01);
  font-family: var(--sub-font);
}
#main .fee .paymentBox .hTitle::after, #main .fee .paymentBox .hTitle::before {
  position: absolute;
  top: 52%;
  width: 38rem;
  height: 1px;
  background-color: var(--brown01);
  content: "";
  z-index: 1;
}
#main .fee .paymentBox .hTitle::after {
  right: 102%;
}
#main .fee .paymentBox .hTitle::before {
  left: 102%;
}
#main .fee .paymentBox .info {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.26rem;
}
#main .fee .paymentBox .info .color {
  color: var(--brown01);
}
#main .fee .paymentBox .textUl {
  margin: 6.2rem 0 13.2rem;
  gap: 3rem 6rem;
}
#main .fee .paymentBox .textUl li {
  padding-bottom: 2.5rem;
  width: calc((100% - 6rem) / 2);
  border: 1px solid var(--dark-brown02);
  border-radius: 0.8rem;
  overflow: hidden;
}
#main .fee .paymentBox .textUl li .title {
  margin-bottom: 2rem;
  padding: 1.3rem 1rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
  color: var(--white);
  background-color: var(--dark-brown02);
}
#main .fee .paymentBox .textUl li .text {
  text-align: right;
  margin: 0 4rem 0 1rem;
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
}
#main .fee .paymentBox .textUl li .text .color {
  margin-left: 2.2rem;
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  color: var(--brown01);
  letter-spacing: -0.15rem;
}
#main .fee .paymentBox .textUl li .text .color .num {
  margin-right: 0.4rem;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.2;
}
#main .fee .paymentBox .textUl li .notes {
  margin: 0 4rem;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
}
#main .fee .paymentBox .bg {
  padding-bottom: 29.1rem;
  background: linear-gradient(0deg, var(--white-1) 70%, var(--white) 100%), linear-gradient(180deg, var(--light-brown01) 0%, var(--brown04) 100%);
  background-blend-mode: normal, multiply;
}
#main .fee .paymentBox .bg h4 {
  width: fit-content;
  margin: 0 auto 4.8rem;
  text-align: center;
  position: relative;
  line-height: 6.5rem;
}
#main .fee .paymentBox .bg h4 .text {
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.42rem;
  color: var(--brown01);
  background: url(../img/index/fee_dot.webp) repeat left top/0.8rem 6.1rem;
}
#main .fee .paymentBox .bg h4 .ico {
  padding: 0 1.6rem 1.4rem 2.6rem;
  position: absolute;
  top: -4rem;
  left: 11rem;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -0.28rem;
  line-height: 1.8;
  background: url(../img/index/fee_img03.webp) no-repeat center bottom/100% auto;
}
#main .fee .paymentBox .bg h4 .ico span {
  transform: rotate(-5deg);
  display: inline-block;
}
#main .fee .paymentBox .bg .info {
  margin-bottom: 7.5rem;
}
#main .fee .paymentBox .bg .innerBox {
  gap: 3rem 14rem;
  align-items: center;
}
#main .fee .paymentBox .bg .innerBox .lBox {
  position: relative;
  padding: 4.3rem 5rem 6rem;
  width: 44rem;
  border-radius: 0.8rem;
  background-color: var(--white);
}
#main .fee .paymentBox .bg .innerBox .lBox::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12.1rem;
  content: "";
  z-index: 1;
  width: 10rem;
  height: 8rem;
  background: url(../img/index/fee_img04.webp) no-repeat right center/100%;
}
#main .fee .paymentBox .bg .innerBox .lBox .title {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
  margin-bottom: 2.3rem;
  color: var(--brown01);
}
#main .fee .paymentBox .bg .innerBox .lBox dl {
  display: flex;
  flex-wrap: wrap;
}
#main .fee .paymentBox .bg .innerBox .lBox dl dt, #main .fee .paymentBox .bg .innerBox .lBox dl dd {
  font-size: 1.8rem;
  padding: 1.6rem 2rem;
  border-top: 1px solid var(--base-color);
}
#main .fee .paymentBox .bg .innerBox .lBox dl dt:last-of-type, #main .fee .paymentBox .bg .innerBox .lBox dl dd:last-of-type {
  border-bottom: 1px solid var(--base-color);
}
#main .fee .paymentBox .bg .innerBox .lBox dl dt {
  width: 47%;
  text-align: center;
  position: relative;
}
#main .fee .paymentBox .bg .innerBox .lBox dl dt::after {
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1px;
  content: "";
  z-index: 1;
  background-color: var(--base-color);
}
#main .fee .paymentBox .bg .innerBox .lBox dl dd {
  width: 53%;
  text-align: right;
}
#main .fee .paymentBox .bg .innerBox .rBox {
  margin-bottom: 3.7rem;
  flex: 1;
}
#main .fee .paymentBox .bg .innerBox .rBox .text {
  margin-bottom: 0.7rem;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.22rem;
}
#main .fee .paymentBox .bg .innerBox .rBox .text .color {
  color: var(--brown01);
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 600;
}
#main .fee .paymentBox .bg .innerBox .rBox .text .color .num {
  font-weight: 400;
  margin-left: 0.3rem;
  font-size: 5rem;
  display: inline-block;
  line-height: 1.2;
}
#main .fee .paymentBox .bg .innerBox .rBox .notes {
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 896px) {
  #main .fee .headLine02 {
    margin-bottom: 3.2rem;
  }
  #main .fee > .bg {
    padding-top: 8.2rem;
  }
  #main .fee > .bg::after {
    aspect-ratio: 375/1900;
    height: auto;
  }
  #main .fee .dlBox {
    margin-bottom: -9rem;
    padding: 4rem 2rem;
  }
  #main .fee .dlBox dl {
    margin-bottom: 4rem;
    display: block;
  }
  #main .fee .dlBox dt, #main .fee .dlBox dd {
    padding: 1.1rem 0;
    text-align: center;
  }
  #main .fee .dlBox dt:last-of-type, #main .fee .dlBox dd:last-of-type {
    border-bottom: 1px solid var(--base-color);
  }
  #main .fee .dlBox dt {
    width: auto;
    text-align: center;
    background-color: var(--light-brown02) !important;
  }
  #main .fee .dlBox dt::after {
    display: none;
  }
  #main .fee .dlBox dd {
    text-align: center;
    width: auto;
  }
  #main .fee .dlBox dd:last-of-type {
    border-top: 0;
  }
  #main .fee .dlBox .special {
    background-color: var(--white);
  }
  #main .fee .systemBox {
    margin-bottom: 5rem;
    padding: 12.7rem 0 4.3rem;
  }
  #main .fee .systemBox .title {
    margin: 0 -1rem 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
  }
  #main .fee .systemBox .checkUl {
    gap: 1.25rem 0;
    justify-content: left;
  }
  #main .fee .systemBox .checkUl li {
    padding: 0.4rem 0 0.3rem 3.5rem;
    width: 52.3%;
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
    background-size: 3rem auto;
  }
  #main .fee .systemBox .checkUl li:nth-child(2n) {
    flex: 1;
  }
  #main .fee .imgBox {
    margin-bottom: 1.5rem;
    max-width: 100%;
    display: block;
  }
  #main .fee .imgBox .textBox {
    margin: 3.1rem auto -2rem;
    width: 33.5rem;
    min-height: 23.6rem;
    align-items: flex-start;
    justify-content: center;
    background-image: url(../img/index/fee_img01_sp.webp);
  }
  #main .fee .imgBox .textBox p {
    margin: 5rem 0 0 0;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.18rem;
  }
  #main .fee .imgBox .textBox p .out {
    background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3)) repeat-x left bottom 0.2rem/100% 0.6rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  #main .fee .imgBox .textBox p .line {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
  #main .fee .imgBox .textBox p .line span {
    background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3)) repeat-x left bottom 0.2rem/100% 0.6rem;
  }
  #main .fee .imgBox .photoBox {
    margin: 0 auto;
    width: 14rem;
    padding-right: 0.5rem;
    box-sizing: content-box;
  }
  #main .fee .paymentBox .content {
    margin: 0 2rem;
    padding: 0;
    overflow: hidden;
  }
  #main .fee .paymentBox .hTitle {
    margin-bottom: 1.3rem;
    font-size: 2.8rem;
    letter-spacing: 0.28rem;
  }
  #main .fee .paymentBox .hTitle::after, #main .fee .paymentBox .hTitle::before {
    width: 100;
  }
  #main .fee .paymentBox .hTitle::after {
    right: 104%;
  }
  #main .fee .paymentBox .hTitle::before {
    left: 104%;
  }
  #main .fee .paymentBox .info {
    text-align: justify;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
  #main .fee .paymentBox .textUl {
    margin: 3.2rem 0 9.5rem;
    display: block;
  }
  #main .fee .paymentBox .textUl li {
    margin-bottom: 3rem;
    padding-bottom: 1.7rem;
    width: auto;
  }
  #main .fee .paymentBox .textUl li:last-child {
    margin-bottom: 0;
  }
  #main .fee .paymentBox .textUl li .title {
    margin-bottom: 1.3rem;
    padding: 1.15rem 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
  #main .fee .paymentBox .textUl li .text {
    margin: 0 auto;
    padding-right: 3.7rem;
    max-width: 25rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  #main .fee .paymentBox .textUl li .text .color {
    margin-left: 2.2rem;
    font-size: 2.4rem;
    letter-spacing: -0.144rem;
  }
  #main .fee .paymentBox .textUl li .text .color .num {
    margin-right: 0;
    font-size: 4.6rem;
    line-height: 1;
  }
  #main .fee .paymentBox .textUl li .notes {
    margin: 0 auto;
    padding-right: 3.7rem;
    max-width: 25rem;
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
  }
  #main .fee .paymentBox .bg {
    padding-bottom: 19.7rem;
  }
  #main .fee .paymentBox .bg .content {
    overflow: visible;
  }
  #main .fee .paymentBox .bg h4 {
    margin-bottom: 3rem;
    line-height: 2;
  }
  #main .fee .paymentBox .bg h4 .text {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
    background: url(../img/index/fee_dot.webp) repeat left bottom/0.8rem 6.1rem;
  }
  #main .fee .paymentBox .bg h4 .ico {
    padding: 0 1.6rem 1.2rem 1.6rem;
    top: -5rem;
    left: calc(50% - 16.8rem);
    font-size: 2rem;
  }
  #main .fee .paymentBox .bg .info {
    margin-bottom: 4rem;
  }
  #main .fee .paymentBox .bg .innerBox {
    display: block;
  }
  #main .fee .paymentBox .bg .innerBox .lBox {
    margin-bottom: 11.5rem;
    padding: 2.5rem 2rem 4rem;
    width: auto;
  }
  #main .fee .paymentBox .bg .innerBox .lBox::after {
    top: auto;
    bottom: -10.7rem;
    transform: rotate(90deg);
    right: auto;
    left: calc(50% - 4.3rem);
    width: 9rem;
    height: 7.2rem;
  }
  #main .fee .paymentBox .bg .innerBox .lBox .title {
    margin-bottom: 1.3rem;
  }
  #main .fee .paymentBox .bg .innerBox .lBox dl dt, #main .fee .paymentBox .bg .innerBox .lBox dl dd {
    padding: 1.6rem 1rem;
  }
  #main .fee .paymentBox .bg .innerBox .lBox dl dt {
    width: 45%;
  }
  #main .fee .paymentBox .bg .innerBox .lBox dl dd {
    width: 55%;
  }
  #main .fee .paymentBox .bg .innerBox .rBox {
    margin-bottom: 3.7rem;
  }
  #main .fee .paymentBox .bg .innerBox .rBox .text {
    text-align: center;
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
  #main .fee .paymentBox .bg .innerBox .rBox .text .color {
    font-size: 2.4rem;
  }
  #main .fee .paymentBox .bg .innerBox .rBox .text .color .num {
    margin-left: 0.3rem;
    font-size: 4.6rem;
    line-height: 1.1;
  }
  #main .fee .paymentBox .bg .innerBox .rBox .notes {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.096rem;
    padding-left: 0;
    text-indent: 0;
  }
}
#main .flow {
  padding: 16rem 0 14rem;
}
#main .flow .flowList li {
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#main .flow .flowList li .num {
  padding-top: 2rem;
  position: absolute;
  z-index: 1;
  left: -1rem;
  top: -4rem;
  width: 10.1rem;
  height: 10.1rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  text-align: center;
  background: url(../img/index/flow_num_bg.webp) no-repeat left top/100% 100%;
}
#main .flow .flowList li .num .large {
  margin: -0.1rem 0.2rem 0 0;
  display: block;
  font-size: 5rem;
  letter-spacing: 0.25rem;
}
#main .flow .flowList li .textBox {
  padding: 4rem 13rem 4rem 9rem;
  min-height: 24rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: var(--light-brown01);
  clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0 100%);
  border-radius: 0.8rem 0 0 0.8rem;
}
#main .flow .flowList li .textBox h3 {
  margin-bottom: 1.4rem;
  width: 100%;
  color: var(--yellow);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.044rem;
}
#main .flow .flowList li .textBox h3 .tag {
  margin-left: 1rem;
  padding: 0.4rem 1.2rem 0.5rem;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.14rem;
  border-radius: 0.4rem;
  vertical-align: 0.2rem;
  background: var(--brown01);
}
#main .flow .flowList li .textBox p {
  width: 100%;
  line-height: 2.2;
  letter-spacing: 0.128rem;
  text-align: justify;
}
#main .flow .flowList li .photoBox {
  margin: 2.1rem 0 0 -9.3rem;
  width: 43rem;
  position: relative;
  z-index: 1;
  clip-path: polygon(5rem 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 0.8rem 0.8rem 0;
  overflow: hidden;
}
#main .flow .flowList li .photoBox img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .flow {
    padding: 6.5rem 0 2rem;
  }
  #main .flow .flowList li {
    margin-bottom: 6rem;
    display: block;
  }
  #main .flow .flowList li .num {
    padding-top: 1.5rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
  }
  #main .flow .flowList li .num .large {
    font-size: 4rem;
  }
  #main .flow .flowList li .textBox {
    padding: 4.9rem 6rem 3.8rem 2rem;
    min-height: 20rem;
    display: block;
    align-content: flex-start;
    clip-path: polygon(0 0, 100% 0, calc(100% - 5.3rem) 100%, 0 100%);
  }
  #main .flow .flowList li .textBox h3 {
    margin-right: -2rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.036rem;
  }
  #main .flow .flowList li .textBox h3 .tag {
    margin-left: 1.1rem;
    padding: 0.4rem 1.1rem 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    vertical-align: 0.4rem;
  }
  #main .flow .flowList li .textBox p {
    width: auto;
    line-height: 2;
    letter-spacing: 0.084rem;
  }
  #main .flow .flowList li .photoBox {
    margin: -2.2rem 0 0;
    width: auto;
    aspect-ratio: 335/200;
  }
  #main .flow .flowList li .photoBox img {
    height: 100%;
    object-fit: cover;
  }
}
#main .introduce {
  padding: 13.5rem 0 16.5rem;
  background: url(../img/index/introduce_bg01.webp) no-repeat left top/cover;
}
#main .introduce .headLine02 {
  padding-bottom: 8.5rem;
  margin-bottom: 5.8rem;
  position: relative;
}
#main .introduce .headLine02::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 6rem;
  content: "";
  background-color: var(--base-color);
  z-index: 1;
}
#main .introduce .imgBox {
  margin-bottom: 10rem;
  padding: 6.7rem 6rem 7.6rem 8rem;
  border-radius: 0.8rem;
  background: url(../img/index/introduce_bg02.webp) no-repeat left top/cover, var(--brown07);
  background-blend-mode: luminosity, normal;
  position: relative;
}
#main .introduce .imgBox:last-of-type {
  margin-bottom: 0;
}
#main .introduce .imgBox .textBox {
  max-width: 62rem;
}
#main .introduce .imgBox .textBox .hTitle {
  margin-bottom: 2.7rem;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.052rem;
  color: var(--yellow);
  line-height: 1.85;
}
#main .introduce .imgBox .textBox .text {
  margin-bottom: 0.9rem;
  line-height: 2.2;
  letter-spacing: 0.128rem;
  color: var(--white);
  text-align: justify;
}
#main .introduce .imgBox .textBox .text:last-of-type {
  margin-bottom: 0;
}
#main .introduce .imgBox .textBox .intro {
  margin-top: 6.2rem;
  color: var(--white);
}
#main .introduce .imgBox .textBox .intro .name {
  font-size: 3.2rem;
  letter-spacing: 0.064rem;
  display: block;
  margin-bottom: 0.5rem;
}
#main .introduce .imgBox .textBox .intro .sml {
  display: block;
  letter-spacing: 0.11rem;
  font-family: var(--base-font);
}
#main .introduce .imgBox .photoBox {
  width: 38rem;
  right: 5rem;
  top: -13.3rem;
  position: absolute;
  z-index: 1;
}
#main .introduce .imgBox .photoBox p {
  margin: -5.4rem 1rem 0 0;
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.004rem;
}
#main .introduce .imgBox .photoBox p .name {
  margin-left: 1.5rem;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.064rem;
}
#main .introduce .imgBox:nth-of-type(2) {
  padding-bottom: 8.2rem;
  background: url(../img/index/introduce_bg03.webp) no-repeat left top/cover, var(--brown07);
}
#main .introduce .imgBox:nth-of-type(2) .photoBox {
  right: auto;
  top: -13.2rem;
  width: 33rem;
}
#main .introduce .imgBox:nth-of-type(2) .textBox {
  margin-left: auto;
}
@media all and (max-width: 896px) {
  #main .introduce {
    padding: 7.5rem 0 9rem;
    background-position: center top;
  }
  #main .introduce .headLine02 {
    padding-bottom: 5rem;
    margin-bottom: 3rem;
  }
  #main .introduce .headLine02::before {
    margin-bottom: 1.5rem;
  }
  #main .introduce .headLine02::after {
    height: 4rem;
  }
  #main .introduce .imgBox {
    margin-bottom: 5rem;
    padding: 3.2rem 2rem 4.2rem;
    background-position: center top;
  }
  #main .introduce .imgBox .textBox {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }
  #main .introduce .imgBox .textBox .hTitle {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.036rem;
    line-height: 1.6;
  }
  #main .introduce .imgBox .textBox .text {
    margin-bottom: 1rem;
    letter-spacing: 0.084rem;
  }
  #main .introduce .imgBox .photoBox {
    margin-bottom: 2.5rem;
    position: relative;
    width: auto !important;
    right: auto !important;
    top: auto !important;
  }
  #main .introduce .imgBox .photoBox .photo {
    width: 16rem;
    position: absolute;
    top: -7.2rem;
    right: -3rem;
    z-index: 2;
  }
  #main .introduce .imgBox .photoBox p {
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
  }
  #main .introduce .imgBox .photoBox p .name {
    margin-left: 0.7rem;
    font-size: 2.2rem;
    letter-spacing: 0.044rem;
  }
  #main .introduce .imgBox .photoBox p .sml {
    margin-top: 1rem;
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-family: var(--base-font);
    font-weight: 400;
  }
  #main .introduce .imgBox:nth-of-type(2) {
    padding-bottom: 3rem;
    background-position: center top;
  }
  #main .introduce .imgBox:nth-of-type(2) .textBox .hTitle {
    margin-bottom: 2rem;
  }
  #main .introduce .imgBox:nth-of-type(2) .photoBox {
    margin-bottom: 2.3rem;
    width: auto;
  }
  #main .introduce .imgBox:nth-of-type(2) .photoBox .photo {
    top: -6.8rem;
    right: -2.3rem;
    width: 14rem;
  }
  #main .introduce .imgBox:nth-of-type(2) .photoBox p .name {
    margin-left: 0;
  }
}
#main .faq {
  padding: 12.6rem 0 13.2rem;
  background: url(../img/index/faq_bg.webp) no-repeat center top/cover;
}
#main .faq .content {
  max-width: 104rem;
}
#main .faq .headLine02 {
  margin-bottom: 4.1rem;
}
#main .faq .headLine02::before {
  color: var(--white);
  margin-bottom: 1.7rem;
}
#main .faq dl {
  margin-bottom: 2rem;
  background-color: var(--white);
  border-radius: 0.8rem;
}
#main .faq dl:last-of-type {
  margin-bottom: 0;
}
#main .faq dl dt {
  padding: 3.5rem 7.5rem 2.6rem 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  gap: 3.3rem;
  cursor: pointer;
  background: url(../img/common/icon06.webp) no-repeat right 5.9rem top calc(50% + 0.2rem)/1.2rem;
}
#main .faq dl dt.on {
  background-image: url(../img/common/icon07.webp);
}
#main .faq dl dt .en {
  color: var(--brown01);
  font-size: 3rem;
  width: 4rem;
  letter-spacing: 0;
}
#main .faq dl dt .text {
  margin-top: 0.3rem;
  flex: 1;
}
#main .faq dl dd {
  display: none;
  padding: 2rem 0 2.5rem;
  margin: 0 5rem;
  border-top: 1px solid var(--base-color);
  line-height: 2.2;
  letter-spacing: 0.16rem;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .faq {
    padding: 5.6rem 0 7.8rem;
  }
  #main .faq .headLine02 {
    margin-bottom: 3.3rem;
  }
  #main .faq .headLine02::before {
    margin-bottom: 0.5rem;
  }
  #main .faq dl {
    margin-bottom: 2rem;
    background-color: var(--white);
    border-radius: 0.8rem;
  }
  #main .faq dl:last-of-type {
    margin-bottom: 0;
  }
  #main .faq dl dt {
    padding: 1.3rem 4rem 1.3rem 2rem;
    font-size: 1.6rem;
    min-height: 8rem;
    line-height: 1.6;
    letter-spacing: 0.096rem;
    gap: 0.7rem;
    background-position: right 2rem top calc(50% + 0.2rem);
    align-items: center;
  }
  #main .faq dl dt .en {
    margin-top: 0.3rem;
    font-size: 2rem;
    width: 3rem;
  }
  #main .faq dl dt .text {
    margin-top: 0.3rem;
  }
  #main .faq dl dd {
    padding: 1rem 0 1.6rem;
    margin: 0 2rem;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}/*# sourceMappingURL=index.css.map */