@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #222222;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 990px) {
  .sp-none {
    display: none !important;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 40px;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__inner {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__inner {
    padding: 14px 16px;
    gap: 12px;
  }
}
.site-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}
.site-header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 990px) {
  .site-header__logo img {
    width: 52px;
    height: 52px;
  }
}
.site-header__company {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
@media screen and (max-width: 990px) {
  .site-header__company {
    gap: 2px;
  }
}
.site-header__tagline {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222222;
}
@media screen and (max-width: 990px) {
  .site-header__tagline {
    font-size: 10px;
    line-height: 1.3;
  }
}
.site-header__name {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #222222;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__name {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}
.site-header__contact {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__contact {
    gap: 16px;
  }
}
@media screen and (max-width: 990px) {
  .site-header__contact {
    display: none;
  }
}
.site-header__tel {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__tel-icon {
  display: block;
  flex-shrink: 0;
  width: 45px;
  height: auto;
}
.site-header__tel-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #222222;
  transition: opacity 0.2s;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__tel-number {
    font-size: 26px;
  }
}
.site-header__tel-number:hover {
  opacity: 0.75;
}
.site-header__tel-hours {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 8px;
  background-color: #0a66c2;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background-color 0.2s, opacity 0.2s;
}
@media (min-width: 651px) and (max-width:990px) {
  .site-header__cta {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.site-header__cta:hover {
  background-color: rgb(8, 81.6, 155.2);
}
.site-header__cta-icon {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: auto;
  margin-top: 5px;
}
.site-header__menu-btn {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .site-header__menu-btn {
    display: flex;
  }
}
.site-header__menu-btn.is-open .site-header__menu-line {
  width: 26px;
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(2) {
  opacity: 0;
}
.site-header__menu-btn.is-open .site-header__menu-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.site-header__menu-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
}
.site-header__menu-line--middle {
  width: 28px;
}

.site-nav {
  visibility: hidden;
  pointer-events: none;
}
.site-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}
.site-nav.is-open .site-nav__panel {
  opacity: 1;
  visibility: visible;
}
.site-nav__panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: 100dvh;
  padding: 14px 32px 32px;
  padding-top: max(14px, env(safe-area-inset-top));
  padding-bottom: max(32px, env(safe-area-inset-bottom));
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
}
@media screen and (max-width: 650px) {
  .site-nav__panel {
    padding-inline: 24px;
  }
}
.site-nav__close {
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  right: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.site-nav__close span {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.site-nav__close span:nth-child(1) {
  transform: rotate(45deg);
}
.site-nav__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site-nav__head {
  flex-shrink: 0;
}
.site-nav__logo {
  display: inline-block;
  line-height: 0;
}
.site-nav__logo img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.site-nav__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  gap: 8px;
  min-height: 0;
}
.site-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-nav__link {
  display: block;
  padding: 20px 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(20px, 5.3vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #222222;
  transition: color 0.2s;
}
.site-nav__link:hover {
  color: #0a66c2;
}
.site-nav__footer {
  flex-shrink: 0;
  padding-top: 32px;
}
.site-nav__tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #0a66c2;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: background-color 0.2s;
}
.site-nav__tel-btn img {
  display: block;
  width: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.site-nav__tel-btn:hover {
  background-color: rgb(8, 81.6, 155.2);
}

body.is-nav-open {
  overflow: hidden;
}

.site-footer {
  background-color: #faf7f3;
}
.site-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 20px 64px;
}
@media screen and (max-width: 990px) {
  .site-footer__brand {
    padding: 48px 20px 40px;
  }
}
.site-footer__logo-link {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .site-footer__logo-link:hover {
    opacity: 0.85;
  }
}
.site-footer__logo {
  display: block;
  width: clamp(120px, 18vw, 180px);
  height: auto;
}
.site-footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 24px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .site-footer__bottom {
    padding: 16px 20px 20px;
  }
}
.site-footer__copy {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(11px, 1.2vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222222;
}

.page-contact,
.page-thanks,
.page-privacy-policy {
  background-color: #faf7f3;
}

.contact-page {
  padding: clamp(100px, 12vw, 140px) 20px 80px;
}
@media screen and (max-width: 990px) {
  .contact-page {
    padding: 96px 16px 56px;
  }
}
.contact-page__inner {
  max-width: 900px;
  margin: 0 auto;
}
.contact-page__header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .contact-page__header {
    margin-bottom: 32px;
  }
}
.contact-page__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #222222;
}
.contact-page__en {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: #888;
}
.contact-page__lead {
  margin-top: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .contact-page__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.contact-form__field {
  margin-bottom: 28px;
}
@media screen and (max-width: 990px) {
  .contact-form__field {
    margin-bottom: 24px;
  }
}
.contact-form__label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222222;
}
.contact-form__label-row label {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.contact-form__tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 3px 8px;
  border-radius: 2px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.contact-form__tag--required {
  background-color: #c07e3e;
}
.contact-form__tag--optional {
  background-color: #106ab7;
}
.contact-form__input, .contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222222;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #aaa;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #aaa;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #106ab7;
  box-shadow: 0 0 0 3px rgba(16, 106, 183, 0.15);
}
.contact-form__textarea {
  display: block;
  min-height: 180px;
  margin-top: 16px;
  resize: vertical;
}
.contact-form__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form__check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #222222;
}
.contact-form__check input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #106ab7;
}
.contact-form__accept label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #222222;
}
.contact-form__accept input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #106ab7;
}
.contact-form__link {
  color: #106ab7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .contact-form__link:hover {
    opacity: 0.85;
  }
}
.contact-form__submit-wrap {
  margin-top: 36px;
}
.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  border: none;
  border-radius: 6px;
  background-color: #106ab7;
  box-shadow: 0 4px 14px rgba(16, 106, 183, 0.35);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.contact-form__submit::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 11L11 3M11 3H5M11 3V9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .contact-form__submit:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(16, 106, 183, 0.4);
  }
}

