<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top .catch {
  position: absolute;
  top: 20%;
  left: 10%;
  display: inline-block;
  z-index: 2;
}
.top .catch h1 {
  color: var(--color02);
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1.8;
  display: inline-block;
  margin: 0;
}
.top .catch h1 span {}
.top {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.bg-relative .contents-area {
    background: rgba(255, 255, 255, 0.95);
    padding: 100px 0 0;
}
.bg-relative .gla01 {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-relative .gla02 {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* section */
.section {
  position: relative;
}
.section .sub-ttl {
    position: absolute;
    z-index: 10;
    display: inline-block;
    font-weight: 100;
    letter-spacing: 0px;
    font-size: clamp(2.813rem, 1.875rem + 3.13vw, 5rem);
}
.section03 .sub-ttl {
    left: 5%;
    top: 5%;
}
.section04 .sub-ttl {
  left: 5%;
  top: -18%;
}
.section05 .sub-ttl {
  left: 5%;
  top: -7%;
}
.section .more-right {
  display: flex;
  justify-content: flex-end;
}
.section .more-right a {}
/* section02 */
.section02 {
    position: relative;
    z-index: 2;
    height: 100%;
}
.section02 .container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}
.section02 .sub_ttl {}
.section02 .ex01 {
    text-align: center;
    line-height: 2.5;
    margin-top: 100px;
}
.section02 .ex02 {
    text-align: center;
    line-height: 2.5;
    margin-top: 70px;
}
.section02 .tate {
    border-left: 1px solid #000;
    height: 175px;
    margin: 120px 0 45px;
}

/* anim */
#anime-js {
  width: 180px;
  height: 100px;
  background-color: #000;
}

#anime-js svg {
  width: 100%;
  height: 100%;
}

