@charset "UTF-8";
/*
index
-----------------------------------------------------*/
/*
i-setting
-----------------------------------------------------*/
/*最後に削除する！--*/
/*--最後に削除する！*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
i-functions
-----------------------------------------------------*/
/*
i-mixin
-----------------------------------------------------*/
/* ------------------------- 使い方 ----------------------------------------------------------

    @include sizing(width, wide, 365px, sp, 276px);
    ==> width: clamp(276px, 7.46vw + 248px, 365px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を上限下限をつけて設定）

    @include sizing(width, wide, 365px, sp, 276px, noClamp);
    ==> width: calc(7.46vw + 248px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を設定）

    @include sizingRem(font-size, wide, 14px, sp, 12px);
    ==> font-size: clamp(0.75rem, 0.17vw + 0.70625rem, 0.875rem;
    （ビューポートがwide(1568px)のとき14px, sp(375px)のとき12pxになる自動補完値をremに変換して設定）
　　
    ※使いたいsassファイル上で@useしてください。
    ※scssファイル上での読みやすさ重視のため、mixinの引数に単位[px]が必要な仕様にしてあります。

// ---------------------------------------------------------------------------------------- */
/*
concept
-----------------------------------------------------*/
.p-concept {
  /* 第三階層 ----------*/
  /* strength ----------*/
  /* comfort ----------*/
  /* design ----------*/
  /* quality ----------*/
}
.p-concept .-base,
.p-concept .-concept {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-concept .-base,
  .p-concept .-concept {
    flex-direction: row;
    gap: 1vw;
  }
}
.p-concept .-base .-img,
.p-concept .-concept .-img {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-concept .-base .-img,
  .p-concept .-concept .-img {
    width: 50vw;
    margin-left: 0;
    margin-botom: 0;
  }
}
.p-concept .-base .-txt,
.p-concept .-concept .-txt {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-concept .-base .-txt,
  .p-concept .-concept .-txt {
    width: 20vw;
  }
}
.p-concept .-base {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-concept .-base .-txt {
    order: -1;
  }
}
.p-concept .-base .-txt h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.6em;
}
.p-concept .-lead {
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(70px, 15.63vw + 20px, 140px);
}
@media screen and (min-width: 768px) {
  .p-concept .-lead {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: url("../../assets/img/concept/bg.png") no-repeat 50% 0;
    background-size: cover;
    margin-bottom: 40px;
  }
}
.p-concept .-lead h2,
.p-concept .-lead p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.p-concept .-lead h2 {
  font-size: clamp(30px, 4.46vw + 15.7px, 50px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-concept .-concept:nth-of-type(odd) .-img {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-concept .-concept:nth-of-type(odd) .-img {
    width: 56vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-concept .-concept:nth-of-type(even) .-txt {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .p-concept .-concept:nth-of-type(even) .-img {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-concept .-concept:nth-of-type(even) .-img {
    margin-left: 0;
  }
}
.p-concept .-concept h3 {
  font-size: clamp(26px, 3.13vw + 16px, 40px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-concept .-concept h3 > span {
  display: block;
}
.p-concept .-concept h3 > span > span {
  position: relative;
  display: inline-block;
  color: #d0a74d;
  font-size: 20px;
  margin-top: 1em;
  padding-right: 5em;
}
.p-concept .-concept h3 > span > span:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  right: 0;
  width: 4em;
  height: 1px;
  background: #d0a74d;
}
.p-concept .-txt {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-concept .-txt {
    width: auto;
  }
}
.p-concept_tier h2 {
  text-align: left;
  font-size: clamp(26px, 3.13vw + 16px, 40px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2em;
}
.p-concept_tier h2 span {
  font-weight: 400;
  display: block;
  font-size: clamp(16px, 0.45vw + 14.5px, 18px);
  line-height: 1.5;
  margin-top: 0.75rem;
}
.p-concept_tier .-section h3 {
  position: relative;
  font-size: clamp(22px, 0.45vw + 20.5px, 24px);
  line-height: 1.5;
  font-weight: 600;
  color: #589a8d;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.p-concept_tier .-section h3:before, .p-concept_tier .-section h3:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 4px;
}
.p-concept_tier .-section h3:before {
  left: 0;
  width: 67px;
  background: #589a8d;
}
.p-concept_tier .-section h3:after {
  right: 0;
  width: calc(100% - 67px);
  background: #91f0dd;
}
.p-concept_tier .-section h4 {
  font-size: 20px;
  font-weight: 600;
  color: #589a8d;
  margin-bottom: 0.5em;
}
.p-concept_tier .-section h5 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0.3em;
  background: #589a8d;
  margin-bottom: 1em;
}
.p-concept_tier .-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: clamp(60px, 8.93vw + 31.4px, 100px);
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-sec {
    flex-direction: row;
  }
}
.p-concept_tier .-sec .-img img,
.p-concept_tier .-sec .-column img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-sec .-img {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-sec .-txt {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-sec .-column {
    width: 47.5%;
  }
}
.p-concept_tier .-sec .-img100 {
  margin-top: 5em;
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-sec .-img100 {
    width: 100%;
  }
}
.p-concept_tier .-sec ul li {
  position: relative;
  padding-left: 1.5em;
}
.p-concept_tier .-sec ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 5px;
}
.p-concept_tier .-box {
  padding: 5%;
  background: #f8f8f2;
}
.p-concept_tier .-box .-sec {
  margin-bottom: 0;
}
.p-concept_tier .-moviebox {
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-concept_tier .-moviebox {
    width: 60%;
  }
}
.p-concept_tier .-moviebox h4 {
  text-align: center;
}
.p-concept_tier .-movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-concept_tier .-movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept_strength .-sec02 .-img {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_strength .-sec04 .-txt {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_strength .-sec04 .-img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_strength .-sec05 .-txt {
    width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_strength .-sec05 .-img {
    width: 37%;
  }
}
.p-concept_comfort .-sec01 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_comfort .-sec01 .-img {
    margin-right: auto;
    order: -1;
    width: 50vw;
  }
}
.p-concept_comfort .-sec02 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_comfort .-sec02 .-img {
    margin-left: auto;
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_comfort .-sec03 .-img {
    order: -1;
  }
}
.p-concept_design .-sec01 .-img,
.p-concept_design .-sec03 .-img,
.p-concept_design .-sec04 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_design .-sec01 .-img,
  .p-concept_design .-sec03 .-img,
  .p-concept_design .-sec04 .-img {
    margin-left: auto;
    width: 50vw;
  }
}
.p-concept_design .-sec02 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_design .-sec02 .-img {
    order: -1;
    margin-right: auto;
    width: 50vw;
  }
}
.p-concept_design .-sec03 .-img img,
.p-concept_design .-sec04 .-img img {
  width: 90%;
  margin: 0 auto;
}
.p-concept_quality .-sec01 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_quality .-sec01 .-img {
    order: -1;
    margin-right: auto;
    width: 50vw;
  }
}
.p-concept_quality .-sec02 h4 {
  font-size: 20px;
  line-height: 1.2em;
  padding-left: 1em;
  border-left: 4px solid #589a8d;
  margin: 3rem 0 1rem;
}
.p-concept_quality .-sec02 dl div {
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  border-right: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .p-concept_quality .-sec02 dl div {
    display: table;
    width: 100%;
  }
}
.p-concept_quality .-sec02 dl div:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.p-concept_quality .-sec02 dl div dt,
.p-concept_quality .-sec02 dl div dd {
  display: table-cell;
  padding: 1em;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.p-concept_quality .-sec02 dl div dt {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #589a8d;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept_quality .-sec02 dl div dt {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept_quality .-sec02 dl div dd {
    width: 80%;
  }
}
.p-concept_quality .-sec03 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept_quality .-sec03 .-img {
    max-width: 680px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=concept.css.map */