@charset "UTF-8";
:root {
  --inner-max-m: 131.2rem;
  --inner-max-s: 108.8rem;
  --side-padding:clamp(2rem, 1.5897903373rem + 1.0938924339vw, 3.2rem);
  --color-point1:#E1924F;
  --color-point2:#CB83A3;
  --color-point3:#88B65A;
  --color-point4:#BCA264;
  --color-point5:#578EB5;
  --side-padding2:clamp(2rem, -0.0510483136rem + 5.4694621696vw, 8rem);
}

body::before {
  content: none;
}
body {
  background-color: #F7F6F4;
  background-image: url(/jujo/assets/image/home/bg_dots.png);
  background-repeat: repeat;
  background-size: 150px 150px;
}

.t-home-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.t-home-heading__en {
  color: var(--home-secondary);
  font-family: var(--font-en);
  font-size: var(--typo-home-l);
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.t-home-heading__en:before {
  background: none;
  content: "";
  position: relative;
  aspect-ratio: 1/1;
  block-size: 0.8rem;
  background-color: var(--theme-primary);
  -webkit-mask-image: url(/jujo/assets/image/common/hero_hierarchy_deco.svg);
          mask-image: url(/jujo/assets/image/common/hero_hierarchy_deco.svg);
  height: 0.8rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.t-home-heading__ja {
  font-family: var(--font-heading);
  font-size: var(--typo-home-h2);
  line-height: var(--lineheight12);
  font-weight: var(--font-weight-heading);
}
.t-home-heading.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-home-heading.-white .t-home-heading__en {
  color: var(--color-white-900);
}
.t-home-heading.-white .t-home-heading__en:before {
  background-color: var(--color-white-900);
}
.t-home-heading.-white .t-home-heading__ja {
  color: var(--color-white-900);
}

.t-home-heading2 {
  font-family: var(--font-heading);
  line-height: var(--lineheight16);
  color: var(--color-heading);
  font-size: var(--typo-home-h3);
  text-align: center;
  letter-spacing: 0.02em;
}

.t-home-heading3 {
  font-family: var(--font-heading);
  line-height: var(--lineheight14);
  color: var(--color-heading);
  font-size: var(--typo-home-h4);
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover > .t-home-heading3 {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 1.2652689152rem + 7.2926162261vw, 12rem);
  padding-inline: clamp(2rem, -0.0510483136rem + 5.4694621696vw, 8rem);
  margin-top: clamp(4rem, 1.2652689152rem + 7.2926162261vw, 12rem);
}
.t-home-block.-small {
  gap: clamp(4rem, 3.1795806746rem + 2.1877848678vw, 6.4rem);
  margin-top: clamp(3.2rem, 0.636189608rem + 6.8368277119vw, 10.7rem);
  padding-inline: clamp(1rem, -1.3928896992rem + 6.3810391978vw, 8rem);
}
.t-home-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.t-home-block__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 1.2652689152rem + 7.2926162261vw, 12rem);
  position: relative;
}
.t-home-block__inner2:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5F1DE;
  z-index: -10;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  height: 50%;
}
@media screen and (max-width: 1023px) {
  .t-home-block__inner2:before {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    height: 50%;
  }
}
.t-home-block__inner2::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-image: url(/jujo/assets/image/home/deco_news_wave.png);
  top: -6%;
  left: 50%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-size: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .t-home-block__inner2::after {
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
}

.t-home {
  position: relative;
  margin-bottom: clamp(8.7rem, 8.2556061987rem + 1.1850501367vw, 10rem);
}
.t-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(/jujo/assets/image/home/bg_line.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1023px) {
  .t-home::before {
    background-image: url(/jujo/assets/image/home/bg_line-sp.png);
  }
}

@media screen and (max-width: 1023px) {
  .l-shortcut-helpbtn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .l-shortcut-helpbtn.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t-mv {
  position: relative;
  aspect-ratio: 1472/757;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-inline: clamp(2rem, -1.1449407475rem + 8.38650866vw, 11.2rem);
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1023px) {
  .t-mv {
    padding-inline: clamp(2rem, 1.5897903373rem + 1.0938924339vw, 3.2rem);
    padding-inline: var(--side-padding);
    aspect-ratio: unset;
    gap: 2.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.t-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, -0.0510483136rem + 5.4694621696vw, 8rem);
}

.t-mv-slider {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: -10 !important;
  width: 74%;
  overflow: hidden;
  border-top-left-radius: var(--round-max);
  border-bottom-left-radius: var(--round-max);
}
@media screen and (max-width: 1023px) {
  .t-mv-slider {
    position: relative !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: calc(-1 * var(--side-padding)) !important;
    margin-top: 0.6rem;
  }
}
.t-mv-slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: clip;
}
.t-mv-slider::before, .t-mv-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-mv-slider::before {
  z-index: 100;
}
.t-mv-slider::after {
  z-index: 10;
}

.t-mv-slider {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out, -webkit-filter 1s ease-out;
  transition: opacity 2s ease-out, -webkit-filter 1s ease-out;
  transition: opacity 2s ease-out, filter 1s ease-out;
  transition: opacity 2s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.t-mv-slider.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.t-mv-slider-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.t-mv-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-mv-slider-item.swiper-slide-active img, .t-mv-slider-item.swiper-slide-duplicate-active img, .t-mv-slider-item.swiper-slide-prev img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  -webkit-transform: translateX(0) scale(1.2);
          transform: translateX(0) scale(1.2);
  -webkit-animation: move 24s linear 0s normal both;
          animation: move 24s linear 0s normal both;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.t-mv-copy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.7163172288rem + 1.8231540565vw, 4.4rem);
  -webkit-animation: MvFadeCopy 2.75s cubic-bezier(0.4, 1, 0.8, 1) forwards;
          animation: MvFadeCopy 2.75s cubic-bezier(0.4, 1, 0.8, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

@-webkit-keyframes MvFadeCopy {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  10% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes MvFadeCopy {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  10% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@media screen and (max-width: 1023px) {
  .t-mv-copy-main {
    width: 63%;
  }
}

.t-mv-copy {
  font-family: var(--font-heading);
  letter-spacing: 0.08em;
  line-height: var(--lineheight20);
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .t-mv-copy {
    line-height: var(--lineheight18);
  }
}
@media screen and (max-width: 768px) {
  .t-mv-copy {
    font-size: clamp(1.1rem, 0.9632634458rem + 0.3646308113vw, 1.5rem);
  }
}

.t-mv-contents {
  margin-bottom: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.9316317229rem + 0.1823154057vw, 1.2rem);
}
@media screen and (max-width: 1023px) {
  .t-mv-contents {
    margin-bottom: 0rem;
  }
}

.t-mv-contents-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.6rem, 0.5316317229rem + 0.1823154057vw, 0.8rem);
  font-family: var(--font-heading);
  font-size: var(--typo-label-s);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
  color: var(--color-heading);
}
.t-mv-contents-heading::before {
  content: "";
  inline-size: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  aspect-ratio: 1/1;
  display: block;
  border-radius: var(--round-max);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--theme-primary);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.t-mv-contents-heading::after {
  inline-size: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  content: "";
  position: absolute;
  aspect-ratio: 7.5/6.25;
  block-size: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 0.7rem;
  background-size: 100%;
  background-color: var(--color-white-900);
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_menu.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_menu.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask-size: 37%;
          mask-size: 37%;
}

