@charset "utf-8";
/* ======================
about fv
====================== */
.about__fv {
  padding-top: 49px;
  background-color: #2a3540;
  background-image: url("https://hyggelab.jp/system_panel/uploads/images/about1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-fv__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: clamp(30rem, 9.583rem + 42.535vw, 60.625rem);
  padding-top: clamp(0.375rem, 0.042rem + 0.694vw, 0.875rem);
  padding-right: clamp(0.625rem, -2.958rem + 7.465vw, 6rem);
  padding-left: clamp(0.625rem, -2.958rem + 7.465vw, 6rem);
}
.about__fv .pg-breadcrumb {
  align-self: flex-start;
}
.about__fv .breadcrumb__text--white {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 0.667rem + 0.174vw, 0.875rem);
  font-weight: 500;
  line-height: 1.429;
  color: #fff;
}
.about-fv__title {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(3.5625rem, 2.438rem + 2.344vw, 5.25rem);
}
.about-fv__main {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.625rem, 0.375rem + 0.521vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.about-fv__logo {
  flex-shrink: 0;
  width: clamp(11.3125rem, 8.354rem + 6.163vw, 15.75rem);
  height: auto;
  margin-left: clamp(1.0625rem, 0.771rem + 0.608vw, 1.5rem);
}
.about-fv__text {
  margin-top: clamp(3.4375rem, 2.521rem + 1.91vw, 4.8125rem);
  margin-left: clamp(0.5625rem, 0.438rem + 0.26vw, 0.75rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.3125rem, 0.854rem + 0.955vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
}
.about-fv__line {
  flex-shrink: 0;
  width: 2px;
  height: clamp(12.75rem, 5.125rem + 15.885vw, 24.1875rem);
  margin-top: clamp(3rem, -0.417rem + 7.118vw, 8.125rem);
  background-color: #fff;
}

/* ======================
about
====================== */
.about {
  padding-top: clamp(2.4375rem, 2.0625rem + 0.781vw, 3rem);
  background-color: #fff;
}
.about__inner {
  padding-right: clamp(0.625rem, -8.958rem + 19.965vw, 15rem);
  padding-left: clamp(0.5625rem, -7.0625rem + 15.885vw, 12rem);
}
.about__container {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(1.25rem, -0.179rem + 2.23vw, 2.5rem);
}
.about__left {
  position: relative;
  flex-shrink: 0;
  width: 63.441%;
  aspect-ratio: 944 / 710;
}
.about__img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.699%;
  aspect-ratio: 337 / 490;
  object-fit: cover;
}
.about__img2 {
  position: absolute;
  top: 44.93%;
  left: 38.877%;
  width: 61.123%;
  aspect-ratio: 577 / 391;
  object-fit: cover;
}
.about__right {
  flex: 1;
  min-width: 0;
  margin-top: clamp(10.036rem, 3.425rem + 13.752vw, 19.938rem);
}
.about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

@media (max-width: 767px) {
  .about__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about__container {
    flex-direction: column;
    row-gap: 32px;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ======================
philosophy
====================== */
.philosophy {
  padding-top: clamp(5.0625rem, 3.438rem + 3.385vw, 7.5rem);
  background-color: #fff;
}
.philosophy .title1 {
  padding-left: clamp(2.5625rem, -7.729rem + 21.441vw, 18rem);
}
.philosophy__container {
  display: flex;
  flex-direction: column;
}
.philosophy__items {
  display: flex;
  flex-direction: column;
  row-gap: clamp(3.0625rem, 2.438rem + 1.302vw, 4rem);
  margin-top: clamp(5.5rem, 5.125rem + 0.781vw, 6.0625rem);
  padding-right: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
  padding-left: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
}
.philosophy__item {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(2rem, 0rem + 4.167vw, 5rem);
  padding-bottom: clamp(0.875rem, -0.229rem + 2.3vw, 2.53125rem);
  border-bottom: 1px solid #000;
}
.philosophy-item__left {
  flex-shrink: 0;
  width: clamp(20.9375rem, 19.021rem + 3.993vw, 23.8125rem);
}
.philosophy-item__img {
  width: 100%;
  aspect-ratio: 381 / 214;
  object-fit: cover;
}
.philosophy-item__right {
  flex: 1;
  min-width: 0;
  padding-top: clamp(0rem, -1.917rem + 3.993vw, 2.875rem);
}
.philosophy-item__sub {
  font-family: "Elms Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
.philosophy-item__main {
  margin-top: clamp(0rem, -0.417rem + 0.868vw, 0.625rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.174vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.philosophy-item__text {
  margin-top: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

/* ======================
vision
====================== */
.vision {
  padding-top: clamp(5.0625rem, 1.771rem + 6.858vw, 10rem);
  background-color: #fff;
}
.vision .title1 {
  min-height: 91px;
  padding-left: clamp(2.5625rem, -7.646rem + 21.267vw, 17.875rem);
}
.vision__container {
  display: flex;
  flex-direction: column;
}
.vision__content {
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
  padding-right: clamp(0rem, -12rem + 25vw, 18rem);
  padding-left: clamp(1.25rem, -13.917rem + 31.597vw, 24rem);
}
.vision__left {
  flex: 1;
  min-width: 0;
  margin-top: clamp(0rem, -5.542rem + 11.545vw, 8.3125rem);
}
.vision__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
  font-weight: 400;
  line-height: clamp(1.875rem, 0.708rem + 2.431vw, 3.625rem);
  color: #000;
}
.vision__text {
  margin-top: clamp(0.875rem, 0.125rem + 1.562vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
  color: #000;
}
.vision__right {
  flex-shrink: 0;
  width: clamp(14.6875rem, 3.979rem + 22.309vw, 30.75rem);
}
.vision__img {
  width: 100%;
  aspect-ratio: 492 / 365;
  object-fit: cover;
}

/* ======================
message
====================== */
.message {
  padding-top: clamp(5.0625rem, 0.104rem + 10.33vw, 12.5rem);
  background-color: #fff;
}
.message .title1 {
  padding-left: clamp(2.5625rem, -7.646rem + 21.267vw, 17.875rem);
}
.mesage__container {
  display: flex;
  flex-direction: column;
}
.message__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(2.375rem, 1.417rem + 1.997vw, 3.8125rem);
  padding-right: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
  padding-left: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
}
.message-top__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.message-top__position {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 0.583rem + 0.347vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.message-top__main {
  width: clamp(9.5625rem, 5.938rem + 7.552vw, 15rem);
  height: auto;
  margin-top: clamp(0.375rem, 0.25rem + 0.26vw, 0.5625rem);
}
.message-top__line {
  width: clamp(0.875rem, 0.5rem + 0.781vw, 1.4375rem);
  height: 1px;
  margin-top: clamp(1rem, 0.625rem + 0.781vw, 1.5625rem);
  background-color: #000;
}
.message-top__sub {
  margin-top: clamp(0rem, -0.375rem + 0.781vw, 0.5625rem);
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.message-top__right {
  flex-shrink: 0;
  width: clamp(23.125rem, 7.708rem + 32.118vw, 46.25rem);
}
.message-top__img {
  width: 100%;
  aspect-ratio: 740 / 451;
  object-fit: cover;
}
.message__bottom {
  display: flex;
  flex-direction: column;
  row-gap: clamp(4.0625rem, 3.396rem + 1.389vw, 5.0625rem);
  margin-top: clamp(2.5625rem, -0.729rem + 6.858vw, 7.5rem);
  padding-right: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
  padding-left: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
}
.message__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
}
.message__item:nth-child(1) {
  padding-right: clamp(0rem, -5.625rem + 11.719vw, 8.4375rem);
}
.message__item:nth-child(2) {
  padding-left: clamp(0rem, -4rem + 8.333vw, 6rem);
}
.message-item__left {
  min-width: 0;
}
.message-item__title {
  display: flex;
  align-items: center;
  column-gap: clamp(1.25rem, 1.042rem + 0.434vw, 1.5625rem);
}
.message-item-title__line {
  flex-shrink: 0;
  width: clamp(3.21875rem, 0.406rem + 5.859vw, 7.4375rem);
  height: 1px;
  background-color: #000;
}
.message-item-title__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);
  font-weight: 400;
  line-height: 1.708;
  color: #000;
}
.message-item__text {
  margin-top: clamp(1.5625rem, 1.271rem + 0.608vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.message-item__right {
  flex-shrink: 0;
  width: clamp(13.3125rem, 8.979rem + 9.028vw, 19.8125rem);
}
.message__item:nth-child(1) .message-item__img {
  width: 100%;
  aspect-ratio: 317 / 329;
  object-fit: cover;
}
.message__item:nth-child(2) .message-item__img {
  width: 100%;
  aspect-ratio: 317 / 427;
  object-fit: cover;
}

/* ======================
history
====================== */
.history {
  padding-top: clamp(7.375rem, 5.667rem + 3.559vw, 9.9375rem);
  padding-bottom: clamp(7.5rem, 6.792rem + 1.476vw, 8.5625rem);
  background-color: #fff;
}
.history__inner {
  padding-right: clamp(1.25rem, -21.562rem + 47.526vw, 35.46875rem);
  padding-left: clamp(1.25rem, -24.229rem + 53.082vw, 39.46875rem);
}
.history__container {
  display: flex;
  flex-direction: column;
}
.history__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.083rem + 0.347vw, 1.5rem);
  font-weight: 400;
  line-height: 1.708;
  color: #000;
  text-align: center;
}
.history__items {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
  margin-top: clamp(3.625rem, 2.917rem + 1.476vw, 4.6875rem);
}
.history__items::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: calc(clamp(3.78125rem, 2.969rem + 1.693vw, 5rem) + 6px);
  width: 1px;
  background-color: #707070;
}
.history__item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.history__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: clamp(3.78125rem, 2.969rem + 1.693vw, 5rem);
  z-index: 1;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
}
.history-item__left {
  flex-shrink: 0;
  width: clamp(3.78125rem, 2.969rem + 1.693vw, 5rem);
}
.history-item__year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.history-item__right {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
  min-width: 0;
  padding-left: clamp(1.6875rem, 0.604rem + 2.257vw, 3.3125rem);
}
.history-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.174vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.history-item__text {
  margin-top: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  color: #000;
}

@media (max-width: 767px) {
  .philosophy__items,
  .vision__content {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .philosophy__item {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
  .philosophy-item__left {
    width: 100%;
  }
  .philosophy-item__right {
    width: 100%;
    padding-top: 0;
  }
  
  .vision .title1 {
    min-height: 93px;
  }
  .vision__content {
    flex-direction: column;
    row-gap: 41px;
    margin-top: 38px;
    padding-right: 0;
    padding-left: 20px;
  }
  .vision__left {
    margin-top: 0;
    padding-right: 20px;
  }
  .vision__right {
    align-self: flex-end;
    width: clamp(14.6875rem, 4.822rem + 42.092vw, 25rem);
  }
  .vision__text {
    font-size: clamp(0.75rem, 0.603rem + 0.57vw, 0.875rem);
  }

  .message__top {
    flex-direction: column-reverse;
    row-gap: 24px;
    padding-right: 0;
    padding-left: 0;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .message-top__name {
    padding-right: 20px;
    padding-left: 20px;
  }
  .message-top__right {
    width: 100%;
  }
  .message__bottom {
    row-gap: 0;
    padding-right: 20px;
    padding-left: 20px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .message__item {
    display: contents;
  }
  .message__item:nth-child(1) .message-item__left {
    order: 1;
    margin-bottom: 65px;
  }
  .message__item:nth-child(2) .message-item__left {
    order: 2;
    margin-bottom: 41px;
  }
  .message__item:nth-child(1) .message-item__right {
    order: 3;
    margin-bottom: 26px;
  }
  .message__item:nth-child(2) .message-item__right {
    order: 4;
    align-self: flex-end;
    width: 229px;
  }

  .history__items {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 374px) {
  .message-item__title {
    column-gap: 10px;
  }
  .message-item-title__line {
    width: 34px;
  }
}