@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --en-font: "Cormorant Infant", serif;
  --base-color: #363636;
  --sub-color: #9E8A30;
  --white: #fff;
  --gold: #B7A44F;
  --yellow: #F6E69D;
  --yellow-9: rgba(246,230,157,0.9);
  --brown: #716A52;
  --gray: #f2f2f2;
  --dark-green: #032013;
  --green: #0d6f45;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body.is-modal-open {
  overflow: hidden;
}

#main {
  overflow: hidden;
  /* トップページ ニュース用モーダル */
}
#main .newsModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .newsModal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .newsModal .newsModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
#main .newsModal .newsModal__content {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  margin: 0 auto;
  padding: 2.4rem 2.4rem 2.8rem;
  background: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  max-height: 80vh;
  overflow-y: auto;
}
#main .newsModal .newsModal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 2.6rem;
  line-height: 1;
}
#main .newsModal .newsModal__date {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#main .newsModal .newsModal__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark-green);
}
#main .newsModal .newsModal__body {
  font-size: 1.4rem;
  line-height: 2;
  color: #4a3423;
}
#main .newsModal .newsModal__body p {
  margin-bottom: 1.4rem;
}
#main .newsModal .newsModal__body ul {
  margin: 0 0 1.6rem 1.6rem;
  padding: 0;
  list-style: disc;
}
#main .newsModal .newsModal__body ul li {
  margin-bottom: 0.4rem;
}
@media all and (max-width: 896px) {
  #main .newsModal .newsModal__content {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    padding: 2rem 1.6rem 2.4rem;
  }
}
#main .yellow {
  color: var(--yellow);
}
#main .mainVisual {
  padding: 0 7.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1512/840;
}
#main .mainVisual .mvSlider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
#main .mainVisual .mvSlide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
#main .mainVisual .mvSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#main .mainVisual .mvSlide.is-active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: mvZoomIn 7s ease-in-out forwards;
          animation: mvZoomIn 7s ease-in-out forwards;
}
@-webkit-keyframes mvZoomIn {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
}
@keyframes mvZoomIn {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
}
#main .mainVisual:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
  height: 10.9rem;
  background: url(../img/index/bg01.webp) no-repeat left top/100%;
  content: "";
  z-index: 1;
}
#main .mainVisual .mainBox {
  margin-top: 3.5rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
#main .mainVisual .ttlBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#main .mainVisual h1 {
  margin: 0 0 3rem 1rem;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.192rem;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
}
#main .mainVisual .title {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.544rem;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
}
#main .mainVisual .title .sml {
  font-size: 4.4rem;
  letter-spacing: 0.352rem;
}
#main .mainVisual .title .large {
  margin-top: 0.2rem;
  display: inline-block;
  font-size: 9.4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #E0D088), color-stop(50%, #E0D088), to(#6B5C1A));
  background: linear-gradient(180deg, #E0D088 5%, #E0D088 50%, #6B5C1A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .mainVisual .en {
  margin: 0 0 1rem 1rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.72rem;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
}
#main .mainVisual .itemList {
  padding: 2rem 0 3.6rem;
  max-width: 71rem;
  position: relative;
  border-radius: 0.8rem;
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .mainVisual .itemList:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  border: 2px solid rgba(255, 255, 255, 0.05);
  content: "";
}
#main .mainVisual .itemList li {
  padding: 0 1rem;
  width: 26%;
  text-align: center;
  background: url(../img/index/line01.webp) no-repeat right center/1px;
}
#main .mainVisual .itemList li img {
  margin-bottom: 1.3rem;
  height: 7.8rem;
}
#main .mainVisual .itemList li p {
  color: var(--white);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
