@charset "UTF-8";
/*--------------------------------
  mv
--------------------------------*/
#mv {
  position: relative;
  background-color: var(--color-pink-03);
  padding-top: 180px;
  z-index: 1;
}
#mv:before {
  position: absolute;
  display: block;
  content: "";
  top: 48px;
  left: 55%;
  transform: translate(-50%);
  max-width: 1390px;
  width: 100%;
  height: auto;
  aspect-ratio: 1390 / 1320;
  background-image: url(../../img/page/top/mv-bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
#mv .mv-logo:not(.u-fadeIn),
#mv .mv-img:not(.u-fadeIn),
#mv .mv-copy:not(.u-fadeIn) {
  opacity: 0;
}
#mv .u-fadeIn {
  animation-duration: 2s;
}
#mv .mv-inr {
  flex-wrap: nowrap;
}
#mv .mv-left {
  position: relative;
  width: 676px;
}
#mv .mv-left .mv-logo {
  width: 582px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
#mv .mv-left .mv-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#mv .mv-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#mv .mv-copy {
  height: auto;
  object-fit: contain;
}
#mv .mv-txt {
  letter-spacing: 0.2em;
  font-size: var(--fs-21);
  line-height: 2;
  margin-left: -3em;
}
#mv nav {
  max-width: 900px;
}
#mv nav ul {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
#mv nav ul li a {
  position: relative;
  font-size: var(--fs-19);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  margin-bottom: 0.5em;
}
#mv nav ul li:last-child a {
  margin-bottom: 0;
}
#mv nav ul li a:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -1em;
  top: 0;
}
@media screen and (max-width: 1399px) {
  #mv .mv-left {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  #mv .mv-copy {
    width: 100%;
  }
  #mv nav ul li a {
    font-size: var(--fs-16);
  }
}
@media screen and (max-width: 960px) {
  #mv .mv-txt {
    font-size: var(--fs-18);
  }
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 32px;
  }
  #mv:before {
    background-image: url(../../img/page/top/mv-bg-sp.webp);
    top: -24px;
    width: 130vw;
    aspect-ratio: 800 / 994;
  }
  #mv .mv-left {
    width: 50%;
  }

  #mv .mv-right {
    gap: 12px;
    width: 50%;
  }
  #mv nav {
    padding-left: 24px;
  }
  #mv nav ul li a {
    margin-bottom: 0;
  }
  #mv .mv-txt {
    font-size: var(--fs-16);
    margin-left: -7em;
  }
}
@media screen and (max-width: 600px) {
  /* #mv {
    padding-top: 64px;
  } */
  #mv .mv-right {
    overflow: visible;
  }
  #mv nav ul li a {
    font-size: var(--fs-14);
  }
  #mv .mv-txt {
    margin-left: -10em;
  }
}
/*--------------------------------
  About Us
--------------------------------*/
#t-about {
  z-index: 1;
  position: relative;
  /* mix-blend-mode: multiply; */
}
#t-about::before {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--color-pink-01);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}

