#concept {
  font-family: "Shippori Mincho", serif;
}
#concept .topFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #concept .topFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  #concept .topFlex {
    margin-bottom: 60px;
  }
}
@media print {
  #concept .topFlex {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
#concept .topFlex.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #concept .topFlex.row {
    flex-direction: column;
  }
}
@media print {
  #concept .topFlex.row {
    flex-direction: column;
  }
}
#concept .topFlex.row .contentTitleArea {
  margin-left: 140px;
}
@media screen and (max-width: 1024px) {
  #concept .topFlex.row .contentTitleArea {
    margin-left: 0;
  }
}
@media print {
  #concept .topFlex.row .contentTitleArea {
    margin-left: 0;
  }
}
#concept .topFlex .topImage {
  position: relative;
  z-index: 1;
  width: 66.5625%;
}
@media screen and (max-width: 1024px) {
  #concept .topFlex .topImage {
    width: 100%;
  }
}
@media print {
  #concept .topFlex .topImage {
    width: 100%;
  }
  #concept .topFlex .topImage .spc__hide {
    display: none !important;
  }
}
#concept .contentTitleArea {
  position: relative;
  text-align: left;
  width: 31.8%;
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea {
    text-align: center;
    padding-top: 55px;
    width: 100%;
  }
}
@media print {
  #concept .contentTitleArea {
    text-align: center;
    padding-top: 55px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea.education {
    margin-top: -10vw;
  }
}
@media print {
  #concept .contentTitleArea.education {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea.nature {
    margin-top: -13vw;
  }
}
@media print {
  #concept .contentTitleArea.nature {
    margin-top: -13vw;
  }
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea.location {
    margin-top: -11.1vw;
  }
}
@media print {
  #concept .contentTitleArea.location {
    margin-top: -11.1vw;
  }
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea::before {
    position: absolute;
    content: "";
    background-color: #c6c6c6;
    width: 1px;
    height: 42px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print {
  #concept .contentTitleArea::before {
    position: absolute;
    content: "";
    background-color: #c6c6c6;
    width: 1px;
    height: 42px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#concept .contentTitleArea .contentTitleEn {
  color: #ae803e;
  font-family: "Cinzel", serif;
  font-size: 1.1vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea .contentTitleEn {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #concept .contentTitleArea .contentTitleEn {
    font-size: 14px;
  }
}
@media print {
  #concept .contentTitleArea .contentTitleEn {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#concept .contentTitleArea .contentTitle {
  font-weight: 600;
  font-size: 2.1vw;
  line-height: 3.7vw;
}
@media screen and (max-width: 1024px) {
  #concept .contentTitleArea .contentTitle {
    font-size: 40px;
    line-height: 72px;
  }
}
@media screen and (max-width: 820px) {
  #concept .contentTitleArea .contentTitle {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 520px) {
  #concept .contentTitleArea .contentTitle {
    font-size: 20px;
    line-height: 36px;
  }
}
@media print {
  #concept .contentTitleArea .contentTitle {
    font-size: 34px;
    line-height: 50px;
  }
}
#concept .placeFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#concept .placeFlex .placeItem {
  width: 22.6%;
}
@media screen and (max-width: 820px) {
  #concept .placeFlex .placeItem {
    width: 46%;
  }
  #concept .placeFlex .placeItem:nth-child(n+3) {
    margin-top: 45px;
  }
}
@media print {
  #concept .placeFlex .placeItem {
    width: 46%;
  }
  #concept .placeFlex .placeItem:nth-child(n+3) {
    margin-top: 45px;
  }
}
#concept #lead {
  padding-bottom: 190px;
}
@media screen and (max-width: 1024px) {
  #concept #lead {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #concept #lead {
    padding-bottom: 45px;
  }
}
@media print {
  #concept #lead {
    padding-bottom: 90px;
  }
}
#concept #lead .leadImage {
  max-width: 206px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 820px) {
  #concept #lead .leadImage {
    max-width: 155px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  #concept #lead .leadImage {
    max-width: 105px;
    padding: 45px 0 50px;
  }
}
@media print {
  #concept #lead .leadImage {
    max-width: 155px;
    padding: 60px 0;
  }
}
#concept #lead .leadTextArea {
  position: relative;
}
#concept #lead .leadTextArea::before, #concept #lead .leadTextArea:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 644px;
  height: 561px;
  z-index: -1;
}
#concept #lead .leadTextArea::before {
  background-image: url(../images/concept/deco01@2x.webp);
  top: -90px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #concept #lead .leadTextArea::before {
    background-image: url(../images/concept/deco01_sp@2x.webp);
    width: 382px;
  }
}
@media screen and (max-width: 820px) {
  #concept #lead .leadTextArea::before {
    width: 51vw;
    height: 74.8vw;
    top: 30.6vw;
  }
}
@media print {
  #concept #lead .leadTextArea::before {
    width: 40vw;
    height: 74.8vw;
    top: 30.6vw;
  }
}
#concept #lead .leadTextArea::after {
  background-image: url(../images/concept/deco02@2x.webp);
  bottom: -90px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #concept #lead .leadTextArea::after {
    background-image: url(../images/concept/deco02_sp@2x.webp);
    width: 469px;
    height: 513px;
  }
}
@media screen and (max-width: 820px) {
  #concept #lead .leadTextArea::after {
    width: 62.7vw;
    height: 68vw;
    bottom: 0;
  }
}
@media print {
  #concept #lead .leadTextArea::after {
    width: 55vw;
    height: 68vw;
    bottom: 0;
  }
}
#concept #lead .leadTextArea .leadTitleArea {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadTitleArea {
    padding-bottom: 15px;
  }
}
#concept #lead .leadTextArea .leadTitleArea::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, #b8a067, #827149);
  height: 1px;
  width: 29px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#concept #lead .leadTextArea .leadTitleArea .leadTitle {
  color: #1d6d4d;
  font-weight: 400;
  font-size: 34px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadTitleArea .leadTitle {
    font-size: 25px;
  }
}
#concept #lead .leadTextArea .leadTitleArea .leadTitleJp {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadTitleArea .leadTitleJp {
    font-size: 16px;
  }
}
#concept #lead .leadTextArea .leadSubTitle {
  color: #1d6d4d;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadSubTitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#concept #lead .leadTextArea .leadSubTitle span {
  font-size: 28px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadSubTitle span {
    font-size: 18px;
  }
}
#concept #lead .leadTextArea .leadText {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 35px;
}
@media screen and (max-width: 520px) {
  #concept #lead .leadTextArea .leadText {
    font-size: 14px;
    line-height: 29px;
  }
}
#concept #education {
  padding-bottom: 90px;
}
@media screen and (max-width: 820px) {
  #concept #education {
    padding-bottom: 30px;
  }
}
@media print {
  #concept #education {
    padding-bottom: 30px;
  }
}
#concept #education .bgDeco {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #concept #education .bgDeco {
    padding-top: 25px;
  }
}
@media print {
  #concept #education .bgDeco {
    padding-top: 25px;
  }
}
#concept #education .bgDeco::before {
  position: absolute;
  content: "";
  background-image: url(../images/concept/deco03@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39vw;
  height: 25.2vw;
  top: -2.1vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #concept #education .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: -246px;
  }
}
@media screen and (max-width: 820px) {
  #concept #education .bgDeco::before {
    top: -270px;
  }
}
@media screen and (max-width: 520px) {
  #concept #education .bgDeco::before {
    top: -247px;
  }
}
@media print {
  #concept #education .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: -500px;
  }
}
#concept #education .educationFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  #concept #education .educationFlex {
    flex-direction: column;
  }
}
@media print {
  #concept #education .educationFlex {
    flex-direction: column;
  }
}
#concept #education .educationFlex .educationImage:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 820px) {
  #concept #education .educationFlex .educationImage:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #concept #education .educationFlex .educationImage:nth-child(1) {
    width: 100%;
  }
}
@media print {
  #concept #education .educationFlex .educationImage:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }
}
#concept #education .educationFlex .educationImage:nth-child(2) {
  width: 50.8%;
}
@media screen and (max-width: 820px) {
  #concept #education .educationFlex .educationImage:nth-child(2) {
    width: 100%;
    margin-top: 80px;
  }
}
@media print {
  #concept #education .educationFlex .educationImage:nth-child(2) {
    width: 100%;
    margin-top: 80px;
  }
}
#concept #nature {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  #concept #nature {
    padding-bottom: 50px;
  }
}
@media print {
  #concept #nature {
    padding-bottom: 50px;
  }
}
#concept #nature .bgDeco {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #concept #nature .bgDeco {
    padding-top: 60px;
  }
}
@media print {
  #concept #nature .bgDeco {
    padding-top: 60px;
  }
}
#concept #nature .bgDeco::before {
  position: absolute;
  content: "";
  background-image: url(../images/concept/deco04@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39vw;
  height: 25.2vw;
  top: -4.3vw;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #concept #nature .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: -246px;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .bgDeco::before {
    top: -270px;
  }
}
@media screen and (max-width: 520px) {
  #concept #nature .bgDeco::before {
    top: -226px;
  }
}
@media print {
  #concept #nature .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: -500px;
  }
}
#concept #nature .natureFlex {
  display: flex;
  justify-content: space-between;
  max-width: 1444px;
  margin-left: auto;
  margin-right: 135px;
}
@media screen and (max-width: 1700px) {
  #concept #nature .natureFlex {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .natureFlex {
    flex-direction: column;
    margin: 0;
  }
}
@media print {
  #concept #nature .natureFlex {
    flex-direction: column;
    margin: 0;
  }
}
#concept #nature .natureFlex .leftItem {
  width: 41.6%;
}
@media screen and (max-width: 1024px) {
  #concept #nature .natureFlex .leftItem {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .natureFlex .leftItem {
    margin-left: -5vw;
    width: 95.2%;
  }
}
@media print {
  #concept #nature .natureFlex .leftItem {
    margin-left: -5vw;
    width: 95.2%;
  }
}
#concept #nature .rightItem {
  width: 39.2%;
}
@media screen and (max-width: 1024px) {
  #concept #nature .rightItem {
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .rightItem {
    width: 100%;
  }
}
@media print {
  #concept #nature .rightItem {
    width: 100%;
  }
}
#concept #nature .rightItem .centerText {
  font-weight: 600;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  text-align: left;
  font-size: 30px;
  margin: 125px 0 25px;
}
@media screen and (max-width: 1260px) {
  #concept #nature .rightItem .centerText {
    margin: 85px 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  #concept #nature .rightItem .centerText {
    margin-top: 40px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .rightItem .centerText {
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 520px) {
  #concept #nature .rightItem .centerText {
    font-size: 20px;
  }
}
@media print {
  #concept #nature .rightItem .centerText {
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 820px) {
  #concept #nature .rightItem .rightImage {
    margin-left: auto;
    margin-right: 5vw;
    width: 78.7%;
  }
}
@media print {
  #concept #nature .rightItem .rightImage {
    margin-left: auto;
    margin-right: 5vw;
    width: 78.7%;
  }
}
#concept #location .topFlex {
  position: relative;
  z-index: 2;
}
#concept #location .grayBg {
  background-color: #efeeea;
  padding: 0 0 140px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #concept #location .grayBg {
    padding-bottom: 70px;
  }
}
@media print {
  #concept #location .grayBg {
    padding-bottom: 70px;
  }
}
#concept #location .grayBg::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #efeeea, transparent);
  width: 100%;
  height: 260px;
  top: -258px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #concept #location .grayBg::before {
    display: none;
  }
}
@media print {
  #concept #location .grayBg::before {
    display: none;
  }
}
#concept #location .bgDeco {
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #concept #location .bgDeco {
    padding-top: 285px;
    margin-top: -250px;
  }
}
@media print {
  #concept #location .bgDeco {
    padding-top: 285px;
    margin-top: -250px;
  }
}
#concept #location .bgDeco {
  z-index: 1;
}
#concept #location .bgDeco::before {
  position: absolute;
  content: "";
  background-image: url(../images/concept/deco03@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39vw;
  height: 25.2vw;
  top: -1.7vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #concept #location .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: 0;
  }
}
@media print {
  #concept #location .bgDeco::before {
    width: 100%;
    height: 65.2vw;
    top: 0;
  }
}
#concept #location .topFlex {
  margin-bottom: 0;
}
#concept #location .locationFlex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  #concept #location .locationFlex {
    flex-direction: column;
  }
}
@media print {
  #concept #location .locationFlex {
    flex-direction: column;
  }
}
#concept #location .locationFlex .locationImage {
  width: 25.8%;
}
@media screen and (max-width: 820px) {
  #concept #location .locationFlex .locationImage {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #concept #location .locationFlex .locationImage {
    width: 100%;
  }
}
@media print {
  #concept #location .locationFlex .locationImage {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#concept #location .placeFlex {
  width: 69.4%;
}
@media screen and (max-width: 820px) {
  #concept #location .placeFlex {
    width: 100%;
  }
}
@media print {
  #concept #location .placeFlex {
    width: 100%;
  }
}
#concept #location .placeFlex .placeItem {
  width: 30.2%;
}
@media screen and (max-width: 820px) {
  #concept #location .placeFlex .placeItem {
    width: 46%;
  }
}
@media print {
  #concept #location .placeFlex .placeItem {
    width: 46%;
  }
}
#concept .caption_area {
  background-color: #fff;
  padding: 40px 0 60px;
}
#concept .fadein {
  visibility: hidden;
}
@media print {
  #concept .fadein {
    visibility: visible;
  }
}
#concept .fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible !important;
  opacity: 0;
  filter: blur(10px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}