@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #003939;
  --cc-secondary: #77D2ED;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.concept-sc__inner {
  padding: 0 144px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-showcase {
  padding: 72px 0 58px;
}
.concept-sc.-showcase .concept-sc__inner {
  padding: 0 200px;
}

.concept-showcase {
  position: relative;
}

.concept-showcase__photo {
  position: absolute;
  top: -70px;
  right: -55px;
  width: 396px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-showcase {
    padding: 11.2vw 0 65.133vw;
  }
  .concept-sc.-showcase .concept-sc__inner {
    padding: 0 6.4vw;
  }
  .concept-showcase__photo {
    position: absolute;
    top: 65.333vw;
    right: 0;
    width: 55vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-brand {
  padding-top: 142px;
}

.concept-brand {
  position: relative;
}

.concept-brand__summary {
  padding: 0 55px;
}

.concept-brand__deco {
  position: absolute;
  top: 220px;
  right: 200px;
  width: 117px;
}

.concept-brand__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.concept-brand__photo {
  width: 473px;
}

.concept-brand__banner {
  width: 928px;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
}
.concept-brand__banner a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-brand {
    padding-top: 13.867vw;
  }
  .concept-brand__summary {
    padding: 0;
  }
  .concept-brand__deco {
    top: 2.667vw;
    right: -1.333vw;
    width: 14.667vw;
  }
  .concept-brand__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 2.667vw;
    margin-top: 8vw;
  }
  .concept-brand__photo {
    width: calc(50% - 1.3335vw);
  }
  .concept-brand__banner {
    width: 100%;
    margin-top: 8vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-why {
  padding-top: 142px;
}

.concept-why {
  position: relative;
}

.concept-why__content {
  padding: 0 0 0 55px;
}

.concept-why__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 104px;
  padding-top: 23px;
  margin-top: 38px;
  border-top: solid 1px var(--cc-primary);
}

.concept-why__item {
  width: calc(50% - 52px);
}

.concept-why__item__summary {
  margin-top: 21px;
}
.concept-why__item__summary dt {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.concept-why__item__summary dd {
  margin-top: 24px;
}
.concept-why__item__summary dd p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-why {
    padding-top: 13.867vw;
  }
  .concept-why__content {
    padding: 0;
  }
  .concept-why__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10.667vw;
    padding-top: 4vw;
    margin-top: 4.8vw;
  }
  .concept-why__item {
    width: 100%;
  }
  .concept-why__item__summary {
    margin-top: 5.333vw;
  }
  .concept-why__item__summary dt {
    font-size: 5.3333333333vw;
  }
  .concept-why__item__summary dd {
    margin-top: 4vw;
  }
  .concept-why__item__summary dd p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-with {
  padding-top: 144px;
}

.concept-with {
  position: relative;
}

.concept-with__lead {
  padding-left: 55px;
}

.concept-with__group {
  margin-top: 37px;
}

.concept-with__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
}

.concept-with__layout:not(:first-of-type) {
  margin-top: 16px;
}

.concept-with__layout.-revers .concept-with__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.concept-with__layout.-revers .concept-with__item {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 56px;
}

.concept-with__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 600px;
}

.concept-with__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 60px;
}