.t-mv-list__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(0.6rem, 0.2581586144rem + 0.9115770283vw, 1.6rem) 1fr clamp(0.6rem, 0.2581586144rem + 0.9115770283vw, 1.6rem) 1fr clamp(0.6rem, 0.2581586144rem + 0.9115770283vw, 1.6rem) 1fr clamp(0.6rem, 0.2581586144rem + 0.9115770283vw, 1.6rem) 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.6rem, 0.2581586144rem + 0.9115770283vw, 1.6rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1023px) {
  .t-mv-list__wrap {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .t-mv-list__wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .t-mv-list__wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .t-mv-list__wrap > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .t-mv-list__wrap > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .t-mv-list__wrap > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .t-mv-list__wrap > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .t-mv-list__wrap > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .t-mv-list__wrap > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .t-mv-list__wrap > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .t-mv-list__wrap > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .t-mv-list__wrap > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .t-mv-list__wrap > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
}

.t-mv-list {
  height: 100%;
}
.t-mv-list .t-mv-list-item {
  height: 100%;
  border-radius: var(--round-l);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
  -webkit-padding-before: clamp(1.2rem, 0.9265268915rem + 0.7292616226vw, 2rem);
          padding-block-start: clamp(1.2rem, 0.9265268915rem + 0.7292616226vw, 2rem);
  -webkit-padding-after: clamp(0.8rem, 0.492342753rem + 0.8204193254vw, 1.7rem);
          padding-block-end: clamp(0.8rem, 0.492342753rem + 0.8204193254vw, 1.7rem);
  -webkit-padding-start: clamp(1rem, 0.6581586144rem + 0.9115770283vw, 2rem);
          padding-inline-start: clamp(1rem, 0.6581586144rem + 0.9115770283vw, 2rem);
  -webkit-padding-end: clamp(1rem, -0.2989972653rem + 3.4639927074vw, 4.8rem);
          padding-inline-end: clamp(1rem, -0.2989972653rem + 3.4639927074vw, 4.8rem);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.4rem, -0.0443938013rem + 1.1850501367vw, 1.7rem);
  text-decoration: none;
}
.t-mv-list .t-mv-list-item .c-icon-arrow {
  position: absolute;
  right: 1.6rem;
  bottom: 1.7rem;
}
@media screen and (max-width: 1023px) {
  .t-mv-list .t-mv-list-item {
    border-radius: var(--round-m);
  }
  .t-mv-list .c-icon-arrow {
    display: none;
  }
  .t-mv-list:nth-of-type(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .t-mv-list:nth-of-type(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .t-mv-list:nth-of-type(3) {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .t-mv-list:nth-of-type(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .t-mv-list:nth-of-type(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}

.t-mv-list-sublabel {
  color: #ACACAC;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover .t-mv-list-sublabel {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: var(--theme-primary);
}
@media screen and (max-width: 1023px) {
  .t-mv-list-sublabel {
    color: var(--theme-primary);
  }
}

.t-mv-list-label {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: min(2rem, 1.29vw);
  line-height: var(--lineheight14);
  letter-spacing: 0.02em;
}
a:hover .t-mv-list-label {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: var(--theme-primary);
}
@media screen and (max-width: 1023px) {
  .t-mv-list-label {
    font-size: clamp(1.1rem, 0.792342753rem + 0.8204193254vw, 2rem);
  }
}

.t-home-intro {
  margin-top: clamp(4rem, 3.1795806746rem + 2.1877848678vw, 6.4rem);
}
.t-home-intro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(3.2rem, 2.892342753rem + 0.8204193254vw, 4.1rem) 0.7fr;
  grid-template-columns: 1fr 0.7fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(3.2rem, 2.892342753rem + 0.8204193254vw, 4.1rem);
}
@media screen and (max-width: 1023px) {
  .t-home-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-intro__slider {
  border-top-right-radius: var(--round-max);
  border-bottom-right-radius: var(--round-max);
  overflow: hidden;
}
.t-home-intro__slider img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .t-home-intro__slider {
    width: 88%;
  }
}

.t-home-intro__slider .swiper-pagination {
  position: absolute;
  bottom: 16px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0px) !important;
          transform: translate(-50%, 0px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  width: auto !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.05);
  border-radius: var(--round-max);
}
.t-home-intro__slider .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background-color: var(--color-white-900) !important;
  opacity: 1 !important;
}
.t-home-intro__slider .swiper-pagination-bullet-active {
  border-radius: 100px !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: var(--theme-primary) !important;
}
.t-home-intro__slider .swiper .swiper-slide {
  height: auto !important;
}
.t-home-intro__slider .swiper .swiper-slide-item {
  height: 100% !important;
}

.t-home-intro__body {
  max-width: 42rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .t-home-intro__body {
    max-width: none;
    margin-top: 0;
    -webkit-padding-start: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
            padding-inline-start: clamp(2.4rem, 0.4856882407rem + 5.1048313582vw, 8rem);
    -webkit-padding-end: clamp(3.8rem, 2.3642661805rem + 3.8286235187vw, 8rem);
            padding-inline-end: clamp(3.8rem, 2.3642661805rem + 3.8286235187vw, 8rem);
  }
}

.t-intro-copy-main {
  -webkit-transform: translate(-1.2rem, 0);
          transform: translate(-1.2rem, 0);
}
@media screen and (max-width: 1023px) {
  .t-intro-copy-main {
    width: 65%;
  }
}

.t-home-intro-label__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.2rem, 0.9948951686rem + 0.546946217vw, 1.8rem);
}

.t-home-intro-label {
  font-family: var(--font-heading);
  line-height: var(--lineheight14);
  font-size: clamp(1.15rem, 0.9961713765rem + 0.4102096627vw, 1.6rem);
  letter-spacing: 0;
}

.t-home-intro-text__wrap {
  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.8rem;
}

.t-home-intro-text {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 1.0974475843rem + 0.2734731085vw, 1.5rem);
  line-height: var(--lineheight20);
  letter-spacing: 0.05em;
}

