@charset "UTF-8";
.home-fv {
  position: relative;
}
.home-fv::before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #737373 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
  aspect-ratio: 375/172;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .home-fv::before {
    aspect-ratio: inherit;
    height: 155px;
  }
}

.home-fv__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr -webkit-max-content -webkit-max-content;
  grid-template-rows: 1fr max-content max-content;
  justify-content: center;
  align-items: end;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .home-fv__body {
    padding-block: 10px;
  }
}

.home-fv__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 0.5em #FFF;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
  align-self: self-end;
}
@media (min-width: 768px) {
  .home-fv__heading {
    font-size: 26px;
    -webkit-text-stroke: 4px #fff;
  }
}

.home-fv__lead {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.5em #000;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home-fv__lead {
    font-size: 21px;
  }
}

.home-fv__badge {
  margin-top: 2rem;
}
.home-fv__badge img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .home-fv__badge img {
    width: 712px;
    max-width: inherit;
  }
}

.home-fv__sliderItem img {
  width: 100%;
}

.home-introduction {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .home-introduction {
    padding-bottom: 13.5rem;
  }
}


.home-introduction__lead {
  font-weight: 500;
  text-align: center;
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .home-introduction__lead {
    margin-top: 8rem;
  }
}

.home-introduction__movie {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-introduction__movie {
    margin-top: 3rem;
  }
}
.home-introduction__movie iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.home-point {
  position: relative;
  background: center/cover no-repeat url("/images/2025/home/bg_point_01_sp.jpg");
  padding-block: 8rem 3rem;
}
@media (min-width: 768px) {
  .home-point {
    background-image: url("/images/2025/home/bg_point_01_pc.jpg");
    padding-block: 10rem 13rem;
  }
}
.home-point::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #A4A4A4;
  mix-blend-mode: multiply;
  display: block;
}
.home-point .c-sectionHeading__ja {
  color: #fff;
}

.home-point__body {
  position: relative;
  z-index: 2;
}

.home-point__inner {
  color: #fff;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .home-point__inner {
    text-align: left;
    display: grid;
    grid-template-columns: 483px 390px;
    grid-template-areas: "badge leadMain" "badge leadSecondary" "badge noteList";
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-top: 2.5rem;
  }
}

.home-point__leadMain {
  font-size: 1.6rem;
  font-weight: 500;
  text-shadow: 0px 0px 0.25em #000;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .home-point__leadMain {
    grid-area: leadMain;
    align-self: self-end;
    font-size: 2rem;
  }
}

.home-point__badge {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .home-point__badge {
    grid-area: badge;
    margin-top: 0;
  }
}
.home-point__badge img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .home-point__badge img {
    max-width: inherit;
  }
}

.home-point__leadSecondary {
  font-size: 1.6rem;
  font-weight: 500;
  text-shadow: 0px 0px 0.25em #000;
  line-height: 1.875;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .home-point__leadSecondary {
    grid-area: leadSecondary;
    margin-top: 0;
  }
}

.home-point__noteList {
  display: flex;
  justify-content: center;
  gap: 0.75em;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .home-point__noteList {
    grid-area: noteList;
    justify-content: start;
    margin-top: 0;
    align-self: self-start;
  }
}

.home-point__noteItem {
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 0px 0px 0.25em #000;
}
@media (min-width: 768px) {
  .home-point__noteItem {
    font-size: 1.2rem;
  }
}

.home-point__titleEn {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Shippori Mincho", serif;
  font-size: 5.4rem;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  translate: 0.15em 0;
}
@media (min-width: 768px) {
  .home-point__titleEn {
    font-size: 9.2rem;
  }
}

.home-faq {
  padding-block: 6rem 5rem;
}
@media (min-width: 768px) {
  .home-faq {
    padding-block: 10rem 5rem;
  }
}

.home-faq__illust {
  margin-top: -2rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .home-faq__illust {
    margin-top: 3rem;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
.home-faq__illust img {
  width: 114px;
}
@media (min-width: 768px) {
  .home-faq__illust img {
    width: 214px;
  }
}

.home-faq__nav {
  display: grid;
  row-gap: 0.2rem;
}
@media (min-width: 768px) {
  .home-faq__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
}

.home-faq__navLink {
  display: grid;
  grid-template-columns: 1fr 32px;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #EF6D22;
  padding: 1rem 2rem;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .home-faq__navLink {
    font-size: 1.8rem;
    padding: 2.5rem;
  }
}
.home-faq__navLink::after {
  content: "";
  background: center/contain no-repeat url("/images/2025/common/ico_arrow_01.svg");
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .home-faq__navLink:hover {
    opacity: 0.7;
  }
}

.home-case {
  padding-block: 5rem 6rem;
}
@media (min-width: 768px) {
  .home-case {
    padding-block: 5rem 15rem;
  }
}

.home-case__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .home-case__btnWrap {
    margin-top: 6rem;
  }
}
.home-case__btnWrap .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .home-case__btnWrap .c-buttonPill {
    min-width: 300px;
  }
}