#t-about .t-about-inr {
  position: relative;
}
#t-about .about-body {
  gap: 100px;
}
#t-about .about-body .txt {
  flex: 1;
}
#t-about .about-img {
  width: 206px;
  height: fit-content;
  object-fit: contain;
}
#t-about .about-bg {
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#t-about .about-bg.left {
  display: block;
  width: 608px;
  height: auto;
  aspect-ratio: 608 /521;
  left: 0;
  top: 0;
  transform: translate(30%, 50%);
}
#t-about .about-bg.bottom {
  display: block;
  width: 975px;
  aspect-ratio: 975 / 623;
  height: auto;
  right: 0;
  bottom: 0;
}
#t-about .about-bg.illust-01 {
  display: block;
  width: 94px;
  height: auto;
  aspect-ratio: 94 / 176;
  bottom: 100%;
  right: 100%;
}
#t-about .about-bg.illust-02 {
  display: block;
  width: 224px;
  height: auto;
  aspect-ratio: 224 / 359;
  top: 0;
  transform: translate(50%, -50%);
  right: 0;
}
@media screen and (max-width: 1900px) {
  #t-about .about-bg.bottom {
    width: 50%;
  }
  #t-about .about-bg.left {
    transform: translate(0, 50%);
  }
}
@media screen and (max-width: 1600px) {
  #t-about .about-bg.left {
    transform: translate(-25%, 50%);
  }
}
@media screen and (max-width: 1400px) {
  #t-about .about-bg.left {
    width: 55%;
    height: auto;
    transform: translate(-50%, 50%);
  }
  #t-about .about-bg.left {
    width: 55%;
  }
  #t-ser .ser-card__img--07 {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #t-about .about-bg.bottom {
    width: 60%;
  }
  #t-about .about-bg.illust-01 {
    width: 64px;
  }
  #t-about .about-bg.illust-02 {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  #t-about .about-body {
    gap: 40px;
  }
  #t-about .about-img {
    width: 180px;
  }
  #t-about .about-bg.illust-01 {
    right: auto;
    left: 2.5%;
  }
  #t-about .about-bg.illust-02 {
    right: 2.5%;
    left: auto;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  #t-about {
    padding-bottom: 0;
  }
  #t-about .about-img {
    width: 160px;
  }
  #t-about .about-bg.illust-01 {
    width: 50px;
  }
  #t-about .about-bg.illust-02 {
    width: 120px;
  }
  #t-about .about-bg.bottom {
    position: relative;
    margin-top: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  #t-about .about-body {
    flex-direction: column-reverse;
  }
  #t-about .about-img {
    width: 160px;
    margin-left: 24px;
  }
  #t-about .about-bg.left {
    width: 70%;
  }
  #t-about .about-bg.illust-01 {
    bottom: calc(100% + 20px);
  }
  #t-about .about-bg.illust-02 {
    right: 2.5%;
    transform: translate(0, 60%);
  }
}

/*--------------------------------
  Service
--------------------------------*/
#t-ser {
  position: relative;
  z-index: 5;
}
#t-ser::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../img/page/top/ser-bg.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 30%;
  max-width: 742px;
  height: auto;
  aspect-ratio: 742 / 853;
  left: 0;
  top: 0;
  transform: translateY(-30%);
}
#t-ser .ser-hd {
  position: relative;
  width: fit-content;
}
#t-ser .ser-hd-ud-txt {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#t-ser .ser-bg-txt {
  width: 100%;
  max-width: 719px;
  mix-blend-mode: multiply;
}
#t-ser .ser-illust-wrap {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  height: fit-content;
  z-index: -1;
}
#t-ser .ser-illust-01 {
  width: 128px;
  height: atuo;
  aspect-ratio: 128 / 137;
  object-fit: contain;
  flex-shrink: 0;
}
#t-ser .ser-body {
  position: relative;
  padding-bottom: 48px;
}
#t-ser .sec-ttl-ja {
  font-size: 70px;
  letter-spacing: 0.14em;
}
#t-ser .sec-ttl-ja .ser-br {
  display: none;
}
#t-ser .ser-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
#t-ser .ser-grid > * {
  min-width: 0;
}
#t-ser .ser-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

/* サービスカード本文（テキスト構造） */
#t-ser .ser-card__body {
  position: relative;
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 0;
  padding: 32px 0;
  margin-left: auto;
  margin-right: auto;
}
#t-ser .ser-card__ttl {
  font-size: var(--fs-28);
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
  text-align: center;
}
#t-ser .ser-card__ttl br {
  display: block;
}
#t-ser .ser-card__subttl {
  display: block;
  font-size: var(--fs-21);
  letter-spacing: 0.2em;
}
#t-ser .ser-card__catch-wrap {
  padding-top: 16px;
  border-top: 1px solid var(--color-text);
  flex-shrink: 0;
}
#t-ser .ser-card__catch {
  font-family: var(--font-shippori);
  font-size: var(--fs-26);
  font-weight: var(--fw-bold);
  color: var(--color-pink-03);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.5;
  white-space: nowrap;
}
#t-ser .ser-card__desc {
  letter-spacing: 0.1em;
  /* max-width: 330px; */
}
#t-ser .ser-card__btn {
  margin-top: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#t-ser .ser-card__img {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
