@charset "UTF-8";
/* ▼▼▼ お問い合わせ ▼▼▼ */
.read {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 48px;
  }
}
.read_text {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .read_text {
    margin-bottom: 24px;
  }
}

.contents_wrap {
  position: relative;
  border-top: 1px solid var(--Line-Primary);
  padding: 68px 0;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding: 48px 0;
  }
}
.contents_wrap::before {
  top: -1px;
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Brand-color-Primary);
}
.contents_title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contents_title {
    margin-bottom: 0;
  }
  .contents_title.mb32 {
    margin-bottom: 32px;
  }
}
.contents_title_text {
  font-size: var(--Heading-H2);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  color: var(--Object-Primary);
}
.contents_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .contents_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.contents_section_item {
  max-width: 352px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents_section_item {
    max-width: auto;
  }
}
.contents_section_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .contents_section_logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
  }
}
.contents_section_logo img {
  width: 100%;
}
.contents_section_logo img.logo_wellness {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .contents_section_logo img.logo_wellness {
    max-width: 164px;
  }
}
.contents_section_logo img.logo_logistics {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .contents_section_logo img.logo_logistics {
    max-width: 164px;
  }
}
.contents_section_logo img.logo_3wellness {
  max-width: 123px;
}
@media screen and (max-width: 767px) {
  .contents_section_logo img.logo_3wellness {
    max-width: 102px;
  }
}
.contents_section_logo_text {
  font-size: var(--Label-Small);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--Object-Primary);
}
.contents_section_lead {
  font-size: var(--Body-Large);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  color: var(--Object-Primary);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents_section_lead {
    margin-bottom: 16px;
  }
}
.contents_section_title {
  font-size: var(--Heading-H3);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  color: var(--Object-Primary);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents_section_title {
    margin-bottom: 16px;
  }
}
.contents_section_title.mt32 {
  margin-top: 32px;
}
.contents_section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: calc(100% - 352px);
}
@media screen and (max-width: 767px) {
  .contents_section_list {
    width: 100%;
  }
}
.contents_section_list--narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.contents_list_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 28px 24px;
  background: var(--Background-Primary);
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents_list_button {
    padding: 18px 24px;
  }
}
.contents_list_button.sns_button {
  padding: 18px 24px;
}
.contents_list_button:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
}
.contents_list_button_icon {
  width: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contents_list_button_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents_list_button_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contents_list_button_text {
  font-size: var(--Label-Medium);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  color: var(--Object-Primary);
}
.contents_list_button_caption {
  font-size: var(--Label-X-Small);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--Object-Secondary);
}

/* ▼▼▼ サイトマップ（Figma: PC 9381:9793 / SP 9650:18928） ▼▼▼ */
.sitemap {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 0;
  }
}
.sitemap_block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sitemap_block {
    margin-bottom: 48px;
  }
}
.sitemap_ttl_link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .sitemap_ttl_link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sitemap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .sitemap_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.sitemap_list_link {
  position: relative;
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat right 4px/16px;
  width: calc(25% - 24px);
  padding: 0 32px 24px 0;
  border-bottom: 1px solid var(--Line-Primary);
  font-size: var(--Label-Medium);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  color: var(--Object-Primary);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .sitemap_list_link {
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (hover: hover) {
  .sitemap_list_link:hover {
    opacity: 1;
    color: var(--Brand-color-Primary);
    border-color: var(--Brand-color-Primary);
  }
}

/* ▼▼▼ ポリシー ▼▼▼ */
.policy_wrap {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .policy_wrap {
    padding-bottom: 48px;
  }
}
.policy_container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.policy_text {
  font-size: var(--Label-Medium);
  line-height: 1.6;
}
.policy_text_bold {
  font-weight: var(--font-weight-medium);
  margin-bottom: 8px;
}
.policy_table_wrap {
  margin: 32px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .policy_table_wrap.sp_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .policy_table_wrap.sp_scroll .policy_table {
    min-width: 680px;
  }
}
.policy_table {
  width: 100%;
  border-collapse: collapse;
}
.policy_table th,
.policy_table td {
  border: 1px solid var(--Line-Primary);
  padding: 16px;
  text-align: left;
  vertical-align: top;
  font-size: var(--Label-Medium);
  line-height: 1.6;
}
.policy_table thead th {
  background: var(--Background-Tertiary);
  font-weight: 500;
  color: var(--Object-Primary);
}
.policy_table tbody td {
  background: var(--Background-Primary);
  font-weight: var(--font-weight-regular);
  color: var(--Object-Primary);
}
.policy_list {
  font-size: var(--Label-Medium);
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 32px;
}
.policy_list.mb0 {
  margin-bottom: 0;
}
.policy_list_item a {
  display: inline;
}
.policy_counter {
  padding: 8px 32px;
  background-color: var(--Background-Secondary);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .policy_counter {
    padding: 24px;
  }
}
.policy_counter_block {
  counter-reset: listnum;
  list-style: none;
}
.policy_counter_item {
  position: relative;
  padding: 24px 0;
}
.policy_counter_item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 21px;
  width: 1em;
  height: 1em;
  font-family: var(--font-family-en);
  font-size: var(--Heading-H3);
  font-weight: var(--font-weight-medium);
  line-height: 1.9;
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 8px;
}
.policy_counter_item:not(:last-child) {
  border-bottom: 1px solid var(--Line-Primary);
}
.policy_counter_ttl {
  font-size: var(--Heading-H3);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  color: var(--Object-Primary);
  padding-left: 1em;
  margin-bottom: 16px;
}
.policy_note {
  font-size: var(--Caption-X-Small);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.policy_link {
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .policy_link {
    display: block;
  }
}
.policy_link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_external.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -4px;
}
.policy_box {
  background-color: var(--Background-Primary);
  border-radius: 4px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .policy_box {
    padding: 24px;
  }
}
.policy_box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .policy_box.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.policy_box_inner {
  background-color: var(--Background-Tertiary);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .policy_box_inner {
    padding: 16px;
  }
}
.policy_box_title {
  font-size: var(--Heading-H3);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  color: var(--Object-Primary);
  margin-bottom: 16px;
}

.ft_mon {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-medium);
  padding-right: 8px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb16 {
  margin-bottom: 16px;
}

/* ▼▼▼ よくある質問 (FAQ) ▼▼▼ */
.faq #main {
  overflow: visible;
}
.faq_block_inner {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .faq_block_inner {
    margin-bottom: 48px;
  }
}
.faq_list_item {
  background: var(--Background-Primary);
  border-radius: 4px;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .faq_list_item {
    padding: 16px;
  }
}
.faq_question_text {
  font-size: var(--Heading-H4);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 40px;
}
.faq_question_text::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-medium);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--Brand-color-Primary);
}
.faq_answer {
  background: var(--Background-Quaternary);
  border-radius: 4px;
  padding: 16px;
}
.faq_answer_text {
  font-size: var(--Label-Medium);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  color: var(--Object-Primary);
}
.faq_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.faq_link_item:hover {
  text-decoration: underline;
}
.faq_link_text {
  padding-right: 16px;
}