@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho B1", serif;
  --en-font: "Cormorant SC", serif;
  --en-font2: "Cormorant Infant", serif;
  --base-color: #44413C;
  --gold: #DED092;
  --gold2: #9E8A30;
  --white: #fff;
  --light-brown: #F3F0EB;
  --brown2: #DDD2BE;
  --brown-text: #3C2D1E;
  --green: #0d6f45;
  --light-green: #d3e9e1;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
  overflow: hidden;
}
#main .yellow {
  color: var(--gold);
}
#main .colorTxt {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0D088), color-stop(98.61%, #78692B));
  background: linear-gradient(180deg, #E0D088 0%, #78692B 98.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .mainVisual {
  aspect-ratio: 3024/1960;
  position: relative;
  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;
}
#main .mainVisual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#main .mainVisual .bg .slick-list,
#main .mainVisual .bg .slick-track,
#main .mainVisual .bg .slick-slide,
#main .mainVisual .bg .slick-slide > div {
  height: 100%;
}
#main .mainVisual .bg .slide {
  height: 100%;
}
#main .mainVisual .bg .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main .mainVisual .bg .slick-slide.active .slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 12s;
  transition: all 12s;
}
@-webkit-keyframes mvZoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mvZoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .mainVisual .content {
  margin-bottom: 7rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
#main .mainVisual .h1Box {
  margin: 0 auto;
  width: 100rem;
  padding: 1.3rem 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(15%, rgba(165, 141, 38, 0.25)), color-stop(40%, #BEB27B), color-stop(70%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, rgba(165, 141, 38, 0.25) 15%, #BEB27B 40%, #826D12 70%, rgba(130, 109, 18, 0) 100%);
}
#main .mainVisual .h1Box h1 {
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12rem;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.8);
}
#main .mainVisual h2 {
  margin-bottom: 2.4rem;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: var(--white);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.15rem;
  text-shadow: 0 0 0 #FFF;
  opacity: 0;
  -webkit-transition: text-shadow 1s ease 2s;
  transition: text-shadow 1s ease 2s;
}
#main .mainVisual h2 em {
  font-style: normal;
  opacity: 0;
  will-change: transform, opacity, color;
}
#main .mainVisual h2.active {
  opacity: 1;
  text-shadow: 0 0 3rem #FFF;
}
#main .mainVisual h2.active em {
  -webkit-animation: anime_txt 0.5s forwards;
          animation: anime_txt 0.5s forwards;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
  --main: #fff;
  --blue: var(--gold2);
}
@-webkit-keyframes anime_txt {
  0% {
    color: var(--blue);
    opacity: 0;
  }
  45% {
    color: var(--blue);
  }
  100% {
    color: var(--main);
    opacity: 1;
  }
}
@keyframes anime_txt {
  0% {
    color: var(--blue);
    opacity: 0;
  }
  45% {
    color: var(--blue);
  }
  100% {
    color: var(--main);
    opacity: 1;
  }
}
#main .mainVisual h2 .sub {
  margin-right: -2.3rem;
}
#main .mainVisual h2 .sub01 {
  margin-left: -2.3rem;
}
#main .mainVisual h2 .sub02 {
  margin: 0 -0.3rem;
}
#main .mainVisual h2 .large {
  font-size: 7.6rem;
  font-weight: 500;
}
#main .mainVisual .scroll {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  width: 0.8rem;
  height: 14rem;
}
#main .mainVisual .scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.35rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--base-color);
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 14.4rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 14.4rem;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#main .mainVisual .scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 14rem;
  background: var(--base-color);
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    aspect-ratio: 375/660;
  }
  #main .mainVisual .content {
    margin: 0 0 6.3rem;
  }
  #main .mainVisual .h1Box {
    width: 100%;
    padding: 0.7rem 2rem;
  }
  #main .mainVisual .h1Box h1 {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
  #main .mainVisual h2 {
    margin-bottom: 1.7rem;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: -0.09rem;
  }
  #main .mainVisual h2.active {
    text-shadow: 0 0 2rem #FFF;
  }
  #main .mainVisual h2 .sub {
    margin-right: -1.1rem;
  }
  #main .mainVisual h2 .sub01 {
    margin-left: -1rem;
  }
  #main .mainVisual h2 .sub02 {
    margin: 0 -0.3rem;
  }
  #main .mainVisual h2 .mid {
    font-size: 3rem;
  }
  #main .mainVisual h2 .large {
    font-size: 3.8rem;
    line-height: 0.8;
  }
  #main .mainVisual .scroll {
    bottom: -5rem;
    height: 10.4rem;
  }
  #main .mainVisual .scroll:before {
    left: -0.4rem;
  }
  @-webkit-keyframes circlemove {
    0% {
      bottom: 10.8rem;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 10.8rem;
    }
    100% {
      bottom: 0px;
    }
  }
  #main .mainVisual .scroll:after {
    height: 100%;
  }
}
#main .newsBox {
  padding: 8rem 0;
  min-height: 34rem;
  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;
  position: relative;
}
#main .newsBox .symbol {
  position: absolute;
  left: 4rem;
  top: -5.5rem;
  width: 34rem;
  z-index: 1;
}
@media all and (min-width: 897px) and (max-width: 1440px) {
  #main .newsBox .symbol {
    width: 22.5%;
  }
}
#main .newsBox .content {
  width: 100%;
  position: relative;
  z-index: 1;
}
#main .newsBox .newsList {
  margin: 0 auto 2.8rem;
  width: 64rem;
}
#main .newsBox .newsList li {
  position: relative;
}
#main .newsBox .newsList li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(40%, #826D12), color-stop(76%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, #826D12 40%, #826D12 76%, rgba(130, 109, 18, 0) 100%);
  content: "";
}
#main .newsBox .newsList a {
  padding: 1.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  letter-spacing: 0.168rem;
}
#main .newsBox .newsList a .date {
  width: 10.2rem;
  letter-spacing: 0.112rem;
}
#main .newsBox .newsList a .txt {
  margin-top: -0.1rem;
  width: calc(100% - 10.2rem);
  word-break: break-all;
}
@media all and (min-width: 1025px) {
  #main .newsBox .newsList a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  #main .newsBox {
    padding: 4rem 0;
    min-height: 28.3rem;
  }
  #main .newsBox .symbol {
    left: -2rem;
    top: -9rem;
    width: 16rem;
  }
  #main .newsBox .wave {
    top: auto;
    bottom: -5rem;
  }
  #main .newsBox .newsList {
    margin-bottom: 3.5rem;
    width: 100%;
  }
  #main .newsBox .newsList a {
    display: block;
  }
  #main .newsBox .newsList a .date {
    width: auto;
  }
  #main .newsBox .newsList a .txt {
    margin-top: 0.5rem;
    width: auto;
    line-height: 1.45;
  }
}
#main .newsModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  padding: 2.4rem;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#main .newsModal:target,
#main .newsModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
#main .newsModal__content {
  position: relative;
  max-width: 70rem;
  width: 100%;
  max-height: calc(100vh - 4.8rem);
  padding: 3rem 3.2rem 3.4rem;
  border-radius: 2.4rem;
  background: var(--white);
  -webkit-box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