.t-home-recovery {
  max-width: var(--inner-max-m);
  margin-inline: auto;
  margin-top: clamp(4rem, 3.1795806746rem + 2.1877848678vw, 6.4rem);
  padding-inline: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .t-home-recovery {
    padding-inline: 0;
    padding-inline: clamp(2rem, -0.0510483136rem + 5.4694621696vw, 8rem);
  }
}

.t-home-recovery-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 1.7974475843rem + 0.2734731085vw, 2.2rem);
  line-height: var(--lineheight17);
  color: var(--color-heading);
}
@media screen and (max-width: 1023px) {
  .t-home-recovery-heading {
    line-height: var(--lineheight16);
  }
}

.t-home-point-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem) 1fr clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem) 1fr clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem) 1fr clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem) 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(1.2rem, 0.7897903373rem + 1.0938924339vw, 2.4rem);
}
@media screen and (max-width: 1023px) {
  .t-home-point-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .t-home-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-point {
  width: 100%;
  position: relative;
  isolation: isolate;
}
.t-home-point a {
  width: 100%;
  height: 100%;
  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;
  gap: 2rem;
  -webkit-padding-before: clamp(2.2rem, 2.0632634458rem + 0.3646308113vw, 2.6rem);
          padding-block-start: clamp(2.2rem, 2.0632634458rem + 0.3646308113vw, 2.6rem);
  -webkit-padding-after: clamp(2.2rem, 2.1316317229rem + 0.1823154057vw, 2.4rem);
          padding-block-end: clamp(2.2rem, 2.1316317229rem + 0.1823154057vw, 2.4rem);
  background-color: #dfcda9;
  text-decoration: none;
  border-radius: var(--round-l);
  overflow: hidden;
  position: relative;
}
.t-home-point a::before {
  position: absolute;
  content: "";
  background-color: var(--color-white-900);
  border-radius: var(--round-max);
  block-size: 1.2rem;
  width: 72%;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.t-home-point::after {
  content: "";
  position: absolute;
  max-width: 270px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  left: 0;
  bottom: -37.5px;
  border-radius: 50%;
  opacity: 0.3;
  mix-blend-mode: hard-light;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .t-home-point::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .t-home-point a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8rem 1fr;
    grid-template-columns: 8rem 1fr;
    padding-block: 2.2rem;
    padding-left: 2.6rem;
    padding-right: 4.2rem;
  }
  .t-home-point a::before {
    block-size: 72%;
    width: 1.2rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.t-home-point-media {
  inline-size: 10rem;
  aspect-ratio: 1/1;
  background: var(--color-white-900);
  border-radius: var(--round-max);
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .t-home-point-media {
    inline-size: 8rem;
  }
}

.t-home-point-item__body {
  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;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .t-home-point-item__body {
    gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t-home-point-item__body .c-icon-arrow {
    position: absolute;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.t-home-point-tag {
  color: #dfcda9;
  font-size: clamp(1.2rem, 1.1658158614rem + 0.0911577028vw, 1.3rem);
  font-family: var(--font-heading);
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  background-color: var(--color-white-900);
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  padding-left: 0.9rem;
  padding-right: 0.8rem;
  border-radius: var(--round-max);
}

.t-home-point-label {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 1.5316317229rem + 0.1823154057vw, 1.8rem);
  text-decoration: underline;
  line-height: var(--lineheight15);
  letter-spacing: 0.06em;
  color: var(--color-white-900);
  text-align: center;
}
a:hover .t-home-point-label {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .t-home-point-label {
    text-align: left;
  }
}

.t-home-point.-color1::after {
  background-color: var(--color-point1);
}
.t-home-point.-color1 a {
  background-color: var(--color-point1);
}
.t-home-point.-color1 a .t-home-point-tag {
  color: var(--color-point1);
}

.t-home-point.-color2::after {
  background-color: var(--color-point2);
}
.t-home-point.-color2 a {
  background-color: var(--color-point2);
}
.t-home-point.-color2 a .t-home-point-tag {
  color: var(--color-point2);
}

.t-home-point.-color3::after {
  background-color: var(--color-point3);
}
.t-home-point.-color3 a {
  background-color: var(--color-point3);
}
.t-home-point.-color3 a .t-home-point-tag {
  color: var(--color-point3);
}

.t-home-point.-color4::after {
  background-color: var(--color-point4);
}
.t-home-point.-color4 a {
  background-color: var(--color-point4);
}
.t-home-point.-color4 a .t-home-point-tag {
  color: var(--color-point4);
}

.t-home-point.-color5::after {
  background-color: var(--color-point5);
}
.t-home-point.-color5 a {
  background-color: var(--color-point5);
}
.t-home-point.-color5 a .t-home-point-tag {
  color: var(--color-point5);
}

.t-home-outpatient {
  width: 100%;
  max-width: var(--inner-max-m);
  margin: 0 auto;
  background-color: var(--color-white-900);
  border-radius: var(--round-2xl);
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
}
.t-home-outpatient__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 108.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .t-home-outpatient__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1rem, 0.7948951686rem + 0.546946217vw, 1.6rem);
  }
}

.t-home-outpatient-item {
  width: 100%;
  pointer-events: auto;
}
.t-home-outpatient-item .t-home-outpatient-title {
  cursor: default;
  display: none;
  font-family: var(--font-heading);
  line-height: var(--lineheight12);
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.3974475843rem + 0.2734731085vw, 1.8rem);
}
@media screen and (max-width: 1023px) {
  .t-home-outpatient-item {
    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;
    border: solid 1px rgba(0, 0, 0, 0.08);
    padding: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
    border-radius: var(--round-l);
  }
  .t-home-outpatient-item .t-home-outpatient-title {
    display: block;
  }
  .t-home-outpatient-item .c-guide {
    opacity: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 0;
  }
  .t-home-outpatient-item .c-guide::before {
    content: "";
    display: block;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .t-home-outpatient-item .c-guide .c-guide-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t-home-outpatient-item .c-guide .c-guide-tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t-home-outpatient-item .c-guide .c-guide-time {
    text-align: left;
  }
  .t-home-outpatient-item .c-guide .c-guide-head {
    display: none;
  }
}

.t-home-accordion {
  width: 100%;
  pointer-events: auto;
}
.t-home-accordion-title {
  cursor: default;
  display: none;
  font-family: var(--font-heading);
  line-height: var(--lineheight12);
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.3974475843rem + 0.2734731085vw, 1.8rem);
}
.t-home-accordion .c-guide {
  max-height: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  overflow: visible;
  -webkit-transition: none;
  transition: none;
}
.t-home-accordion.js-open .c-guide {
  max-height: none;
}
@media screen and (max-width: 1023px) {
  .t-home-accordion {
    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;
    border: solid 1px rgba(0, 0, 0, 0.08);
    padding: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
    border-radius: var(--round-l);
  }
  .t-home-accordion-title {
    cursor: pointer;
    display: block;
  }
  .t-home-accordion .c-guide {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 0;
    -webkit-transition: max-height 0.4s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.4s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .t-home-accordion .c-guide::before {
    content: "";
    display: block;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .t-home-accordion .c-guide .c-guide-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t-home-accordion .c-guide .c-guide-tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t-home-accordion .c-guide .c-guide-time {
    text-align: left;
  }
  .t-home-accordion .c-guide .c-guide-head {
    display: none;
  }
  .t-home-accordion.js-open .c-guide {
    max-height: 1000px;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .t-home-accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-right: 2.4rem;
  }
  .t-home-accordion-title::before, .t-home-accordion-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.2rem;
    height: 2px;
    background-color: #C8C8C8;
    border-radius: var(--round-max);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .t-home-accordion-title::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .t-home-accordion.js-open .t-home-accordion-title::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
.t-home-important {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25.6rem 1fr;
  grid-template-columns: 25.6rem 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-inline: auto;
  width: 100%;
  max-width: var(--inner-max-s);
  margin: 0 auto;
  border-radius: var(--round-xl);
  color: var(--color-white-900);
  background-color: var(--color-white-900);
  overflow: hidden;
  border: solid 1px var(--color-important);
}
@media screen and (max-width: 1023px) {
  .t-home-important {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.t-home-important__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-block: 3.2rem;
  padding-inline: clamp(2rem, 1.0428441203rem + 2.5524156791vw, 4.8rem);
}
@media screen and (max-width: 768px) {
  .t-home-important__inner {
    gap: 0rem;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.t-home-important-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-important);
  padding-block: 1.15rem;
}
.t-home-important-label__main {
  color: var(--color-white-900);
  font-family: var(--font-heading);
  font-size: var(--typo-label-l);
  line-height: var(--lineheight14);
  letter-spacing: 0.02em;
}

.t-home-important-list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.6rem 1fr;
  grid-template-columns: 17.6rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-important);
  width: 100%;
  text-decoration: none;
  position: relative;
}
.t-home-important-list a[target=_blank]::after, .t-home-important-list a[href$=".pdf"]::after {
  content: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-home-important-list {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }
  .t-home-important-list:last-of-type {
    border-bottom: none;
  }
  .t-home-important-list a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding-block: 1.4rem;
  }
  .t-home-important-list a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.t-home-important-date {
  width: 17.6rem;
  font-size: clamp(1.1rem, 1.0316317229rem + 0.1823154057vw, 1.3rem);
  line-height: 1.4;
  position: relative;
  letter-spacing: 0;
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
}
.t-home-important-date::before {
  content: "";
  position: relative;
  top: 0%;
  left: 0;
  inline-size: 0.6rem;
  block-size: 0.6rem;
  aspect-ratio: 1/1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 0.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: solid 1px var(--color-red-700);
  border-radius: var(--round-max);
}
a:hover > .t-home-important-date {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover > .t-home-important-date::before {
  opacity: 1;
  background-color: var(--color-red-700);
}

.t-home-important-title {
  font-size: clamp(1.3rem, 1.1974475843rem + 0.2734731085vw, 1.6rem);
  font-family: var(--font-b);
  font-weight: var(--font-weight-b);
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
}
a[target=_blank] .t-home-important-title::after, a[href$=".pdf"] .t-home-important-title::after {
  content: "";
  inline-size: 0.8em;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -webkit-margin-start: 0.6rem;
          margin-inline-start: 0.6rem;
  position: relative;
  display: inline-block;
  background: var(--color-important);
  background-size: 100%;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  inset-block-start: -0.05em;
}
a:hover > .t-home-important-title {
  text-decoration: none;
}

.t-home-topics {
  position: relative;
  width: 100%;
  max-width: var(--inner-max-m);
  margin: 0 auto;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-s);
  height: 0;
}
.t-home-topics > .t-home-heading {
  width: 100%;
  max-width: var(--inner-max-s);
  margin: 0 auto;
}
.t-home-topics.is-active {
  opacity: 1;
  height: auto;
}
.t-home-topics__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.8rem 1fr 4.8rem 1fr 4.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .t-home-topics {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .t-home-topics > .t-home-heading {
    padding-inline: var(--side-padding2);
  }
  .t-home-topics__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: solid 1px #F0F0F0;
  }
}

.t-home-slider .t-home-slider__inner {
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .t-home-slider .t-home-slider__inner {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}
.t-home-slider .swiper-area {
  position: relative;
}
.t-home-slider .swiper-button-prev,
.t-home-slider .swiper-button-next {
  position: absolute;
}
.t-home-slider .swiper-button-prev,
.t-home-slider .swiper-button-next {
  width: 4rem !important;
  height: 4rem !important;
  background-color: var(--color-white-900);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  border: solid 6px var(--color-pure-white);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 1023px) {
  .t-home-slider .swiper-button-prev,
  .t-home-slider .swiper-button-next {
    display: none !important;
  }
}
.t-home-slider .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.t-home-slider .swiper-button-prev:after,
.t-home-slider .swiper-button-next:after {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' height='9' viewBox='0 0 10 9' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m0 4.29694c0-.14208.056443-.27835.156912-.37882.10047-.10047.236736-.15691.378821-.15691h7.598827l-2.9701-2.828671c-.0531-.04817-.096-.106511-.12614-.171564-.03015-.065053-.04693-.135495-.04935-.207151-.00242-.071657.00957-.143071.03525-.21001.02569-.06694.06455-.128042.11428-.179688.04973-.051645.10933-.0927824.17525-.1209741.06592-.0281916.13683-.04286404.20853-.04314771.0717-.00028366.14272.01382701.20887.04149611.06614.0276692.12606.0683337.1762.1195837l3.9287 3.750126c.05185.04998.09309.10989.12126.17617.02817.06627.04269.13755.04269.20956s-.01452.14329-.04269.20956c-.02817.06628-.06941.12619-.12126.17617l-3.9287 3.75013c-.05014.05125-.11006.09191-.1762.11958-.06615.02767-.13717.04178-.20887.0415-.0717-.00029-.14261-.01496-.20853-.04315s-.12552-.06933-.17525-.12097c-.04973-.05165-.08859-.11275-.11428-.17969-.02568-.06694-.03767-.13836-.03525-.21001.00242-.07166.0192-.1421.04935-.20715.03014-.06506.07304-.1234.12614-.17157l2.9701-2.82867h-7.598827c-.142085 0-.278351-.05644-.378821-.15691-.100469-.10047-.156912-.23673-.156912-.37882z' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 1.2rem;
  height: 1.1rem;
  font-size: 0 !important;
}
.t-home-slider .swiper-button-prev,
.t-home-slider .swiper-rtl .swiper-button-next {
  left: -5.6rem !important;
}
@media screen and (max-width: 1200px) {
  .t-home-slider .swiper-button-prev,
  .t-home-slider .swiper-rtl .swiper-button-next {
    left: -4.8rem !important;
  }
}
.t-home-slider .swiper-button-next,
.t-home-slider .swiper-rtl .swiper-button-prev {
  right: -5.6rem !important;
}
@media screen and (max-width: 1200px) {
  .t-home-slider .swiper-button-next,
  .t-home-slider .swiper-rtl .swiper-button-prev {
    right: -4.8rem !important;
  }
}
.t-home-slider .swiper-button-prev:hover,
.t-home-slider .swiper-button-next:hover {
  background: var(--theme-primary) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
}
.t-home-slider .swiper-button-prev:hover:before, .t-home-slider .swiper-button-prev:hover:after,
.t-home-slider .swiper-button-next:hover:before,
.t-home-slider .swiper-button-next:hover:after {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='9' viewBox='0 0 10 9' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m0 4.29694c0-.14208.056443-.27835.156912-.37882.10047-.10047.236736-.15691.378821-.15691h7.598827l-2.9701-2.828671c-.0531-.04817-.096-.106511-.12614-.171564-.03015-.065053-.04693-.135495-.04935-.207151-.00242-.071657.00957-.143071.03525-.21001.02569-.06694.06455-.128042.11428-.179688.04973-.051645.10933-.0927824.17525-.1209741.06592-.0281916.13683-.04286404.20853-.04314771.0717-.00028366.14272.01382701.20887.04149611.06614.0276692.12606.0683337.1762.1195837l3.9287 3.750126c.05185.04998.09309.10989.12126.17617.02817.06627.04269.13755.04269.20956s-.01452.14329-.04269.20956c-.02817.06628-.06941.12619-.12126.17617l-3.9287 3.75013c-.05014.05125-.11006.09191-.1762.11958-.06615.02767-.13717.04178-.20887.0415-.0717-.00029-.14261-.01496-.20853-.04315s-.12552-.06933-.17525-.12097c-.04973-.05165-.08859-.11275-.11428-.17969-.02568-.06694-.03767-.13836-.03525-.21001.00242-.07166.0192-.1421.04935-.20715.03014-.06506.07304-.1234.12614-.17157l2.9701-2.82867h-7.598827c-.142085 0-.278351-.05644-.378821-.15691-.100469-.10047-.156912-.23673-.156912-.37882z' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 1.2rem;
  height: 1.1rem;
}
.t-home-slider .swiper-pagination {
  position: absolute;
  bottom: -33px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: auto !important;
  bottom: 0%;
  border-radius: var(--round-max);
  left: 50% !important;
  -webkit-transform: translate(-50%, 0px) !important;
          transform: translate(-50%, 0px) !important;
  padding: 0.6rem 1rem;
}
.t-home-slider .swiper-pagination:has(> :nth-child(2)) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .t-home-slider .swiper-pagination {
    bottom: -25px !important;
  }
}
.t-home-slider .swiper-pagination-vertical.swiper-pagination-bullets,
.t-home-slider .swiper-vertical > .swiper-pagination-bullets {
  top: auto !important;
  bottom: -16px !important;
  -webkit-transform: translate3d(0px, 0%, 0) !important;
          transform: translate3d(0px, 0%, 0) !important;
}
@media screen and (max-width: 1023px) {
  .t-home-slider .swiper-pagination-vertical.swiper-pagination-bullets,
  .t-home-slider .swiper-vertical > .swiper-pagination-bullets {
    bottom: -20px !important;
  }
}
.t-home-slider .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  width: 6px !important;
  height: 6px !important;
}
.t-home-slider .swiper-pagination-bullet-active {
  border-radius: 3px !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: var(--theme-primary) !important;
}
.t-home-slider .swiper-button-next.swiper-button-disabled,
.t-home-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.t-home-slider .swiper .swiper-slide {
  height: auto !important;
}
.t-home-slider .swiper .swiper-slide-item {
  height: 100% !important;
}

.t-home-slider {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .t-home-slider {
    height: auto !important;
    max-height: 54.8rem !important;
  }
  .t-home-slider .swiper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .t-home-slider .swiper-wrapper {
    max-height: 54.8rem !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    row-gap: 0.6rem;
    padding-bottom: 4rem;
  }
  .t-home-slider .swiper .swiper-slide {
    height: 13.25rem !important;
  }
}
@media screen and (max-width: 768px) {
  .t-home-slider {
    max-height: 40.2rem !important;
    border: none;
  }
  .t-home-slider .swiper-wrapper {
    max-height: 40.2rem !important;
  }
  .t-home-slider .swiper .swiper-slide {
    height: 9.6rem !important;
  }
}

.t-home-panel {
  position: relative;
}
.t-home-panel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  text-decoration: none;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  background-color: var(--color-white-900);
  padding: 0.8rem;
  border-radius: var(--round-xl);
  height: 100%;
  position: relative;
}
.t-home-panel a[target=_blank]:hover, .t-home-panel a[href$=".pdf"]:hover {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .t-home-panel {
    margin: 0 !important;
  }
  .t-home-panel a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15rem 1.8rem 1fr;
    grid-template-columns: 15rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 2.4rem 2rem 2rem;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.035);
            box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.035);
    inline-size: calc(100% - var(--side-padding2) * 2) !important;
    margin: 0 auto;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t-home-panel a {
    -ms-grid-columns: 12.9rem 1fr;
    grid-template-columns: 12.9rem 1fr;
    padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  }
}

