@charset "UTF-8";
/*アイコンフォント*/
@font-face {
  font-family: 'icon';
  src: url("../../fonts/uniq/icon.ttf?b07dey") format("truetype"), url("../../fonts/uniq/icon.woff?b07dey") format("woff"), url("../../fonts/uniq/icon.svg?b07dey#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*コンセプトページ*/
.concept-page {
  font-size: 1.5rem;
  line-height: 2;
}
.concept-page img {
  height: auto;
}

/*共通*/
.con-dectxt {
  display: block;
  color: #9ab3a0;
  font-family: var(--mont);
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .con-dectxt {
    margin-bottom: .5em;
  }
}
.con-dectxt::before {
  content: "";
  display: inline-block;
  background-color: currentColor;
  margin-right: .5em;
  vertical-align: middle;
  width: 2em;
  height: 1px;
}

.con-title {
  line-height: 1.875;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .con-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .con-title {
    font-size: 1.8rem;
  }
}

/*OUR CONCEPT*/
.con-our {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .con-our {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .con-our {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .con-our {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 835px) {
  .con-our {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 50% 40%;
    column-gap: 10%;
  }
}

.con-our__img {
  display: block;
}
@media screen and (min-width: 835px) {
  .con-our__img {
    grid-row: 1/5;
    grid-column: 1;
  }
}
@media screen and (min-width: 1140px) {
  .con-our__img {
    margin-left: calc(-1 * ((90vw - 1000px) / 2));
  }
}
@media screen and (min-width: 1400px) {
  .con-our__img {
    margin-left: -150px;
  }
}
@media screen and (max-width: 834px) {
  .con-our__img {
    margin-bottom: 30px;
  }
}

.con-our__logo {
  display: block;
  width: 95%;
  max-width: 430px;
}
@media screen and (min-width: 835px) {
  .con-our__logo {
    margin: -80px 0 40px -14%;
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .con-our__logo {
    margin-top: 25px;
  }
}

/*背景エリア*/
.con-bg {
  overflow: hidden;
  background-color: #fbf8e9;
  padding-top: 120px;
  padding-bottom: 157px;
}
@media screen and (max-width: 834px) {
  .con-bg {
    padding-top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .con-bg {
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .con-bg {
    padding-bottom: 50px;
  }
}

/*THEORY*/
.con-theory {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .con-theory {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .con-theory {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .con-theory {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 835px) {
  .con-theory {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr 1fr;
  }
  .con-theory p {
    padding-right: 10%;
  }
}

@media screen and (min-width: 835px) {
  .con-theory__img {
    grid-row: 1/5;
    grid-column: 2;
  }
}
@media screen and (min-width: 1201px) {
  .con-theory__img {
    margin-right: -70px;
  }
}
@media screen and (max-width: 1200px) {
  .con-theory__img {
    align-self: center;
  }
}
@media screen and (max-width: 834px) {
  .con-theory__img {
    display: block;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 835px) {
  .con-theory__illust {
    grid-row: 4;
    grid-column: 1;
    margin-top: 50px;
    transform: translateX(20%);
  }
}
@media screen and (max-width: 834px) {
  .con-theory__illust {
    display: block;
    width: 95%;
    max-width: 400px;
    margin: 25px auto 0;
    position: relative;
    z-index: -1;
  }
}

/*APPROACH*/
.con-approach {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .con-approach {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 835px) {
  .con-approach {
    display: grid;
    grid-template-rows: .2fr min-content min-content 1fr;
    grid-template-columns: 50% 45%;
    column-gap: 5%;
  }
  .con-approach .con-dectxt {
    align-self: end;
  }
}

.con-approach__img {
  position: relative;
  z-index: 10;
  box-shadow: -15vw 0 #fbf8e9, -25vw 0 #fbf8e9;
}
@media screen and (min-width: 835px) {
  .con-approach__img {
    align-self: center;
    grid-row: 1/5;
    grid-column: 1;
  }
}
@media screen and (min-width: 1201px) {
  .con-approach__img {
    margin-left: -70px;
  }
}

.con-approach__slide {
  counter-reset: con-approach;
  position: relative;
  margin-top: 80px;
  width: 354px;
}
@media screen and (max-width: 834px) {
  .con-approach__slide {
    width: 70%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .con-approach__slide {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .con-approach__slide {
    width: 100%;
  }
}
.con-approach__slide .slick-list {
  overflow: visible;
}
.con-approach__slide .slick-track {
  display: flex;
}
.con-approach__slide .slick-slide {
  height: auto !important;
}
.con-approach__slide .slick-arrow {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e3b594;
  transition: opacity .3s;
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.con-approach__slide .slick-arrow::before {
  font-family: "icon";
  color: #ffffff;
  font-size: 17px;
}
.con-approach__slide .slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .con-approach__slide .slick-prev {
    left: -5%;
  }
  .con-approach__slide .slick-next {
    right: -5%;
  }
}

.con-approach__slide-cont {
  counter-increment: con-approach;
  background-color: #ffffff;
  position: relative;
  color: #737b75;
  padding: 50px 40px;
  font-size: 1.4rem;
  opacity: .6;
  transition: opacity .3s;
}
@media screen and (max-width: 450px) {
  .con-approach__slide-cont {
    padding: 50px 20px;
  }
}
.con-approach__slide-cont:not(:last-child) {
  margin-right: 30px;
}
.con-approach__slide-cont.slick-active {
  opacity: 1;
}

.con-approach__slide-no {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 200;
  font-family: var(--mont);
}
.con-approach__slide-no::after {
  content: counter(con-approach,decimal-leading-zero);
  display: block;
  font-size: 400%;
}

.con-approach__slide-en {
  font-family: var(--mont);
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.con-approach__slide-en::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.con-approach__slide-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

/*# sourceMappingURL=concept.css.map */