.concept-with__item__ttl {
  display: inline-block;
  width: 260px;
  text-align: center;
  position: relative;
}
.concept-with__item__ttl span {
  display: block;
  font-size: 2rem;
  color: #799B89;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.concept-with__item__ttl::after, .concept-with__item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 56px;
}
.concept-with__item__ttl::before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2258%22%20viewBox%3D%220%200%2018%2058%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14389%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014389%22%20transform%3D%22translate(1%201)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3378%22%20data-name%3D%22%E3%83%91%E3%82%B9%203378%22%20d%3D%22M1530.246%2C3059.212h-5.767a12.815%2C12.815%2C0%2C0%2C1-7.849-2.537%2C8.1%2C8.1%2C0%2C0%2C1-3.384-6.407v-40.113a8.1%2C8.1%2C0%2C0%2C1%2C3.384-6.407%2C12.816%2C12.816%2C0%2C0%2C1%2C7.849-2.536h5.767a1%2C1%2C0%2C0%2C1%2C0%2C2h-5.767a10.811%2C10.811%2C0%2C0%2C0-6.623%2C2.116%2C6.151%2C6.151%2C0%2C0%2C0-2.61%2C4.827v40.113a6.152%2C6.152%2C0%2C0%2C0%2C2.61%2C4.827%2C10.811%2C10.811%2C0%2C0%2C0%2C6.623%2C2.116h5.767a1%2C1%2C0%2C0%2C1%2C0%2C2Z%22%20transform%3D%22translate(-1514.246%20-3002.212)%22%20fill%3D%22%23799b89%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.concept-with__item__ttl::after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2258%22%20viewBox%3D%220%200%2018%2058%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14390%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014390%22%20transform%3D%22translate(1%201)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3379%22%20data-name%3D%22%E3%83%91%E3%82%B9%203379%22%20d%3D%22M2264.183%2C3059.212h-5.766a1%2C1%2C0%2C0%2C1%2C0-2h5.766a10.811%2C10.811%2C0%2C0%2C0%2C6.623-2.116%2C6.151%2C6.151%2C0%2C0%2C0%2C2.611-4.827v-40.113a6.15%2C6.15%2C0%2C0%2C0-2.611-4.827%2C10.811%2C10.811%2C0%2C0%2C0-6.623-2.116h-5.766a1%2C1%2C0%2C0%2C1%2C0-2h5.766a12.817%2C12.817%2C0%2C0%2C1%2C7.849%2C2.536%2C8.1%2C8.1%2C0%2C0%2C1%2C3.384%2C6.407v40.113a8.1%2C8.1%2C0%2C0%2C1-3.384%2C6.407A12.816%2C12.816%2C0%2C0%2C1%2C2264.183%2C3059.212Z%22%20transform%3D%22translate(-2258.416%20-3002.212)%22%20fill%3D%22%23799b89%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.concept-with__item__summary {
  margin-top: 42px;
}
.concept-with__item__summary dt {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.concept-with__item__summary dd {
  margin-top: 26px;
}
.concept-with__item__summary dd p {
  font-size: 1rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-with {
    padding-top: 14.4vw;
  }
  .concept-with__lead {
    padding-left: 0;
  }
  .concept-with__group {
    margin-top: 9.867vw;
  }
  .concept-with__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
  .concept-with__layout:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .concept-with__layout.-revers .concept-with__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .concept-with__layout.-revers .concept-with__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
  .concept-with__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .concept-with__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 0;
  }
  .concept-with__item__ttl {
    width: 52vw;
  }
  .concept-with__item__ttl span {
    font-size: 6.1333333333vw;
  }
  .concept-with__item__ttl::after, .concept-with__item__ttl::before {
    width: 3.2vw;
    height: 11.2vw;
  }
  .concept-with__item__summary {
    margin-top: 7.467vw;
  }
  .concept-with__item__summary dt {
    font-size: 5.3333333333vw;
  }
  .concept-with__item__summary dd {
    margin-top: 4.267vw;
  }
  .concept-with__item__summary dd p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-awards {
  padding: 142px 0 68px;
}

.concept-awards__summary {
  padding: 0 55px;
}

.concept-awards__content.m-sc__content {
  margin-top: 55px;
}

.concept-awards__summary.m-sc__setSummary dd p {
  font-size: 1.125rem;
  line-height: 1.778;
}

.concept-awards__block {
  margin-top: 36px;
  padding: 42px 70px;
  border: solid 1px var(--cc-primary);
}

.concept-awards__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 48px;
}

.concept-awards__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 328px;
}

.concept-awards__item__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 328px;
  min-height: 40px;
  padding: 0 10px;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #799B89;
  border-radius: calc(infinity * 1px);
}

.concept-awards__item__logo1 {
  width: 232px;
  margin: 0 auto;
}

.concept-awards__item__logo2 {
  width: 254px;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
}

.concept-awards__item__mascot {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 166px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-awards {
    padding: 13.867vw 0 10.667vw;
  }
  .concept-awards__summary {
    padding: 0;
  }
  .concept-awards__content.m-sc__content {
    margin-top: 9.333vw;
  }
  .concept-awards__summary.m-sc__setSummary dd p {
    font-size: 3.7333333333vw;
  }
  .concept-awards__block {
    margin-top: 8vw;
    padding: 8vw 6.4vw;
  }
  .concept-awards__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .concept-awards__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .concept-awards__item__ttl {
    width: 100%;
    min-height: 10.667vw;
    padding: 0;
    font-size: 3.7333333333vw;
  }
  .concept-awards__item__logo1 {
    width: 232px;
  }
  .concept-awards__item__logo2 {
    width: 254px;
    margin-top: 10.667vw;
  }
  .concept-awards__item__mascot {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 136px;
    margin-top: 8vw;
  }
}