#main .newsModal__close {
  position: absolute;
  right: 2.2rem;
  top: 2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid var(--color02);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
#main .newsModal__close::before, #main .newsModal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background: var(--base-color);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#main .newsModal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#main .newsModal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media all and (min-width: 1025px) {
  #main .newsModal__close:hover {
    background: var(--color-bg);
  }
}
#main .newsModal__date {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
#main .newsModal__title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
#main .newsModal__body p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
}
#main .newsModal__body .side-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}
#main .newsModal__body .side-img .half {
  width: calc(50% - 2rem);
  margin-bottom: 0px;
}
@media all and (max-width: 896px) {
  #main .newsModal__body .side-img .half {
    width: calc(50% - 1rem);
  }
}
#main .newsModal__imageLink {
  display: block;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  #main .newsModal__imageLink:hover {
    opacity: 0.9;
  }
}
#main .newsModal__imageLink::after {
  content: "Tap to zoom";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.65);
  color: var(--white);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
#main .newsModal__imageLink img {
  display: block;
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .newsModal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 1.6rem;
  }
  #main .newsModal__content {
    max-width: none;
    margin-top: 6rem;
    padding: 2.2rem 2rem 2.6rem;
    border-radius: 1.8rem;
    max-height: calc(100vh - 14rem);
  }
  #main .newsModal__close {
    right: 1.6rem;
    top: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  #main .newsModal__close::before, #main .newsModal__close::after {
    width: 1.2rem;
  }
  #main .newsModal__title {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  #main .newsModal__body p {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  #main .newsModal__imageLink::after {
    content: "拡大";
    right: 0.6rem;
    bottom: 0.6rem;
    padding: 0.45rem 0.7rem;
    font-size: 1rem;
  }
}
#main .newsImageModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  padding: 2.4rem;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#main .newsImageModal:target,
#main .newsImageModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
#main .newsImageModal__content {
  position: relative;
  max-width: min(96rem, 100%);
  max-height: calc(100vh - 4.8rem);
}
#main .newsImageModal img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 4.8rem);
  margin: 0 auto;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
          box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
}
#main .newsImageModal__close {
  position: absolute;
  right: -1.2rem;
  top: -1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.2);
}
#main .newsImageModal__close::before, #main .newsImageModal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1px;
  background: var(--base-color);
}
#main .newsImageModal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#main .newsImageModal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media all and (max-width: 896px) {
  #main .newsImageModal {
    padding: 1.6rem;
  }
  #main .newsImageModal__content {
    max-height: calc(100vh - 12rem);
  }
  #main .newsImageModal img {
    max-height: calc(100vh - 8.2rem);
    border-radius: 1rem;
  }
  #main .newsImageModal__close {
    right: -2rem;
    top: -4.8rem;
  }
}
#main .value {
  padding-bottom: 12.8rem;
  background: #282100;
  position: relative;
}
#main .value:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  background: url(../img/index/value_bg.webp) no-repeat center top/cover;
  content: "";
}
#main .value .ttlBox {
  margin-bottom: 1.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
