@import url("global.css");
.section {
  display: flex;
  justify-content: space-between;
  gap: min(80px,5vw);
}
.section .sectitle {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: .18em;
  font-size: min(36px,3vw);
  flex-shrink: 0;
  margin-left: -10px;
  margin-top: 10px;
}
.section .secmain {
  flex-grow: 1;
  max-width: 1200px;
  container-type: inline-size;
}
.section .introduction {
  display: flex;
  gap: min(50px,4cqw);
  align-items: flex-start;
}
.section .introduction .image {
  width: 430px;
  flex-shrink: 0;
  max-width: 35%;
  aspect-ratio: 3 / 2;
}
.section .introduction .image img {
  border-radius: calc(var(--radius) / 4 * 3);
}
.section .introduction .text {
  padding-block: 5px;
}
.section .interview {
  background: url("../img/design/bg.jpg") repeat left top;
  border-radius: calc(var(--radius) * 2.5);
  overflow: hidden;
  color: #fff;
  display: flex;
  position: relative;
  margin-top: 60px;
}
.section .interview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.section .interview::after {
  content: "";
  display: block;
  height: 640px;
  width: 40%;
  flex-shrink: 0;
}
.section .interview .main {
  flex-grow: 1;
  padding: min(80px,6cqw) min(70px,5cqw) min(80px,6cqw) min(80px,6cqw);
  position: relative;
  z-index: 1;
}
.section .interview .title {
  margin-bottom: 35px;
  line-height: 1.6;
  word-break: keep-all;
}
.section .interview .title span {
  display: block;
}
.section .interview .title .en {
  font-size: min(25px,2.8cqw);
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
}
.section .interview .title .ja {
  font-size: 12px;
}
.section .interview .catch {
  font-size: min(22px,2.7cqw);
  word-break: keep-all;
  margin-bottom: 20px;
}
.section .interview .text {
  font-size: 15px;
}
.section .interview .text p {
  margin-top: 15px;
}
.section .interview .image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
}
.section#architect .interview::before {
  background-color: #586B56;
}
.section#architect .interview .title .en {
  color: #A0D1AC;
}
.section#interior .interview::before {
  background-color: #6E5F4B;
}
.section#interior .interview .title .en {
  color: #DBA875;
}

