@charset "UTF-8";
#concept-area {
  font-family: "Shippori Mincho", serif;
}
#concept-area .conceptFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#concept-area .conceptFlex .left,
#concept-area .conceptFlex .right {
  width: 31.875%;
}
@media screen and (max-width: 1200px) {
  #concept-area .conceptFlex .left,
  #concept-area .conceptFlex .right {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  #concept-area .conceptFlex .left,
  #concept-area .conceptFlex .right {
    width: 37%;
  }
}
@media screen and (max-width: 820px) {
  #concept-area .conceptFlex .left,
  #concept-area .conceptFlex .right {
    display: none;
  }
}
@media print {
  #concept-area .conceptFlex .left,
  #concept-area .conceptFlex .right {
    display: none;
  }
}
#concept-area .conceptFlex .center {
  width: 36%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #concept-area .conceptFlex .center {
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  #concept-area .conceptFlex .center {
    width: 100%;
  }
  #concept-area .conceptFlex .center::before {
    position: absolute;
    content: "";
    background-image: url(../../images/top/concept02_sp@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media print {
  #concept-area .conceptFlex .center {
    width: 100%;
  }
  #concept-area .conceptFlex .center::before {
    position: absolute;
    content: "";
    background-image: url(../../images/top/concept02_sp@2x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
#concept-area .conceptFlex .center .conceptEn {
  color: #ad8036;
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: normal;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #concept-area .conceptFlex .center .conceptEn {
    font-size: 14px;
    padding-top: 55px;
  }
}
#concept-area .conceptFlex .center .conceptEn::before {
  position: absolute;
  content: "";
  background-color: #c5c5c5;
  width: 1px;
  height: 75px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 520px) {
  #concept-area .conceptFlex .center .conceptEn::before {
    height: 42px;
  }
}
#concept-area .conceptFlex .center .conceptTitle {
  color: #1d6d4d;
  font-size: 40px;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #concept-area .conceptFlex .center .conceptTitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 520px) {
  #concept-area .conceptFlex .center .conceptTitle {
    font-size: 25px;
  }
}
#concept-area .conceptFlex .center .conceptJp {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 35px;
}
@media screen and (max-width: 1200px) {
  #concept-area .conceptFlex .center .conceptJp {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #concept-area .conceptFlex .center .conceptJp {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#concept-area .conceptFlex .center .conceptText {
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  #concept-area .conceptFlex .center .conceptText {
    font-size: 13px;
    line-height: 32px;
  }
}
@media screen and (max-width: 520px) {
  #concept-area .conceptFlex .center .conceptText {
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}

section#appeal-area {
  margin-top: -0.4vw;
  position: relative;
  z-index: 2;
}

.concept02 .left {
  margin-right: -7.5%;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .concept02 .left {
    margin-right: -3.5%;
  }
}
.concept02 .right {
  margin-left: -7.5%;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .concept02 .right {
    margin-left: -3.5%;
  }
}
@media screen and (max-width: 520px) {
  .concept02 .right {
    padding: 10px 0;
  }
}

.slider02 img {
  width: 100%;
}
.slider02.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  font-size: 0;
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 90;
  bottom: 10px;
}
@media screen and (max-width: 820px) {
  .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .slick-dots {
    display: none;
    bottom: -10px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slick-dots li button:before {
  content: "●";
  color: #e4e4e4;
  font-size: 16px;
  text-indent: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .slick-dots li button:before {
    top: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .slick-dots li button:before {
    font-size: 18px;
    top: -15px;
  }
}
.slick-dots li.slick-active button:before {
  color: #68b59f;
}