/*
Theme Name: original2
*/

:root {
  /* Brand Colors */
  --main-color-100: #1D5F30;
  --main-color-middle: #6A9F7F;
  --main-color-50: rgba(29, 95, 48, 0.5);
  --main-color-10: rgba(29, 95, 48, 0.1);

  /* Background */
  --bg-color-primary: #F3EFEB;

  /* Text */
  --text-color-head: #222827;
  --text-color-body: #4F4F4F;

  /* Utility */
  --white: #FFFFFF;

  /* Contact / Form */
  --dark-color: #0C1416;
  --accent-orange: #D77334;
  --main-color-light: #F2FAF5;
}

body {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-style: normal;
}

/* ========================================
   Fixed Buttons
======================================== */
.fixed-buttons {
  position: fixed;
  right: 41px;
  bottom: 38px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .fixed-buttons {
    right: 3vw;
    bottom: 4vw;
    gap: 2.667vw;
  }
}

.fixed-buttons__top,
.fixed-buttons__access {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid;
}

@media screen and (max-width: 767px) {

  .fixed-buttons__top,
  .fixed-buttons__access {
    width: 20.933vw;
    height: 20.933vw;
    gap: 1.067vw;
  }
}

.fixed-buttons__top i,
.fixed-buttons__access i {
  font-size: 20px;
}

@media screen and (max-width: 767px) {

  .fixed-buttons__top i,
  .fixed-buttons__access i {
    font-size: 4.267vw;
  }
}

.fixed-buttons__top span,
.fixed-buttons__access span {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {

  .fixed-buttons__top span,
  .fixed-buttons__access span {
    font-size: 3.2vw;
  }
}

.fixed-buttons__top {
  background: #fff;
  color: #1D5F30;
  border: 2px solid #1D5F30;
}

.fixed-buttons__top:hover {
  opacity: 1;
}

.fixed-buttons__access {
  background: #1D5F30;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
}

.fixed-buttons__access:hover {
  opacity: 1;
}

.fixed-buttons__access span,
.fixed-buttons__access i {
  color: #fff;
}

/* ========================================
   Page Header
======================================== */
.page-header {
  background-color: #F3EFEB;
  padding: 212px 150px 56px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-header {
    padding: 128px 19.999px 39.998px;
  }
}

.page-header__inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.page-header__title-en {
  color: var(--main-color-100, #1D5F30);
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 25.6px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .page-header__title-en {
    font-size: 10.667vw;
    letter-spacing: 8px;
  }
}

.page-header__title-jp {
  color: var(--main-color-100, #1D5F30);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 4.8px;
}

@media screen and (max-width: 767px) {
  .page-header__title-jp {
    font-size: 4.267vw;
  }
}

/* ========================================
   Privacy Content
======================================== */
.privacy-content__inner {
  max-width: 1140px;
  width: 90%;
  margin: 63px auto 128px;
}

@media screen and (max-width: 767px) {
  .privacy-content__inner {
    width: 90%;
    margin: 10.667vw auto 21.333vw;
  }
}

.privacy-content__intro {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .privacy-content__intro {
    font-size: 3.467vw;
    margin-bottom: 8.533vw;
  }
}

.privacy-content__section {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section {
    margin-bottom: 10.667vw;
  }
}

.privacy-content__section h3 {
  color: var(--text-color-head, #222827);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section h3 {
    font-size: 4.8vw;
    margin-bottom: 4.267vw;
  }
}

.privacy-content__section p {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section p {
    font-size: 3.467vw;
    margin-bottom: 4.267vw;
  }
}

.privacy-content__section p.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.number {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .number {
    font-size: 3.467vw;
    margin-bottom: 4.267vw;
  }
}

.number__number02 {
  margin-bottom: 2px;
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
}

@media screen and (max-width: 767px) {
  .number__number02 {
    font-size: 3.467vw;
  }
}

.privacy-content__section ul {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  padding-left: 28px;
  gap: 18px;
  display: grid;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section ul {
    font-size: 3.467vw;
    padding-left: 4.267vw;
    gap: 2.667vw;
    margin-bottom: 5.333vw;
  }
}

.privacy-content__section ul.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.privacy-content__section ul.list-1 {
  gap: 9px;
  display: grid;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section ul.list-1 {
    gap: 2.133vw;
    margin-bottom: 4.267vw;
  }
}

.privacy-content__section li {
  gap: 5px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .privacy-content__section li {
    gap: 1.333vw;
  }
}

@media screen and (max-width: 767px) {
  .privacy-content__section li span {
    line-height: 140%;
  }
}

.privacy-content__section li.indent {
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .privacy-content__section li.indent {
    padding-left: 4.267vw;
  }
}

.privacy-content__section li.indent span {
  line-height: 220%;
}

@media screen and (max-width: 767px) {
  .privacy-content__section li.indent span {
    line-height: 140%;
  }
}

.br-line {
  line-height: 220%;
}

.privacy-content__section ol {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 767px) {
  .privacy-content__section ol {
    font-size: 3.467vw;
  }
}

.enactment {
  color: var(--text-color-head, #222827);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 767px) {
  .enactment {
    font-size: 3.467vw;
  }
}

.privacy-content__section a {
  color: #1D5F30;
}

/* ========================================
   Utility
======================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

/* ========================================
   Terms Content
======================================== */
.terms-content {
  padding: 0;
}

.terms-content__inner {
  max-width: 1140px;
  width: 90%;
  margin: 63px auto 128px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

@media screen and (max-width: 767px) {
  .terms-content__inner {
    width: 90%;
    margin: 10.667vw auto 21.333vw;
    gap: 10.667vw;
  }
}

.terms-content__main-title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #222827;
}

@media screen and (max-width: 767px) {
  .terms-content__main-title {
    font-size: 5.333vw;
  }
}

.terms-content__main-title--sub {
  margin-top: 50px;
}

.terms-content__section {
  display: flex;
  flex-direction: column;
}

.terms-content__title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #222827;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .terms-content__title {
    font-size: 4.8vw;
    margin-bottom: 4.267vw;
  }
}

.terms-content__text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #222827;
}

@media screen and (max-width: 767px) {
  .terms-content__text {
    font-size: 3.467vw;
  }
}

.terms-content__list {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .terms-content__list {
    padding-left: 4.267vw;
  }
}

.terms-content__text--numbered {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.terms-content__num {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}

.terms-content__list--wide .terms-content__text--numbered {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

@media screen and (max-width: 767px) {
  .terms-content__list--wide .terms-content__text--numbered {
    padding-left: 2em;
    text-indent: -2em;
  }
}

.terms-content__list--wide .terms-content__num {
  width: 2.5em;
}

@media screen and (max-width: 767px) {
  .terms-content__list--wide .terms-content__num {
    width: 2em;
  }
}

.terms-content__list p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #222827;
}

@media screen and (max-width: 767px) {
  .terms-content__list p {
    font-size: 3.467vw;
  }
}

.terms-content__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .terms-content__table {
    margin: 2.667vw 0;
  }
}

.terms-content__table th,
.terms-content__table td {
  border: 1px solid #222827;
  padding: 8px 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .terms-content__table th,
  .terms-content__table td {
    padding: 2.133vw 2.667vw;
    font-size: 3.467vw;
  }
}

.terms-content__table th {
  background: rgba(29, 95, 48, 0.1);
}

.terms-content__table td {
  background: #fff;
}

.terms-content__table th,
.terms-content__table td {
  width: 50%;
}

.terms-content__table th:first-child,
.terms-content__table td:first-child {
  border-right: none;
}

.terms-content__number {
  padding: 15px 0 15px 24px;
  gap: 7px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .terms-content__number {
    padding-left: 4.267vw;
  }
}

.terms-content__number-indent {
  padding: 15px 0 15px 0;
}

.terms-content__number-item {
  margin-bottom: 20px;
}

.terms-content__number p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 220%;
  color: #222827;
}