.home-case__slider {
  position: relative;
  margin-top: 2rem;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .home-case__slider {
    margin-top: 6rem;
    padding-inline: 0;
  }
}
.home-case__slider .slick-arrow {
  position: absolute;
  text-indent: -9999em;
  display: block;
  margin: 0;
  bottom: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  top: 32vw;
}
.home-case__slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.home-case__slider .slick-prev {
  left: 0;
}
.home-case__slider .slick-prev::before {
  content: "";
  display: inline-block;
  border-color: #EF6D22;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  transform: rotate(135deg);
  left: 65%;
  translate: -50% -50%;
}
.home-case__slider .slick-next {
  right: 0;
}
.home-case__slider .slick-next::before {
  content: "";
  display: inline-block;
  border-color: #EF6D22;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  transform: rotate(-45deg);
  right: 65%;
  translate: 50% -50%;
}

@media (min-width: 768px) {
  .home-case__sliderItem {
    margin-inline: 1%;
    margin-inline: 35px;
  }
}
.home-case__sliderItem a {
  display: block;
}
.home-case__sliderItem img {
  width: 100%;
  aspect-ratio: 500 / 375;
  object-fit: cover;
}

.home-case__sliderLead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5em;
}

.home-case__search {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  .home-case__search {
    margin-top: 8.5rem;
  }
}

.home-case__searchHeading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #EF6D22;
  padding-bottom: 0.75em;
}
@media (min-width: 768px) {
  .home-case__searchHeading {
    font-size: 2.4rem;
  }
}

.home-case__searchNav {
  display: grid;
  row-gap: 3.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .home-case__searchNav {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 13.5rem;
    margin-top: 4.5rem;
  }
}

@media (min-width: 768px) {
  .home-case__searchBlock.--large {
    grid-column: span 2;
    width: calc((100% - 13.5rem) / 2);
  }
}

.home-case__searchBlock__heading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-case__searchBlock__heading {
    font-size: 1.8rem;
  }
}

.home-case__searchBlock__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .home-case__searchBlock__list {
    margin-top: 1rem;
  }
}

.home-case__searchBlock__listLink {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-block: 0.25em;
  transition: color 0.2s ease-out;
}
@media (min-width: 768px) {
  .home-case__searchBlock__listLink {
    font-size: 1.6rem;
  }
}
.home-case__searchBlock__listLink::after {
  content: "〉";
  display: block;
}
@media (any-hover: hover) {
  .home-case__searchBlock__listLink:hover {
    color: #EF6D22;
  }
}

.home-case__voice {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .home-case__voice {
    margin-top: 14rem;
  }
}

.home-case__voiceLink {
  display: grid;
  place-items: center;
  transition: opacity 0.2s ease-out;
  position: relative;
  z-index: 1;
  background: url("/images/2025/home/bg_case_01_sp.jpg") center center/cover no-repeat;
  aspect-ratio: 343/157;
}
@media (min-width: 768px) {
  .home-case__voiceLink {
    background-image: url("/images/2025/home/bg_case_01_pc.jpg");
    max-width: 520px;
    aspect-ratio: 520/180;
    margin-inline: auto;
  }
}
.home-case__voiceLink::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #a3a3a3;
  mix-blend-mode: multiply;
  z-index: -1;
}
.home-case__voiceLink span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
.home-case__voiceLink span::after {
  content: "";
  background: url("/images/2025/common/ico_arrow_01.svg") center center/contain no-repeat;
  width: 32px;
  aspect-ratio: 1/1;
  display: block;
  margin: 1rem auto 0;
}
@media (any-hover: hover) {
  .home-case__voiceLink:hover {
    opacity: 0.7;
  }
}

.home-life {
  position: relative;
  background-color: #F9F7F3;
  padding-block: 5.5rem 9rem;
}
@media (min-width: 768px) {
  .home-life {
    padding-block: 10rem;
  }
}

.home-life__title {
  color: #EF6D22;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .home-life__title {
    font-size: 24px;
  }
}