#main .mainVisual .itemList li p .large {
  font-size: 2.8rem;
}
#main .mainVisual .itemList li p .large .num {
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.92;
}
#main .mainVisual .itemList li:last-child {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}
#main .mainVisual .itemList li:last-child p .large .num {
  margin-right: -0.3rem;
  letter-spacing: -0.3rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    padding: 0 1.8rem;
    aspect-ratio: 375/480;
  }
  #main .mainVisual:before {
    width: 7rem;
    height: 8.5rem;
  }
  #main .mainVisual .mainBox {
    margin: 10.3rem 0 5rem;
  }
  #main .mainVisual .en {
    margin: 0 0 0.2rem 0.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
  }
  #main .mainVisual .title {
    margin: 0 0 0.2rem -0.2rem;
    font-size: 3rem;
    letter-spacing: 0.24rem;
    line-height: 1.5;
  }
  #main .mainVisual .title .sml {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
  }
  #main .mainVisual .title .large {
    font-size: 4.4rem;
  }
  #main .mainVisual h1 {
    margin: 0 0 1.7rem;
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: 0.144rem;
  }
  #main .mainVisual .itemList {
    margin: 0 -1.8rem;
    padding: 0;
    max-width: inherit;
    border-radius: 0;
  }
  #main .mainVisual .itemList:after {
    border-radius: 0;
  }
  #main .mainVisual .itemList li {
    padding: 1.5rem 0.5rem 3rem;
    width: 26.5%;
    background-size: 1px 100%;
  }
  #main .mainVisual .itemList li img {
    margin-bottom: 0.9rem;
    height: 4.7rem;
  }
  #main .mainVisual .itemList li p {
    font-size: 1.1rem;
  }
  #main .mainVisual .itemList li p .large {
    font-size: 1.4rem;
  }
  #main .mainVisual .itemList li p .large .num {
    font-size: 3.2rem;
  }
  #main .mainVisual .itemList li:nth-child(3) {
    width: 24%;
  }
  #main .mainVisual .itemList li:last-child p .large .num {
    letter-spacing: -0.1rem;
  }
}
#main .concept {
  position: relative;
  background: url(../img/common/com_bg03.webp) repeat left top/10rem;
}
#main .concept:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19rem;
  height: 23.1rem;
  background: url(../img/index/bg01.webp) no-repeat left top/100%;
  content: "";
}
#main .concept:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18rem;
  height: 22.9rem;
  background: url(../img/index/bg03.webp) no-repeat left top/100%;
  content: "";
}
#main .concept .newsBox {
  margin-bottom: -21.2rem;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main .concept .newsBox:before {
  position: absolute;
  right: 0;
  top: -24rem;
  width: 40.9rem;
  height: 52rem;
  background: url(../img/index/bg02.webp) no-repeat left top/100%;
  content: "";
}
#main .concept .newsBox .rPho {
  width: calc(50% - 10.7rem);
  position: relative;
  text-align: right;
}
#main .concept .newsBox .rPho h2 {
  position: absolute;
  right: 35rem;
  top: -4rem;
  width: 30rem;
  padding: 9rem 2rem 10.5rem;
  color: var(--white);
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.264rem;
  text-align: center;
  border-radius: 50%;
  background: url(../img/common/com_bg03.webp) repeat center top/10rem;
}
#main .concept .newsBox .rPho h2::after {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
#main .concept .newsBox .rPho h2 .yellow {
  font-size: 3.4rem;
  letter-spacing: 0.204rem;
}
#main .concept .newsBox .rPho h2 .yellow .line {
  margin: 0 -0.6rem 0 -0.1rem;
}
#main .concept .newsBox .rPho h2 .sml {
  font-size: 2rem;
  letter-spacing: 0.204rem;
  font-family: var(--base-font);
}
#main .concept .newsBox .rPho .photo {
  margin-left: auto;
  position: relative;
  z-index: 1;
  width: 61rem;
}
#main .concept .newsBox .newsList {
  margin: 9.5rem 8rem 0 0;
  width: 64rem;
}
#main .concept .newsBox .newsList li {
  background: url(../img/index/line02.webp) no-repeat center bottom/auto 1px;
}
#main .concept .newsBox .newsList li a {
  padding: 1.9rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
  color: var(--white);
}
@media all and (min-width: 897px) {
  #main .concept .newsBox .newsList li a:hover {
    opacity: 0.65;
  }
}
#main .concept .newsBox .newsList li a .date {
  width: 10rem;
}
#main .concept .newsBox .newsList li a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.168rem;
}
#main .concept .newsBox .news-contents {
  display: none;
}
#main .concept .subTtl {
  margin-bottom: 6.7rem;
  position: relative;
  z-index: 1;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.204rem;
}
#main .concept .subTtl .bgTxt {
  margin: 0 0 1.9rem 1.5rem;
  padding: 0.3rem 2.3rem 0.8rem;
  display: inline-block;
  position: relative;
  color: var(--white);
  font-size: 2.8rem;
  letter-spacing: 0;
}
#main .concept .subTtl .bgTxt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #635D45;
  -webkit-transform: skew(-38deg);
          transform: skew(-38deg);
  content: "";
}
#main .concept .subTtl .bgTxt span {
  position: relative;
  z-index: 1;
}
#main .concept .subTtl .yellow {
  margin-top: 2.3rem;
  display: inline-block;
}
#main .concept .imgBox {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .concept .imgBox .phoBox {
  width: calc(50% - 3.5rem);
  position: relative;
  z-index: 2;
  border-radius: 0 0.8rem 0.8rem 0;
  overflow: hidden;
  -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);
}
#main .concept .imgBox .phoBox:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 90%);
  content: "";
}
#main .concept .imgBox .phoBox img {
  width: 100%;
}
#main .concept .imgBox .phoBox .phoTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.8rem 1rem;
  z-index: 1;
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.24rem;
  text-align: center;
}
#main .concept .imgBox .phoBox .phoTxt .en {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
#main .concept .imgBox .phoBox .phoTxt h3 {
  font-weight: 500;
}
#main .concept .imgBox .phoBox .phoTxt .sml {
  font-size: 2.4rem;
  font-family: var(--base-font);
  letter-spacing: 0.144rem;
}
#main .concept .imgBox .txtBox {
  padding: 3rem 5.7rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .concept .imgBox .txtBox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 999rem;
  height: 100%;
  background: #635D45;
  content: "";
}
#main .concept .imgBox .txtBox .subBox {
  position: relative;
  z-index: 2;
  max-width: 58rem;
}
#main .concept .imgBox .txtBox p {
  margin-bottom: 2rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18rem;
  font-family: var(--sub-font);
  text-align: justify;
}
#main .concept .imgBox .txtBox p:last-child {
  margin-bottom: 0 !important;
}
#main .concept .imgBox02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main .concept .imgBox02 .phoBox {
  border-radius: 0.8rem 0 0 0.8rem;
}
#main .concept .imgBox02 .txtBox .subBox {
  margin-left: auto;
}
#main .concept .imgBox03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .concept .imgBox03 .txtBox {
  margin-top: 4rem;
  padding-bottom: 4.2rem;
}
#main .concept .midBox {
  padding: 16.7rem 0 12rem;
  text-align: center;
  position: relative;
  background: url(../img/index/concept_bg02.webp) no-repeat center 6.3rem/69.1rem;
}
#main .concept .midBox:after {
  position: absolute;
  bottom: -15.9rem;
  left: 0;
  width: 27.1rem;
  aspect-ratio: 542/1080;
  background: url(../img/index/concept_bg01.webp) no-repeat left top/100%;
  content: "";
}
#main .concept .midBox p {
  margin-bottom: 1.9rem;
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.256rem;
}
#main .concept .midBox p .large {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 4.8rem;
  letter-spacing: 0.384rem;
}
#main .concept .midBox p.txt02 {
  line-height: 1.7;
}
#main .concept .midBox .comBtn {
  margin-top: 6.6rem;
}
@media all and (max-width: 896px) {
  #main .concept:before {
    width: 6rem;
    height: 7.3rem;
  }
  #main .concept:after {
    width: 8rem;
    height: 10.2rem;
  }
  #main .concept .newsBox {
    margin-bottom: 4.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #main .concept .newsBox:before {
    top: -14rem;
    width: 20rem;
    height: 25rem;
  }
  #main .concept .newsBox .rPho {
    width: 100%;
  }
  #main .concept .newsBox .rPho h2 {
    right: 11.5rem;
    width: 16rem;
    padding: 4.4rem 1rem 5.6rem;
    font-size: 2.6rem;
    line-height: 1.15;
    letter-spacing: 0.156rem;
  }
  #main .concept .newsBox .rPho h2::after {
    left: 0.7rem;
    top: 0.7rem;
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
  #main .concept .newsBox .rPho h2 .yellow {
    font-size: 1.8rem;
    letter-spacing: 0.108rem;
  }
  #main .concept .newsBox .rPho h2 .yellow .line {
    margin: 0 -0.3rem 0 0;
  }
  #main .concept .newsBox .rPho h2 .sml {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  #main .concept .newsBox .rPho .photo {
    margin-right: -2rem;
    width: 24rem;
  }
  #main .concept .newsBox .newsList {
    margin: -1.1rem 2rem 0;
    width: 100%;
  }
  #main .concept .newsBox .newsList li {
    background-size: 100% 1px;
  }
  #main .concept .newsBox .newsList li a {
    padding: 0 0 0.7rem;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
    color: var(--white);
  }
  #main .concept .newsBox .newsList li a .date {
    display: block;
    margin-bottom: 0.5rem;
    width: auto;
  }
  #main .concept .newsBox .newsList li a .txt {
    letter-spacing: 0.144rem;
  }
  #main .concept .subTtl {
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.096rem;
  }
  #main .concept .subTtl .bgTxt {
    margin: 0 0 0.8rem 0.5rem;
    padding: 0.7rem 1.8rem 0.8rem;
    font-size: 1.6rem;
  }
  #main .concept .subTtl .yellow {
    margin-top: 0;
  }
  #main .concept .imgBox {
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .concept .imgBox .phoBox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(100% - 4rem);
  }
  #main .concept .imgBox .phoBox .phoTxt {
    padding: 1.6rem 0.5rem;
    font-size: 2.4rem;
    letter-spacing: 0.144rem;
  }
  #main .concept .imgBox .phoBox .phoTxt .en {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.24rem;
  }
  #main .concept .imgBox .phoBox .phoTxt .sml {
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
  }
  #main .concept .imgBox .txtBox {
    padding: 3.1rem 2rem;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: block;
  }
  #main .concept .imgBox .txtBox:after {
    top: -8rem;
    height: calc(100% + 8rem);
  }
  #main .concept .imgBox .txtBox .subBox {
    max-width: inherit;
  }
  #main .concept .imgBox .txtBox p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
  }
  #main .concept .imgBox02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #main .concept .imgBox02 .txtBox .subBox {
    margin-left: 0;
  }
  #main .concept .imgBox03 .txtBox {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  #main .concept .midBox {
    padding: 8.2rem 0 8rem;
    background: url(../img/index/concept_bg02_sp.webp) no-repeat center 2.1rem/30.1rem;
  }
  #main .concept .midBox:after {
    bottom: -15rem;
    left: -1rem;
    width: 14rem;
  }
  #main .concept .midBox p {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 1.55;
    letter-spacing: 0.192rem;
  }
  #main .concept .midBox p .large {
    margin-top: 0;
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: 0.288rem;
  }
  #main .concept .midBox p.txt02 {
    line-height: 1.6;
  }
  #main .concept .midBox .comBtn {
    margin-top: 4rem;
  }
}
#main .feature {
  padding: 5.5rem 0 23.4rem;
  position: relative;
  z-index: 0;
  background: url(../img/index/feature_bg.webp) repeat left top/10rem;
}
#main .feature::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url(../img/index/logo-sukashi.png), url(../img/index/logo-sukashi.png), url(../img/index/logo-sukashi.png);
  background-repeat: no-repeat;
  background-position: left 0 top 6rem, right 0 top 40%, left 0 bottom 6rem;
  background-size: 72rem auto, 72rem auto, 72rem auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: -1;
}
#main .feature .ttlBox {
  margin-bottom: -8.9rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main .feature .ttlBox .lBox {
  margin: 8rem -2.5rem 0 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#main .feature .ttlBox .lBox .enTtl {
  margin: 0 0 0.3rem 0.7rem;
  display: block;
  color: var(--sub-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.62rem;
}
#main .feature .ttlBox .lBox h2 {
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.216rem;
}
#main .feature .ttlBox .lBox h2 .large {
  margin: -1.4rem 0 0 -0.4rem;
  display: block;
  font-size: 8rem;
  letter-spacing: 0.64rem;
  line-height: 1;
}
#main .feature .ttlBox .lBox h2 .large .num {
  font-size: 20rem;
  font-weight: 500;
  font-family: var(--en-font);
  letter-spacing: 0;
  vertical-align: -0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E0D088), color-stop(95%, #6B5C1A));
  background: linear-gradient(180deg, #E0D088 10%, #6B5C1A 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .feature .ttlBox .photo {
  width: calc(50% + 1rem);
  text-align: right;
}
#main .feature .ttlBox .photo img {
  width: 74rem;
}
#main .feature .imgBox {
  margin-bottom: 4.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .feature .imgBox .txtBox {
  width: 64rem;
}
#main .feature .imgBox .txtBox .subTtl {
  margin-bottom: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: var(--sub-font);
}
#main .feature .imgBox .txtBox .subTtl .en {
  margin-bottom: 0;
  padding-top: 4.2rem;
  width: 16rem;
  color: var(--brown);
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  background: url(../img/index/num_bg.webp) no-repeat left top/100%;
}
#main .feature .imgBox .txtBox .subTtl .en .num {
  margin: -2.2rem 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.6rem;
  font-size: 15rem;
  font-weight: 500;
  line-height: 1;
  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;
}
#main .feature .imgBox .txtBox .subTtl h3 {
  margin: 0 0 2.9rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.288rem;
  text-align: center;
}
#main .feature .imgBox .txtBox .subTtl h3 .bgTxt {
  margin-top: 1.6rem;
  display: block;
  padding: 0.4rem 0.5rem 0.5rem;
  color: var(--white);
  font-size: 2.2rem;
  letter-spacing: 0.176rem;
  background: url(../img/common/com_bg01.webp) repeat left top/10rem;
}
#main .feature .imgBox .txtBox .subTtl h3 .bgTxt.sml {
  padding: 0.5rem 0.5rem 0.7rem;
  font-size: 2rem;
  letter-spacing: 0.16rem;
}
#main .feature .imgBox .txtBox p {
  margin-bottom: 2rem;
  line-height: 2.2;
  letter-spacing: 0.16rem;
  text-align: justify;
}
#main .feature .imgBox .txtBox p:last-child {
  margin-bottom: 0;
}
#main .feature .imgBox .txtBox p .gold {
  color: var(--sub-color);
  font-weight: 500;
}
#main .feature .imgBox .phoBox {
  margin-top: 3rem;
  width: 50rem;
  border-radius: 0.8rem;
  overflow: hidden;
  -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);
}
#main .feature .imgBox .phoBox img {
  width: 100%;
}
#main .feature .comBtn {
  margin-top: 8rem;
}
@media all and (max-width: 896px) {
  #main .feature {
    padding: 3rem 0 13.5rem;
  }
  #main .feature::before {
    background-position: left 0 top 8rem, right 0 top 40%, left 0 bottom 6rem;
    background-size: 40rem auto, 40rem auto, 40rem auto;
    opacity: 0.16;
  }
  #main .feature .ttlBox {
    margin-bottom: 2rem;
    padding: 10.7rem 0 0 2rem;
    display: block;
    position: relative;
  }
  #main .feature .ttlBox .lBox {
    margin: 0;
  }
  #main .feature .ttlBox .lBox .enTtl {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
  }
  #main .feature .ttlBox .lBox h2 {
    font-size: 2.2rem;
    letter-spacing: 0.088rem;
  }
  #main .feature .ttlBox .lBox h2 .large {
    margin: -0.8rem 0 0 -0.7rem;
    font-size: 4rem;
    letter-spacing: 0.32rem;
  }
  #main .feature .ttlBox .lBox h2 .large .num {
    font-size: 12rem;
    vertical-align: -0.1rem;
  }
  #main .feature .ttlBox .photo {
    position: absolute;
    right: -2.5rem;
    top: 0;
    width: 76%;
    max-width: 40rem;
  }
  #main .feature .ttlBox .photo img {
    width: 100%;
  }
  #main .feature .imgBox {
    margin-bottom: 5rem;
  }
  #main .feature .imgBox .txtBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #main .feature .imgBox .txtBox .subTtl {
    margin-bottom: 0.8rem;
  }
  #main .feature .imgBox .txtBox .subTtl .en {
    padding-top: 2rem;
    width: 8rem;
    font-size: 1.6rem;
  }
  #main .feature .imgBox .txtBox .subTtl .en .num {
    margin-top: -0.8rem;
    min-width: 3.4rem;
    font-size: 7rem;
  }
  #main .feature .imgBox .txtBox .subTtl h3 {
    margin: 0 0 1.3rem 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  #main .feature .imgBox .txtBox .subTtl h3 .bgTxt {
    margin-top: 0.5rem;
    padding: 0.6rem 0.5rem 0.8rem;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.112rem;
  }
  #main .feature .imgBox .txtBox .subTtl h3 .bgTxt.sml {
    padding: 0.6rem 0.5rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
  #main .feature .imgBox .txtBox p {
    margin-bottom: 2rem;
    line-height: 2;
    letter-spacing: 0.084rem;
  }
  #main .feature .imgBox .phoBox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 2.5rem;
    width: 100%;
    aspect-ratio: 335/200;
  }
  #main .feature .imgBox .phoBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .feature .comBtn {
    margin-top: 4rem;
  }
}
#main .doctor {
  position: relative;
}
#main .doctor .enTtl {
  position: absolute;
  left: 0;
  top: -14.4rem;
  width: 100%;
  color: var(--brown);
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36rem;
  text-align: center;
}
#main .doctor .bgSec {
  padding: 8rem 0 24.6rem;
  position: relative;
  z-index: 1;
  background: url(../img/common/com_bg03.webp) repeat left top/10rem;
}
#main .doctor .bgSec:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 3024/1200;
  mix-blend-mode: multiply;
  background: url(../img/index/doctor_bg01.webp) no-repeat center top/100%;
  content: "";
}
#main .doctor .bgSec:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 3024/1400;
  mix-blend-mode: multiply;
  background: url(../img/index/doctor_bg02.webp) no-repeat center top/100%;
  content: "";
}
#main .doctor .content {
  position: relative;
  z-index: 1;
  color: var(--white);
}
#main .doctor .midTxt {
  margin: 0 -2rem 12.9rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: center;
}
#main .doctor .subSec {
  margin: 0 auto;
  max-width: 110rem;
}
#main .doctor .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .doctor .txtBox h3 {
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-bottom: 1px solid #635D45;
}
#main .doctor .txtBox h3 .large {
  margin-top: 0.4rem;
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
}
#main .doctor .txtBox p {
  margin-bottom: 2rem;
  line-height: 2.2;
  letter-spacing: 0.16rem;
  text-align: justify;
}
#main .doctor .txtBox p:last-child {
  margin-bottom: 0;
}
#main .doctor .phoBox {
  margin: 0.9rem 0 0 10rem;
  width: 40rem;
  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 .phoBox img {
  width: 100%;
}
#main .doctor .txtDl dt {
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10rem;
  padding: 0.4rem 1.7rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.072rem;
  text-align: center;
  font-family: var(--sub-font);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border: 1px solid #635C44;
  background: #635D45;
}
#main .doctor .txtDl dd {
  margin-bottom: 3.2rem;
  gap: 0 3.6rem;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.14rem;
}
#main .doctor .txtDl dd:last-child {
  margin-bottom: 0;
}
#main .doctor .txtDl dd p {
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0.14rem;
  text-align: left;
}
#main .doctor .txtList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .doctor .txtList li:before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#main .doctor .imgBox {
  margin-bottom: 4.7rem;
  padding-bottom: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #635D45;
}
#main .doctor .infoBox {
  margin-bottom: 8rem;
  gap: 0 10rem;
}
#main .doctor .infoList {
  padding: 7.2rem 0;
  background: url(../img/index/line02.webp) no-repeat center top/100% 1px;
}
#main .doctor .infoList > li {
  width: 45.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .doctor .infoList > li .phoBox {
  margin-left: 2rem;
  width: 26rem;
}
#main .doctor .infoList > li .txtBox {
  margin-top: 0.3rem;
}
#main .doctor .infoList > li .txtBox h3 {
  margin-bottom: 1.9rem;
  padding-bottom: 1.4rem;
}
#main .doctor .infoList > li .txtBox h3 .large {
  margin-top: 0.2rem;
  font-size: 3.2rem;
}
#main .doctor .infoList > li .txtBox .txtDl dt {
  padding: 0.4rem 1rem 0.5rem;
}
#main .doctor .infoList > li .txtBox .txtDl dt:first-child {
  margin-bottom: 1.4rem;
}
#main .doctor .comBtn {
  margin-top: 3.8rem;
}
@media all and (max-width: 896px) {
  #main .doctor .enTtl {
    top: -10rem;
    font-size: 6.6rem;
    line-height: 0.8;
    letter-spacing: -0.132rem;
  }
  #main .doctor .bgSec {
    padding: 2.9rem 0 10rem;
  }
  #main .doctor .bgSec:before {
    aspect-ratio: 375/400;
    background-image: url(../img/index/doctor_bg01_sp.webp);
  }
  #main .doctor .bgSec:after {
    aspect-ratio: 375/700;
    background-image: url(../img/index/doctor_bg02_sp.webp);
  }
  #main .doctor .midTxt {
    margin: 0 -2rem 5rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #main .doctor .txtBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  #main .doctor .txtBox h3 {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  #main .doctor .txtBox h3 .large {
    margin-top: 0.4rem;
    font-size: 3rem;
  }
  #main .doctor .txtBox p {
    line-height: 2;
    letter-spacing: 0.084rem;
  }
  #main .doctor .phoBox {
    margin: 0 auto 3.3rem;
    width: 88%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    aspect-ratio: 295/220;
  }
  #main .doctor .phoBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  #main .doctor .txtDl:not(:last-child) {
    margin-bottom: 2rem;
  }
  #main .doctor .txtDl dt {
    padding: 0.4rem 3rem 0.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  #main .doctor .txtDl dd {
    margin-bottom: 2.6rem;
    display: block;
  }
  #main .doctor .imgBox {
    margin-bottom: 2rem;
    padding-bottom: 2.1rem;
  }
  #main .doctor .infoBox {
    margin-bottom: 2.8rem;
    display: block;
  }
  #main .doctor .infoList {
    padding: 4rem 0 3rem;
    display: block;
  }
  #main .doctor .infoList > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  #main .doctor .infoList > li:not(:last-child) {
    margin-bottom: 4rem;
    padding-bottom: 3.2rem;
    background: url(../img/index/line02.webp) no-repeat center bottom/100% 1px;
  }
  #main .doctor .infoList > li .phoBox {
    margin: 0 auto 2.5rem;
    width: 88%;
  }
  #main .doctor .infoList > li .txtBox {
    margin-top: 0;
  }
  #main .doctor .infoList > li .txtBox h3 .large {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
  #main .doctor .infoList > li .txtBox .txtDl dt:first-child {
    margin-bottom: 1.7rem;
  }
  #main .doctor .comBtn {
    margin-top: 2rem;
  }
}
#main .philosophy {
  position: relative;
  z-index: 2;
  background: url(../img/index/philosophy_imgtext01.webp) no-repeat left 4rem top 14.8rem/40rem;
}
@media all and (min-width: 897px) {
  #main .philosophy .content {
    max-width: 120rem;
  }
}
#main .philosophy .enTtl {
  margin: -10.8rem 0 1.7rem;
  text-align: center;
  font-size: 26.6rem;
  font-weight: 500;
  letter-spacing: -1.2rem;
  line-height: 0.8;
  background: var(--gradation_green, linear-gradient(180deg, #0AB169 0%, #032013 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .philosophy .image {
  margin: 0 auto 1.5rem;
  width: 28rem;
}
#main .philosophy .innerBox {
  margin-bottom: 11.3rem;
}
#main .philosophy .innerBox .lInner {
  position: relative;
  width: 60%;
}
#main .philosophy .innerBox .lInner h2 {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.14rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#main .philosophy .innerBox .lInner h2 > span {
  display: block;
  position: relative;
  z-index: 3;
  background: var(--gradation_green, linear-gradient(180deg, #0AB169 0%, #032013 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .philosophy .innerBox .lInner h2 .right {
  margin: -0.4rem 0 0 7rem;
}
#main .philosophy .innerBox .lInner h2 .big01 {
  margin-right: -0.8rem;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  vertical-align: 0.4rem;
}
#main .philosophy .innerBox .lInner h2 .big02 {
  margin: 0 -2.7rem;
  font-size: 22rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: -8.5rem;
}
#main .philosophy .innerBox .lInner h2 .big03 {
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: -9.9rem;
}
#main .philosophy .innerBox .lInner .en {
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.48rem;
  color: var(--sub-color);
}
#main .philosophy .innerBox .rInner {
  margin-top: 4.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .philosophy .innerBox .rInner .text {
  margin-bottom: 2rem;
  line-height: 2.2;
  letter-spacing: 0.16rem;
  text-align: justify;
}
#main .philosophy .innerBox .rInner .text:last-child {
  margin-bottom: 0;
}
#main .philosophy .noUl li {
  padding: 0 1rem 3.2rem;
  position: relative;
  width: 33.3333333333%;
  -webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 897px) {
  #main .philosophy .noUl li:nth-child(2) {
    z-index: 1;
  }
}
#main .philosophy .noUl li .photo {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .philosophy .noUl li .photo:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #06452A;
  content: "";
}
#main .philosophy .noUl li .photo img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .philosophy .noUl .li01 .text {
  letter-spacing: 0.08em;
}
#main .philosophy .noUl .num {
  margin: -7rem auto 2.9rem;
  padding-bottom: 0.3rem;
  width: 14rem;
  height: 14rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.8;
  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;
  text-align: center;
  letter-spacing: -0.16rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#main .philosophy .noUl .num span {
  background: var(--gradation_green, linear-gradient(180deg, #0AB169 0%, #032013 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .philosophy .noUl .num .out {
  padding-right: 0.9rem;
}
#main .philosophy .noUl .num .out span {
  margin-left: -0.5rem;
  display: inline-block;
  font-size: 10rem;
  font-weight: 500;
  vertical-align: -1.7rem;
}
#main .philosophy .noUl h3 {
  margin-bottom: 2.7rem;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.064rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#main .philosophy .noUl .title {
  margin-bottom: 2.2rem;
  padding: 1.2rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14rem;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(rgba(158, 138, 48, 0)), color-stop(50%, #9E8A30), to(rgba(158, 138, 48, 0)));
  background: linear-gradient(90deg, rgba(158, 138, 48, 0) 0%, #9E8A30 50%, rgba(158, 138, 48, 0) 100%);
}
#main .philosophy .noUl .text {
  margin: 0 4rem;
  font-size: 1.4rem;
  color: var(--white);
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.14rem;
}
@media all and (max-width: 896px) {
  #main .philosophy {
    background-size: 17rem;
    background-position: left top 10.8rem;
  }
  #main .philosophy .enTtl {
    margin: -2.7rem 0 3.7rem;
    font-size: 6.6rem;
    letter-spacing: -0.264rem;
  }
  #main .philosophy .image {
    margin-bottom: 3rem;
    width: 12rem;
  }
  #main .philosophy .innerBox {
    margin-bottom: 7.8rem;
    display: block;
  }
  #main .philosophy .innerBox .lInner {
    margin: 0 auto 3.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #main .philosophy .innerBox .lInner h2 {
    margin: 0 -1rem;
    font-size: 3.1rem;
    line-height: 1.2;
    text-align: center;
  }
  #main .philosophy .innerBox .lInner h2 .right {
    margin-left: 7rem;
  }
  #main .philosophy .innerBox .lInner h2 .big01 {
    margin-right: -0.2rem;
    font-weight: 600;
    font-size: 5.3rem;
    vertical-align: 0.3rem;
  }
  #main .philosophy .innerBox .lInner h2 .big02 {
    margin: 0 -1rem 0 -1.3rem;
    font-weight: 600;
    font-size: 9.7rem;
    vertical-align: -3.7rem;
  }
  #main .philosophy .innerBox .lInner h2 .big03 {
    font-size: 6.3rem;
    vertical-align: -4.4rem;
  }
  #main .philosophy .innerBox .lInner .en {
    bottom: 1.2rem;
    left: -1rem;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.192rem;
  }
  #main .philosophy .innerBox .rInner {
    margin-top: 0;
  }
  #main .philosophy .innerBox .rInner .text {
    margin-bottom: 2rem;
    line-height: 2;
    letter-spacing: 0.084rem;
  }
  #main .philosophy .noUl {
    display: block;
  }
  #main .philosophy .noUl li {
    margin-bottom: 8rem;
    padding: 1px 1.6rem 3.8rem;
    width: auto;
  }
  #main .philosophy .noUl li:last-child {
    margin-bottom: 0;
  }
  #main .philosophy .noUl .li01 .text {
    letter-spacing: 0.1em;
  }
  #main .philosophy .noUl .num {
    margin: -6rem auto 2.1rem;
    width: 12rem;
    height: 12rem;
    font-size: 3rem;
    letter-spacing: -0.12rem;
  }
  #main .philosophy .noUl .num .out {
    padding: 0 0.5rem 0.6rem 0;
  }
  #main .philosophy .noUl .num .out span {
    margin-left: 0.3rem;
    font-size: 8rem;
    vertical-align: -1.3rem;
  }
  #main .philosophy .noUl h3 {
    margin-bottom: 1.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.056rem;
  }
  #main .philosophy .noUl .title {
    margin-bottom: 2.2rem;
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
  #main .philosophy .noUl .text {
    margin: 0 0.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=index.css.map */