@charset "UTF-8";
@import url("global.css");
.introduction {
  display: flex;
  gap: min(80px,5vw);
  margin-bottom: 120px;
}
.introduction .catch {
  font-size: min(36px,2.7vw);
  text-indent: -1em;
  padding-top: 1em;
  -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.8;
  letter-spacing: .15em;
  margin-top: -5px;
}
.introduction .catch strong {
  color: #639A70;
}
.introduction .catch span {
  text-indent: 0;
}
.introduction .main {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: min(90px,5vw);
}
.introduction .main .image {
  width: 42%;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
}
.introduction .main .text {
  flex-grow: 1;
  padding-top: 15px;
}
.introduction .main .text .sub {
  width: 360px;
  border-radius: var(--radius-s);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-left: auto;
  margin-top: 70px;
}

.shiire {
  background: url("../img/bgmesh.png") repeat left top/1400px auto;
  border-radius: var(--radius);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 60px min(70px,5vw);
  gap: min(60px,4.6vw);
  margin-bottom: 120px;
}
.shiire::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 33px;
  top: -16px;
  left: 50%;
  margin-left: -30px;
  background: url("../img/logomark.png") no-repeat center center/contain;
}
.shiire .image {
  width: 400px;
  max-width: 42%;
  flex-shrink: 0;
  height: 260px;
}
.shiire .image img {
  border-radius: var(--radius-s);
}
.shiire .text {
  flex-grow: 1;
}
.shiire .text .catch {
  font-size: min(21px,2vw);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}