.t-home-panel-media {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: var(--round-l);
  overflow: hidden;
}
.t-home-panel-media__inner {
  width: 100%;
  aspect-ratio: 300/185;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
}
.t-home-panel-media__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: none;
  transition: none;
}
a:hover .t-home-panel-media {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover .t-home-panel-media__inner {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.t-home-panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding-inline: 0.8rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .t-home-panel-body {
    padding-inline: 0;
    padding-bottom: 0;
  }
  .t-home-panel-body .c-icon-arrow {
    display: none;
  }
}

.t-home-panel-label {
  color: var(--color-smallcopy);
  font-family: var(--font-copy);
  font-size: clamp(1.4rem, 1.3658158614rem + 0.0911577028vw, 1.5rem);
  line-height: var(--lineheight14);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .t-home-panel-label {
    color: var(--color-copy);
  }
}
a[target=_blank] .t-home-panel-label::after, a[href$=".pdf"] .t-home-panel-label::after {
  content: "";
  inline-size: 0.8em;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -webkit-margin-start: 0.6rem;
          margin-inline-start: 0.6rem;
  position: relative;
  display: inline-block;
  background: var(--color-smallcopy);
  background-size: 100%;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  inset-block-start: -0.05em;
}
@media screen and (max-width: 1023px) {
  a[target=_blank] .t-home-panel-label::after, a[href$=".pdf"] .t-home-panel-label::after {
    background: var(--color-copy);
  }
}
a:hover .t-home-panel-label {
  text-decoration: underline;
  color: var(--theme-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[target=_blank]:hover .t-home-panel-label::after, a[href$=".pdf"]:hover .t-home-panel-label::after {
  background: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-news {
  width: 100%;
  max-width: var(--inner-max-s);
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.2rem clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem) 1fr;
  grid-template-columns: 19.2rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
}
@media screen and (max-width: 1200px) {
  .t-home-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-news__body {
  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;
  position: relative;
  gap: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
  width: 100%;
}

.t-home-news__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.4rem, 0.2632634458rem + 0.3646308113vw, 0.8rem);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-news__content {
  display: none;
}
.t-home-news__content.js-active {
  display: block;
}

.t-home-news-button {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-block: 0.35rem;
}
@media screen and (max-width: 1200px) {
  .t-home-news-button {
    position: static;
    text-align: right;
    margin-left: auto;
  }
}

.t-home-cate {
  font-family: var(--font-b);
  font-size: clamp(1.1rem, 1.0658158614rem + 0.0911577028vw, 1.2rem);
  font-weight: 600;
  line-height: var(--lineheight16);
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0.6rem 1.7rem 0.7rem;
  cursor: pointer;
  border-radius: var(--round-max);
  border: 1px solid var(--color-line-news);
  color: var(--font-color);
}
.t-home-cate:hover {
  color: var(--theme-primary);
  border: 1px solid var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-cate.js-open {
  background-color: var(--theme-primary);
  border: 1px solid var(--theme-primary);
  color: var(--color-white-900);
}

.t-news {
  position: relative;
}

.t-news a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.7rem var(--size4) 1fr var(--size4) 2.4rem;
  grid-template-columns: 26.7rem 1fr 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size4);
  padding-block: 1.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-line-news);
  position: relative;
}
.t-news a::after {
  display: block;
  inline-size: 2.4rem;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  block-size: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-size: 100%;
  background-color: var(--color-copy);
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask-size: 45%;
          mask-size: 45%;
  right: 0;
  opacity: 0.4;
  margin: 0;
}
.t-news a:hover {
  background: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t-news a:hover::after {
  background-color: var(--theme-primary);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .t-news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-block: var(--size2);
    gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
  }
  .t-news a:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .t-news a {
    padding-block: 1.2rem;
    font-size: 1rem;
  }
}

.t-news:first-of-type a {
  border-top: 1px solid var(--color-line-news);
}

.t-news__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 14.4rem 0.6rem 11.7rem;
  grid-template-columns: 14.4rem 11.7rem;
  gap: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .t-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.t-news-date {
  color: var(--color-copy);
  font-size: clamp(1.1rem, 1.0316317229rem + 0.1823154057vw, 1.3rem);
  font-family: var(--font-basic);
  font-weight: 300;
  line-height: var(--lineheight16);
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-news-date time {
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.t-news a:hover .t-news-date::before {
  background-color: var(--theme-primary);
  border: solid 1px var(--theme-primary);
}

.t-news-cate {
  border: solid 1px var(--color-line-news);
  border-radius: var(--round-max);
  display: inline-block;
  text-align: center;
  padding: 0.6rem 0.6rem 0.7rem;
  color: var(--color-copy);
  font-size: clamp(1rem, 0.9316317229rem + 0.1823154057vw, 1.2rem);
  font-style: normal;
  font-family: var(--font-b);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.t-news-title {
  color: var(--color-copy);
  font-size: clamp(1.3rem, 1.2658158614rem + 0.0911577028vw, 1.4rem);
  font-family: var(--font-basic);
  line-height: var(--lineheight16);
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a[target=_blank] .t-news-title::after, a[href$=".pdf"] .t-news-title::after {
  content: "";
  inline-size: 0.8em;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -webkit-margin-start: 0.6rem;
          margin-inline-start: 0.6rem;
  position: relative;
  display: inline-block;
  background: var(--color-copy);
  background-size: 100%;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  inset-block-start: -0.05em;
}
a:hover .t-news-title {
  text-decoration: none;
  color: var(--theme-primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[target=_blank]:hover .t-news-title::after, a[href$=".pdf"]:hover .t-news-title::after {
  background: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1023px) {
  .t-news-title {
    width: 100%;
  }
}

.t-home-feature {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
  max-width: 100vw;
  overflow: visible;
}
.t-home-feature:before {
  content: "";
  position: absolute;
  background: #ED883E;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 70%;
  bottom: 0%;
}
@media screen and (max-width: 768px) {
  .t-home-feature:before {
    height: 90%;
  }
}
.t-home-feature::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-image: url(/jujo/assets/image/home/deco_feature_wave.png);
  top: -10rem;
  left: 50%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-size: 100%;
  pointer-events: none;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  .t-home-feature::after {
    top: -4rem;
  }
}

.t-home-feature__inner {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  max-width: var(--inner-max-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
}
.t-home-feature__inner > p:not([class]) {
  font-family: var(--font-basic);
  font-size: var(--typo-copy-l);
  line-height: var(--lineheight18);
  letter-spacing: 0.06em;
  color: var(--color-white-900);
}

.t-home-feature__body {
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  max-width: var(--inner-max-m);
  background-color: var(--color-white-500);
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: var(--round-xl);
  padding-top: clamp(1.6rem, -0.0408386509rem + 4.3755697356vw, 6.4rem);
  padding-inline: clamp(1.6rem, -0.0408386509rem + 4.3755697356vw, 6.4rem);
  padding-bottom: clamp(1.6rem, -0.5877848678rem + 5.8340929809vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-home-feature__body {
    padding-top: 0;
  }
}

.t-home-feature-decotext {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  mix-blend-mode: color-burn;
  opacity: 0.1;
  width: 100%;
  max-width: var(--inner-max-m);
  text-align: end;
}
.t-home-feature-decotext img {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .t-home-feature-decotext {
    display: none;
  }
}

.t-home-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.6rem, -0.0408386509rem + 4.3755697356vw, 6.4rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.t-home-switch__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
}
.t-home-switch__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .t-home-switch {
    display: block;
  }
}

.t-home-switch-media__wrap {
  position: sticky;
  top: 80px;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-home-switch-media__wrap {
    display: none;
  }
}

.t-home-switch-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border-radius: var(--round-xl);
  overflow: hidden;
}
.t-home-switch-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.t-home-switch-media.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.t-home-switch-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-home-switch-link .t-home-switch-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-home-switch-link .t-home-switch-image {
    display: block;
  }
}

.t-home-switch-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-block: clamp(2.4rem, 2.1265268915rem + 0.7292616226vw, 3.2rem);
  padding-right: clamp(2.4rem, 0.1438468551rem + 6.0164083865vw, 9rem);
  text-decoration: none;
  border-bottom: solid 1px #EDECEA;
}
.t-home-switch-link a .c-icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.t-home-switch-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.7948951686rem + 0.546946217vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .t-home-switch-link a {
    padding-right: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 21% 1fr;
    grid-template-columns: 21% 1fr;
  }
  .t-home-switch-link a .c-icon-arrow {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .t-home-switch-link:first-of-type a {
    border-top: solid 1px #EDECEA;
  }
}
.t-home-switch-tag {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #F16940;
  border: solid 1px rgba(241, 105, 64, 0.2);
  padding-inline: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  border-radius: var(--round-max);
  display: inline-block;
}

.t-home-switch-label {
  font-family: var(--font-heading);
  line-height: var(--lineheight12);
  letter-spacing: 0;
  font-size: clamp(1.6rem, 1.2581586144rem + 0.9115770283vw, 2.6rem);
  color: var(--color-heading);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-switch-link a:hover .t-home-switch-label {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-switch-text {
  font-family: var(--font-basic);
  font-size: var(--typo-copy-m);
  line-height: var(--lineheight16);
  color: var(--color-smallcopy);
}
@media screen and (max-width: 768px) {
  .t-home-switch-text {
    margin-top: 0.2rem;
  }
}

.t-home-switch-image {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--round-s);
  overflow: hidden;
}
.t-home-switch-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.t-home-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.853053783rem + 1.4585232452vw, 4rem);
}

.t-home-search-item__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(0.8rem, 0.253053783rem + 1.4585232452vw, 2.4rem) 1fr clamp(0.8rem, 0.253053783rem + 1.4585232452vw, 2.4rem) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(0.8rem, 0.253053783rem + 1.4585232452vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .t-home-search-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-search-item {
  width: 100%;
  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;
  gap: 0.8rem;
  border-radius: var(--round-l);
  border: solid 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-search-item:hover {
  border: solid 1px var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-search-item a {
  padding-block: clamp(0.6rem, -0.0153144941rem + 1.6408386509vw, 2.4rem);
  padding-inline: clamp(0.8rem, 0.253053783rem + 1.4585232452vw, 2.4rem);
  width: 100%;
  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;
  gap: clamp(0.8rem, 0.5265268915rem + 0.7292616226vw, 1.6rem);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .t-home-search-item a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 21% 1fr;
    grid-template-columns: 21% 1fr;
  }
}

.t-home-search-label {
  font-family: var(--font-heading-r);
  color: var(--color-smallcopy);
  list-style: var(--lineheight16);
  letter-spacing: 0.02em;
  font-size: clamp(1.6rem, 1.3948951686rem + 0.546946217vw, 2.2rem);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-search-label b {
  color: var(--color-heading);
  font-family: var(--font-heading);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-search-item a:hover .t-home-search-label {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-search-item a:hover .t-home-search-label b {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-loopslide {
  position: relative;
  /* Safari / Chrome 用 */
  /* 将来用（ほぼ効かないと思ってOK） */
  -webkit-mask-image: url("/jujo/assets/image/home/mask_slider.svg");
          mask-image: url("/jujo/assets/image/home/mask_slider.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 100vw auto;
          mask-size: 100vw auto;
  max-height: 50.3rem;
  min-height: 20.1rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .t-home-loopslide {
    max-height: inherit;
    height: 25rem;
    -webkit-mask-image: url("/jujo/assets/image/home/mask_slider-sp.svg");
            mask-image: url("/jujo/assets/image/home/mask_slider-sp.svg");
  }
}
.t-home-loopslide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/jujo/assets/image/home/deco_slider.svg);
  background-size: 100vw;
  z-index: 100;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .t-home-loopslide::after {
    background-image: url(/jujo/assets/image/home/deco_slider-sp.svg);
  }
}

/* スライドの動き等速 */
.t-home-loopslide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 100%;
}
.t-home-loopslide {
  /* 画像のサイズ調整 */
}
.t-home-loopslide .swiper-slide {
  overflow: hidden;
  aspect-ratio: 720/503;
}
.t-home-loopslide .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t-home-loopslide .swiper-wrapper {
    max-height: inherit;
    height: 25rem;
    aspect-ratio: 300/250;
  }
}

.t-home-link__wrap {
  width: 100%;
  max-width: var(--inner-max-s);
  margin: 0 auto;
}

.t-home-link__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
  gap: clamp(3.2rem, 2.1061075661rem + 2.9170464904vw, 6.4rem);
}
@media screen and (max-width: 1023px) {
  .t-home-link__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 3rem;
  }
}

.t-home-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21% clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem) 1fr;
  grid-template-columns: 21% 1fr;
  gap: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  .t-home-link {
    -ms-grid-columns: 7.2rem 1fr;
    grid-template-columns: 7.2rem 1fr;
  }
}

.t-home-link__media {
  border-radius: var(--round-m);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.t-home-link__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.t-home-link__body a {
  text-decoration: none;
}
.t-home-link__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
}

.t-home-link-list__warp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .t-home-link-list__warp {
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}

.t-home-link-list {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .t-home-link-list {
    border-top: 0;
  }
}
.t-home-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-block: 1.2rem;
  padding-right: 2.7rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-family: var(--font-basic);
  font-size: var(--typo-copy-2xs);
  line-height: var(--lineheight15);
  color: var(--color-copy);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-link-list li a::after {
  display: block;
  inline-size: 1.1rem;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  block-size: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-size: 100%;
  background-color: #D6D6D6;
  -webkit-mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
          mask-image: url(/jujo/assets/image/common/icon/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  right: 0.8rem;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-link-list li a:hover {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-link-list li a:hover::after {
  background-color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-recruit {
  width: 100%;
  max-width: var(--inner-max-m);
  margin: 0 auto;
  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;
  gap: clamp(2.4rem, 1.5795806746rem + 2.1877848678vw, 4.8rem);
  padding-top: clamp(3.2rem, 1.5591613491rem + 4.3755697356vw, 8rem);
  padding-bottom: clamp(3.2rem, 1.9010027347rem + 3.4639927074vw, 7rem);
}
.t-home-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(/jujo/assets/image/home/deco_recruit_line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100vw;
  top: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 83%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .t-home-recruit::before {
    display: none;
  }
}
.t-home-recruit::after {
  border-radius: var(--round-xl);
  position: absolute;
  content: "";
  background: linear-gradient(214deg, #F3EED8 13.66%, #F4F0E0 76.76%), #F4F0E0;
  height: 100%;
  width: 83%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .t-home-recruit {
    padding-bottom: 11rem;
  }
}

.t-home-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-home-card {
  width: calc((100% - 4.8rem) / 3);
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--round-xl);
  background-color: var(--color-white-900);
  padding: 0.8rem;
  border: solid 1px rgba(0, 0, 0, 0.05);
}
.t-home-card > a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .t-home-card {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .t-home-card {
    width: 100%;
  }
}

.t-home-card__media {
  border-radius: var(--round-l);
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  aspect-ratio: 1/1;
}
.t-home-card__media > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.t-home-card a:hover .t-home-card__media > img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-card-label {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.8rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .t-home-card-label {
    gap: 1rem;
  }
}

.t-home-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-inline: 1.6rem;
  padding-bottom: 1.6rem;
  padding-top: 2.4rem;
  position: relative;
}
.t-home-card__body p:not([class]) {
  font-family: var(--font-basic);
  font-size: var(--typo-copy-m);
  line-height: var(--lineheight16);
  color: var(--color-smallcopy);
  text-decoration: none;
}

.t-home-card-heading {
  position: absolute;
  bottom: calc(100% - 1.2rem);
  left: -0.8rem;
  background-color: var(--color-white-900);
  padding-left: 2.4rem;
  padding-top: 2.4rem;
  border-top-right-radius: var(--round-l);
  width: 26.3rem;
  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.3rem;
}
.t-home-card-heading__sub {
  font-family: var(--font-heading);
  font-size: var(--typo-label-s);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
  color: var(--theme-primary);
}
.t-home-card-heading__main {
  font-family: var(--font-heading);
  font-size: var(--typo-label-l);
  line-height: var(--lineheight16);
  font-weight: var(--font-weight-heading);
  color: var(--color-heading);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-home-card a:hover .t-home-card-heading .t-home-card-heading__sub,
.t-home-card a:hover .t-home-card-heading .t-home-card-heading__main {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-recruit-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.8632634458rem + 0.3646308113vw, 2.4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-home-linkbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.6rem, 1.053053783rem + 1.4585232452vw, 3.2rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-linkbox__wrap.-small {
  max-width: 88.4rem;
  padding-inline: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox__wrap.-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-home-linkbox {
  height: 100%;
  width: 100%;
  background: var(--color-white-900);
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: var(--round-l);
}
.t-home-linkbox a {
  padding: 2.4rem;
  text-decoration: none;
  gap: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-home-linkbox a .c-icon-arrow {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-home-linkbox a {
  color: var(--color-smallcopy);
}
.t-home-linkbox a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox a .c-icon-arrow {
    display: none;
  }
}

.t-home-linkbox__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
}

.t-home-linkbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.t-home-linkbox__media {
  max-inline-size: 8rem;
  min-inline-size: 6rem;
  block-size: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--round-s);
  overflow: hidden;
}
.t-home-linkbox__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all var(--easeInOutSine) 0.4s;
  transition: all var(--easeInOutSine) 0.4s;
}
a:hover .t-home-linkbox__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all var(--easeInOutSine) 0.4s;
  transition: all var(--easeInOutSine) 0.4s;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox__media {
    max-inline-size: 6.4rem;
    border-radius: var(--round-l);
  }
}

.t-home-linkbox-heading {
  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.2rem;
}
.t-home-linkbox-heading__sub {
  color: var(--color-copy);
  font-family: var(--font-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-s);
  line-height: var(--lineheight15);
  font-weight: var(--font-weight-heading);
}
.t-home-linkbox-heading__main {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: var(--typo-label-l);
  line-height: var(--lineheight16);
  font-weight: var(--font-weight-heading);
}
.t-home-linkbox-heading__main span {
  display: inline-block;
}
a[target=_blank] .t-home-linkbox-heading__main::after {
  content: none;
}
a:hover .t-home-linkbox-heading__sub, a:hover .t-home-linkbox-heading__main {
  color: var(--theme-primary);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.t-home-linkbox-text {
  font-family: var(--font-basic);
  font-size: var(--typo-copy-xs);
  line-height: var(--lineheight15);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox-text {
    font-family: var(--font-basic);
    font-size: var(--typo-copy-m);
    line-height: var(--lineheight16);
  }
}

.t-home-linkbox.-type2::after {
  width: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
  right: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
}
.t-home-linkbox.-type2 a {
  gap: 1.8rem;
  -webkit-padding-before: clamp(1.8rem, 1.4581586144rem + 0.9115770283vw, 2.8rem);
          padding-block-start: clamp(1.8rem, 1.4581586144rem + 0.9115770283vw, 2.8rem);
  -webkit-padding-after: clamp(1.8rem, 1.5265268915rem + 0.7292616226vw, 2.6rem);
          padding-block-end: clamp(1.8rem, 1.5265268915rem + 0.7292616226vw, 2.6rem);
  -webkit-padding-start: clamp(1.4rem, 0.9214220602rem + 1.2762078396vw, 2.8rem);
          padding-inline-start: clamp(1.4rem, 0.9214220602rem + 1.2762078396vw, 2.8rem);
  -webkit-padding-end: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
          padding-inline-end: clamp(1.6rem, 1.3265268915rem + 0.7292616226vw, 2.4rem);
  border-bottom: 1px solid #E2E2E2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-home-linkbox.-type2 a::before, .t-home-linkbox.-type2 a::after {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .t-home-linkbox.-type2::after {
    width: 1.6rem;
    right: 1.6rem;
  }
  .t-home-linkbox.-type2 a {
    -webkit-padding-start: 1.4rem;
            padding-inline-start: 1.4rem;
    -webkit-padding-end: 1.6rem;
            padding-inline-end: 1.6rem;
    -webkit-padding-before: 1.8rem;
            padding-block-start: 1.8rem;
    -webkit-padding-after: 1.9rem;
            padding-block-end: 1.9rem;
  }
}

.t-home-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.4rem, 1.0326344576rem + 3.646308113vw, 6.4rem);
  width: 100%;
  max-width: var(--inner-max-s);
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .t-home-info {
    padding-inline: 3rem;
  }
}
.t-home-info .t-home-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}