#anime-js path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
/* itemslide */
.section03 {
    padding-top: 120px;
}
.slide-section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: visible;
}
.item-slide {
  width: 100%;
}
.item-slide .slick-slide {
  margin: 0 15px;
  position: relative;
}
.item-slide li {
  padding-top: 60px;
  padding-bottom: 60px;
}
.item-slide li a {
  display: block;
  height: auto;
  width: clamp(17.813rem, 12.776rem + 12.79vw, 28.125rem);
  overflow: hidden;
}
.item-slide li a img {
    margin: 0 auto;
    display: block;
    height: auto;
    clip-path: inset(5% 5% 5% 5% round 50% / 35%);
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.item-slide li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slide-section .txt-box {
  position: absolute;
  bottom: 10%;
  left: 0%;
  color: var(--color02);
  padding: 6px 10px;
  border-radius: 4px;
}
.slide-section .txt-box .itemname-en {
  font-size: clamp(1.688rem, 1.607rem + 0.27vw, 1.875rem);
  margin: 0;
  font-weight: 100;
  letter-spacing: 3px;
}
.slide-section .txt-box .itemname-jp {
    font-size: clamp(1.875rem, 1.741rem + 0.45vw, 2.188rem);
    margin-left: 2rem;
    font-weight: 300;
    font-family: var(--font_sub02);
}
/* point */
.section04 {
    margin-bottom: 150px;
    margin-top: 200px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
}

.features &gt; div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features-box01 { grid-area: 1 / 1 / 2 / 3; }
.features-box02 { grid-area: 2 / 1 / 3 / 3; }
.features-box03 { grid-area: 1 / 3 / 3 / 4; }
.features .features-box01 {
    flex-direction: row;
}
.features .features-box01 div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.features .features-box01 img {
  width: 50%;
}
.features .features-box02 {
    flex-direction: row;
}
.features .features-box02 div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.features .features-box02 img {
  width: 50%;
}

.features .features-box03 {}
.features .features-box03 div {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.features .features-box03 img {
  height: 70%;
}
.features img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.section04 .text h2 {
  font-size: clamp(1.25rem, 0.982rem + 1.02vw, 1.875rem);
  margin: 0;
}
.section04 .text h2 span {
  font-family: var(--font_sub01);
  font-size: clamp(2.5rem, 1.833rem + 2.54vw, 4.375rem);
}

.section04 .text p {
  font-size: clamp(1.063rem, 0.951rem + 0.42vw, 1.375rem);
  line-height: 2.4;
  margin: 0;
}

/* ã‚³ãƒ³ãƒ†ãƒŠå¹…ï½ž1281px */
@media screen and (min-width: 1281px) and (max-width: 1600px) {}
/* mac book airï¼ˆ1280pxä»¥ä¸‹ã®æ±Žç”¨ï¼‰ */
@media screen and (max-width:1280px) {
  .item-slide li a img {
    width: 80%;
}
.slide-section .txt-box .itemname-jp {
    font-size: 23px;
}
.slide-section .txt-box .itemname-en {
    font-size: 23px;
}
.section03 .sub-ttl {
    top: 10%;
}
}
/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå…±é€š */
@media screen and (min-width: 631px) and (max-width: 1024px) {
  .section02 .tate {
    height: 150px;
    margin: 55px 0 45px;
}
 .slide-section .txt-box .itemname-en,
  .slide-section .txt-box .itemname-jp {
     font-size: clamp(1.25rem, 1.17rem + 0.27vw, 1.438rem);
    
  }
.slide-section .txt-box .itemname-jp {
   margin-left: 1rem;
}
.section04 .text h2 {
    font-size: clamp(1.25rem, 1.196rem + 0.18vw, 1.375rem);
    margin: 0;
}
.section04 .text p {
    font-size: clamp(1rem, 0.946rem + 0.18vw, 1.125rem);
    line-height: 2;
}
}
/* 768pxä»¥ä¸‹ï¼šã‚¹ãƒžãƒ›å¯¾å¿œ */
@media screen and (max-width: 830px) {
  .bg-relative .contents-area {
    padding: 30px 0 0;
  }
  .section02 {
  }
  .features {
    display: flex;
    flex-direction: column;
  }
  .features &gt; div {
    flex-direction: column;
  }
  .features-box01,
  .features-box02,
  .features-box03 {
    grid-area: unset;
    width: 100%;
  }
  .features .features-box01,
  .features .features-box02 {
    flex-direction: column;
  }
  .features .features-box01 div,
  .features .features-box01 img,
  .features .features-box02 div,
  .features .features-box02 img {
    width: 100%;
  }
  .features .features-box01 div,
  .features .features-box02 div {
    order: 1;
  }
  .features .features-box01 img,
  .features .features-box02 img {
    order: 2;
  }
  .features .features-box03 div {
    height: inherit;
    order: 1;
    padding: 0;
  }
  .features .features-box03 img {
    height: inherit;
    order: 2;
  }

  .top .catch h1 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 2px;
  }

  .section02 .ex01,
  .section02 .ex02 {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 2;
  }

  .slide-section {
    height: auto;
    padding: 3rem 0 0;
  }

  .slide-section {
    height: auto;
    padding: 3rem 0;
  }

  .slide-section .txt-box .itemname-en,
  .slide-section .txt-box .itemname-jp {
    font-size: 24px;
    margin-left: 0;
  }
  .section04 .sub-ttl {
    top: -4%;
  }
.section04 {
    margin-bottom: 30px;
    margin-top: 130px;
}
  .section04 .text-block h2 {
    font-size: 1.5rem;
  }

  .section04 .text-block h2 span {
    font-size: 3rem;
  }

  .section04 .text-block p {
    font-size: 1rem;
  }
  .contact_area {
    margin: 120px 0 0;
  }
  .bg-relative .gla01 {
    height: 25px;
  }
  .bg-relative .gla02 {
    height: 25px;
  }
}
/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆç¸¦ */
@media screen and (min-width: 631px) and (max-width: 1024px) and (orientation: portrait) {
  .top .catch {
    top: 20%;
    left: 5%;
}
.section02 .container {
    padding-top: 60px;
}
.section03 .sub-ttl {
    top: 15%;
}
.features .features-box03 img {
    aspect-ratio: 1;
}
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆæ¨ª */
@media screen and (min-width: 631px) and (max-width: 1279px) and (orientation: landscape) {
  .top .catch {
    top: 18%;
    left: 7%;
}
.item-slide li a img {
  width: 100%;
}
}


/* ã‚¹ãƒžãƒ›ç”¨ï¼ˆã€œ630pxï¼‰ */
@media screen and (max-width: 630px) {
.top .catch {
    top: 17%;
    left: 4%;
}
.top .catch h1 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px;
}
.section03 .sub-ttl {
    font-size: 3rem;
    left: -3%;
}
.section02 h2 {
    width: 100%;
}
.slide-section {
    padding: 4rem 0 2rem;
}
.section04 .sub-ttl {
          top: -5%;
        left: -12%;
}
.section03 {
    padding-top: 35px;
}
.item-slide li a img {
    width: 95%;
}
  .section02 .ex01, .section02 .ex02 {
    font-size: 0.95rem;
    margin-top: 3rem;
}

  .slide-section .txt-box .itemname-en,
  .slide-section .txt-box .itemname-jp {
    font-size: 18px;
  }

  .section04 .grid-container {
    gap: 1rem;
  }

  .section04 .text-block h2 {
    font-size: 1.25rem;
  }

  .section04 .text-block h2 span {
    font-size: 2rem;
  }

  .section04 .text-block p {
    font-size: 0.9rem;
  }

  .section05 .left p,
  .section05 .right a p {
    font-size: 1rem;
  }
.section02 .tate {
    border-left: 1px solid #b7b7b7;
    height: 80px;
    margin: 60px 0 25px;
}
.bg-relative .contents-area {
    padding-top: 65px;
}
  .section02 .ex01 {
    text-align: left;
  }
  .section02 .ex02 {
    text-align: left;
  }
  .features .features-box01 div, .features .features-box01 img, .features .features-box02 div, .features .features-box02 img {
    padding: 0;
  }
  .features .features-box03 img {
    height: 50%;
    aspect-ratio: 1/1;
  }
  .section04 {
    margin-bottom: 80px;
  }
}</pre></body></html>