@charset "utf-8";

.sec-intro .sec-img img {
  border-radius: 20px;
}

.philosophy .inner {
  padding: 80px 0 174px;
}

.philosophy .sec-title,
.company .sec-title,
.area .sec-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.philosophy .sec-title .tit-en,
.company .sec-title .tit-en,
.area .sec-title .tit-en {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.501rem + 0.52vw, 1.125rem);
  color: #3b1802;
}

.philosophy .sec-title .tit-ja,
.company .sec-title .tit-ja,
.area .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  color: #3b1802;
}

.philosophy {
  position: relative;
}

.philosophy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  background: url(/system_panel/uploads/images/20260607042929400230.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.philosophy .sec-title {
  margin-bottom: 60px;
}

.philosophy .sec-title br {
  display: none;
}

.philosophy .desc p {
  font-weight: 500;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(36 / 18);
  text-align: center;
  color: #603215;
}

.company .inner {
  padding-bottom: 106px;
}

.company .sec-title {
  margin-bottom: 77px;
}

.company .sec-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4%;
}

.company .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company .list .item {
  padding-bottom: 20px;
  background-image: radial-gradient(circle, #cbbe9f 1px, transparent 1px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: grid;
  grid-template-columns: 32% 1fr;
}

.company .map {
  max-width: 528px;
  width: 40%;
}

.company .map .map-wrap {
  height: 446px;
  border-radius: 20px;
}

.company .map .map-wrap iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.area .inner {
  padding-bottom: 140px;
}

.area .box {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  border: 1.5px solid #583f2f;
  overflow: hidden;
}

.area .box .box-inner {
  padding: 77px 0 43px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4%;
  align-items: flex-start;
}

.area .box .box-inner .sec-img {
  max-width: 308px;
  width: 41%;
}

.area .box .box-inner .sec-title {
  align-items: flex-start;
  margin-bottom: 40px;
}

.area .box .box-inner .sec-text {
  margin-top: 45px;
}

.area .box .box-inner .desc p {
  font-weight: 500;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(36 / 18);
  color: #603215;
}

@media (max-width: 1023px) {
  .sec-intro .inner {
    width: 80%;
  }

  .philosophy .inner {
    padding: 49px 0 60px;
    width: 84%;
  }
  .philosophy .sec-title,
  .company .sec-title,
  .area .sec-title {
    gap: 5px;
  }
  .philosophy .sec-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .philosophy .sec-title .tit-ja {
    line-height: calc(36 / 24);
  }

  .philosophy .sec-title br {
    display: block;
  }
  .company .inner {
    width: 80%;
  }

  .company .sec-title {
    margin-bottom: 40px;
  }

  .company .sec-body {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .company .list,
  .company .map {
    width: 100%;
    max-width: 100%;
  }

  .company .map .map-wrap {
    height: 268px;
  }
  .area .inner {
    padding-bottom: 80px;
    width: 90%;
  }
  .area .box {
    width: 100%;
    max-width: 100%;
  }
  .area .box .box-inner {
    padding: 27px 0 52px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 85%;
  }

  .area .box .box-inner .sec-img {
    max-width: 60%;
    width: 100%;
  }

  .area .box .box-inner .sec-title {
    align-items: center;
    margin-bottom: 20px;
  }

  .area .box .box-inner .desc p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sec-intro .sec-img {
    height: 165px;
  }
  .sec-intro .sec-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
  }
  .philosophy .inner {
    width: 90%;
  }

  .philosophy::before {
    top: 8px;
    height: 133px;
    background-position: left;
  }
}