.home-life__introductionBody {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .home-life__introductionBody {
    display: grid;
    grid-template-columns: 47.8291814947% 435px;
    align-items: center;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-top: 5rem;
  }
}

.home-life__introductionImage {
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .home-life__introductionImage {
    margin-right: 0;
  }
}
.home-life__introductionImage img {
  width: 100%;
}

.home-life__introductionLead {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 1em;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .home-life__introductionLead {
    line-height: 2.75;
    margin-top: 0;
    padding-inline: 0;
  }
}

.home-life__about {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .home-life__about {
    margin-top: 12.5rem;
  }
}

.home-life__aboutBody {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .home-life__aboutBody {
    display: grid;
    grid-template-columns: 490px 498px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
  }
}

.home-life__aboutImage img {
  width: 100%;
}

.home-life__aboutContent {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .home-life__aboutContent {
    margin-top: 0;
    order: -1;
  }
}

.home-life__aboutLead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .home-life__aboutLead {
    line-height: 2.75;
  }
}
.home-life__aboutLead span {
  font-size: 20px;
  font-weight: 700;
}

.home-life__aboutFooter {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .home-life__aboutFooter {
    justify-content: flex-start;
  }
}
.home-life__aboutFooter .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .home-life__aboutFooter .c-buttonPill {
    min-width: 300px;
  }
}

.home-life__titleEn {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  translate: 0.15em 0;
}
@media (min-width: 768px) {
  .home-life__titleEn {
    font-size: 9rem;
  }
}

.home-flow {
  background-color: #F5F5F5;
  padding-block: 5.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .home-flow {
    padding-block: 7.5rem 10rem;
  }
}

.home-flow__list {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .home-flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.5rem 0;
    margin-top: 7rem;
  }
}

@media (max-width: 767px) {
  .home-flow__listItem:not(:last-child)::after {
    content: "";
    content: "";
    display: inline-block;
    border-color: #737373;
    border-style: solid;
    border-width: 0 2px 2px 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: rotate(45deg);
    display: block;
    margin: 0.5rem auto 1.5rem;
  }
}
@media (min-width: 768px) {
  .home-flow__listItem {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
  }
  .home-flow__listItem:nth-child(3n+1)::after, .home-flow__listItem:nth-child(3n+2)::after {
    content: "";
    content: "";
    display: inline-block;
    border-color: #737373;
    border-style: solid;
    border-width: 0 3px 3px 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: rotate(-45deg);
    display: block;
    translate: -30% 0;
    margin-inline: auto;
  }
}

.home-flow__listLink {
  display: grid;
  grid-template-columns: 1fr 22px;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem 2rem;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .home-flow__listLink {
    font-size: 1.8rem;
    padding: 3rem 2.5rem 3rem 4rem;
    text-indent: -1em;
    height: 100%;
  }
}
.home-flow__listLink::after {
  content: "";
  background: url("/images/2025/common/ico_arrow_02.svg") center center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .home-flow__listLink:hover {
    opacity: 0.7;
  }
}

.home-flow__titleEn {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  translate: 0.15em 0;
}
@media (min-width: 768px) {
  .home-flow__titleEn {
    font-size: 9rem;
  }
}

.home-information {
  padding-block: 6rem 3rem;
}
@media (min-width: 768px) {
  .home-information {
    padding-block: 9rem 5rem;
  }
}

.home-information__slider {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .home-information__slider {
    margin-top: 3rem;
  }
}
.home-information__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.home-information__slider .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .home-information__slider .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
.home-information__slider .slick-dots li.slick-active button {
  background-color: #EF6D22;
}

.home-information__sliderItem a {
  display: block;
  transition: opacity 0.2s ease-out;
}
@media (any-hover: hover) {
  .home-information__sliderItem a:hover {
    opacity: 0.7;
  }
}
.home-information__sliderItem img {
  width: 100%;
}

.home-news {
  padding-block: 3rem 6rem;
}
@media (min-width: 768px) {
  .home-news {
    padding-block: 5rem 12rem;
  }
}

.home-news__footer {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .home-news__footer {
    margin-top: 10rem;
  }
}
.home-news__footer .c-buttonPill {
  min-width: 230px;
}
@media (min-width: 768px) {
  .home-news__footer .c-buttonPill {
    min-width: 300px;
  }
}

.home-news__list {
  border-top: 1px #8B8B8B dashed;
  line-height: 1.875;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .home-news__list {
    margin-top: 3rem;
  }
}