@media screen and (max-width: 767px) {
  .terms-content__number p {
    font-size: 3.467vw;
  }
}

.terms-content__intro {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
/* ── ヘッダー 768px〜1439px スケール調整 ── */
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .site-header {
    padding-left: clamp(16px, calc(16px + 24 * (100vw - 768px) / 672), 40px) !important;
    padding-right: clamp(16px, calc(16px + 24 * (100vw - 768px) / 672), 40px) !important;
    align-items: flex-start !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .header-logo-pc {
    width: clamp(160px, calc(160px + 150 * (100vw - 768px) / 672), 310px) !important;
    height: clamp(30px, calc(30px + 29 * (100vw - 768px) / 672), 59px) !important;
    margin-top: 4px;
  }

  .header-nav {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: clamp(8px, calc(8px + 15 * (100vw - 768px) / 672), 23px) !important;
  }

  .header-nav__link {
    font-size: clamp(12px, calc(12px + 2 * (100vw - 768px) / 672), 14px) !important;
  }

  .header-nav__contact {
    font-size: clamp(13px, calc(13px + 3 * (100vw - 768px) / 672), 16px) !important;
    padding-left: clamp(16px, calc(16px + 8 * (100vw - 768px) / 672), 24px) !important;
    padding-right: clamp(16px, calc(16px + 8 * (100vw - 768px) / 672), 24px) !important;
    padding-top: clamp(12px, calc(12px + 4 * (100vw - 768px) / 672), 16px) !important;
    padding-bottom: clamp(12px, calc(12px + 4 * (100vw - 768px) / 672), 16px) !important;
  }
}
