.intro__sect {
  position: relative;
}
.intro__sect .btn-container {
  margin-top: 8.8737201365vw;
}
@media screen and (min-width: 1000px) {
  .intro__sect .btn-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .intro__sect .cmn__btn-shadow-arrow {
    margin-left: auto;
  }
}

.intro__slider {
  aspect-ratio: 152/80;
  position: relative;
  overflow: hidden;
}
.intro__slider > picture {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s 0s linear;
}
.intro__slider > picture.active {
  opacity: 1;
}

.intro__title {
  margin-top: -10.7508532423vw;
}
@media screen and (min-width: 1000px) {
  .intro__title {
    margin-top: -171px;
  }
}
@media screen and (min-width: 1280px) {
  .intro__title {
    margin-top: -302px;
  }
}
.intro__title .title-content {
  align-items: center;
  background: url(../img/home/intro-title-bg.svg) 0 0/contain no-repeat;
  display: flex;
  height: 50vw;
  justify-content: center;
  margin: 0 auto;
  width: 84.4709897611vw;
}
@media screen and (min-width: 1000px) {
  .intro__title .title-content {
    height: 256px;
    margin-left: 21px;
    width: 432px;
  }
}
@media screen and (min-width: 1280px) {
  .intro__title .title-content {
    height: 344px;
    margin-left: 5px;
    width: 582px;
  }
}
.intro__title .title-content > h2 {
  font-family: var(--font-family-klee);
  font-size: max(25px, 6.9965870307vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.243902439;
  padding-bottom: 0.1219512195em;
}
@media screen and (min-width: 586px) {
  .intro__title .title-content > h2 {
    font-size: 6.9965870307vw;
  }
}
@media screen and (min-width: 1000px) {
  .intro__title .title-content > h2 {
    font-size: 33px;
    line-height: 1.4222222222;
  }
}
@media screen and (min-width: 1280px) {
  .intro__title .title-content > h2 {
    font-size: 45px;
  }
}

.intro__main {
  background: url(../img/home/intro-fluffy-b.svg) 50% 13.9931740614vw/118.6006825939vw auto no-repeat;
  padding-bottom: 17.0648464164vw;
  padding-top: 13.9931740614vw;
}
@media screen and (min-width: 1000px) {
  .intro__main {
    background: url(../img/home/intro-fluffy-a.svg) 50% 52px/117.7631578947vw auto no-repeat;
    padding-bottom: 120px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .intro__main {
    padding-top: 31px;
  }
}

.intro__lead {
  background: url(../img/home/intro-lead-bg.svg) 50% 0/auto 20.819112628vw no-repeat;
  font-family: var(--font-family-klee);
  font-size: max(15px, 3.0716723549vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5555555556;
  min-height: 20.819112628vw;
  padding-top: 4.6075085324vw;
}
@media screen and (min-width: 1000px) {
  .intro__lead {
    background-size: auto 189px;
    font-size: 24px;
    line-height: 1.4166666667;
    min-height: 189px;
    padding-top: 2.4166666667em;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .intro__excels {
    display: grid;
    grid-template-columns: 1fr 50px 380px 50px 50px 380px 50px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels {
    grid-template-columns: 1fr 460px 160px 160px 460px 1fr;
  }
}
.intro__excels > figure {
  aspect-ratio: 586/275;
}
@media screen and (min-width: 1000px) {
  .intro__excels > figure {
    aspect-ratio: auto;
    grid-area: fig;
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels > figure {
    height: 400px;
  }
}
.intro__excels > figure > img {
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  width: 100%;
}
.intro__excels ul {
  font-family: var(--font-family-maru);
  font-size: max(17px, 4.6075085324vw);
  font-weight: normal;
  line-height: 1.4666666667;
  list-style: none;
  margin: 5.2901023891vw auto 0;
  padding: 0;
  width: 93.2vw;
}
@media screen and (min-width: 1000px) {
  .intro__excels ul {
    grid-area: list;
    font-size: 27px;
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels ul {
    font-size: 30px;
    margin-top: 52px;
  }
}
.intro__excels ul > li {
  display: flex;
}
.intro__excels ul > li::before {
  background: url(../img/home/intro-excel-list-icon.svg) 0 60%/1em auto no-repeat;
  content: "";
  flex: 0 0 1.4em;
  height: 1.4666666667em;
  width: 1.4em;
}
.intro__excels ul > li + li {
  margin-top: 1.0740740741em;
}
@media screen and (min-width: 1000px) {
  .intro__excels ul > li + li {
    margin-top: 1.3333333333em;
  }
}
.intro__excels.left {
  margin-top: 12.457337884vw;
}
@media screen and (min-width: 1000px) {
  .intro__excels.left {
    margin-top: 17px;
    grid-template-areas: "fig fig fig . list list . .";
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels.left {
    margin-top: 21px;
    grid-template-areas: "fig fig . list list .";
  }
}
.intro__excels.right {
  margin-top: 15.5290102389vw;
}
@media screen and (min-width: 1000px) {
  .intro__excels.right {
    margin-top: 50px;
    grid-template-areas: ". . list list . fig fig fig";
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels.right {
    grid-template-areas: ". list list . fig fig";
  }
}
@media screen and (min-width: 1280px) {
  .intro__excels.right ul {
    margin-left: auto;
    width: max-content;
  }
}

.profi__sect {
  padding-bottom: 30.7167235495vw;
}
@media screen and (min-width: 1000px) {
  .profi__sect {
    padding-bottom: 180px;
  }
}

.profi__card-container {
  display: grid;
  gap: 6.8259385666vw;
}
@media screen and (min-width: 1000px) {
  .profi__card-container {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.profi__card {
  background-color: #FFF5F7;
  padding-top: 6.8259385666vw;
}
@media screen and (min-width: 1000px) {
  .profi__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 512px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .profi__card {
    min-height: 580px;
  }
}
.profi__card h3 {
  font-weight: 500;
  font-size: max(22px, 6.1433447099vw);
  line-height: 1.4444444444;
  padding: 0 5.4607508532vw;
}
@media screen and (min-width: 1000px) {
  .profi__card h3 {
    font-size: 36px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1000px) {
  .profi__card h3 {
    padding: 0 50px;
  }
}
.profi__card ul {
  list-style: none;
  padding: 0 5.4607508532vw;
  margin: 4.2662116041vw 0 0;
}
@media screen and (min-width: 1000px) {
  .profi__card ul {
    padding: 0 32px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .profi__card ul {
    padding: 0 50px;
  }
}
.profi__card ul > li {
  font-size: max(16px, 3.4129692833vw);
}
@media screen and (min-width: 1000px) {
  .profi__card ul > li {
    font-size: 20px;
  }
}
.profi__card ul > li > a {
  color: var(--color-text);
  display: flex;
  line-height: 1.45;
}
.profi__card ul > li > a::before {
  content: "";
  background: url(../img/common/profi-list-icon.svg) 0 55%/1.3em auto no-repeat;
  flex: 0 0 1.9em;
  height: 1.45em;
  width: 1.9em;
}
.profi__card ul > li > a:hover {
  color: var(--color-text-link);
}
.profi__card ul > li + li {
  margin-top: 0.35em;
}
.profi__card figure {
  margin-top: 12.2866894198vw;
}
@media screen and (min-width: 1000px) {
  .profi__card figure {
    margin-top: auto;
  }
}


/*　news関連の css は、pnews/news.css に移動　*/


h2.home__sectheader {
  color: var(--color-primary);
  font-family: var(--font-family-maru);
  font-weight: normal;
  font-size: max(24px, 6.8259385666vw);
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  h2.home__sectheader {
    font-size: 40px;
  }
}
h2.home__sectheader::after {
  content: var(--leadtext);
  display: block;
  font-size: 0.5em;
  letter-spacing: normal;
  line-height: 1.3;
}

.topic__sect {
  margin-top: 30.7167235495vw;
}
@media screen and (min-width: 1000px) {
  .topic__sect {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .topic__sect {
    margin-top: 215px;
  }
}

.topic__cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: min(34px, 8.7179487179vw);
  justify-content: center;
  margin-top: 8.5324232082vw;
}
@media screen and (min-width: 1000px) {
  .topic__cards-container {
    margin-top: 50px;
  }
}

.topic__card {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 390px;
  min-height: 354px;
  width: 100%;
}
.topic__card a.post-link {
  background-color: #fff;
  border: 1px solid #CCC9C4;
  box-shadow: 2px 4px 8px rgba(96, 96, 96, 0.2);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: min(19px, 4.8717948718vw) min(19px, 4.8717948718vw) min(16px, 4.1025641026vw);
  transition: background-color 0.15s ease-out;
  width: 100%;
}
.topic__card a.post-link:hover {
  border-color: var(--color-text-link);
  background: rgba(255, 178, 196, 0.15);
}
.topic__card a.post-link:hover figure {
  filter: brightness(106%);
}
.topic__card figure {
  transition: filter 0.15s ease-out;
}
.topic__card h3 {
  font-size: min(16px, 4.1025641026vw);
  font-weight: bold;
  line-height: 1.625;
  margin-top: 1.125em;
}
.topic__card p {
  font-size: min(14px, 3.5897435897vw);
  font-weight: normal;
  line-height: 1.7142857143;
  margin-top: 0.2857142857em;
}
.topic__card .more {
  align-self: end;
  display: flex;
  font-family: var(--font-family-maru);
  font-size: min(16px, 4.1025641026vw);
  font-weight: normal;
  line-height: 1.5;
  margin-top: auto;
}
.topic__card .more::after {
  background: url(../img/home/topics-more-arrow.svg) 100% 50%/1.0625em auto no-repeat;
  content: "";
  height: 1.5em;
  width: 1.5625em;
}

.voice__sect {
  background: url(../img/home/intro-fluffy-a.svg) 50% 8.0204778157vw/94vw auto no-repeat;
  padding-bottom: 90px;
  padding-top: 34.8122866894vw;
}
@media screen and (min-width: 1000px) {
  .voice__sect {
    background-position: 50% 80px;
    background-size: 940px auto;
    padding-top: 214px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__sect {
    background-position: 50% 85px;
    background-size: 1430px auto;
    padding-bottom: 196px;
  }
}
.voice__sect .swiper {
  height: auto;
  margin-top: 9.8976109215vw;
  overflow: visible;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .voice__sect .swiper {
    margin-top: 56px;
  }
}
.voice__sect .swiper-horizontal > .swiper-pagination-bullets,
.voice__sect .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: 0;
  position: relative;
  padding-top: 52px;
}
.voice__sect .swiper-pagination-bullet {
  background-color: var(--color-footer-upper-bg);
  opacity: 1;
  height: 12px;
  width: 12px;
}
.voice__sect .swiper-pagination-bullet-active {
  background-color: #EBC6A4;
}
.voice__sect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.voice__card {
  align-self: stretch;
  background-color: #fff;
  box-shadow: 0 0 30px var(--color-footer-upper-bg);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: clamp(13px, 2.7303754266vw, 16px);
  font-weight: normal;
  line-height: 1.75;
  max-width: 522px;
  padding: 2.1875em 2.4375em;
  text-align: justify;
  width: 89.0784982935vw;
}
@media screen and (min-width: 586px) {
  .voice__card {
    font-size: 16px;
    padding: 4.0625em 3.75em;
  }
}
@media screen and (min-width: 1000px) {
  .voice__card {
    min-height: 450px;
  }
}

.calen__sect .home__sectheader {
  margin-bottom: 7.1672354949vw;
}
@media screen and (min-width: 1000px) {
  .calen__sect .home__sectheader {
    margin-bottom: 50px;
  }
}

.calen__container.dummy {
  margin: 0 auto;
  max-width: 801px;
  width: 100%;
}
.calen__container.dummy > img {
  display: block;
  height: auto;
  width: 100%;
}
/*# sourceMappingURL=home.css.map */