.natural {
  background-color: #f6f6f6;
  padding-block: 110px;
}
.natural .titleblock {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  margin-bottom: 80px;
}
.natural .titleblock .maintitle {
  text-align: center;
  flex-shrink: 0;
}
.natural .titleblock .maintitle .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: min(21px,1.6vw);
  margin-bottom: 10px;
}
.natural .titleblock .maintitle .sub::before, .natural .titleblock .maintitle .sub::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/dot4.png") no-repeat center center/contain;
  display: block;
}
.natural .titleblock .maintitle strong {
  display: block;
  font-size: min(60px,4.8vw);
  letter-spacing: .06em;
  line-height: 1;
}
.natural .titleblock .maintitle strong span {
  color: #639A70;
  padding-right: 5px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 116%;
}
.natural .titleblock .maintitle .en {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #639A70;
  margin-top: 15px;
  letter-spacing: .1em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
}
.natural .titleblock .maintitle .en::before {
  content: "（";
}
.natural .titleblock .maintitle .en::after {
  content: "）";
}
.natural .titleblock .text {
  max-width: 840px;
}
.natural .titleblock .text .catch {
  color: #639A70;
  font-size: min(23px,1.8vw);
  margin-bottom: 10px;
}
.natural .natural-body {
  display: flex;
  justify-content: space-between;
}
.natural .natural-body #naviarea {
  flex-shrink: 0;
}
.natural .natural-body #naviarea .navi {
  position: sticky;
  top: 180px;
}
.natural .natural-body #naviarea .navi li {
  margin-bottom: 5px;
}
.natural .natural-body #naviarea .navi li a {
  display: flex;
  align-items: center;
  color: #8E8E8E;
  width: fit-content;
  padding-left: 25px;
  padding-block: 2px;
  font-size: min(21px,1.5vw);
  position: relative;
}
.natural .natural-body #naviarea .navi li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #639A70;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.natural .natural-body #naviarea .navi li a span {
  display: flex;
  font-size: 90%;
  gap: 5px;
  margin-left: -2px;
}
.natural .natural-body #naviarea .navi li a span::before {
  content: "［";
}
.natural .natural-body #naviarea .navi li a span::after {
  content: "］";
}
@media (any-hover: hover) {
  .natural .natural-body #naviarea .navi li a:hover {
    color: #1D1D1D;
  }
}
.natural .natural-body #naviarea .navi li a.current {
  font-weight: 700;
  color: #1D1D1D;
  text-decoration-color: rgba(29, 29, 29, 0.8);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-decoration-skip-ink: none;
}
.natural .natural-body #naviarea .navi li a.current::before {
  scale: 1.5;
}
.natural .natural-body #mainarea {
  flex-grow: 1;
  max-width: 69%;
}
.natural .natural-body #mainarea .section {
  background-color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0 min(75px,5vw) 60px;
  container-type: inline-size;
}
.natural .natural-body #mainarea .section + .section {
  margin-top: 70px;
}
.natural .natural-body #mainarea .section .mainimage {
  height: 360px;
  margin: 0 max(-75px,-5vw) 75px;
}
.natural .natural-body #mainarea .section .main {
  display: flex;
  gap: 6%;
  align-items: flex-start;
}
.natural .natural-body #mainarea .section .main .text {
  width: 50%;
  flex-shrink: 0;
}
.natural .natural-body #mainarea .section .main .title {
  margin-bottom: 40px;
  line-height: 1.2;
}
.natural .natural-body #mainarea .section .main .title span {
  display: block;
}
.natural .natural-body #mainarea .section .main .title .ja {
  font-size: min(45px,3.5vw);
  margin-bottom: 15px;
}
.natural .natural-body #mainarea .section .main .title .en {
  color: #639A70;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 90%;
}
.natural .natural-body #mainarea .section .main .catch {
  line-height: 1.7;
  font-size: min(23px,2vw);
  margin-bottom: 18px;
}
.natural .natural-body #mainarea .section .main .image {
  aspect-ratio: 3 / 2;
}
.natural .natural-body #mainarea .section .main .image img {
  border-radius: var(--radius);
}
.natural .natural-body #mainarea .section .feature {
  margin-top: 65px;
  border-radius: var(--radius);
  background-color: #F1F0E7;
  padding: 55px min(60px,5vw) 80px;
}
.natural .natural-body #mainarea .section .feature .h {
  font-size: 24px;
  margin-bottom: 30px;
}
.natural .natural-body #mainarea .section .feature dl div {
  margin-top: 30px;
}
.natural .natural-body #mainarea .section .feature dl div dt {
  font-size: 18px;
  color: #639A70;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.natural .natural-body #mainarea .section .feature dl div dt::before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/point.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@container (width < 600px) {
  .natural .natural-body #mainarea .section .main {
    display: block;
  }
  .natural .natural-body #mainarea .section .main .text {
    width: auto;
    margin-bottom: 40px;
  }
  .natural .natural-body #mainarea .section .feature {
    margin-top: 20px;
  }
}
.modelhouse {
  margin-top: 80px;
}
.modelhouse .title {
  font-size: clamp(18px, 3.2vw, 23px);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.modelhouse .title::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/title_event.png") no-repeat center center/contain;
}
.modelhouse .main {
  display: flex;
  gap: min(70px,5.4vw);
  align-items: center;
}
.modelhouse .main .image {
  width: 55%;
  flex-shrink: 0;
  aspect-ratio: 5 / 3;
}
.modelhouse .main .image img {
  border-radius: var(--radius);
}
.modelhouse .main .text .catch {
  font-size: min(2.2vw,26px);
  line-height: 1.7;
  margin-bottom: 20px;
}
.modelhouse .main .text a.linkbutton {
  width: 240px;
  margin: 40px 0 0 auto;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .natural .natural-body #naviarea .navi li a {
    padding-left: 18px;
    font-size: min(19px,1.6vw);
  }
  .natural .natural-body #naviarea .navi li a::before {
    margin-top: -3px;
  }
  .natural .natural-body #naviarea .navi li a span {
    gap: 2px;
    margin-left: -2px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction {
    margin-bottom: 80px;
  }
  .introduction .catch {
    font-size: min(36px,5vw);
    margin-top: 0;
  }
  .introduction .main {
    display: block;
  }
  .introduction .main .image {
    width: 80%;
    margin: 0 0 40px auto;
  }
  .introduction .main .text {
    padding-top: 0;
  }
  .introduction .main .text .sub {
    width: 70%;
    margin: 50px 0 0 0;
  }

  .shiire {
    align-items: stretch;
    padding-block: 50px;
    gap: 5vw;
    margin-bottom: 100px;
  }
  .shiire .image {
    max-width: 45%;
    height: auto;
  }
  .shiire .text .catch {
    font-size: min(18px,5vw);
    margin-bottom: 15px;
  }
  .shiire .text p {
    font-size: 14px;
  }

  .natural {
    padding-block: 80px;
  }
  .natural .titleblock {
    display: block;
    margin-bottom: 50px;
  }
  .natural .titleblock .maintitle {
    margin-bottom: 30px;
  }
  .natural .titleblock .maintitle .sub {
    gap: 12px;
    font-size: min(16px,4vw);
    margin-bottom: 10px;
  }
  .natural .titleblock .maintitle .sub::before, .natural .titleblock .maintitle .sub::after {
    width: 16px;
    height: 16px;
  }
  .natural .titleblock .maintitle strong {
    font-size: min(42px,9vw);
  }
  .natural .titleblock .maintitle .en {
    font-size: 11px;
  }
  .natural .titleblock .text {
    max-width: none;
  }
  .natural .titleblock .text .catch {
    text-align: center;
    font-size: min(20px,4.6vw);
    margin-bottom: 20px;
  }
  .natural .natural-body {
    display: block;
  }
  .natural .natural-body #naviarea .navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    margin: 0 auto 40px;
  }
  .natural .natural-body #naviarea .navi li a {
    font-size: min(18px,3.3vw);
    color: #1D1D1D;
  }
  .natural .natural-body #naviarea .navi li a.current {
    font-weight: 500;
    text-decoration: none;
  }
  .natural .natural-body #naviarea .navi li a.current::before {
    scale: 1;
  }
  .natural .natural-body #mainarea {
    max-width: none;
  }
  .natural .natural-body #mainarea .section {
    padding: 0 5vw 60px;
  }
  .natural .natural-body #mainarea .section .mainimage {
    height: 300px;
    margin: 0 -5vw 60px;
  }
  .natural .natural-body #mainarea .section .main {
    gap: 5%;
  }
  .natural .natural-body #mainarea .section .main .title .ja {
    font-size: min(32px,6vw);
    margin-bottom: 12px;
  }
  .natural .natural-body #mainarea .section .main .catch {
    font-size: min(20px,4.7vw);
  }
  .natural .natural-body #mainarea .section .feature {
    margin-top: 50px;
    padding: 35px 5vw 45px;
  }
  .natural .natural-body #mainarea .section .feature .h {
    font-size: min(24px,5vw);
    margin-bottom: 20px;
  }
  .natural .natural-body #mainarea .section .feature dl div {
    margin-top: 20px;
  }
  .natural .natural-body #mainarea .section .feature dl div dt {
    font-size: min(18px,3.6vw);
    padding-left: 20px;
    margin-bottom: 5px;
  }
  @container (width < 600px) {
    .natural .natural-body #mainarea .section .feature {
      margin-top: 20px;
    }
  }
  .modelhouse {
    margin-top: 60px;
  }
  .modelhouse .main {
    display: block;
  }
  .modelhouse .main .image {
    width: auto;
    margin-bottom: 30px;
  }
  .modelhouse .main .text .catch {
    font-size: min(4.5vw,20px);
    margin-bottom: 20px;
  }
  .modelhouse .main .text a.linkbutton {
    width: 220px;
    margin-top: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 60px;
  }
  .introduction .main .text .sub {
    width: 90%;
    margin: 30px 0 0 -20px;
  }

  .shiire {
    display: block;
    padding: 40px 5vw;
    margin-bottom: 60px;
  }
  .shiire .image {
    margin-top: 30px;
    width: auto;
    max-width: none;
  }
  .shiire .text .catch {
    margin-bottom: 12px;
  }
  .shiire .text p {
    font-size: inherit;
  }

  .natural {
    padding-block: 70px;
  }
  .natural .titleblock {
    margin-bottom: 50px;
  }
  .natural .titleblock .maintitle {
    margin-bottom: 40px;
  }
  .natural .titleblock .maintitle .sub {
    gap: 10px;
    margin-bottom: 5px;
  }
  .natural .titleblock .maintitle .sub::before, .natural .titleblock .maintitle .sub::after {
    width: 14px;
    height: 14px;
  }
  .natural .titleblock .maintitle .en {
    gap: 5px;
    font-size: 10px;
  }
  .natural .titleblock .text .catch {
    margin-bottom: 10px;
  }
  .natural .natural-body #naviarea .navi {
    grid-template-columns: auto auto;
    column-gap: 10px;
    margin: 0 auto 40px;
  }
  .natural .natural-body #naviarea .navi li {
    margin-bottom: 5px;
  }
  .natural .natural-body #naviarea .navi li a {
    padding-left: 12px;
  }
  .natural .natural-body #naviarea .navi li a::before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
  }
  .natural .natural-body #naviarea .navi li a span {
    gap: 1px;
  }
  .natural .natural-body #mainarea .section {
    padding: 0 5vw 40px;
  }
  .natural .natural-body #mainarea .section + .section {
    margin-top: 50px;
  }
  .natural .natural-body #mainarea .section .mainimage {
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 -5vw 30px;
  }
  .natural .natural-body #mainarea .section .main .title {
    margin-bottom: 20px;
  }
  .natural .natural-body #mainarea .section .main .text {
    margin-bottom: 30px;
  }
  .natural .natural-body #mainarea .section .feature {
    margin-top: 15px;
    padding: 30px 5vw 40px;
  }
  .natural .natural-body #mainarea .section .feature .h {
    margin-bottom: 10px;
  }
  .natural .natural-body #mainarea .section .feature dl div {
    margin-top: 15px;
  }
  .natural .natural-body #mainarea .section .feature dl div dt {
    padding-left: 17px;
  }
  .natural .natural-body #mainarea .section .feature dl div dt::before {
    margin-top: -4px;
  }
  .natural .natural-body #mainarea .section .feature dl div dd {
    font-size: 13px;
  }

  .modelhouse {
    margin-top: 50px;
  }
  .modelhouse .title {
    margin-bottom: 20px;
  }
  .modelhouse .title::before {
    width: 20px;
    height: 20px;
  }
  .modelhouse .main .image {
    margin-bottom: 20px;
  }
  .modelhouse .main .text .catch {
    margin-bottom: 15px;
  }
  .modelhouse .main .text a.linkbutton {
    width: 180px;
    margin: 20px 0 0 auto;
  }
}

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