#t-ser .ser-card__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#t-ser .ser-card__img--01 {
  width: 145px;
  height: auto;
  aspect-ratio: 145 / 116;
  top: 8px;
  right: 0;
}
#t-ser .ser-card__img--02 {
  width: 70px;
  height: auto;
  aspect-ratio: 70 / 156;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#t-ser .ser-card__img--04 {
  width: 154px;
  height: auto;
  aspect-ratio: 154 / 169;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 10;
}
#t-ser .ser-card__img--04-empty {
  display: none;
}
/* 4番目カード（福祉有償運送）をser-card__img--06（桃）より上に表示 */
#t-ser .ser-card:nth-child(4) {
  z-index: 2;
  position: relative;
}
/* 4番目カードのser-card__img--04をカード本文より上に表示 */
#t-ser .ser-card:nth-child(4) .ser-card__img--04 {
  z-index: 10;
}
#t-ser .ser-card__img--05 {
  width: 118px;
  aspect-ratio: 118 /177;
  height: auto;
  top: 0;
  left: 12px;
}
#t-ser .ser-card__img--06,
#t-ser .ser-card__img--07 {
  position: absolute;
  display: block;
  content: "";
  z-index: 10;
  object-fit: contain;
}
#t-ser .ser-card__img--06 {
  width: 310px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#t-ser .ser-card__img--07 {
  top: 50%;
  right: 2.5%;
  transform: translateY(50%);
}
#t-ser .ser-peach {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(280px, 28vw);
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1800px) {
  #t-ser .ser-card__img--07 {
    right: -2.5%;
  }
}

@media screen and (max-width: 1400px) {
  #t-ser .sec-ttl-ja {
    font-size: 55px;
  }
  #t-ser .ser-grid {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #t-ser .ser-illust-01 {
    width: 100px;
    height: auto;
  }
  #t-ser .sec-ttl-ja {
    font-size: 50px;
  }
  #t-ser .ser-card__img--01 {
    width: 120px;
  }
  #t-ser .ser-card__img--02 {
    width: 50px;
  }
  #t-ser .ser-card__img--04 {
    width: 110px;
    bottom: 0;
    transform: translateX(50%);
  }
  #t-ser .ser-card__img--05 {
    width: 90px;
  }
  #t-ser .ser-card__img--06 {
    width: 220px;
  }
  #t-ser .ser-card__img--07 {
    display: none;
  }
  #t-ser .ser-grid {
    gap: 16px;
  }
  #t-ser .ser-card__body {
    padding: 24px 0;
    max-width: 320px;
  }
  #t-ser .ser-card__ttl {
    font-size: var(--fs-20);
  }
  #t-ser .ser-card__subttl {
    font-size: var(--fs-16);
  }
  #t-ser .ser-card__catch {
    font-size: var(--fs-20);
  }
  #t-ser .ser-card__desc {
    font-size: var(--fs-14);
  }
}
@media screen and (max-width: 960px) {
  #t-ser::before {
    transform: translate(-50%, -5%);
    width: 60%;
  }
  #t-ser .sec-ttl-ja .ser-br {
    display: block;
  }
  #t-ser .ser-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
  #t-ser .ser-card {
    max-width: 420px;
    z-index: 5;
  }
  #t-ser .ser-card__img--04 {
    top: 100%;
    bottom: auto;
    transform: none;
    z-index: 5;
  }
  #t-ser .ser-card__img--06 {
    display: none;
  }
  #t-ser .ser-card__img--07 {
    transform: translateY(50%);
    top: 50%;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  #t-ser .ser-illust-wrap {
    display: none;
  }
  #t-ser .sec-ttl-ja {
    font-size: var(--fs-32);
  }
  #t-ser .ser-card__img--01 {
    width: 100px;
  }
  #t-ser .ser-card__img--02 {
    right: -2.5%;
    top: 20%;
  }
  #t-ser .ser-card__img--04 {
    width: 80px;
    top: 100%;
    transform: translateX(-30%);
  }
  #t-ser .ser-card__img--05 {
    width: 70px;
  }
  #t-ser .ser-card__body {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  #t-ser::before {
    transform: translate(-60%, 20%);
    width: 70%;
  }
  #t-ser .ser-illust-01 {
    width: 60px;
  }
  #t-ser .ser-card__img--07 {
    display: none;
  }
  #t-ser .ser-grid {
    gap: 16px;
  }
  #t-ser .ser-card__body {
    gap: 12px;
    padding: 24px 32px;
  }
  #t-ser .ser-card__ttl {
    font-size: var(--fs-18);
  }
  #t-ser .ser-card__subttl {
    font-size: var(--fs-14);
  }
  #t-ser .ser-card__catch-wrap {
    padding-top: 12px;
  }
  #t-ser .ser-card__catch {
    font-size: var(--fs-16);
  }
  #t-ser .ser-card__desc {
    line-height: 1.7;
  }
  #t-ser .ser-card__btn {
    margin-top: 0;
  }
}

