@charset "UTF-8";
#home .modal-video-body {
  width: 85%;
  max-width: 1400px;
}
#home .modal-video-body .modal-video-inner {
  padding: 0;
}

.home-slide {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 25px;
  position: relative;
  transition: padding 0.6s;
}
.is_hide .home-slide {
  padding: 0 !important;
  transition: padding 0.8s;
}

.home-slide__logo {
  width: 191px;
  position: absolute;
  top: 24px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.home-slide__logo__img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .home-slide__logo {
    top: 64px;
    width: 300px;
  }
}
@media print, screen and (min-width: 1025px) {
  .home-slide {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.home-slide__list {
  width: 100%;
  margin-left: 0;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: border-radius 0.5s;
}
.is_hide .home-slide__list {
  border-radius: 0 !important;
  transition: border-radius 0.6s;
}

@media print, screen and (min-width: 1025px) {
  .home-slide__list {
    border-radius: 50px 0 50px 0;
  }
}
.home-slide__list .slick-list,
.home-slide__list .slick-track,
.home-slide__list .slick-slide,
.home-slide__list .slick-slide div {
  width: 100% !important;
}
.home-slide__list .slick-track {
  display: grid;
}
.home-slide__list .slick-slide {
  grid-column: 1/2;
  grid-row: 1/2;
}
.home-slide__item {
  display: block !important;
}
.home-slide__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 345/300;
}
@media print, screen and (min-width: 1025px) {
  .home-slide__img {
    aspect-ratio: 1860/1100;
  }
}
.home-movie {
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 345/300;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 25px;
  position: relative;
  transition: padding 0.6s;
}
.is_hide .home-movie {
  padding: 0 !important;
  transition: padding 0.8s;
}

@media print, screen and (min-width: 1025px) {
  .home-movie {
    aspect-ratio: 1860/1100;
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.home-movie__inner {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.home-movie__logo {
  width: 191px;
  margin-bottom: 45px;
  z-index: 2;
}
.home-movie__logo__img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .home-movie__logo {
    width: 300px;
    margin-bottom: 120px;
  }
}
.home-movie__button {
  width: 200px;
  height: 55px;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  background-color: transparent;
  text-align: left;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.home-movie__button::after {
  content: "";
  width: 38px;
  height: 38px;
  -webkit-mask-image: url(../images/home/icon_movie_arrow.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/home/icon_movie_arrow.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  right: 11px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 1025px) {
  .home-movie__button {
    width: 260px;
    height: 70px;
    font-size: 19px;
    padding: 19px 0 19px 43px;
    border-width: 3px;
  }
  .home-movie__button::after {
    width: 44px;
    height: 44px;
  }
  .home-movie__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.2s;
    z-index: 1;
  }
  .home-movie__button:hover {
    color: #333;
  }
  .home-movie__button:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .home-movie__button:hover::after {
    background-color: #333;
  }
}
.home-movie__button__txt {
  position: relative;
  z-index: 3;
}
.home-movie__video {
  grid-column: 1/2;
  grid-row: 1/2;
  aspect-ratio: 345/300;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px 0 20px 0;
}
.is_hide .home-movie__video {
  border-radius: 0 !important;
  transition: border-radius 0.6s;
}

@media print, screen and (min-width: 1025px) {
  .home-movie__video {
    aspect-ratio: 1860/1100;
    border-radius: 50px 0 50px 0;
  }
}
.home-movie__file {
  width: 170%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -35%;
}
@media print, screen and (min-width: 1025px) {
  .home-movie__file {
    width: 120%;
    left: -10%;
  }
}
.home-movie__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-lead {
  width: min(81.333vw, 960px);
  margin: 0 auto 45px;
}
@media print, screen and (min-width: 1025px) {
  .home-lead {
    margin-bottom: 110px;
  }
}
.home-lead__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-txt-primary);
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1025px) {
  .home-lead__title {
    font-size: 3rem;
    line-height: 1.666;
    margin-bottom: 50px;
  }
}
.home-lead__txt {
  font-size: 1.5rem;
  line-height: 1.666;
}
@media print, screen and (min-width: 1025px) {
  .home-lead__txt {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.home-news {
  display: grid;
  grid-template-columns: 45px 1fr;
  column-gap: 10px;
  width: min(92vw, 917px);
  min-height: 225px;
  margin: 0 auto 70px;
}
@media print, screen and (min-width: 1025px) {
  .home-news {
    margin-bottom: 110px;
    column-gap: 63px;
  }
}
.home-news__header {
  grid-column: 1/2;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5px;
}
.home-news__body {
  grid-column: 2/3;
}
.home-news__title {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.3em;
  writing-mode: vertical-lr;
  color: var(--color-txt-primary);
}
.home-news__title::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../images/common/icon_news.svg) no-repeat left top;
  background-size: 19px 18px;
  margin-top: 8px;
}
@media print, screen and (min-width: 1025px) {
  .home-news__title {
    font-size: 2.3rem;
  }
  .home-news__title::after {
    width: 23px;
    height: 22px;
    background-size: 23px 22px;
  }
}
.home-news__link {
  font-size: 1.5rem;
  color: var(--color-txt-primary);
  position: relative;
}
.home-news__link::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-txt-primary);
  position: absolute;
  left: 0px;
  bottom: -2px;
  transition: width 0.2s;
}
@media (hover: hover) {
  .home-news__link:where(:any-link, :enabled, summary):hover::before {
    width: calc(100% - 0px);
    transition: width 0.3s;
  }
}
.home-speciality {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
  position: relative;
  transition: padding 0.6s;
}
@media print, screen and (min-width: 1025px) {
  .home-speciality {
    padding: 0 30px;
    margin-bottom: 110px;
  }
}
.home-speciality__photos {
  aspect-ratio: 345/212;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 20px 0 20px 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1025px) {
  .home-speciality__photos {
    aspect-ratio: 93/40;
    border-radius: 50px 0 50px 0;
  }
}
.home-speciality__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-speciality__inner {
  width: min(81.333vw, 960px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home-speciality__title {
  text-align: center;
  background-color: #fff;
  width: 255px;
  margin: -50px auto 0;
  padding: 31px 0;
  border-radius: 40px;
}
@media print, screen and (min-width: 1025px) {
  .home-speciality__title {
    width: 300px;
    margin-top: -125px;
    padding: 50px 0;
    border-radius: 60px;
  }
}
.home-speciality__title__img {
  width: 146px;
}
@media print, screen and (min-width: 1025px) {
  .home-speciality__title__img {
    width: 225px;
  }
}
.home-speciality__txt {
  font-size: 1.5rem;
  line-height: 1.666;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 1025px) {
  .home-speciality__txt {
    font-size: 1.7rem;
    line-height: 1.764;
    margin-bottom: 40px;
  }
}
.home-contents {
  width: 92vw;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 40px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents {
    width: min(calc(100% - 60px), 1400px);
    margin-bottom: 110px;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 8.5714%;
  }
}
.home-contents__item {
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: start center;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item {
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .home-contents__item:hover .home-contents__img {
    scale: 1.2;
    transition: scale 0.3s;
  }
  .home-contents__item:hover .c-btn--primary {
    color: #fff;
  }
  .home-contents__item:hover .c-btn--primary::before {
    width: 100%;
  }
  .home-contents__item:hover .c-btn--primary::after {
    background-color: #fff;
  }
  .home-contents__item:last-child {
    grid-column: 1/3;
    width: min(43.835vw, 640px);
    margin: auto;
  }
}
.home-contents__item--making .home-contents__title__img {
  width: 164px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item--making .home-contents__title__img {
    width: 208px;
  }
}
.home-contents__item--working .home-contents__title__img {
  width: 198px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item--working .home-contents__title__img {
    width: 227px;
  }
}
.home-contents__item--spending .home-contents__title__img {
  width: 178px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item--spending .home-contents__title__img {
    width: 195px;
  }
}
.home-contents__item--living .home-contents__title__img {
  width: 170px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item--living .home-contents__title__img {
    width: 200px;
  }
}
.home-contents__item--supporting .home-contents__title__img {
  width: 158px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__item--supporting .home-contents__title__img {
    width: 183px;
  }
}
.home-contents__photo {
  overflow: hidden;
  aspect-ratio: 345/189;
  border-radius: 20px 0 20px 0;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__photo {
    aspect-ratio: 64/35;
    border-radius: 30px 0 30px 0;
    margin-bottom: -125px;
  }
}
.home-contents__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.2s;
}
.home-contents__title {
  display: grid;
  place-items: center;
  background-color: #fff;
  width: 255px;
  height: 130px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__title {
    width: 300px;
    height: 200px;
    border-radius: 60px;
  }
}
.home-contents__txt {
  font-size: 1.5rem;
  line-height: 1.666;
  width: min(81.333vw, 490px);
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .home-contents__txt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 30px;
  }
}
.home-contents .c-btn--primary {
  width: min(81.333vw, 490px);
}
.home-event {
  width: 100%;
  background: url(../images/common/bg_illust.png) repeat left top;
  background-size: 228px 228px;
  padding: 60px 0;
  margin-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .home-event {
    background-size: 281px 281px;
    padding: 110px 0;
    margin-bottom: 150px;
  }
}
.home-event__inner {
  position: relative;
}
.home-event__title {
  display: grid;
  place-items: center;
  width: min(34.666vw, 258px);
  height: min(34.666vw, 258px);
  background-color: #f4ec25;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 5px;
  z-index: 5;
}
@media print, screen and (min-width: 1025px) {
  .home-event__title {
    left: 50%;
    translate: -698px 0;
  }
}
.home-event__title__img {
  width: min(27.666vw, 152px);
  height: auto;
}
.home-event__slide {
  height: 52.8vw !important;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide {
    height: 550px !important;
  }
}
.home-event__slide__item {
  height: 100%;
}
.home-event__slide .slick-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  transition: background-color 0.2s;
}
.home-event__slide .slick-arrow::before {
  content: "";
  width: 12px;
  height: 7px;
  background-color: var(--color-txt-primary);
  transition: background-color 0.2s;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .home-event__slide .slick-arrow::before {
    width: 15px;
    height: 9px;
  }
  .home-event__slide .slick-arrow:hover {
    background-color: var(--color-txt-primary);
    transition: background-color 0.3s;
  }
  .home-event__slide .slick-arrow:hover::before {
    background-color: #fff;
    transition: background-color 0.3s;
  }
}
.home-event__slide .slick-arrow.slick-prev {
  left: 5px;
}
.home-event__slide .slick-arrow.slick-prev::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -505px;
  }
}
.home-event__slide .slick-arrow.slick-next {
  right: 5px;
}
.home-event__slide .slick-arrow.slick-next::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-arrow.slick-next {
    right: 50%;
    margin-right: -505px;
  }
}
.home-event__slide .slick-list {
  height: 52.8vw !important;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-list {
    height: 550px !important;
  }
}
.home-event__slide .slick-track {
  height: 52.8vw !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-track {
    height: 550px !important;
  }
}
.home-event__slide .slick-slide {
  position: relative;
  width: 73.866vw !important;
  height: 42.4vw !important;
}
.home-event__slide .slick-slide > div {
  height: 100%;
}
.home-event__slide .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  border-radius: 15px;
  scale: 1;
  transition: scale 0.2s;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-slide {
    width: 420px !important;
    height: 240px !important;
  }
}
.home-event__slide .slick-slide.slick-center {
  z-index: 10;
}
.home-event__slide .slick-slide.slick-center img {
  scale: 1.245;
  transition: scale 0.3s;
}
@media print, screen and (min-width: 1025px) {
  .home-event__slide .slick-slide.slick-center img {
    scale: 2.28;
  }
}
.home-event__titleslide {
  width: 88.2vw;
  height: 33px;
  background-color: #fff;
  border-radius: 66px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  translate: -50% 0;
  z-index: 10;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .home-event__titleslide {
    width: 920px !important;
    height: 66px !important;
    bottom: 20px;
  }
}
.home-event__titleslide div {
  height: 100% !important;
}
.home-event__titleslide .slick-track {
  width: 100% !important;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.home-event__titleslide .slick-track::before {
  display: none !important;
}
.home-event__titleslide .slick-slide {
  grid-column: 1/2;
  grid-row: 1/2;
}
.home-event__link {
  height: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  position: relative;
}
.home-event__link::after {
  content: "";
  width: 9px;
  height: 7px;
  background-color: var(--color-txt-secondary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 11px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 1025px) {
  .home-event__link {
    padding-right: 53px;
  }
  .home-event__link::after {
    width: 12px;
    height: 8px;
    right: 30px;
  }
}
.home-event__month {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  width: fit-content;
  height: 100%;
  background-color: var(--color-site-primary);
  margin-right: 5px;
  padding: 6px 6px 0 12px;
}
.home-event__month::after {
  content: "月";
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1025px) {
  .home-event__month {
    font-size: 5rem;
    margin-right: 18px;
    padding: 2px 20px 0 30px;
  }
  .home-event__month::after {
    font-size: 3.6rem;
  }
}
.home-event__name {
  width: fit-content;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1025px) {
  .home-event__name {
    font-size: 2.7rem;
  }
}
.home-event__detail {
  font-size: 1.2rem;
  margin-left: auto;
}
@media print, screen and (min-width: 1025px) {
  .home-event__detail {
    font-size: 1.7rem;
  }
}
.home-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92vw;
  padding: 25px 20px 20px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 1025px) {
  .home-banner {
    width: min(calc(100% - 60px), 1400px);
    border-radius: 50px;
    height: 700px;
  }
}
.home-banner__title {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: min(58.666vw, 343px);
  height: min(58.666vw, 343px);
}
@media print, screen and (min-width: 1025px) {
  .home-banner__title {
    margin-top: 100px;
  }
}
.home-banner__inner {
  width: 100%;
  background-color: #fff;
  margin-top: 42px;
  padding: 20px 25px 15px;
  border-radius: 20px;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .home-banner__inner {
    margin-top: auto;
    padding: 17px 20px 23px 40px;
    border-radius: 55px;
  }
}
.home-banner__lead {
  font-size: 1.8rem;
  line-height: 1.444;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1025px) {
  .home-banner__lead {
    font-size: 2.5rem;
    line-height: 1.72;
  }
}
.home-banner__txt {
  font-size: 1.4rem;
  line-height: 1.42;
}
@media only screen and (max-width: 1024px) {
  .home-banner__txt {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .home-banner__txt {
    font-size: 1.5rem;
  }
}
.home-banner--onlineshop {
  margin-bottom: 70px;
  background-image: url(../images/home/img_onlineshop.jpg);
}
@media print, screen and (min-width: 1025px) {
  .home-banner--onlineshop {
    margin-bottom: 150px;
  }
}
.home-banner--onlineshop__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner--onlineshop__btn {
  width: 100%;
  font-size: 1.5rem;
  color: var(--color-txt-secondary);
  display: grid;
  place-items: center start;
  width: 100%;
  height: 45px;
  border: 1px solid var(--color-txt-primary);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s;
  padding-left: min(12vw, 45px);
}
.home-banner--onlineshop__btn::after {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(../images/common/icon_external.svg);
  -webkit-mask-size: 18px 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_external.svg);
  mask-size: 18px 18px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #6c6c6c;
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 1025px) {
  .home-banner--onlineshop__btn {
    font-size: 1.7rem;
    height: 53px;
    width: 297px;
    padding-left: 53px;
    position: absolute;
    right: 23px;
    top: 50%;
    translate: 0 -50%;
  }
  .home-banner--onlineshop__btn::before {
    content: "";
    width: 0;
    height: calc(100% + 2px);
    background-color: var(--color-txt-primary);
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    transition: width 0.2s;
  }
  .home-banner--onlineshop__btn::after {
    transition: background-color 0.2s;
  }
  .home-banner--onlineshop__btn:hover {
    color: #fff;
    transition: color 0.3s;
  }
  .home-banner--onlineshop__btn:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .home-banner--onlineshop__btn:hover::after {
    background-color: #fff;
    transition: background-color 0.3s;
  }
}
.home-banner--onlineshop__btn__inner {
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .home-banner--onlineshop .home-banner__inner {
    padding-right: 330px;
  }
}
.home-banner--recruit {
  background-image: url(../images/home/img_recruit.jpg);
}
.home-banner--recruit__title {
  background-color: #fff;
}
.home-banner--recruit__img {
  width: min(48vw, 212px);
}
@media print, screen and (min-width: 1025px) {
  .home-banner--recruit .c-btn--primary {
    width: 211px;
    position: absolute;
    right: 23px;
    top: 50%;
    translate: 0 -50%;
  }
}