#main .value .ttlBox .photo {
  margin-top: -6rem;
  width: calc(50% - 25.6rem);
}
#main .value .ttlBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .value .ttlBox .headLine01 {
  margin: 7rem 0 0;
  padding-right: 15rem;
  color: var(--white);
  border-color: #4E462A;
}
#main .value .imgBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
#main .value .imgBox .phoBox {
  margin: 4.3rem 0 0 12rem;
  width: calc(50% - 6rem);
}
#main .value .imgBox .phoBox img {
  width: 100%;
}
#main .value .imgBox .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 54rem;
}
#main .value .imgBox .txtBox h3 {
  color: var(--white);
}
#main .value .imgBox .txtBox p {
  color: var(--white);
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  font-family: YakuHanMP, var(--sub-font);
}
#main .value .imgBox .txtBox p:not(:last-child) {
  margin-bottom: 2rem;
}
#main .value .imgBox.imgBox02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main .value .imgBox.imgBox02 .phoBox {
  margin: -6.2rem 12rem 0 0;
}
#main .value .imgBox.imgBox02 .txtBox {
  margin-top: 8rem;
}
@media all and (max-width: 896px) {
  #main .value {
    padding-bottom: 6.2rem;
  }
  #main .value:after {
    background-image: url(../img/index/value_bg_sp.webp);
  }
  #main .value .ttlBox {
    margin-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #main .value .ttlBox .photo {
    margin: -4rem 0 0 auto;
    width: 53.6%;
    aspect-ratio: 200/140;
  }
  #main .value .ttlBox .photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .value .ttlBox .headLine01 {
    margin: 1.5rem 2rem 0;
    padding-right: 0;
    width: calc(100% - 4rem);
  }
  #main .value .imgBox {
    margin: 0 2rem;
    display: block;
  }
  #main .value .imgBox .phoBox {
    margin: 4.3rem 0 0 !important;
    width: auto;
    aspect-ratio: 335/200;
  }
  #main .value .imgBox .phoBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .value .imgBox .txtBox {
    max-width: inherit;
  }
  #main .value .imgBox .txtBox p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: -0.04rem;
  }
  #main .value .imgBox .txtBox p:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  #main .value .imgBox.imgBox02 {
    margin-top: 4rem;
  }
  #main .value .imgBox.imgBox02 .txtBox {
    margin-top: 0;
  }
}
#main .feature {
  padding-top: 23.8rem;
  position: relative;
}
#main .feature .wave01 {
  top: -11.243vw;
}
#main .feature .content {
  position: relative;
  z-index: 1;
}
#main .feature .headLine01 {
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  text-align: center;
}
#main .feature .headLine01:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main .feature .headLine01 .en .num {
  margin-right: 1rem;
  font-weight: 500;
  font-family: var(--en-font2);
}
#main .feature .featureList {
  margin-bottom: 23.9rem;
  position: relative;
  z-index: 1;
}
#main .feature .featureList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main .feature .featureList li .phoBox {
  position: relative;
  width: calc(50% + 14.4rem);
}
#main .feature .featureList li .phoBox img {
  width: 100%;
}
#main .feature .featureList li .phoBox:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 60%, #FFF 100%);
  content: "";
}
#main .feature .featureList li .txtBox {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -28.4rem 0 4rem;
  max-width: 80rem;
  min-height: 38rem;
  padding: 0 6rem 3rem;
  background: url(../img/index/feature_bg03.webp) no-repeat left top/cover;
}
#main .feature .featureList li .txtBox:before, #main .feature .featureList li .txtBox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/index/feature_arrow01.webp) repeat left top/100%;
  content: "";
}
#main .feature .featureList li .txtBox:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  background-image: url(../img/index/feature_arrow02.webp);
}
#main .feature .featureList li .txtBox .circle {
  margin-bottom: 0;
  padding-bottom: 1rem;
  position: absolute;
  left: -3rem;
  top: -2.7rem;
  width: 12rem;
  height: 12rem;
  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;
  color: var(--brown-text);
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: 0.12rem;
  text-align: center;
  background: url(../img/index/feature_bg01.webp) no-repeat left top/100%;
}
#main .feature .featureList li .txtBox .circle .mid {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--sub-font);
}
#main .feature .featureList li .txtBox .circle .large {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--sub-font);
}
#main .feature .featureList li .txtBox .circle.circle02 {
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
}
#main .feature .featureList li .txtBox .circle.circle03 {
  padding: 0.4rem 0 0;
  font-size: 1.6rem;
}
#main .feature .featureList li .txtBox .circle.circle03 .large {
  font-size: 2.2rem;
}
#main .feature .featureList li .txtBox .circle.circle04 {
  padding-bottom: 0.2rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#main .feature .featureList li .txtBox .circle.circle04 .mid {
  font-size: 1.8rem;
}
#main .feature .featureList li .txtBox .circle.circle05 {
  padding: 0.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