.policy {
  background: url("../img/bgmesh.png") repeat top left/1400px auto;
  padding-block: 90px 30px;
  border-radius: calc(var(--radius) * 1.5);
  margin-inline: max(0px,calc(((100% - 1400px) / 2 ) - 7vw));
  margin-block: 100px 130px;
}
.policy .sectitle {
  margin-bottom: 50px;
  line-height: 1.7;
}
.policy .sectitle span {
  display: block;
}
.policy .sectitle .ja {
  font-size: clamp(21px, 4.5vw, 34px);
}
.policy .sectitle .en {
  font-size: 15px;
  color: #639A70;
  letter-spacing: .1em;
}
.policy ul.list {
  counter-reset: count 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(60px,4vw);
}
.policy ul.list li {
  counter-increment: count 1;
  margin-bottom: 80px;
}
.policy ul.list li .image {
  aspect-ratio: 3 / 2;
}
.policy ul.list li .image img {
  border-radius: 40px;
}
.policy ul.list li .title {
  margin: 25px 4.5% 10px;
  line-height: 1.5;
  display: flex;
  gap: 12px;
  color: #639A70;
  font-size: min(20px,1.8vw);
}
.policy ul.list li .title::before {
  content: counter(count,decimal-leading-zero);
  color: #fff;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: url("../img/maru.png") no-repeat center center/100% 100%;
  text-align: center;
  align-content: center;
  margin-top: -3px;
  font-size: 15px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
.policy ul.list li .text {
  margin-inline: 4.5%;
  font-size: 15px;
}

.natural {
  border: #eee 4px solid;
  border-radius: var(--radius);
  padding: min(70px,7cqw) min(70px,7cqw) min(80px,8cqw);
  position: relative;
  margin-top: 100px;
}
.natural::before {
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  left: min(55px,5.5cqw);
  width: 80px;
  height: 30px;
  background: #fff url("../img/logomark.png") no-repeat center center/48px auto;
}
.natural .titleblock {
  display: flex;
  gap: min(80px,8cqw);
  margin-bottom: 60px;
}
.natural .titleblock .title {
  text-align: center;
  flex-shrink: 0;
}
.natural .titleblock .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: min(17px,2cqw);
  margin-bottom: 10px;
}
.natural .titleblock .catch::before, .natural .titleblock .catch::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/dot4.png") no-repeat center center/contain;
}
.natural .titleblock strong {
  display: block;
  letter-spacing: .08em;
  font-size: min(35px,4.2cqw);
  line-height: 1;
}
.natural .titleblock .text {
  font-size: 15px;
}
.natural .main {
  display: flex;
  column-gap: 5.8cqw;
}
.natural .main .block {
  width: calc(50% - 2.9cqw);
}
.natural .main .image {
  margin-bottom: 25px;
}
.natural .main .image img {
  border-radius: calc(var(--radius) / 4 * 3);
}
.natural .main .catch {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.natural .main .title {
  color: #639A70;
  line-height: 1.5;
  font-size: min(23px,3cqw);
  margin-bottom: 10px;
}
.natural .main p:not([class]) {
  font-size: 15px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.slick-dots li {
  position: relative;
  width: 10px;
  height: 20px;
  margin-inline: 4px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #639A70;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  text-align: center;
  color: black;
  border-radius: 100%;
  background-color: #fff;
  border: none;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.slick-dots li.slick-active button:before {
  background-color: #639A70;
}

@container (width < 680px) {
  .section .introduction {
    display: block;
  }
  .section .introduction .image {
    width: auto;
    max-width: none;
    margin-bottom: 25px;
  }
  .section .introduction .text {
    padding-block: 0;
  }
  .section .interview {
    display: block;
    margin-top: 50px;
  }
  .section .interview::after {
    display: none;
  }
  .section .interview .main {
    padding: 7cqw 7cqw 8cqw;
  }
  .section .interview .title {
    height: 200px;
    align-content: center;
    box-sizing: border-box;
    padding-bottom: 7cqw;
    width: 60%;
    margin-bottom: 0;
  }
  .section .interview .catch {
    font-size: min(22px,3.8cqw);
    margin-bottom: 20px;
  }
  .section .interview .text {
    font-size: 14px;
  }
  .section .interview .image {
    bottom: auto;
    width: 40%;
    height: 200px;
  }
  .section .interview .image img {
    border-bottom-left-radius: var(--radius);
  }

  .natural {
    margin-top: 70px;
  }
  .natural::before {
    top: -17px;
    left: 50%;
    margin-left: -40px;
  }
  .natural .titleblock {
    display: block;
    margin-bottom: 40px;
  }
  .natural .titleblock .title {
    margin-bottom: 30px;
  }
  .natural .titleblock .catch {
    font-size: 15px;
  }
  .natural .titleblock strong {
    font-size: 25px;
  }
  .natural .titleblock .text {
    font-size: 14px;
  }
  .natural .main {
    display: block;
  }
  .natural .main .catch {
    font-size: 14px;
  }
  .natural .main .title {
    font-size: min(21px,3.6cqw);
  }
  .natural .main p:not([class]) {
    font-size: 14px;
  }
  .natural .main .block {
    display: block;
    width: auto;
  }
  .natural .main .block + .block {
    margin-top: 50px;
  }
  .natural .main .image {
    margin-bottom: 20px;
  }
}
@container (width < 480px) {
  .section .interview {
    margin-top: 40px;
  }
  .section .interview .main {
    padding: 0 7cqw 8cqw;
  }
  .section .interview .title {
    padding-bottom: 0;
    width: 60%;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .section .interview .title .en {
    font-size: min(25px,4.2cqw);
    margin-bottom: 10px;
  }
  .section .interview .title .ja {
    font-size: 11px;
  }
  .section .interview .catch {
    font-size: min(22px,5cqw);
  }
  .section .interview .text {
    font-size: 13px;
  }

  .natural {
    padding-block: 40px;
    margin-top: 60px;
  }
  .natural .titleblock {
    margin-bottom: 30px;
  }
  .natural .titleblock .title {
    margin-bottom: 25px;
  }
  .natural .titleblock .catch {
    gap: 10px;
    font-size: min(15px,3.8cqw);
    margin-bottom: 10px;
  }
  .natural .titleblock .catch::before, .natural .titleblock .catch::after {
    width: 12px;
    height: 12px;
  }
  .natural .titleblock strong {
    font-size: min(25px,6.6cqw);
  }
  .natural .titleblock .text {
    font-size: 13px;
  }
  .natural .main .image {
    margin-bottom: 20px;
  }
  .natural .main .image img {
    border-radius: calc(var(--radius) / 4 * 3);
  }
  .natural .main .catch {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .natural .main .title {
    text-align: center;
    font-size: min(20px,5.5cqw);
  }
  .natural .main p:not([class]) {
    font-size: 13px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .section .sectitle {
    font-size: min(28px,3.5vw);
  }

  .policy {
    padding-block: 80px 30px;
    border-radius: 0;
    margin-block: 70px;
  }
  .policy .sectitle .en {
    font-size: 14px;
  }
  .policy ul.list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5vw;
  }
  .policy ul.list li {
    margin-bottom: 60px;
  }
  .policy ul.list li .image img {
    border-radius: 30px;
  }
  .policy ul.list li .title {
    margin-inline: 3%;
    font-size: min(20px,2.6vw);
  }
  .policy ul.list li .text {
    margin-inline: 3%;
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .section {
    display: block;
    position: relative;
  }
  .section .sectitle {
    font-size: min(26px,4vw);
    position: absolute;
    top: -15px;
    left: 5%;
  }
  .section .introduction .image {
    margin-left: 25%;
    margin-bottom: 30px;
  }

  .policy {
    padding-block: 100px 10px;
    margin-block: 0 50px;
  }
  .policy .sectitle {
    margin-bottom: 40px;
  }
  .policy .sectitle .en {
    font-size: 12px;
  }
  .policy ul.list {
    display: block;
  }
  .policy ul.list li {
    display: block;
    margin-bottom: 50px;
  }
  .policy ul.list li .image img {
    border-radius: 35px;
  }
  .policy ul.list li .title {
    margin: 20px 4% 10px;
    align-items: center;
    gap: 10px;
    font-size: min(20px,4.5vw);
  }
  .policy ul.list li .title::before {
    width: 34px;
    height: 34px;
    margin-top: 0;
    font-size: 14px;
  }
  .policy ul.list li .text {
    margin-inline: 5%;
  }

  .slick-dots {
    bottom: 6px;
    right: 15px;
  }
  .slick-dots li {
    margin-inline: 3px;
  }
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

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