/*--------------------------------
  Recruit（スタッフ紹介）
--------------------------------*/
#t-rct {
  position: relative;
  z-index: 10;
}
#t-rct .rct-hd {
  position: relative;
  z-index: 10;
}
#t-rct .rct-staff-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
#t-rct .flower-img-01,
#t-rct .flower-img-03 {
  position: absolute;
  z-index: -1;
}
#t-rct .flower-img-01 {
  top: 0;
  transform: translate(10%, -50%);
  right: 0;
}
#t-rct .flower-img-03 {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
#t-rct .rct-staff {
  width: calc(100% / 3 - 40px * 2 / 3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#t-rct .rct-staff__img-wrap {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
#t-rct .rct-staff__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}
#t-rct .rct-staff__txt {
  position: absolute;
  bottom: 24px;
  z-index: 3;
  font-size: var(--fs-16);
  letter-spacing: 0.35em;
}
#t-rct .rct-staff__txt p {
  margin: 0;
  line-height: 1.6;
  font-weight: var(--fw-bold);
  font-size: var(--fs-14);
}
#t-rct .rct-staff__txt p:last-child {
  font-weight: var(--fw-medium);
  font-size: var(--fs-14);
}
#t-rct .rct-staff--left .rct-staff__txt {
  left: 24px;
  text-align: left;
}
#t-rct .rct-staff--right .rct-staff__txt {
  right: 24px;
  text-align: right;
}
#t-rct .rct-msg {
  text-align: center;
  font-family: var(--font-shippori);
  font-size: var(--fs-34);
  letter-spacing: 0.3em;
}

#t-rct .rct-staff__tag {
  margin-top: 16px;
  line-height: 1;
}
#t-rct .rct-staff__tag span {
  display: inline-block;
  font-size: var(--fs-14);
  color: var(--color-pink-03);
  line-height: 1.5;
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 1400px) {
  #t-rct .rct-staff-wrap {
    gap: 40px;
  }
  #t-rct .rct-msg p {
    font-size: var(--fs-28);
  }
}
@media screen and (max-width: 1200px) {
  #t-rct .rct-staff-wrap {
    gap: 24px;
  }
  #t-rct .rct-staff {
    width: calc(100% / 3 - 24px * 2 / 3);
  }
  #t-rct .rct-msg {
    font-size: var(--fs-24);
  }
  #t-rct .rct-staff__tag {
    margin-top: 8px;
  }
  #t-rct .rct-staff__tag span {
    font-size: var(--fs-12);
  }
}
@media screen and (max-width: 1000px) {
  #t-rct .rct-staff-wrap {
    gap: 16px;
  }
  #t-rct .rct-staff {
    width: calc(100% / 3 - 16px * 2 / 3);
  }
  #t-rct .rct-msg {
    font-size: var(--fs-20);
  }
  #t-rct .rct-staff__txt p,
  #t-rct .rct-staff__txt p:last-child {
    font-size: var(--fs-12);
  }
  #t-rct .rct-staff__txt {
    bottom: 12px;
  }
  #t-rct .rct-staff--left .rct-staff__txt {
    left: 12px;
  }
  #t-rct .rct-staff--right .rct-staff__txt {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  #t-rct .flower-img-01 {
    transform: translate(10%, -70%);
  }
  #t-rct .flower-img-03 {
    transform: translate(-50%, 20%);
  }
  #t-rct .rct-staff-wrap {
    flex-direction: column;
    gap: 24px;
    min-height: auto;
    align-items: center;
  }
  #t-rct .rct-staff {
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (max-width: 600px) {
}