.home-news__item {
  display: flex;
  border-bottom: 1px #8B8B8B dashed;
}

.home-news__item-date {
  padding: 2px 0;
  font-size: 16px;
  min-width: 95px;
  white-space: nowrap;
}

.home-news__item-category {
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.home-news__item-category.important span {
  color: #ef6d22;
}

.home-news__item-category span {
  display: inline-block;
  min-width: 150px;
  padding: 2px;
  background-color: #F9F7F3;
  text-align: center;
}

.home-news__item-title {
  padding: 2px 0;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-news__item {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .home-news__item-title {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) {
  .home-news__item {
    padding: 25px 0;
  }
  .home-news__item-title {
    margin: 0 0 0 25px;
  }
  .home-news__item-title a {
    transition: color 0.2s ease-in-out;
  }
  .home-news__item-title a:hover {
    opacity: 1;
    color: #ef6d22;
  }
}


.home-fv__badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.home-fv-badge {
  flex: 1 0 0;
  background: url(../../images/2025/badge.png) no-repeat center top;
  background-size: contain;
  max-width: 30rem;
}

@media (min-width: 768px) {
  .home-fv-badge {
    flex: 0 0 24rem;
  }
}

.home-fv-badge__title {
  color: #FFEB98;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;;
  padding-top: 1rem;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-fv-badge__title {
    font-size: 2.6rem;
    text-shadow: 0 0 8px #000;
  }
}

.home-fv-badge__number {
  color: #FFEB98;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-fv-badge__number {
    font-size: 3rem;
    text-shadow: 0 0 8px #000;
  }
}

.home-fv-badge__number span {
  color: #FFEB98;
  font-size: 2.4rem;
  text-align: center;;
}

@media (min-width: 768px) {
  .home-fv-badge__number span {
    font-size: 4.8rem;
  }
}

.home-fv-badge__small {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 500;
  text-align: center;;
  margin-top: 10px;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-fv-badge__small {
    font-size: 1.5rem;
    text-shadow: 0 0 8px #000;
  }
}


.home-point__badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.home-point__badges + .home-point__badges {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .home-point__badges + .home-point__badges {
  margin-top: 2rem;
  }
}

.home-point-badge {
  flex: 1 0 0;
  background: url(../../images/2025/badge.png) no-repeat center top;
  background-size: contain;
  max-width: 30rem;
  padding-block: 1rem;
}

@media (min-width: 768px) {
  .home-point-badge {
    flex: 0 0 23.4rem;
    padding-block: 2rem;
  }
}

.home-point-badge__title {
  color: #EF6D22;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-point-badge__title {
    font-size: 2.6rem;
    text-shadow: 0 0 8px #000;
  }
}

.home-point-badge__number {
  color: #EF6D22;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-point-badge__number {
    font-size: 3rem;
    text-shadow: 0 0 8px #000;
  }
}

.home-point-badge__number span {
  color: #EF6D22;
  font-size: 2.4rem;
  text-align: center;;
}

@media (min-width: 768px) {
  .home-point-badge__number span {
    font-size: 4.8rem;
  }
}

.home-point-badge__number small {
  color: #C2C2C2;
  font-size: 1.0rem;
  font-weight: 500;
  text-align: center;;
  margin-top: 10px;
  text-shadow: 0 0 4px #000;
}

@media (min-width: 768px) {
  .home-point-badge__number small {
    font-size: 1.5rem;
    text-shadow: 0 0 8px #000;
  }
}

.p-home-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 50px;
}
.p-home-case .c-home-case figure {
  width: 100%;
  height: 160px;
}
.p-home-case .c-home-case figure:first-child {
  margin-top: 0;
}
.p-home-case .c-home-case figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 12px;
}
.p-home-case .c-home-case-title {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .p-home-case {
    min-width: 1040px;
  }
  .p-home-case-list {
    max-width: 1040px;
  }
  .p-home-case .c-home-case {
    width: calc(100% / 4 - 72px / 4);
    margin: 45px 0 0;
  }
  .p-home-case .c-home-case-title {
    -webkit-line-clamp: 2;
  }

}
@media screen and (max-width: 767px) {
  .p-home-case {
    padding-inline: 18px;
  }
  .p-home-case .c-home-case {
    width: calc(100% / 2 - 20px / 2);
    margin: 25px 0 0;
  }
  .p-home-case .c-home-case figure {
    width: 100%;
    height: 107px;
  }
  .p-home-case .c-home-case-title {
    -webkit-line-clamp: 3;
  }

}