#main .feature .featureList li .txtBox .circle.circle05 .mid {
  font-size: 1.8rem;
}
#main .feature .featureList li .txtBox .circle.circle05 .large {
  font-size: 2.4rem;
}
#main .feature .featureList li .txtBox .num {
  margin: 0 auto -4.7rem;
  width: 16.1rem;
  padding-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.04rem;
  -webkit-transform: translateY(-4.7rem);
          transform: translateY(-4.7rem);
  background: url(../img/index/feature_bg02.webp) no-repeat center top/16.1rem;
}
#main .feature .featureList li .txtBox .num .large {
  margin-top: -2rem;
  font-size: 7rem;
  line-height: 1;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0D088), color-stop(98.61%, #6B5C1A));
  background: linear-gradient(180deg, #E0D088 0%, #6B5C1A 98.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--en-font2);
}
#main .feature .featureList li .txtBox h3 {
  margin-bottom: 1.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  color: var(--gold2);
  font-weight: 600;
  text-align: center;
}
#main .feature .featureList li .txtBox h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(40%, #826D12), color-stop(76%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, #826D12 40%, #826D12 76%, rgba(130, 109, 18, 0) 100%);
  content: "";
}
#main .feature .featureList li .txtBox p {
  margin-bottom: 1.5rem;
  line-height: 2.2;
  text-align: justify;
  letter-spacing: 0.096rem;
}
#main .feature .featureList li .txtBox p .gold {
  color: var(--gold2);
  font-weight: 500;
}
#main .feature .featureList li .txtBox p:last-child {
  margin-bottom: 0 !important;
}
#main .feature .featureList li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main .feature .featureList li:nth-child(2n) .phoBox:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 60%, #FFF 100%);
}
#main .feature .featureList li:nth-child(2n) .txtBox {
  margin: 0 4rem 0 -28.4rem;
}
#main .feature .featureList li:nth-child(2n) .txtBox .circle {
  left: -4rem;
  top: -4rem;
}
#main .feature .bgBox {
  position: relative;
}
#main .feature .bgBox:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4E420D), color-stop(40%, #4A3F0D), color-stop(80%, #9D8F54), to(#4E420D));
  background: linear-gradient(90deg, #4E420D 0%, #4A3F0D 40%, #9D8F54 80%, #4E420D 100%);
  content: "";
}
#main .feature .bgBox:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background: url(../img/index/feature_bg04.webp) no-repeat center top/cover;
  content: "";
}
#main .feature .bgBox .wave02 {
  top: -22.553vw;
}
#main .feature .bgBox .content {
  padding: 9rem 0 10rem;
  position: relative;
  z-index: 3;
}
#main .feature .bgBox .phoBox {
  position: absolute;
  right: 2.4rem;
  bottom: 0;
  width: 60rem;
}
#main .feature .bgBox .phoBox img {
  width: 100%;
}
#main .feature .bgBox .txtBox {
  width: 60rem;
}
#main .feature .bgBox .txtBox h3 {
  margin-bottom: 2rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.03rem;
}
#main .feature .bgBox .txtBox p {
  margin-bottom: 6rem;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  font-family: YakuHanMP, var(--sub-font);
  letter-spacing: 0.03rem;
}
@media all and (max-width: 896px) {
  #main .feature {
    padding-top: 8.2rem;
  }
  #main .feature .wave01 {
    top: -3rem;
  }
  #main .feature .headLine01 {
    margin-bottom: 7.5rem;
    padding-bottom: 1.9rem;
  }
  #main .feature .headLine01 .en .num {
    margin-right: 0.5rem;
  }
  #main .feature .featureList {
    margin-bottom: 11rem;
  }
  #main .feature .featureList li {
    display: block;
  }
  #main .feature .featureList li:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  #main .feature .featureList li .phoBox {
    width: auto;
    aspect-ratio: 375/240;
  }
  #main .feature .featureList li .phoBox:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(255, 255, 255, 0)), to(#FFF)) !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #FFF 100%) !important;
  }
  #main .feature .featureList li .phoBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .feature .featureList li .txtBox {
    margin: 0 2rem -6rem !important;
    max-width: inherit;
    min-height: inherit;
    padding: 0 2rem 3.2rem;
    background: url(../img/index/feature_bg03.webp) no-repeat left top/cover;
  }
  #main .feature .featureList li .txtBox:before, #main .feature .featureList li .txtBox:after {
    width: 3rem;
  }
  #main .feature .featureList li .txtBox .circle {
    padding-bottom: 0.7rem;
    left: -2rem !important;
    top: -2.8rem !important;
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  #main .feature .featureList li .txtBox .circle .mid {
    font-size: 1.4rem;
  }
  #main .feature .featureList li .txtBox .circle .large {
    font-size: 2rem;
  }
  #main .feature .featureList li .txtBox .circle.circle02 {
    padding-bottom: 0.4rem;
    font-size: 1.2rem;
  }
  #main .feature .featureList li .txtBox .circle.circle03 {
    padding: 0.4rem 0 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  #main .feature .featureList li .txtBox .circle.circle03 .large {
    font-size: 1.4rem;
  }
  #main .feature .featureList li .txtBox .circle.circle03 .mid {
    font-size: 2rem;
  }
  #main .feature .featureList li .txtBox .circle.circle04 {
    padding-bottom: 0.2rem;
    font-size: 1rem;
  }
  #main .feature .featureList li .txtBox .circle.circle04 .mid {
    font-size: 1.2rem;
  }
  #main .feature .featureList li .txtBox .circle.circle05 {
    padding: 0.6rem 0 0;
    font-size: 1.1rem;
    line-height: 1.25;
  }
  #main .feature .featureList li .txtBox .circle.circle05 .mid {
    font-size: 1.4rem;
  }
  #main .feature .featureList li .txtBox .circle.circle05 .large {
    font-size: 2rem;
  }
  #main .feature .featureList li .txtBox .num {
    margin-bottom: -2.7rem;
    width: 12.1rem;
    padding-top: 1.8rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-transform: translateY(-3.6rem);
            transform: translateY(-3.6rem);
    background-size: 100%;
  }
  #main .feature .featureList li .txtBox .num .large {
    margin-top: -1.3rem;
    font-size: 6rem;
  }
  #main .feature .featureList li .txtBox h3 {
    padding-bottom: 1.1rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  #main .feature .featureList li .txtBox p {
    line-height: 1.8;
    letter-spacing: 0.084rem;
  }
  #main .feature .featureList li .txtBox.txtBox02 {
    padding-bottom: 4.7rem;
  }
  #main .feature .featureList li .txtBox.txtBox03 {
    padding-bottom: 4.4rem;
  }
  #main .feature .featureList li .txtBox.txtBox04 {
    padding-bottom: 4.4rem;
  }
  #main .feature .featureList li .txtBox.txtBox04 h3 {
    letter-spacing: -0.09rem;
  }
  #main .feature .featureList li .txtBox.txtBox04 p {
    letter-spacing: 0.05rem;
  }
  #main .feature .featureList li .txtBox.txtBox05 {
    padding-bottom: 9.3rem;
  }
  #main .feature .bgBox:after {
    background-image: url(../img/index/feature_bg04_sp.webp);
    background-position: center top 40%;
  }
  #main .feature .bgBox .wave02 {
    top: -11rem;
  }
  #main .feature .bgBox .content {
    padding: 5rem 0 7.5rem;
  }
  #main .feature .bgBox .phoBox {
    right: -4.7rem;
    width: 17.6rem;
  }
  #main .feature .bgBox .txtBox {
    width: auto;
    position: relative;
    z-index: 1;
  }
  #main .feature .bgBox .txtBox h3 {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.06rem;
  }
  #main .feature .bgBox .txtBox p {
    margin-bottom: 3.8rem;
    line-height: 1.8;
  }
  #main .feature .bgBox .txtBox .comBtn a {
    padding: 0.5rem 4rem;
  }
}
#main .doctor .bgBox {
  padding: 17.8rem 0 25.4rem;
  position: relative;
  background: var(--white) url(../img/index/doctor_bg.webp) no-repeat center top/cover;
}
#main .doctor .bgBox .wave {
  top: -9.788vw;
}
#main .doctor .bgBox .symbol {
  position: absolute;
  right: 8rem;
  top: 9.5rem;
  width: 34rem;
}
#main .doctor .bgBox .wave02 {
  top: auto;
  bottom: -19.709vw;
}
#main .doctor .bgBox .content {
  position: relative;
  z-index: 2;
}
#main .doctor .bgBox .headLine01 {
  margin-bottom: 8rem;
}
#main .doctor .bgBox .headLine01 .en:last-child {
  margin-top: -3rem;
}
#main .doctor .bgBox .imgBox {
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main .doctor .bgBox .imgBox .phoBox {
  width: calc(50% - 6rem);
}
#main .doctor .bgBox .imgBox .phoBox .photo {
  margin-bottom: 8rem;
}
#main .doctor .bgBox .imgBox .phoBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#main .doctor .bgBox .imgBox .txtBox {
  margin: 0 8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 58rem;
}
#main .doctor .bgBox .imgBox .txtBox p {
  margin-bottom: 1.7rem;
  line-height: 2.2;
  text-align: justify;
  letter-spacing: 0.096rem;
}
#main .doctor .bgBox .imgBox .txtBox .ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-align: left;
}
#main .doctor .bgBox .imgBox .txtBox .headLine02 {
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  color: var(--gold2);
  font-size: 3.6rem;
  position: relative;
}
#main .doctor .bgBox .imgBox .txtBox .headLine02:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(40%, #826D12), color-stop(76%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, #826D12 40%, #826D12 76%, rgba(130, 109, 18, 0) 100%);
  content: "";
}
#main .doctor .bgBox .imgBox .txtBox .subBox {
  margin-top: 3rem;
}
#main .doctor .bgBox .imgBox .txtBox .subBox p, #main .doctor .bgBox .imgBox .txtBox .subBox li {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14rem;
}
#main .doctor .bgBox .imgBox .txtBox .subBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .doctor .bgBox .imgBox .txtBox .subBox li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "・";
}
#main .doctor .bgBox .imgBox .txtBox h4.headLine02 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.07rem;
}
@media all and (min-width: 897px) {
  #main .doctor .bgBox .imgBox .txtBox .profile .txtList {
    width: 65%;
  }
  #main .doctor .bgBox .imgBox .txtBox .profile .txtList:nth-child(2n) {
    margin-left: 1.2%;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#main .doctor .bgBox .infoList {
  margin: 10rem 0 5rem;
}
#main .doctor .bgBox .infoList > li {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .doctor .bgBox .infoList > li .phoBox {
  margin: 0.9rem 0 0 3rem;
  width: 26rem;
  aspect-ratio: 260/312;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#main .doctor .bgBox .infoList > li .phoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .doctor .bgBox .infoList > li .txtBox {
  margin-top: 0.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .doctor .bgBox .infoList > li .txtBox h3 {
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  position: relative;
  color: var(--gold2);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
#main .doctor .bgBox .infoList > li .txtBox h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(40%, #826D12), color-stop(76%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, #826D12 40%, #826D12 76%, rgba(130, 109, 18, 0) 100%);
  content: "";
}
#main .doctor .bgBox .infoList > li .txtBox h3 .large {
  display: block;
  margin-top: 0.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dt {
  margin-bottom: 1rem;
  padding: 0.4rem 1rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.072rem;
  font-family: var(--sub-font);
  background: var(--gold2);
  text-align: center;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dt:first-child {
  margin-bottom: 1.4rem;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dd {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.14rem;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dd p {
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0.14rem;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dd p:last-child {
  margin-bottom: 0;
}
#main .doctor .bgBox .infoList > li .txtBox .txtDl dd:last-child {
  margin-bottom: 0;
}
#main .doctor .bgBox .infoList > li .txtBox .txtList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .doctor .bgBox .infoList > li .txtBox .txtList li:before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#main .doctor .bgBox .comBtn {
  text-align: center;
  position: relative;
  z-index: 1;
}
#main .doctor .mainPho {
  position: relative;
  z-index: 2;
}
#main .doctor .mainPho img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .doctor .bgBox {
    padding: 14.7rem 0 11rem;
    background: url(../img/index/doctor_bg_sp.webp) repeat-y center top/100%;
  }
  #main .doctor .bgBox .wave {
    top: -2rem;
  }
  #main .doctor .bgBox .symbol {
    right: -2rem;
    top: 3rem;
    width: 16rem;
  }
  #main .doctor .bgBox .wave02 {
    top: auto;
    bottom: -6.1rem;
  }
  #main .doctor .bgBox .headLine01 {
    margin-bottom: 4rem;
  }
  #main .doctor .bgBox .headLine01 .en:last-child {
    margin-top: -1.2rem;
  }
  #main .doctor .bgBox .imgBox {
    margin: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .doctor .bgBox .imgBox .phoBox {
    margin: 0 auto;
    width: 88%;
  }
  #main .doctor .bgBox .imgBox .phoBox .photo {
    margin-bottom: 4rem;
    aspect-ratio: 295/260;
  }
  #main .doctor .bgBox .imgBox .phoBox .comBtn {
    position: absolute;
    bottom: -8.7rem;
    left: 0;
    width: 100%;
  }
  #main .doctor .bgBox .imgBox .phoBox .comBtn a {
    padding: 0.5rem 3rem;
  }
  #main .doctor .bgBox .imgBox .txtBox {
    margin: 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: inherit;
  }
  #main .doctor .bgBox .imgBox .txtBox p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.056rem;
  }
  #main .doctor .bgBox .imgBox .txtBox .ttl {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  #main .doctor .bgBox .imgBox .txtBox .headLine02 {
    margin-bottom: 3rem;
    padding-bottom: 0.8rem;
    font-size: 3.2rem;
  }
  #main .doctor .bgBox .imgBox .txtBox .subBox {
    margin-top: 3.3rem;
  }
  #main .doctor .bgBox .imgBox .txtBox .subBox p, #main .doctor .bgBox .imgBox .txtBox .subBox li {
    line-height: 1.8;
  }
  #main .doctor .bgBox .imgBox .txtBox .subBox + .subBox {
    margin-top: 2.5rem;
  }
  #main .doctor .bgBox .imgBox .txtBox h4.headLine02 {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
  #main .doctor .bgBox .imgBox .txtBox .profile {
    display: block;
  }
  #main .doctor .bgBox .infoList {
    margin: 5rem 0 3.7rem;
    display: block;
  }
  #main .doctor .bgBox .infoList > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  #main .doctor .bgBox .infoList > li:not(:last-child) {
    margin-bottom: 6rem;
  }
  #main .doctor .bgBox .infoList > li .phoBox {
    margin: 0 auto 2.5rem;
    width: 88%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    aspect-ratio: 295/220;
  }
  #main .doctor .bgBox .infoList > li .phoBox img {
    -o-object-position: center top;
       object-position: center top;
  }
  #main .doctor .bgBox .infoList > li .txtBox {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  #main .doctor .bgBox .infoList > li .txtBox h3 {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  #main .doctor .bgBox .infoList > li .txtBox h3 .large {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
  #main .doctor .bgBox .infoList > li .txtBox .txtDl dt {
    padding: 0.5rem 1rem 0.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  #main .doctor .bgBox .infoList > li .txtBox .txtDl dt:first-child {
    margin-bottom: 1.7rem;
  }
  #main .doctor .bgBox .infoList > li .txtBox .txtDl dd {
    margin-bottom: 3.2rem;
  }
  #main .doctor .mainPho {
    aspect-ratio: 375/160;
  }
  #main .doctor .mainPho img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main .dentistry .bgBox {
  padding: 9.5rem 0 10rem;
  position: relative;
  z-index: 1;
  background: #fff url(../img/index/dentistry_bg01.webp) no-repeat center top/cover;
}
#main .dentistry .bgBox:before {
  position: absolute;
  left: 0;
  top: 7rem;
  width: 40.6rem;
  height: 58rem;
  background: url(../img/index/dentistry_bg02.webp) no-repeat center top/cover;
  content: "";
}
#main .dentistry .bgBox .photo {
  position: absolute;
  right: 7rem;
  top: -13rem;
  width: 42rem;
}
#main .dentistry .bgBox .photo.photo02 {
  top: auto;
  bottom: 0;
  right: 0;
  width: 56rem;
}
#main .dentistry .bgBox .content {
  position: relative;
  z-index: 1;
}
#main .dentistry .bgBox .txtBox {
  max-width: 86.5rem;
}
#main .dentistry .bgBox .headLine01 {
  margin: 0 0 2rem 0.5rem;
  padding-bottom: 1.4rem;
  max-width: 80rem;
  border-bottom: none;
}
#main .dentistry .bgBox .headLine01:after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 109, 18, 0)), color-stop(40%, #826D12), color-stop(76%, #826D12), to(rgba(130, 109, 18, 0)));
  background: linear-gradient(90deg, rgba(130, 109, 18, 0) 0%, #826D12 40%, #826D12 76%, rgba(130, 109, 18, 0) 100%);
}
#main .dentistry .bgBox .headLine01 .en {
  font-size: 5rem;
  letter-spacing: 1rem;
}
#main .dentistry .bgBox .headLine01 .en:last-child {
  margin-left: 2.2rem;
}
#main .dentistry .bgBox .headLine02 {
  margin-bottom: 3.6rem;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
