.u-container {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  @media only screen and (max-width: 767px) {
    .u-container {
      padding-right: 1rem;
      padding-left: 1rem; } }

.sec-label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  color: #f28d00;
  letter-spacing: 0.04em;
  margin-bottom: 0.375rem; }
  @media only screen and (max-width: 767px) {
    .sec-label {
      font-size: 1.2rem; } }

.sec-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 767px) {
    .sec-title {
      font-size: 2.4rem;
      letter-spacing: 0; } }

.sec-head {
  text-align: center;
  margin-bottom: 3.5rem; }

.sec-title-ruled {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.5rem; }
  .sec-title-ruled::before, .sec-title-ruled::after {
    content: '';
    display: block;
    width: 7.5rem;
    height: 1px;
    background: #ea8652;
    transform: rotate(45deg) scaleX(1.4);
    transform-origin: center;
    position: relative;
    bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .sec-title-ruled::before, .sec-title-ruled::after {
        width: 2rem;
        bottom: 0; } }
  .sec-title-ruled::after {
    transform: rotate(-45deg) scaleX(1.4); }

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #f28d00 0%, #DF6636 100%); }
  @media only screen and (max-width: 767px) {
    .btn-primary {
      height: 6rem;
      letter-spacing: 0;
      font-size: 1.6rem; } }
  .btn-primary:hover {
    opacity: .85;
    color: #fff;
    background: linear-gradient(to top, #f28d00 0%, #DF6636 100%); }

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #ea8652;
  cursor: pointer;
  transition: background .2s, color .2s; }
  .btn-secondary:hover {
    color: #ea8652; }

.btn-card {
  width: 30rem;
  height: 6rem;
  font-size: 1.6rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #f8e5d8;
  transition: background .2s;
  line-height: 1.2;
  margin: 4rem auto 0 auto; }
  @media only screen and (max-width: 767px) {
    .btn-card {
      width: 15rem;
      height: 4.8rem;
      font-size: 1.2rem;
      letter-spacing: 0; } }
  .btn-card .material-symbols-outlined {
    font-size: 1.8rem;
    color: #ea8652;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .btn-card .material-symbols-outlined {
        font-size: 1.6rem; } }
  .btn-card:hover {
    background: #fef8f4; }

.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #4e3230;
  padding: 0.4rem 0.9rem;
  border: 1px solid #e8e0dc;
  border-radius: 2px;
  background: #fff;
  transition: background .2s;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .btn-detail {
      font-size: 1rem; } }
  .btn-detail .material-symbols-outlined {
    font-size: 0.875rem;
    color: #ea8652; }
  .btn-detail:hover {
    background: #fef8f4; }

.hero {
  background: #fef8f4;
  padding: 3.75rem 0 2.5rem; }
  @media only screen and (max-width: 1024px) {
    .hero {
      padding-top: 0; } }
  .hero__inner {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: 52% 1fr;
    gap: 3rem;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .hero__inner {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 1024px) {
      .hero__inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__inner {
      gap: 2rem; } }

  .hero__left {
    align-self: center; }
    @media only screen and (max-width: 1024px) {
      .hero__left {
        max-width: 100%;
        text-align: center;
        position: relative;
        z-index: 2; } }
  .hero__tag {
    display: inline-block;
    background: #4e3230;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 1024px) {
      .hero__tag {
        margin: 0 auto 1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__tag {
      font-size: 1.4rem;
      padding: .3rem 1rem; } }

  .hero__title {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .hero__title {
        font-size: 2.2rem;
        letter-spacing: 0;
        margin-bottom: 1.5rem; } }
    .hero__title em {
      font-style: normal;
      color: #f28d00;
      font-size: 4.8rem; }
      @media only screen and (max-width: 767px) {
        .hero__title em {
          font-size: 2.8rem; } }
  .hero__body {
    line-height: 2;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .hero__body {
        line-height: 1.5;
        margin: 0 1rem 1.5rem;
        letter-spacing: 0;
        font-size: 1.4rem;
        text-align: left; }
        .hero__body br {
          display: none; } }
  .hero__cta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 1024px) {
      .hero__cta {
        max-width: 60rem;
        margin: 0 auto .8rem;
        gap: .8rem; } }
  .hero__tel-wrap {
    background: #fff;
    border-radius: 1rem;
    padding: 1.125rem 1.5rem;
    border: 1px solid #f8e5d8; }
    @media only screen and (max-width: 1024px) {
      .hero__tel-wrap {
        max-width: 60rem;
        margin: 0 auto; } }
  .hero__tel-note {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.25rem;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .hero__tel-note {
        font-size: 1.15rem;
        letter-spacing: 0; } }
  .hero__tel-num {
    font-size: 3.4rem;
    color: #4e3230;
    line-height: 1.2;
    text-align: center;
    display: block; }
    @media only screen and (max-width: 767px) {
      .hero__tel-num {
        font-size: 2.4rem; } }
    .hero__tel-num .tel-prefix {
      font-size: 2.4rem;
      color: #ea8652;
      vertical-align: middle;
      margin-right: 0.2rem; }
      @media only screen and (max-width: 767px) {
        .hero__tel-num .tel-prefix {
          font-size: 1.6rem; } }
  .hero__tel-hours {
    font-size: 1.2rem;
    color: #4e3230;
    text-align: center;
    margin-top: 0.2rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .hero__tel-hours {
        font-size: 1rem; } }
  .hero__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center; }
  .hero__photo-wrap {
    aspect-ratio: 1/1;
    position: relative;
    width: 100%;
    border-radius: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .hero__photo-wrap {
        width: calc(100vw + 4rem);
        height: 34vw;
        border-radius: 0;
        aspect-ratio: unset;
        margin: 0 -2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__photo-wrap {
      margin: 0;
      width: 100vw; } }

    .hero__photo-wrap img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__photo-label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    width: 100%;
    bottom: 4.5rem;
    left: 0; }
    @media only screen and (max-width: 1024px) {
      .hero__photo-label {
        left: 2rem;
        bottom: 0;
        width: auto;
        color: #4e3230;
        background: #fff;
        padding: .3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__photo-label {
      font-size: 1rem;
      left: 0; } }

  .hero__badges {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .hero__badges {
        position: absolute;
        right: 2rem;
        top: 34vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__badges {
      width: 100%;
      position: static;
      padding: 0 1rem; } }

  .hero__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    border: 1px solid #ea8652;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #4e3230;
    text-align: center;
    line-height: 1.3; }
    @media only screen and (max-width: 1024px) {
      .hero__badge {
        font-size: 1.4rem;
        width: 9rem;
        height: 9rem;
        letter-spacing: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .hero__badge {
      border-radius: 0 1rem;
      width: 100%;
      height: auto;
      font-size: 1.1rem;
      display: block;
      padding: .5rem; } }

    .hero__badge .accent {
      color: #ea8652; }

.dietitians {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .dietitians {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .dietitians__head {
    text-align: center;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__head {
        margin-bottom: 2rem; } }
  .dietitians__grid {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 5rem;
    max-width: 75rem;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__grid {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 767px) {
      .dietitians__grid {
        display: flex;
        flex-direction: column;
        gap: 4rem; } }
  .dietitians__card {
    text-align: center; }
  .dietitians__photo {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto -3rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__photo {
        width: 20rem;
        height: 20rem;
        margin-bottom: -1.5rem; } }
    .dietitians__photo img, .dietitians__photo .img-placeholder {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .dietitians__name {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.2rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__name {
        font-size: 2.2rem; } }
  .dietitians__role {
    font-size: 1.6rem;
    color: #ea8652;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__role {
        font-size: 1.4rem;
        margin-bottom: 1.5rem; } }
    .dietitians__role:after {
      content: "";
      width: 3.5rem;
      height: 1px;
      background: #4e3230;
      margin: 1rem auto;
      display: block; }
  .dietitians__desc {
    line-height: 1.9;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .dietitians__desc {
        font-size: 1.3rem; } }
  .dietitians__group-photo {
    width: 100%;
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0 1.5rem 0 1.5rem;
    background: #ccc;
    aspect-ratio: 75 / 42.5; }
    .dietitians__group-photo img, .dietitians__group-photo .img-placeholder {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .dietitians__note {
    text-align: center;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .dietitians__note {
        font-size: 1.2rem;
        text-align: left; } }

.why-wd {
  position: relative;
  padding: 10rem 0 5rem;
  background: url("../../img/request/bg_dot.png");
  background-size: .8rem auto; }
  @media only screen and (max-width: 767px) {
    .why-wd {
      padding: 5rem 0 2rem; } }
  .why-wd__head {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    text-align: center;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .why-wd__head {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 767px) {
      .why-wd__head {
        margin-bottom: 0; } }
    .why-wd__head .sec-label {
      color: #fff; }
  .why-wd__cards-wrap {
    padding: 3rem 0 4rem; }
    @media only screen and (max-width: 767px) {
      .why-wd__cards-wrap {
        padding: 1.5rem 0 2rem; } }
  .why-wd__cards {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .why-wd__cards {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 1024px) {
      .why-wd__cards {
        display: flex;
        flex-direction: column;
        max-width: 70rem; } }
  .why-wd__card {
    position: relative;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 0 1.5rem;
    overflow: hidden; }
    .why-wd__card-header {
      padding: 3rem 0 2.5rem 0;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .why-wd__card-header {
          padding: 1.5rem 0 1rem; } }
  .why-wd__card-num {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 6rem;
    color: rgba(242, 141, 0, 0.4);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .why-wd__card-num {
        font-size: 4rem; } }
  .why-wd__card-sub {
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .why-wd__card-sub {
        font-size: 1.4rem; } }
  .why-wd__card-title {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .why-wd__card-title {
        font-size: 2rem;
        margin-top: 0; } }
  .why-wd__card-body {
    font-size: 1.6rem;
    line-height: 1.85;
    padding: 2rem;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .why-wd__card-body {
        line-height: 1.6;
        font-size: 1.4rem;
        padding: 1.5rem 2rem; } }

.what-offer {
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .what-offer {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .what-offer__list {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 5rem; }
    @media only screen and (max-width: 767px) {
      .what-offer__list {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .what-offer__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .what-offer__item {
        position: relative;
        padding-bottom: 8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .what-offer__item {
      padding-bottom: 0;
      display: flex;
      flex-direction: column;
      gap: 2rem; } }

    .what-offer__item:nth-child(even) .offer-photo {
      order: 2; }
      @media only screen and (max-width: 767px) {
        .what-offer__item:nth-child(even) .offer-photo {
          order: unset; } }
    .what-offer__item:nth-child(even) .offer-text {
      order: 1; }
      @media only screen and (max-width: 767px) {
        .what-offer__item:nth-child(even) .offer-text {
          order: unset; } }
  .what-offer .offer-photo {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    background: #d4cbc7; }
    .what-offer .offer-photo img, .what-offer .offer-photo .img-placeholder {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .what-offer .offer-badge {
    display: inline-block;
    background: #ea8652;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.2rem  1.5rem;
    border-radius: 0 0.5rem 0 0.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.875rem; }
    @media only screen and (max-width: 767px) {
      .what-offer .offer-badge {
        font-size: 1.2rem; } }
  .what-offer .offer-title {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .what-offer .offer-title {
        font-size: 2rem;
        margin-bottom: 1rem; } }
  .what-offer .offer-body {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.95;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .what-offer .offer-body {
        font-size: 1.3rem;
        margin-bottom: 2rem; } }
  .what-offer .offer-example {
    background: #fff;
    border: 1px solid rgba(78, 50, 48, 0.1);
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 1024px) {
      .what-offer .offer-example {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .what-offer .offer-example {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      padding: 1.5rem 1rem 1rem; } }

    .what-offer .offer-example__label {
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 700;
      position: absolute;
      left: 1.5rem;
      top: -.5em; }
      @media only screen and (max-width: 767px) {
        .what-offer .offer-example__label {
          font-size: 1.2rem; } }
    .what-offer .offer-example__text {
      font-size: 1.6rem;
      line-height: 1.3;
      margin-bottom: 0.6rem; }
      @media only screen and (max-width: 1024px) {
        .what-offer .offer-example__text {
          margin-bottom: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .what-offer .offer-example__text {
      font-size: 1.3rem;
      margin-bottom: .3rem; } }

    .what-offer .offer-example__footer {
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 1024px) {
        .what-offer .offer-example__footer {
          margin-left: 1rem;
          flex-shrink: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .what-offer .offer-example__footer {
      width: 100%;
      margin: auto; } }

    .what-offer .offer-example .btn-detail {
      background: #4e3230;
      color: #fff;
      border: none;
      padding: 0.3rem 1.5rem;
      border-radius: 5rem; }
      @media only screen and (max-width: 1024px) {
        .what-offer .offer-example .btn-detail {
          height: 3rem;
          display: flex;
          justify-content: center;
          align-items: center; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .what-offer .offer-example .btn-detail {
      height: 2.4rem; } }

      .what-offer .offer-example .btn-detail .material-symbols-outlined {
        color: #ea8652;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .what-offer .offer-example .btn-detail .material-symbols-outlined {
            font-size: 1.6rem; } }
      .what-offer .offer-example .btn-detail:hover {
        background: #6e4643; }

.media-coverage {
  background: #fdf8f3;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-bottom: 20rem; }
  @media only screen and (max-width: 767px) {
    .media-coverage {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media only screen and (max-width: 767px) {
    .media-coverage {
      padding-bottom: 10rem; } }
  .media-coverage .sec-title {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .media-coverage .sec-title {
        margin-bottom: 1.5rem; } }
  .media-coverage__grid {
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem; }
    @media only screen and (max-width: 767px) {
      .media-coverage__grid {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 767px) {
      .media-coverage__grid {
        gap: 1.4rem;
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 767px) {
      .media-coverage__grid-btn {
        width: 16rem;
        height: 3.6rem;
        font-size: 1rem;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: rgba(78, 50, 48, 0.05);
        border: 1px solid #f5f0eb;
        font-family: "Noto Sans JP", sans-serif;
        border-radius: .6rem;
        margin: 0 auto; }
        .media-coverage__grid-btn.sp-hidden {
          display: none !important; } }
  .media-coverage__card {
    background: #fff;
    border: 1px solid #f5f0eb;
    border-radius: 0 1.25rem 0 1.25rem;
    padding: 1.5rem 2rem 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card {
        padding: 1rem 1.5rem 2.5rem; } }
  .media-coverage__card .btn-detail {
    min-width: 15rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0.5rem 0 0 0;
    background: rgba(234, 134, 82, 0.15);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card .btn-detail {
        font-size: 1rem; } }
    .media-coverage__card .btn-detail:hover {
      background: rgba(234, 134, 82, 0.28); }
  .media-coverage__card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0.75rem; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card-head {
        font-size: 1.2rem; } }
  .media-coverage__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: .8rem;
    color: #ea8652;
    width: 2.4rem;
    height: 2.4rem; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card-icon {
        margin-right: .3rem; } }
  .media-coverage__card-tag {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ea8652;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card-tag {
        font-size: 1.2rem; } }
  .media-coverage__card-body {
    font-size: 1.8rem;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .media-coverage__card-body {
        font-size: 1.4rem; } }
  .media-coverage__card-footer {
    display: flex;
    justify-content: flex-end; }

.contact-cta {
  background: #fff;
  position: relative; }
  .contact-cta::before {
    content: '';
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 30rem;
    background: #fff;
    border-radius: 50% 50% 0 0;
    pointer-events: none;
    z-index: 0; }
    @media only screen and (max-width: 767px) {
      .contact-cta::before {
        top: -3rem;
        height: 10rem; } }
  .contact-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 110rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 96rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contact-cta__inner {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media only screen and (max-width: 767px) {
      .contact-cta__inner {
        padding-top: 2rem; } }
  .contact-cta__sec-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .contact-cta__sec-title {
        font-size: 2.4rem;
        line-height: 1.2; } }
    .contact-cta__sec-title span {
      font-size: 3rem; }
      @media only screen and (max-width: 767px) {
        .contact-cta__sec-title span {
          font-size: 1.6rem; } }
  .contact-cta__photo {
    width: 26.5rem;
    height: 26.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 2.5rem auto 1rem;
    background: #d0cac8; }
    @media only screen and (max-width: 767px) {
      .contact-cta__photo {
        width: 20rem;
        height: 20rem;
        margin: 1rem auto 1rem; } }
    .contact-cta__photo img, .contact-cta__photo .img-placeholder {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .contact-cta__photo-label {
    font-size: 1.6rem;
    margin-bottom: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .contact-cta__photo-label {
        font-size: 1.3rem; } }
  .contact-cta__body {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .contact-cta__body {
        font-size: 1.5rem;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: left;
        margin: 0 1rem 2rem; } }
  .contact-cta__btns {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 767px) {
      .contact-cta__btns {
        flex-direction: column;
        gap: 1.5rem; } }
    .contact-cta__btns .btn-primary {
      flex: 1;
      max-width: 36rem;
      height: 7rem;
      padding: 1.2rem 1rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .contact-cta__btns .btn-primary {
          flex: none;
          height: 6rem; } }
  .contact-cta__tel-wrap {
    flex: 1;
    max-width: 36rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .contact-cta__tel-wrap {
        width: 100%; } }
    .contact-cta__tel-wrap .btn-secondary {
      height: 7rem;
      font-size: 2.4rem;
      font-family: "Libre Baskerville", "Zen Old Mincho", serif; }
      @media only screen and (max-width: 767px) {
        .contact-cta__tel-wrap .btn-secondary {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 6rem;
          font-size: 1.6rem; } }
  .contact-cta__note {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    left: 0;
    width: 100%;
    top: -1.4em; }
    @media only screen and (max-width: 1024px) {
      .contact-cta__note {
        font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .contact-cta__note {
      font-size: 1.2rem;
      position: static; } }

  .contact-cta__tel-wrap .btn-secondary {
    width: 100%;
    padding: 1.2rem 1rem;
    text-align: center; }
  .contact-cta__hours {
    font-size: 1.2rem;
    color: #4e3230;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .contact-cta__hours {
        font-size: 1rem; } }
  .contact-cta__bottom-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    padding: 3.5rem 0 10rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contact-cta__bottom-note {
        font-size: 1.1rem;
        padding: 1rem 0 5rem; } }

.img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e0dc 0%, #d4cbc7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0a8a5;
  font-size: 1.2rem; }