/*--------------------------------
  Facility
--------------------------------*/
#t-fac {
  overflow: hidden;
}
#t-fac .fac-hd {
  position: relative;
  z-index: 3;
}
#t-fac .fac-body__inr {
  position: relative;
  z-index: 2;
}
#t-fac .fac-hd__badge {
  display: flex;
}
#t-fac .fac-hd__badge .dark,
#t-fac .fac-hd__badge .light {
  font-size: var(--fs-16);
  letter-spacing: 0.2em;
  font-weight: var(--fw-bold);
  color: var(--color-text);
  border: 1px solid var(--color-text);
  line-height: 1;
  padding: 4px 8px;
}
#t-fac .fac-hd__badge .dark {
  background-color: var(--color-text);
  color: var(--color-white);
}
#t-fac .fac-hd__desc {
  max-width: 680px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #t-fac .fac-hd__desc {
    max-width: 100%;
  }
  #t-fac .fac-hd__badge .dark,
  #t-fac .fac-hd__badge .light {
    font-size: var(--fs-12);
    padding: 2px 4px;
  }
}
/* fac-card（施設カード） */
#t-fac .fac-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding: 80px 0;
  position: relative;
}
#t-fac .fac-card.himawari::before,
#t-fac .fac-card.sora::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  height: auto;
  z-index: 0;
}
#t-fac .fac-card.himawari::before {
  background-image: url(../../img/page/top/fac-bg-01.svg);
  aspect-ratio: 1923 / 700;
  max-width: 1923px;
}
#t-fac .fac-card.sora::before {
  background-image: url(../../img/page/top/fac-bg-02.svg);
  aspect-ratio: 1776 / 1143;
  max-width: 1776px;
  top: -64px;
}
#t-fac .fac-card.himawari .flower-img-03,
#t-fac .fac-card.airi .flower-img-02 {
  position: absolute;
  z-index: 1;
}
#t-fac .fac-card.himawari .flower-img-03 {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
#t-fac .fac-card.airi .flower-img-02 {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
#t-fac .fac-card:last-of-type {
  padding-bottom: 0;
}
#t-fac .fac-card--rev {
  flex-direction: row-reverse;
}
/* soraのみ: txt・imgの1行、sns-wrapを下に配置（幅をtxt+imgに合わせる） */
#t-fac .fac-card.sora {
  display: grid;
  grid-template-columns: minmax(0, 425px) minmax(0, 503px);
  gap: 16px 40px;
  align-items: start;
  justify-content: end;
}
#t-fac .fac-card.sora .fac-card__sns-wrap {
  grid-column: 1 / -1;
}
#t-fac .fac-card__txt {
  flex: 1;
  min-width: 0;
  max-width: 425px;
  position: relative;
  z-index: 2;
}
#t-fac .fac-card__category {
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  font-weight: var(--fw-bold);
}
#t-fac .fac-card__ttl {
  font-size: var(--fs-22);
  font-weight: var(--fw-bold);
  letter-spacing: 0.54em;
  margin-bottom: 24px;
}
#t-fac .fac-card__ttl-en {
  font-family: var(--font-josefin);
  font-size: var(--fs-14);
  letter-spacing: 0.2em;
  color: var(--color-text);
  margin-bottom: 16px;
}
#t-fac .fac-card__name {
  font-size: var(--fs-28);
}
#t-fac .fac-card__desc {
  font-weight: var(--fw-regular);
}
#t-fac .fac-card__ttl--sora {
  display: block;
  width: 316px;
  height: auto;
  aspect-ratio: 316 / 94;
}
#t-fac .fac-card__ttl--sora img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#t-fac .fac-card__catch {
  font-family: var(--font-shippori);
  font-size: var(--fs-23);
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
#t-fac .fac-card__sns-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 2;
}
#t-fac .fac-card__sns-ttl {
  font-size: var(--fs-21);
  letter-spacing: 0.2em;
  font-weight: var(--fw-bold);
  padding-bottom: 24px;
}
#t-fac .fac-card__sns-body {
  gap: 80px;
}
#t-fac .fac-card__sns-body p {
  flex: 1;
  font-weight: var(--fw-regular);
}
#t-fac .fac-card__sns-item {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #ffffff7d;
  border-radius: 999px;
  padding: 8px 16px;
  width: 100%;
  max-width: 290px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#t-fac .fac-card__sns-item span {
  width: 140px;
  font-size: var(--fs-14);
}
#t-fac .fac-card__sns-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
#t-fac .fac-card__img {
  min-width: 0;
  max-width: 503px;
  aspect-ratio: 503 / 338;
  position: relative;
  z-index: 2;
}
#t-fac .fac-card.sora .fac-card__img {
  margin-top: auto;
  margin-bottom: 0;
}
#t-fac .fac-card__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #t-fac .fac-card.himawari::before,
  #t-fac .fac-card.sora::before {
    width: 130vw;
  }
}
@media screen and (max-width: 1200px) {
  #t-fac .fac-card.himawari::before {
    width: 150vw;
    transform: translate(-50%, 10%);
  }
  #t-fac .fac-card__img {
    max-width: 440px;
  }
  #t-fac .fac-card__txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #t-fac .fac-card.himawari .flower-img-03 {
    top: auto;
    transform: translate(-50%, -50%);
    bottom: 100%;
  }

  #t-fac .fac-card {
    flex-direction: column;
    gap: 24px;
    padding: 48px 0;
  }
  #t-fac .fac-card__category {
    margin-bottom: 8px;
    font-size: var(--fs-14);
  }
  #t-fac .fac-card__ttl {
    margin-bottom: 12px;
    font-size: var(--fs-18);
  }
  #t-fac .fac-card__name {
    font-size: var(--fs-24);
  }
  #t-fac .fac-card__catch {
    margin-bottom: 12px;
  }
  #t-fac .fac-card.himawari::before {
    top: auto;
    width: 100vw;
    background-image: url(../../img/page/top/fac-bg-01-sp.svg);
    aspect-ratio: 768 / 608;
  }
  #t-fac .fac-card.sora::before {
    top: -64px;
    background-size: cover;
    width: 100vw;
    height: calc(100% + 64px + 80px);
    background-image: url(../../img/page/top/fac-bg-02-sp.svg);
    aspect-ratio: 768 / 899;
    background-position: left 10% top;
  }
  #t-fac .fac-card--rev {
    flex-direction: column;
  }
  #t-fac .fac-card__txt {
    max-width: 503px;
  }
  #t-fac .fac-card__img {
    max-width: 503px;
    order: -1;
  }
  #t-fac .fac-card--rev .fac-card__img {
    order: -1;
  }
  #t-fac .fac-card.sora {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  #t-fac .fac-card.sora .fac-card__img {
    order: 0;
  }
  #t-fac .fac-card.sora .fac-card__sns-wrap {
    max-width: 503px;
    margin-top: 0;
  }
  #t-fac .fac-card__sns-body {
    flex-direction: column;
    gap: 16px;
  }
  #t-fac .fac-card__sns-ttl {
    padding-bottom: 8px;
    font-size: var(--fs-18);
  }
  #t-fac .fac-card__sns-link img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 600px) {
  #t-fac .fac-card {
    padding: 32px 0;
    gap: 24px;
  }
  #t-fac .fac-card__ttl {
    font-size: var(--fs-20);
  }
  #t-fac .fac-card__ttl--sora {
    max-width: 250px;
  }
  #t-fac .fac-card__name {
    font-size: var(--fs-26);
  }
  #t-fac .fac-card__name--large {
    font-size: 40px;
  }
  #t-fac .fac-card__catch {
    font-size: var(--fs-20);
  }
  #t-fac .fac-card__sns-ttl {
    font-size: var(--fs-17);
  }
}