#main .dentistry .bgBox .headLine02 .large {
  color: var(--gold2);
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
#main .dentistry .bgBox p {
  margin-bottom: 2.4rem;
  line-height: 2.2;
  letter-spacing: 0.096rem;
  text-align: justify;
}
#main .dentistry .bgBox p .gold {
  color: var(--gold2);
  font-weight: 500;
}
#main .dentistry .bgBox p .large {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
}
#main .dentistry .bgBox p.large {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
#main .dentistry .bgBox .comBtn {
  margin-top: 3rem;
}
#main .dentistry .mainPho img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .dentistry .bgBox {
    padding: 5.7rem 0 26rem;
    background-image: url(../img/index/dentistry_bg01_sp.webp);
  }
  #main .dentistry .bgBox:before {
    top: auto;
    bottom: 1rem;
    width: 15.5rem;
    height: 22rem;
  }
  #main .dentistry .bgBox .photo {
    right: -5rem;
    top: -6.2rem;
    width: 16rem;
  }
  #main .dentistry .bgBox .photo.photo02 {
    top: auto;
    bottom: 0;
    width: 26.3rem;
  }
  #main .dentistry .bgBox .txtBox {
    max-width: inherit;
  }
  #main .dentistry .bgBox .headLine01 {
    margin-left: 0;
    padding-bottom: 1.2rem;
    max-width: inherit;
  }
  #main .dentistry .bgBox .headLine01 .en {
    margin: 0;
    font-size: 3rem;
    letter-spacing: 0.6rem;
  }
  #main .dentistry .bgBox .headLine01 .en:last-child {
    margin-left: 0;
  }
  #main .dentistry .bgBox .headLine02 {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: -0.06rem;
  }
  #main .dentistry .bgBox .headLine02 .large {
    font-size: 2.4rem;
  }
  #main .dentistry .bgBox p {
    margin-bottom: 1.9rem;
    line-height: 1.8;
    letter-spacing: 0.084rem;
  }
  #main .dentistry .bgBox p .large {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #main .dentistry .bgBox p.large {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  #main .dentistry .bgBox .comBtn {
    margin-top: 3.8rem;
  }
  #main .dentistry .mainPho {
    aspect-ratio: 375/160;
  }
  #main .dentistry .mainPho img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=index.css.map */