.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .badge {
  position: absolute;
  right: -5px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3px;
  width: 36%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: min(14px, 1.5555555556vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .badge {
    gap: 2px;
    font-size: 2.2vw;
  }
}
.pre-inc .badge:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  border: 1px solid #fff;
}
.pre-inc .badge small {
  font-size: 0.8em;
}
.pre-inc .badge em {
  font-size: 1.5em;
}
.pre-inc .block-pagetitle {
  position: relative;
  width: 100vw;
  height: 300vh;
  overflow: clip;
}
.pre-inc .block-pagetitle:before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../images/location/bg_pagetitle.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle:before {
    background: url(../images/location/bg_pagetitle_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.pre-inc .block-pagetitle .panel01 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: opacity 1s;
  z-index: 2;
}
.pre-inc .block-pagetitle .panel01 .pagetitle .en {
  font-size: min(56px, 4.375vw);
  color: #d1b19b;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .en {
    font-size: min(78px, 11.1428571429vw);
  }
}
.pre-inc .block-pagetitle .panel01 .pagetitle .ja {
  font-size: min(20px, 1.5625vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .ja {
    font-size: min(28px, 4vw);
  }
}
.pre-inc .block-pagetitle .panel02 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 2;
}
.pre-inc .block-pagetitle .panel02 .lead {
  line-height: 2;
  font-size: min(28px, 2.1875vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel02 .lead {
    font-size: min(40px, 5.7142857143vw);
  }
}
.pre-inc .block-pagetitle .caption {
  position: sticky;
  height: 1em;
  width: 100%;
  bottom: 7px;
  padding-right: 20px;
  text-align: right;
  color: #fff;
  font-size: 10px;
  z-index: 2;
  transform: translateY(-150%);
}
.pre-inc .block-pagetitle.is-title .panel01 {
  opacity: 1;
}
.pre-inc .block-pagetitle.is-title .panel02 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel01 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel02 {
  opacity: 1;
}
.pre-inc .section-topics {
  background: #b6876b;
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics {
    padding: 50px 0 0;
  }
}
.pre-inc .section-topics .leadbox {
  position: relative;
  max-width: 910px;
  margin-inline: auto;
  padding: 0 20px 0 min(150px, 16.4835164835vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .leadbox {
    padding-left: 27.1428571429vw;
  }
}
.pre-inc .section-topics .leadbox .sectitle {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: min(68px, 7.4725274725vw);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .leadbox .sectitle {
    font-size: 14.2857142857vw;
  }
}
.pre-inc .section-topics .leadbox .lead {
  line-height: 1.8;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .leadbox .lead {
    font-size: 20px;
  }
}
.pre-inc .section-topics .leadbox .body {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .leadbox .body {
    margin-top: 20px;
  }
}
.pre-inc .section-topics .leadbox .note {
  line-height: 1.6;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.01em;
}
.pre-inc .section-topics .topicsbox {
  position: relative;
  width: 100%;
  height: 700vh;
  margin-top: 50px;
  overflow: clip;
}
.pre-inc .section-topics .topicsbox .container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.pre-inc .section-topics .topicsbox .label {
  position: absolute;
  top: 2vh;
  left: 0;
  width: 100%;
  height: 98vh;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label {
    top: 50%;
    width: 100vw;
    height: calc(72vh + 8em);
    transform: translateY(-50%);
  }
}
.pre-inc .section-topics .topicsbox .label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  width: 2133px;
  height: 2153px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label:after {
    top: 7.5291622481%;
    width: 123.4285714286vw;
    height: 84.9416755037%;
  }
}
.pre-inc .section-topics .topicsbox .label .label_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 916px;
  margin-inline: auto;
}
.pre-inc .section-topics .topicsbox .label .label01 {
  position: absolute;
  width: 12.9912663755%;
  top: 80px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label01 {
    top: 6.4285714286%;
    width: 21.1428571429vw;
    left: 7.1428571429vw;
  }
}
.pre-inc .section-topics .topicsbox .label .label02 {
  position: absolute;
  width: 12.9912663755%;
  top: 27px;
  left: 17.3580786026%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label02 {
    top: 0;
    width: 21.1428571429vw;
    left: 39.4285714286vw;
  }
}
.pre-inc .section-topics .topicsbox .label .label03 {
  position: absolute;
  width: 12.9912663755%;
  top: 0;
  left: 34.7161572052%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label03 {
    top: 6.4285714286%;
    width: 21.1428571429vw;
    left: initial;
    right: 7.1428571429vw;
  }
}
.pre-inc .section-topics .topicsbox .label .label04 {
  position: absolute;
  width: 12.9912663755%;
  top: 0;
  right: 34.7161572052%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label04 {
    top: initial;
    bottom: 6.4285714286%;
    width: 21.1428571429vw;
    left: 7.1428571429vw;
  }
}
.pre-inc .section-topics .topicsbox .label .label05 {
  position: absolute;
  width: 12.9912663755%;
  top: 27px;
  right: 17.3580786026%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label05 {
    top: initial;
    bottom: 0;
    width: 21.1428571429vw;
    left: 39.5714285714vw;
  }
}
.pre-inc .section-topics .topicsbox .label .label06 {
  position: absolute;
  width: 12.9912663755%;
  top: 80px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .label .label06 {
    top: initial;
    bottom: 6.4285714286%;
    width: 21.1428571429vw;
    left: initial;
    right: 7.1428571429vw;
  }
}
.pre-inc .section-topics .topicsbox .content {
  position: absolute;
  left: 50%;
  top: max(2vh + 119px, 2vh + 12.9912663755vw);
  width: 443px;
  max-width: 60vh;
  aspect-ratio: 1/1;
  margin-inline: auto;
  transform: translateX(-50%);
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .content {
    width: 78.8571428571vw;
    left: 50%;
    top: 50%;
    padding-bottom: 6em;
    transform: translate(-50%, -50%);
  }
}
.pre-inc .section-topics .topicsbox .content > div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  visibility: hidden;
}
.pre-inc .section-topics .topicsbox .content > div .note {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100vw - 40px);
  margin-top: 15px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  transform: translate(-50%, calc(100% + 15px));
  word-break: break-all;
}
.pre-inc .section-topics .topicsbox .content > div .note a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-topics .topicsbox .content > div .note {
    font-size: 10px;
    transform: translate(-50%, calc(100% + 5px)) scale(0.85);
    transform-origin: center top;
  }
}
.pre-inc .section-topics .topicsbox.is-01 .content .content01 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .section-topics .topicsbox.is-02 .content .content02 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .section-topics .topicsbox.is-03 .content .content03 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .section-topics .topicsbox.is-04 .content .content04 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .section-topics .topicsbox.is-05 .content .content05 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .section-topics .topicsbox.is-06 .content .content06 {
  opacity: 1;
  visibility: visible;
}
.pre-inc .block-lead {
  padding: 130px 20px 70px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead {
    padding: 60px 20px 35px;
  }
}
.pre-inc .block-lead .lead {
  text-align: center;
  line-height: 2;
  font-size: 28px;
  color: #8c5937;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead .lead {
    font-size: 20px;
  }
}
.pre-inc .block-lead .body {
  margin-top: 70px;
  text-align: center;
  line-height: 3;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead .body {
    margin-top: 30px;
    font-size: 13px;
  }
}
.pre-inc .block-lead .map {
  margin-top: 30px;
  text-align: center;
}
.pre-inc .block-lead .anchorlink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  max-width: 500px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead .anchorlink {
    margin-top: 20px;
    gap: 8px;
  }
}
.pre-inc .block-lead .anchorlink .each {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 52px;
  background: #b6876b;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-lead .anchorlink .each {
    width: calc(50% - 4px);
    font-size: 16px;
  }
}
.pre-inc .section-shopping {
  padding: 120px 20px 110px;
  background: url(../images/location/bg_texture01.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping {
    padding: 60px 20px 50px;
  }
}
.pre-inc .section-shopping .inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding-left: min(130px, 13.829787234vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .inner {
    padding-left: min(170px, 24.2857142857vw);
  }
}
.pre-inc .section-shopping .titlearea {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.pre-inc .section-shopping .titlearea .sectitle {
  font-size: min(68px, 7.4725274725vw);
  font-weight: 400;
  color: #b6876b;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .titlearea .sectitle {
    font-size: min(80px, 11.4285714286vw);
  }
}
.pre-inc .section-shopping .titlearea .bar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  flex-grow: 1;
}
.pre-inc .section-shopping .titlearea .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
  width: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.pre-inc .section-shopping .heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading {
    display: block;
  }
}
.pre-inc .section-shopping .heading .text {
  width: 49.3506493506%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading .text {
    width: 100%;
  }
}
.pre-inc .section-shopping .heading .text .lead {
  line-height: 2;
  font-size: 23px;
  color: #b6876b;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading .text .lead {
    width: 100%;
    font-size: 18px;
  }
}
.pre-inc .section-shopping .heading .text .body {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading .text .body {
    margin-top: 20px;
    font-size: 13px;
  }
}
.pre-inc .section-shopping .heading .image {
  position: relative;
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading .image {
    width: 100%;
    margin-top: 20px;
  }
}
.pre-inc .section-shopping .heading .image .badge {
  top: 0;
  width: 20%;
  background: rgb(214, 48, 62);
  font-size: min(18px, 2vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .heading .image .badge {
    font-size: 2.7vw;
  }
}
.pre-inc .section-shopping .imglist {
  margin-top: 40px;
}
.pre-inc .section-shopping .slider {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .slider {
    margin: 0 -10px;
  }
}
.pre-inc .section-shopping .slider .each {
  position: relative;
  margin: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .slider .each {
    margin: 0 10px;
  }
}
.pre-inc .section-shopping .slider .each .badge {
  background: rgb(214, 48, 62);
}
.pre-inc .section-shopping .caption {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1.5;
}
.pre-inc .section-gourmet {
  padding: 120px 20px 110px;
  background: url(../images/location/bg_texture02.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet {
    padding: 60px 20px 50px;
  }
}
.pre-inc .section-gourmet .inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding-left: min(130px, 13.829787234vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .inner {
    padding-left: min(170px, 24.2857142857vw);
  }
}
.pre-inc .section-gourmet .titlearea {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.pre-inc .section-gourmet .titlearea .sectitle {
  font-size: min(68px, 7.4725274725vw);
  font-weight: 400;
  color: #b6876b;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .titlearea .sectitle {
    font-size: min(80px, 11.4285714286vw);
  }
}
.pre-inc .section-gourmet .titlearea .bar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  flex-grow: 1;
}
.pre-inc .section-gourmet .titlearea .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
  width: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.pre-inc .section-gourmet .heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading {
    display: block;
  }
}
.pre-inc .section-gourmet .heading .text {
  width: 49.3506493506%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading .text {
    width: 100%;
  }
}
.pre-inc .section-gourmet .heading .text .lead {
  line-height: 2;
  font-size: 23px;
  color: #b6876b;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading .text .lead {
    width: 100%;
    font-size: 18px;
  }
}
.pre-inc .section-gourmet .heading .text .body {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading .text .body {
    margin-top: 20px;
    font-size: 13px;
  }
}
.pre-inc .section-gourmet .heading .image {
  position: relative;
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading .image {
    margin-top: 20px;
    width: 100%;
  }
}
.pre-inc .section-gourmet .heading .image .badge {
  top: 0;
  width: 20%;
  background: rgb(34, 55, 138);
  font-size: min(18px, 2vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .heading .image .badge {
    font-size: 2.7vw;
  }
}
.pre-inc .section-gourmet .imglist {
  margin-top: 40px;
}
.pre-inc .section-gourmet .slider {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .slider {
    margin: 0 -10px;
  }
}
.pre-inc .section-gourmet .slider .each {
  position: relative;
  margin: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-gourmet .slider .each {
    margin: 0 10px;
  }
}
.pre-inc .section-gourmet .slider .each .badge {
  background: rgb(34, 55, 138);
}
.pre-inc .section-gourmet .caption {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1.5;
}
.pre-inc .section-park {
  padding: 120px 20px 110px;
  background: url(../images/location/bg_texture01.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park {
    padding: 60px 20px 50px;
  }
}
.pre-inc .section-park .inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding-left: min(130px, 13.829787234vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .inner {
    padding-left: min(170px, 24.2857142857vw);
  }
}
.pre-inc .section-park .titlearea {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.pre-inc .section-park .titlearea .sectitle {
  font-size: min(68px, 7.4725274725vw);
  font-weight: 400;
  color: #b6876b;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .titlearea .sectitle {
    font-size: min(80px, 11.4285714286vw);
  }
}
.pre-inc .section-park .titlearea .bar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  flex-grow: 1;
}
.pre-inc .section-park .titlearea .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
  width: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.pre-inc .section-park .heading {
  display: flex;
  justify-content: space-between;
}
.pre-inc .section-park .heading .text .lead {
  line-height: 2;
  font-size: 23px;
  color: #b6876b;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .heading .text .lead {
    width: 100%;
    font-size: 18px;
  }
}
.pre-inc .section-park .heading .text .body {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .heading .text .body {
    margin-top: 20px;
    font-size: 13px;
  }
}
.pre-inc .section-park .middle {
  margin-top: 50px;
}
.pre-inc .section-park .middle .body {
  line-height: 2.5;
  font-size: 14px;
}
.pre-inc .section-park .imglist {
  margin-top: 40px;
}
.pre-inc .section-park .slider {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .slider {
    margin: 0 -10px;
  }
}
.pre-inc .section-park .slider .each {
  position: relative;
  margin: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .slider .each {
    margin: 0 10px;
  }
}
.pre-inc .section-park .slider .each .badge {
  background: rgb(31, 81, 13);
}
.pre-inc .section-park .caption {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1.5;
}
.pre-inc .section-education {
  padding: 120px 20px 110px;
  background: url(../images/location/bg_texture02.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education {
    padding: 60px 20px 50px;
  }
}
.pre-inc .section-education .inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding-left: min(130px, 13.829787234vw);
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .inner {
    padding-left: min(170px, 24.2857142857vw);
  }
}
.pre-inc .section-education .titlearea {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.pre-inc .section-education .titlearea .sectitle {
  font-size: min(68px, 7.4725274725vw);
  font-weight: 400;
  color: #b6876b;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .titlearea .sectitle {
    font-size: min(80px, 11.4285714286vw);
  }
}
.pre-inc .section-education .titlearea .bar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  flex-grow: 1;
}
.pre-inc .section-education .titlearea .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
  width: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.pre-inc .section-education .heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .heading {
    display: block;
  }
}
.pre-inc .section-education .heading .text .lead {
  line-height: 2;
  font-size: 23px;
  color: #b6876b;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .heading .text .lead {
    width: 100%;
    font-size: 18px;
  }
}
.pre-inc .section-education .heading .text .body {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .heading .text .body {
    margin-top: 20px;
    font-size: 13px;
  }
}
.pre-inc .section-education .imglist {
  margin-top: 40px;
}
.pre-inc .section-education .slider {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .slider {
    margin: 0 -10px;
  }
}
.pre-inc .section-education .slider .each {
  position: relative;
  margin: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .slider .each {
    margin: 0 10px;
  }
}
.pre-inc .section-education .slider .each .badge {
  background: rgb(169, 87, 32);
}
.pre-inc .section-education .caption {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1.5;
}
.pre-inc .section-life {
  padding: 120px 20px 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life {
    padding: 60px 20px 50px;
  }
}
.pre-inc .section-life .inner {
  max-width: 1000px;
  margin-inline: auto;
}
.pre-inc .section-life .sectitle {
  text-align: center;
  font-size: 37px;
  color: #8c5937;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life .sectitle {
    font-size: 18px;
  }
}
.pre-inc .section-life .map {
  margin-top: 30px;
}
.pre-inc .section-life .tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life .tablist {
    margin-top: 20px;
    gap: 4px;
  }
}
.pre-inc .section-life .tablist .each {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 2px);
  height: 70px;
  background: rgba(102, 102, 102, 0.4);
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life .tablist .each {
    width: calc(50% - 2px);
    height: 50px;
    font-size: 14px;
  }
}
.pre-inc .section-life .tablist .each.is-current, .pre-inc .section-life .tablist .each:hover {
  background: #b6876b;
}
.pre-inc .section-life .content {
  margin-top: 30px;
}
.pre-inc .section-life .content .js-content {
  display: none;
}
.pre-inc .section-life .content .js-content.is-current {
  display: block;
}/*# sourceMappingURL=location.css.map */