@charset "UTF-8";
/*
  File Name   : top.css
  Description : Write top content styles
*/
/* TOP 共通パーツ
============================================================ */
.top-moreBtn {
  max-width: 300px;
}

/* KV
============================================================ */
.top-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - var(--height-header));
  height: calc(100dvh - var(--height-header));
  min-height: clamp(500px, 42vw, 800px);
  font-size: min(1.31vw, 25px);
  padding: 4.58em 2.4em 0 2.4em;
}
@media only screen and (max-width: 1024px) {
  .top-kv {
    height: calc(100vh - var(--height-header_mbl));
    height: calc(100dvh - var(--height-header_mbl));
    padding: 4.5em var(--sidePadding_base_mbl) var(--sidePadding_base_mbl);
    min-height: min(400px, 100vw);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kv {
    font-size: min(20px, 3.125vw, 25px);
  }
}
@media only screen and (max-width: 599px) {
  .top-kv {
    font-size: clamp(17px, 5.35vw, 20px);
  }
}
.top-kvInner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  font-size: inherit;
  padding: 0 1.48em 1.48em 0;
}
@media only screen and (max-width: 1024px) {
  .top-kvInner {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kvInner {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .top-kvInner {
    padding-bottom: 2.6em;
  }
}
.top-kv .top-kv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-kv .top-kv-slider .splide {
  position: relative;
  height: 100%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-kv .top-kv-slider .splide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(225deg, #fcc266 0%, #43220a 100%);
  background: linear-gradient(-135deg, #fcc266 0%, #43220a 100%);
  opacity: 0.13;
  z-index: 1;
  pointer-events: none;
}
.top-kv .top-kv-slider .splide .splide__track {
  width: 100%;
  height: 100%;
}
.top-kv .top-kv-slider .splide .splide__track .splide__list {
  height: 100%;
}
.top-kv .top-kv-slider .splide .splide__track .splide__list .splide__slide {
  height: 100%;
  overflow: hidden;
}
.top-kv .top-kv-slider .splide .splide__track .splide__list .splide__slide--pict {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 8s 0.2s ease-in-out;
  transition: 8s 0.2s ease-in-out;
}
.top-kv .top-kv-slider .splide .splide__track .splide__list .splide__slide--pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-kv .top-kv-slider .splide .splide__track .splide__list .splide__slide.is-active .splide__slide--pict {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top-kv .top-kv-catchCopy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: inherit;
  font-family: var(--fontFamily_sub__02);
  font-weight: 400;
  text-align: left;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  z-index: 2;
}
.top-kv .top-kv-catchCopy > span {
  display: block;
}
@media screen {
  .top-kv .top-kv-catchCopy > span {
    opacity: 0;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
}
.top-kv .top-kv-catchCopy__main {
  width: 100%;
  top: -0.825em;
  left: 0;
  color: var(--color_font);
  font-size: 2.4em;
  line-height: 1em;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-catchCopy__main {
    font-size: 2em;
    line-height: 1.25em;
    top: -0.9em;
  }
}
.top-kv .top-kv-catchCopy__sub {
  gap: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_accent);
  font-size: inherit;
  line-height: 1em;
  letter-spacing: 0.15em;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-catchCopy__sub {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 1.25em;
    text-align: right;
  }
}
.top-kv .top-kv-catchCopy__sub--01 {
  right: 0.25em;
  bottom: 1.5em;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
.top-kv .top-kv-catchCopy__sub--02 {
  right: 0.15em;
  bottom: 0.25em;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-catchCopy__sub--02 {
    right: 0;
    bottom: 0;
  }
}

/* ABOUT US
============================================================ */
.top-aboutUs {
  padding: 200px 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-aboutUs {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-aboutUs {
    padding: 80px 0 100px;
  }
}
.top-aboutUs .top-aboutUs-hl {
  margin: 0 auto 0;
}
.top-aboutUs .top-aboutUs-lead {
  font-family: var(--fontFamily_sub);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin: 28px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-lead {
    font-size: 20px;
  }
}
.top-aboutUs .top-aboutUs-subSections {
  display: grid;
  grid-template-columns: 100%;
  gap: 50px 0;
  margin: 76px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections {
    max-width: 700px;
    margin-top: 47px;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0;
  background-color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .top-aboutUs .top-aboutUs-subSections .subSection:nth-child(even) > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-aboutUs .top-aboutUs-subSections .subSection:nth-child(even) > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection {
    justify-items: center;
    gap: 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection {
    grid-template-columns: 100%;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__picts {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: min(35.714vw, 500px);
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__picts {
    min-height: initial;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__picts {
    aspect-ratio: 7/5;
  }
}
@media only screen and (max-width: 599px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__picts {
    aspect-ratio: 335/240;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__picts:has(.pict) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 599px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__picts:has(.pict) {
    gap: 5px;
    aspect-ratio: 335/285;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__picts .pict {
  position: relative;
  display: block;
  width: 100%;
}
.top-aboutUs .top-aboutUs-subSections .subSection__picts > img,
.top-aboutUs .top-aboutUs-subSections .subSection__picts .pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--sidePadding_base);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txt {
    padding: 40px 30px 50px;
  }
}
@media only screen and (max-width: 599px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txt {
    padding: 30px 18px 46px;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__txtInner {
  display: block;
  width: min(100%, 565px);
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txtInner {
    width: 100%;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  gap: 0 1em;
  font-size: 25px;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txt--hl {
    gap: 0 0.75em;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--hl .hlHd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0 0;
  width: 45px;
  min-height: 65px;
  color: var(--color_main);
  font-family: var(--fontFamily_sub__02);
  font-size: inherit;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--color_main);
  padding: 0.25em;
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--hl .hlHd .hlHd-point {
  font-size: 0.52em;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-indent: 0em;
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--hl .hlHd .hlHd-num {
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--hl .hlMain {
  color: var(--color_main);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.075em;
  text-indent: 0em;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txt--hl .hlMain {
    font-size: 23px;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--description {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: justify;
  margin: 1.5em 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-subSections .subSection__txt--description {
    font-size: 16px;
    line-height: 1.875em;
    margin-top: 1.75em;
  }
}
.top-aboutUs .top-aboutUs-subSections .subSection__txt--description > p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  margin: 1em 0;
}
.top-aboutUs .top-aboutUs-moreBtn {
  margin: 100px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-aboutUs .top-aboutUs-moreBtn {
    margin-top: 60px;
  }
}

/* BLOG
============================================================ */
.top-blog {
  padding: 200px 0 200px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .top-blog {
    padding: 100px 0 100px;
  }
}
.top-blogInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-blogInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px 0;
  }
}
.top-blogInner .top-blog-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .top-blogInner .top-blog-header {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    width: 100%;
  }
}
.top-blogInner .top-blog-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 760px;
}
@media only screen and (max-width: 1024px) {
  .top-blogInner .top-blog-body {
    width: 100%;
    max-width: initial;
  }
}
.top-blog .top-blog-body .com-blogList .pageList > li > a .txtGroup {
  max-width: 400px;
}
@media only screen and (max-width: 1024px) {
  .top-blog .top-blog-body .com-blogList .pageList > li > a .txtGroup {
    max-width: initial;
  }
}
.top-blog .top-blog-moreBtn {
  max-width: 250px;
  margin: 80px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-blog .top-blog-moreBtn {
    margin: 50px auto 0;
  }
}
.top-blog .com-noneText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .top-blog .com-noneText {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* IMAGE SLIDE
============================================================ */
.top-imageSlide {
  background-color: #fff;
}
.top-imageSlide .splide__slide .slidePict {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: calc(400 / 500 * 100%);
  overflow: hidden;
  pointer-events: none;
}
.top-imageSlide .splide__slide .slidePict > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* SUGGESTION
============================================================ */
.top-suggestion {
  padding: 150px 0 200px;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion {
    padding: 100px 0 100px;
  }
}
.top-suggestion .top-suggestion-headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-headerInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-suggestion .top-suggestion-header .top-suggestion-header-hl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-header .top-suggestion-header-hl {
    width: 100%;
  }
}
.top-suggestion .top-suggestion-header .top-suggestion-header-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 600px;
  font-family: var(--fontFamily_sub);
  font-size: 20px;
  font-weight: 400;
  line-height: 2.6em;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: -0.65em;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-header .top-suggestion-header-description {
    width: 100%;
    max-width: initial;
    font-size: 17px;
    line-height: 2em;
    margin: 60px 0 0;
  }
}
.top-suggestion .top-suggestion-body {
  margin: 138px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body {
    margin-top: 75px;
  }
}
.top-suggestion .top-suggestion-bodyInner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: min(5.48vw, 80px);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-suggestion .top-suggestion-bodyInner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: min(3.0vw, 30px);
  }
}
@media only screen and (max-width: 599px) {
  .top-suggestion .top-suggestion-bodyInner {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.top-suggestion .top-suggestion-body .subSecton {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(51, 28, 11, 0.1);
          box-shadow: 0px 2px 8px rgba(51, 28, 11, 0.1);
}
.top-suggestion .top-suggestion-body .subSecton:nth-child(even) {
  margin: 70px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body .subSecton:nth-child(even) {
    margin-top: 0;
  }
}
.top-suggestion .top-suggestion-body .subSectonInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  text-decoration: none;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body .subSectonInner {
    height: 100%;
  }
}
.top-suggestion .top-suggestion-body .subSecton__pict {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 660/390;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .top-suggestion .top-suggestion-body .subSecton__pict {
    aspect-ratio: 335/230;
  }
}
.top-suggestion .top-suggestion-body .subSecton__pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top-suggestion .top-suggestion-body .subSecton__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 18px 0;
  color: var(--color_font);
  text-align: center;
  padding: 40px 40px;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body .subSecton__txt {
    padding: 30px 17px;
  }
}
@media only screen and (max-width: 599px) {
  .top-suggestion .top-suggestion-body .subSecton__txt {
    grid-template-columns: 100%;
    max-width: 450px;
    margin: 0 auto 0;
  }
}
.top-suggestion .top-suggestion-body .subSecton__txt::before, .top-suggestion .top-suggestion-body .subSecton__txt::after {
  content: "";
  position: absolute;
  display: block;
}
.top-suggestion .top-suggestion-body .subSecton__txt::before {
  width: 35px;
  height: auto;
  aspect-ratio: 35/33;
  bottom: 0;
  right: 0;
  background-color: var(--color_main);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.top-suggestion .top-suggestion-body .subSecton__txt::after {
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 5px;
  right: 5px;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.top-suggestion .top-suggestion-body .subSecton__txt--hl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  font-family: var(--fontFamily_sub);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0em;
  border-bottom: 1px solid var(--color_main);
  padding: 0 0 0.25em;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body .subSecton__txt--hl {
    font-size: clamp(18px, 2.14vw, 22px);
  }
}
@media only screen and (max-width: 599px) {
  .top-suggestion .top-suggestion-body .subSecton__txt--hl {
    font-size: clamp(18px, 5.87vw, 22px);
  }
}
.top-suggestion .top-suggestion-body .subSecton__txt--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(100%, 500px);
  font-size: 17px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media only screen and (max-width: 1024px) {
  .top-suggestion .top-suggestion-body .subSecton__txt--description {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-suggestion .top-suggestion-body .subSecton__txt--description {
    min-height: 6em;
  }
}
@media only screen and (max-width: 599px) {
  .top-suggestion .top-suggestion-body .subSecton__txt--description {
    letter-spacing: -0.01em;
  }
}
.top-suggestion .top-suggestion-body .subSecton__txt--description > span {
  display: block;
}
.top-suggestion .top-suggestion-body .subSectonInner:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-suggestion .top-suggestion-body .subSectonInner:hover .subSecton__pict > img {
    -webkit-transform: translate(50%, -50%) scale(1.1);
            transform: translate(50%, -50%) scale(1.1);
  }
  .top-suggestion .top-suggestion-body .subSectonInner:hover .subSecton__txt::after {
    right: 0;
  }
}

/* SECTION SEPARATER 01
============================================================ */
.top-sectionSeparater__01 {
  position: relative;
  width: 100%;
  height: min(33.85vw, 650px);
}
@media only screen and (max-width: 1024px) {
  .top-sectionSeparater__01 {
    height: 350px;
  }
}
.top-sectionSeparater__01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/section-separater_01.webp) no-repeat center/cover;
}
@media only screen and (max-width: 599px) {
  .top-sectionSeparater__01::before {
    background-image: url(../images/home/section-separater_01_sp.webp);
    background-position: right center;
  }
}
.top-sectionSeparater__01.isFix {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.top-sectionSeparater__01.isFix::before {
  position: fixed;
  top: var(--height-header_scrolled);
  left: 0;
  height: inherit;
}
@media only screen and (max-width: 1024px) {
  .top-sectionSeparater__01.isFix::before {
    top: var(--height-header_mbl);
  }
}

/* WORKS
============================================================ */
.top-works {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f2), to(#fff));
  background: -webkit-linear-gradient(#f7f7f2 0%, #fff 100%);
  background: linear-gradient(#f7f7f2 0%, #fff 100%);
  padding: 200px 0 300px;
}
@media only screen and (max-width: 1024px) {
  .top-works {
    padding: 100px 0 200px;
  }
}
.top-works .top-works-hl {
  margin: 0 auto 0;
}
.top-works .top-works-slideBlock {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-slideBlock {
    max-width: initial;
    padding-right: 0;
    margin-top: 40px;
  }
}
.top-works .top-works-slide .splide__track {
  min-width: 100vw;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-slide .splide__track {
    min-width: initial;
  }
}
.top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper {
  display: block;
  color: var(--color_font);
  text-decoration: none;
}
.top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper .slidePict {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper .slidePict {
    aspect-ratio: 300/230;
  }
}
.top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper .slidePict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper .slideTxt {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: 1.5em 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper .slideTxt {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 0.5em;
  }
}
.top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-works .top-works-slide .splide__track .splide__list .splide__slide .slideLinkWrapper:hover .slidePict > img {
    -webkit-transform: translate(50%, -50%) scale(1.1);
            transform: translate(50%, -50%) scale(1.1);
  }
}
.top-works .top-works-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin: 77px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-slide .splide__pagination {
    padding: 0 var(--sidePadding_base_mbl) 0 0;
    margin-top: 42px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-works .top-works-slide .splide__pagination {
    gap: 5;
  }
}
@media only screen and (max-width: 599px) {
  .top-works .top-works-slide .splide__pagination {
    gap: 4px;
  }
}
.top-works .top-works-slide .splide__pagination > li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: block;
  max-width: 100px;
  background-color: #D6D6D6;
  height: 3px;
  overflow: hidden;
}
.top-works .top-works-slide .splide__pagination > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #707070;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.9s ease-out;
  transition: -webkit-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.top-works .top-works-slide .splide__pagination > li:has(.is-active)::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.top-works .top-works-slide .splide__pagination > li .splide__pagination__page {
  position: relative;
  display: block;
  width: 100%;
}
.top-works .top-works-moreBtn {
  max-width: 250px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-moreBtn {
    margin-top: 48px;
  }
}
.top-works .com-noneText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.7;
}