/* Contact Form 7 */
.contact-form--cf7 .wpcf7 {
  margin: 0;
}

.contact-form--cf7 .wpcf7-form {
  margin: 0;
}

.contact-form--cf7 .wpcf7-form-control-wrap {
  display: block;
}

.contact-form--cf7 .wpcf7-list-item {
  margin: 0;
}

.contact-form--cf7 .wpcf7-list-item-label {
  font-family: inherit;
}

.contact-form--cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 15px;
  color: #c0392b;
}

.contact-form--cf7 .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-radius: 2px;
  font-size: 16px;
}

.contact-form--cf7 .wpcf7-spinner {
  margin-left: 8px;
}

.contact-form__notice {
  padding: 16px;
  border: 1px dashed #106ab7;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
}

/* サンクスページ */
.thanks-page .contact-page__header {
  margin-bottom: 32px;
}

.thanks-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-color: #106ab7;
  box-shadow: 0 4px 14px rgba(16, 106, 183, 0.35);
}

.thanks-page__icon-mark {
  display: block;
  width: 22px;
  height: 12px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.thanks-page__lead {
  text-align: center;
}

.thanks-page__box {
  margin-bottom: 40px;
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 990px) {
  .thanks-page__box {
    margin-bottom: 32px;
    padding: 24px 20px;
  }
}

.thanks-page__box-title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #222222;
  text-align: center;
}

.thanks-page__steps {
  margin: 0;
  padding: 0 0 0 1.4em;
  list-style: decimal;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222222;
}

.thanks-page__steps li + li {
  margin-top: 4px;
}

.thanks-page__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thanks-page__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  border: none;
  border-radius: 6px;
  background-color: #106ab7;
  box-shadow: 0 4px 14px rgba(16, 106, 183, 0.35);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.thanks-page__btn--sub {
  background-color: #fff;
  border: 1px solid #106ab7;
  box-shadow: none;
  color: #106ab7;
}

@media (hover: hover) {
  .thanks-page__btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(16, 106, 183, 0.4);
  }

  .thanks-page__btn--sub:hover {
    background-color: rgba(16, 106, 183, 0.06);
    box-shadow: none;
  }
}

/* プライバシーポリシー */
.policy-page__updated {
  margin-top: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #666;
}

.policy-page__body {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0 24px;
  text-align: left;
}

.policy-page__intro {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222222;
}

.policy-page__section {
  margin-bottom: 32px;
}

.policy-page__section:last-child {
  margin-bottom: 0;
}

.policy-page__heading {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #222222;
}

.policy-page__section p {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222222;
}

.policy-page__list {
  margin: 12px 0 0;
  padding-left: 1.4em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #222222;
}

.policy-page__list li + li {
  margin-top: 6px;
}

.policy-page__contact {
  margin: 16px 0 0;
}

.policy-page__contact-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.policy-page__contact-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.policy-page__contact-row dt {
  margin: 0;
  font-weight: 700;
  color: #222222;
}

.policy-page__contact-row dd {
  margin: 0;
  color: #222222;
}

.policy-page__contact-row a {
  color: #106ab7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 991px) {
  .policy-page__contact-row a.tel-link--disabled {
    text-decoration: none;
    color: #222222;
  }
}

@media screen and (max-width: 990px) {
  .policy-page__contact-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/*# sourceMappingURL=contact.css.map */