@charset "UTF-8";
/* Utility display helpers */
.pc {
  display: block;
}

.sp {
  display: none;
}
/* Press page font stack */
.main-head,
.breadcrumb,
.media-guide {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Press page heading */
.media-info-title__main,
.media-info-title__sub {
  display: block;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.media-info-title__sub {
  font-size: 2rem;
}

/* Press page only breadcrumb spacing */
.breadcrumb {
  margin: 40px auto 75px;
}
.media-guide a.contactBtn {
  color: white;
}

.media-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.media-guide__section {
  margin-top: 70px;
}

.media-guide__intro {
  text-align: center;
}

.media-guide__introLead {
  margin-bottom: 26px;
  color: #659137;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.media-guide__introNote {
  max-width: 760px;
  margin: 0 auto 12px;
  color: #6b4c35;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.8;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04em;
}

.media-guide__introText {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.media-guide__title {
  margin-bottom: 18px;
  color: #659137;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
  text-align: center;
}

.media-guide__titleNote {
  margin: 0 auto 28px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.media-guide__sectionLead {
  max-width: 820px;
  margin: 0 auto 18px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.media-guide__sectionIntro {
  max-width: 900px;
  margin: 0 auto 28px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.media-guide__reasonList {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.media-guide__reason {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.media-guide__reasonHead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  gap: 10px;
  text-align: center;
}

.media-guide__reasonNo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #659137;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}

.media-guide__reasonTitle {
  color: #6d5a3a;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.02em;
}

.media-guide__reasonText {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.media-guide__imageGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6px;
  gap: 18px;
}

.media-guide__imageGrid figure {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
}

.media-guide__imageGrid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-guide__imageGrid figcaption {
  margin-top: 8px;
  color: #7b715f;
  font-size: 1.1rem;
  text-align: center;
}

.media-guide__bulletList {
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  gap: 10px;
  color: #4a3e2f;
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: none;
  text-align: left;
}

.media-guide__bulletList li {
  position: relative;
  padding-left: 1em;
}

.media-guide__bulletList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #6d5a3a;
}

.media-guide__consult .media-guide__bulletList {
  max-width: 520px;
  margin: 0 auto;
  gap: 6px;
  color: #4f4434;
  font-size: 1.3rem;
  line-height: 1.9;
}

.media-guide__consult .media-guide__title {
  margin-bottom: 12px;
  color: #4f4434;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.media-guide__consult .media-guide__bulletList li {
  padding-left: 0;
}

.media-guide__consult .media-guide__bulletList li::before {
  content: "";
}

.media-guide__sceneList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 12px;
}

.media-guide .inner-m {
  max-width: 1100px;
}

.media-guide__sceneImage {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.media-guide__sceneImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-guide__sceneCard {
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.media-guide__sceneBody {
  padding: 12px 0 0;
}

.media-guide__sceneTitle {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
}

.media-guide__sceneText {
  font-size: 1.3rem;
  line-height: 1.7;
}

.media-guide__table {
  width: 100%;
  border: 1px solid #e5ddcf;
  border-collapse: collapse;
  background: #fff;
}

/* Data table styling to match the reference image */
.media-guide__data .media-guide__table {
  max-width: 900px;
  margin: auto;
  border: none;
  border-collapse: separate;
  border-spacing: 8px 10px;
  background: transparent;
}

.media-guide__data .media-guide__table th,
.media-guide__data .media-guide__table td {
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.media-guide__data .media-guide__table th {
  width: 22%;
  background: #efe4d3;
  color: #4f4434;
  font-weight: 700;
  text-align: center;
}

.media-guide__data .media-guide__table td {
  background: #f4ecdf;
  color: #4f4434;
}

.media-guide__table th,
.media-guide__table td {
  padding: 16px 18px;
  border-top: 1px solid #e5ddcf;
  font-size: 1.4rem;
  line-height: 1.8;
}

.media-guide__table th {
  width: 26%;
  background: #f0e6d6;
  color: #5a4d3a;
  font-weight: 700;
  text-align: left;
}

.media-guide__table--fees {
  max-width: 900px;
  margin: auto;
  border: none;
  border-collapse: separate;
  border-spacing: 8px 10px;
  background: transparent;
  table-layout: fixed;
}

.media-guide__table--fees th,
.media-guide__table--fees td {
  width: auto;
  padding: 16px 18px;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  vertical-align: top;
}

.media-guide__table--fees thead th {
  background: #efe2ce;
  color: #5a4d3a;
  font-weight: 700;
  text-align: center;
}

.media-guide__table--fees tbody th {
  background: #f0e6d6;
  color: #5a4d3a;
  font-weight: 700;
  text-align: center;
}

.media-guide__table--fees tbody th,
.media-guide__table--fees tbody td.media-guide__feePrice {
  vertical-align: middle;
}

.media-guide__table--fees tbody td {
  background: #f3eadc;
  color: #5a4d3a;
}

.media-guide__feePrice {
  background: #f0e6d6;
  color: #5a4d3a;
  font-weight: 700;
  text-align: center;
}

.media-guide__note {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.media-guide__otherBlock {
  margin-top: 40px;
  text-align: center;
}

.media-guide__subTitle {
  margin-bottom: 16px;
  color: #6b4c35;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "Cardo", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.media-guide__imageGrid--compact {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.media-guide__imageGrid--other {
  margin-top: 16px;
  margin-bottom: 12px;
}

.media-guide__imageGrid--other img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-guide__lineList {
  display: flex;
  flex-direction: column;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  gap: 6px;
  font-size: 1.3rem;
  line-height: 1.8;
  list-style: none;
  text-align: center;
}

.media-guide__contact {
  text-align: center;
}

.media-guide__contact .inner-m {
  padding: 0px 32px 30px;
  border-radius: 8px;
}

.media-guide__contactText {
  margin-bottom: 26px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.media-guide__contactBlock {
  margin-top: 26px;
}

.media-guide__contactLabel {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

.media-guide__contactTel {
  display: inline-block;
  margin-bottom: 6px;
  color: #4f4434;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
}

.media-guide__contactTime {
  display: block;
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.media-guide__contactHint {
  margin-bottom: 14px;
  color: #4f4434;
  font-size: 1.15rem;
}

.media-guide__contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 46px;
  padding: 0 26px;
  border-radius: 10px;
  background: #659137;
  box-shadow: 0 2px 0 rgba(79, 68, 52, 0.2);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.media-guide__contactFootnote {
  margin-top: 12px;
  font-size: 1.1rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .breadcrumb {
    margin: 5.1282051282vw auto 7.6923076923vw;
  }
  .media-guide {
    padding: 20px 0;
  }
  .media-guide__section {
    margin-top: 50px;
  }
  .media-guide__introLead {
    font-size: 5.2vw;
  }
  .media-guide__introNote {
    margin-bottom: 2.6vw;
    font-size: 4vw;
  }
  .media-guide__introText {
    font-size: 3.5vw;
    text-align: left;
  }
  .media-guide__title {
    margin-bottom: 14px;
    font-size: 5.2vw;
  }
  .media-guide__titleNote {
    margin-bottom: 4vw;
    font-size: 3.4vw;
    text-align: left;
  }
  .media-guide__sectionLead {
    margin-bottom: 3.2vw;
    font-size: 3.4vw;
  }
  .media-guide__sectionIntro {
    margin-bottom: 3.8vw;
    font-size: 3.3vw;
  }
  .media-guide__reason {
    padding: 0;
  }
  .media-guide__reasonHead {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .media-guide__reasonTitle {
    font-size: 4vw;
  }
  .media-guide__reasonText {
    margin-top: 3.2vw;
    font-size: 3.4vw;
    text-align: center;
  }
  .media-guide__imageGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .media-guide__imageGrid figure {
    aspect-ratio: 3/2;
  }
  .media-guide__imageGrid figcaption {
    font-size: 2.8vw;
  }
  .media-guide__bulletList {
    gap: 2.6vw;
    font-size: 3.3vw;
  }
  .media-guide__imageGrid--other {
    margin-top: 3vw;
    margin-bottom: 2.4vw;
  }
  .media-guide__imageGrid--other img {
    aspect-ratio: 3/2;
  }
  .media-guide__lineList {
    gap: 2vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .media-guide__consult .media-guide__bulletList {
    gap: 2vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
  .media-guide__consult .media-guide__title {
    margin-bottom: 2.4vw;
    font-size: 4.2vw;
  }
  .media-guide__sceneList {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .media-guide__sceneImage {
    aspect-ratio: 3/2;
  }
  .media-guide__sceneBody {
    padding-top: 10px;
  }
  .media-guide__sceneTitle {
    font-size: 3.4vw;
  }
  .media-guide__sceneText {
    font-size: 3.1vw;
  }
  .media-guide__table th,
  .media-guide__table td {
    padding: 12px 10px;
    font-size: 3.2vw;
  }
  .media-guide__table--fees {
    border-spacing: 2vw 2.2vw;
    table-layout: fixed;
  }
  .media-guide__table--fees col:nth-child(1) {
    width: 28% !important;
  }
  .media-guide__table--fees col:nth-child(2) {
    width: 22% !important;
  }
  .media-guide__table--fees col:nth-child(3) {
    width: 50% !important;
  }
  .media-guide__table--fees th,
  .media-guide__table--fees td {
    padding: 10px 8px;
    font-size: 3.2vw;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .media-guide__data .media-guide__table {
    border-spacing: 2vw 2.2vw;
  }
  .media-guide__data .media-guide__table th,
  .media-guide__data .media-guide__table td {
    padding: 12px 14px;
    font-size: 3.2vw;
  }
  .media-guide__contact .inner-m {
    padding: 5.2vw 4.6vw 5vw;
  }
  .media-guide__contactTel {
    font-size: 7.2vw;
  }
  .media-guide__contactBtn {
    width: 100%;
    height: 44px;
    font-size: 3.6vw;
  }
  .media-guide__contactLabel {
    font-size: 3.2vw;
  }
  .media-guide__contactFootnote {
    font-size: 3vw;
  }
  .media-guide__contactHint {
    font-size: 3vw;
  }
  .media-guide__contactBlock {
    margin-top: 4.6vw;
  }
}
