@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1C1B;
  -webkit-font-smoothing: antialiased;
  background: var(--beige, #F0ECE9);
}

a,
button {
  -webkit-transition: all 0.65s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.65s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

.-font--en {
  font-family: "Cormorant Garamond", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
}

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

.-sp--none {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .-sp--none {
    display: none;
  }
}

.-site--none {
  display: none;
}

.leadgridCms-onlyInnerWorkspace .-admin--none {
  display: none;
}
.leadgridCms-onlyInnerWorkspace .-site--none {
  display: block;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) {
  html {
    font-size: var(--min-width-1440);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: var(--min-width-1920);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: var(--min-width-375);
  }
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

.leadgrid-c-button {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.thpts-c-breadcrumb.-color--white .c-breadcrumb__item a {
  color: white;
}
.thpts-c-breadcrumb ul,
.thpts-c-breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-c-breadcrumb a {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .thpts-c-breadcrumb a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}
.thpts-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.thpts-c-breadcrumb .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thpts-c-breadcrumb .c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.thpts-c-breadcrumb .c-breadcrumb__item::after {
  content: "";
  display: inline-block;
  margin: 0 1.2rem;
  width: 0.5rem;
  height: 0.9rem;
  background: url("/assets/thpts/img/common/icon/breadcrumb_arrow.svg") no-repeat center/contain;
}
.thpts-c-breadcrumb .c-breadcrumb__item:last-child {
  pointer-events: none;
  background: none;
  opacity: 0.5;
}
.thpts-c-breadcrumb .c-breadcrumb__item:last-child::after {
  display: none;
}
.thpts-c-breadcrumb .c-breadcrumb__item:last-child a {
  background: none;
}
.thpts-c-breadcrumb .c-breadcrumb__item a {
  color: var(--black, #1F1C1B);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .thpts-c-breadcrumb .c-breadcrumb__item a {
    font-size: 1rem;
  }
}

.thpts-c-inner {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-c-inner {
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-inner.-pc--padding-72px {
    padding: 0 7.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .thpts-c-inner.-pc--padding-72px {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-inner.-sp--padding-0px {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-inner.-sp--padding-8px {
    padding: 0 0.8rem;
  }
}
.thpts-c-inner.-width--full {
  max-width: 100%;
}
@media screen and (min-width: 1920px) {
  .thpts-c-inner.-width--full {
    max-width: 1920px !important;
  }
}
.thpts-c-inner.-width--960px {
  max-width: 96rem;
}

.thpts-c-section {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-c-section {
    padding: 16rem 0;
  }
}
.thpts-c-section + .thpts-c-section {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-section + .thpts-c-section {
    padding-top: 0rem;
  }
}
.thpts-c-section.-alone {
  padding: 12rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-section.-alone {
    padding: 9.6rem 0 12rem;
  }
}

.thpts-c-wysiwyg {
  width: 100%;
  overflow: hidden;
  --space-top: 3.2rem;
}
.thpts-c-wysiwyg h2,
.thpts-c-wysiwyg h3,
.thpts-c-wysiwyg h4,
.thpts-c-wysiwyg h5,
.thpts-c-wysiwyg h6,
.thpts-c-wysiwyg figure,
.thpts-c-wysiwyg p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg {
    --space-top: 1.6rem;
  }
}
.thpts-c-wysiwyg h2 {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin-top: var(--space-top);
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg h2 {
    font-size: 2.2rem;
    margin-top: var(--space-top);
  }
}
.thpts-c-wysiwyg h2 + p {
  margin-top: var(--space-top);
}
.thpts-c-wysiwyg h3 {
  margin-top: var(--space-top);
  color: var(--black, #1F1C1B);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.09rem;
  padding-left: 3.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg h3 {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    margin-top: var(--space-top);
    padding-left: 2.5rem;
  }
}
.thpts-c-wysiwyg h3::before {
  content: "";
  display: block;
  width: 0.9rem;
  min-width: 0.9rem;
  position: absolute;
  top: 0rem;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) left center/0.1rem 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center top/100% 0.1rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center center/0.1rem 100% no-repeat;
  background: linear-gradient(#AA8C59, #AA8C59) left center/0.1rem 100% no-repeat, linear-gradient(#AA8C59, #AA8C59) center top/100% 0.1rem no-repeat, linear-gradient(#AA8C59, #AA8C59) center center/0.1rem 100% no-repeat;
}
.thpts-c-wysiwyg h4 {
  color: var(--black, #1F1C1B);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.08rem;
  margin-top: var(--space-top);
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg h4 {
    margin-top: var(--space-top);
    font-size: 1.5rem;
  }
}
.thpts-c-wysiwyg p,
.thpts-c-wysiwyg div {
  color: var(--wf-main, #333);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  margin-top: var(--space-top);
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg p,
  .thpts-c-wysiwyg div {
    font-size: 1.5rem;
    margin-top: var(--space-top);
  }
}
.thpts-c-wysiwyg p + p,
.thpts-c-wysiwyg div + p {
  margin-top: var(--space-top);
}
.thpts-c-wysiwyg li {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
  position: relative;
}
.thpts-c-wysiwyg ul,
.thpts-c-wysiwyg ol {
  margin: 0;
  padding: 0;
  margin-top: var(--space-top);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg ul,
  .thpts-c-wysiwyg ol {
    margin-top: var(--space-top);
    gap: 1.6rem;
  }
}
.thpts-c-wysiwyg ul li,
.thpts-c-wysiwyg ol li {
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg ul li,
  .thpts-c-wysiwyg ol li {
    padding-left: 3.2rem;
  }
}
.thpts-c-wysiwyg ul li ul,
.thpts-c-wysiwyg ul li ol,
.thpts-c-wysiwyg ol li ul,
.thpts-c-wysiwyg ol li ol {
  margin-top: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg ul li ul,
  .thpts-c-wysiwyg ul li ol,
  .thpts-c-wysiwyg ol li ul,
  .thpts-c-wysiwyg ol li ol {
    margin-top: 1.6rem !important;
  }
}
.thpts-c-wysiwyg ol {
  counter-reset: n;
}
.thpts-c-wysiwyg ol li:before {
  content: "0" counter(n);
  counter-increment: n;
  color: var(--black, #1F1C1B);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  font-family: "Cormorant Garamond", sans-serif;
  position: absolute;
  left: 0;
  top: 0.2rem;
  opacity: 0.5;
}
.thpts-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.thpts-c-wysiwyg ol ul li::before {
  content: "";
  left: 0;
  counter-increment: none;
}
.thpts-c-wysiwyg ul li:before {
  content: "";
  display: block;
  background: var(--brown, #D6CCC5);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
}
.thpts-c-wysiwyg a {
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .thpts-c-wysiwyg a:hover {
    opacity: 0.5;
  }
}
.thpts-c-wysiwyg blockquote {
  background: var(--brown-beige, #E9E2DB);
  padding: 4.8rem 6rem;
  color: var(--wf-main, #333);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  margin: var(--space-top) 0 0;
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg blockquote {
    padding: 3.6rem 2.4rem;
    margin-top: var(--space-top);
  }
}
.thpts-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 4.4874rem;
  height: 3.6rem;
  background-image: url("/assets/thpts/img/common/icon/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg blockquote::before {
    top: -0.8rem;
    left: 1.2rem;
  }
}
.thpts-c-wysiwyg blockquote p {
  margin: 0;
}
.thpts-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: var(--space-top);
  margin-bottom: 1.6rem;
  table-layout: fixed;
  border-left: 0.1rem solid var(--brown, #D6CCC5);
  border-top: 0.1rem solid var(--brown, #D6CCC5);
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg table {
    margin-top: var(--space-top);
  }
}
.thpts-c-wysiwyg table tbody,
.thpts-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.thpts-c-wysiwyg table td,
.thpts-c-wysiwyg table th {
  border: none;
  border-right: 0.1rem solid var(--brown, #D6CCC5);
  border-bottom: 0.1rem solid var(--brown, #D6CCC5);
  min-width: 26rem;
  color: var(--black, #1F1C1B);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
  vertical-align: baseline;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg table td,
  .thpts-c-wysiwyg table th {
    min-width: 13rem;
    font-size: 1.3rem;
    padding: 1.2rem;
  }
}
.thpts-c-wysiwyg table th {
  background: var(--brown-beige, #E9E2DB);
}
.thpts-c-wysiwyg table th[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg table th[colspan="2"] {
    min-width: 26rem;
  }
}
.thpts-c-wysiwyg table td[colspan="2"] {
  min-width: 52rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg table td[colspan="2"] {
    min-width: 26rem;
  }
}
.thpts-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.thpts-c-wysiwyg code .hljs-ln-code,
.thpts-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.thpts-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.thpts-c-wysiwyg figure,
.thpts-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .thpts-c-wysiwyg figure,
  .thpts-c-wysiwyg img {
    max-width: 100%;
  }
}
.thpts-c-wysiwyg figure img {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.thpts-c-wysiwyg figcaption {
  margin-top: 1.2rem;
  color: var(--wf-main, #333);
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.75px;
}
.thpts-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-base-primary);
}
.thpts-c-wysiwyg iframe {
  max-width: 100%;
}
.thpts-c-wysiwyg h2:first-child,
.thpts-c-wysiwyg h3:first-child,
.thpts-c-wysiwyg h4:first-child,
.thpts-c-wysiwyg h5:first-child,
.thpts-c-wysiwyg h6:first-child,
.thpts-c-wysiwyg p:first-child,
.thpts-c-wysiwyg ol:first-child,
.thpts-c-wysiwyg ul:first-child,
.thpts-c-wysiwyg blockquote:first-child,
.thpts-c-wysiwyg figure:first-child,
.thpts-c-wysiwyg img:first-child,
.thpts-c-wysiwyg table:first-child,
.thpts-c-wysiwyg div:first-child {
  margin-top: 0;
}
.thpts-c-wysiwyg.-policy h1,
.thpts-c-wysiwyg.-policy h2,
.thpts-c-wysiwyg.-policy h3,
.thpts-c-wysiwyg.-policy h4,
.thpts-c-wysiwyg.-policy h5,
.thpts-c-wysiwyg.-policy h6 {
  margin-top: 7.2rem;
}
.thpts-c-wysiwyg.-policy p,
.thpts-c-wysiwyg.-policy ol,
.thpts-c-wysiwyg.-policy ul,
.thpts-c-wysiwyg.-policy blockquote,
.thpts-c-wysiwyg.-policy figure,
.thpts-c-wysiwyg.-policy img,
.thpts-c-wysiwyg.-policy table,
.thpts-c-wysiwyg.-policy div {
  margin-top: 2.4rem;
}
.thpts-c-wysiwyg.-policy h2:first-child,
.thpts-c-wysiwyg.-policy h3:first-child,
.thpts-c-wysiwyg.-policy h4:first-child,
.thpts-c-wysiwyg.-policy h5:first-child,
.thpts-c-wysiwyg.-policy h6:first-child,
.thpts-c-wysiwyg.-policy p:first-child,
.thpts-c-wysiwyg.-policy ol:first-child,
.thpts-c-wysiwyg.-policy ul:first-child,
.thpts-c-wysiwyg.-policy blockquote:first-child,
.thpts-c-wysiwyg.-policy figure:first-child,
.thpts-c-wysiwyg.-policy img:first-child,
.thpts-c-wysiwyg.-policy table:first-child,
.thpts-c-wysiwyg.-policy div:first-child {
  margin-top: 0;
}

.thpts-c-sectionHeader.-position--reverse .c-sectionHeader__title {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeader.-position--reverse .c-sectionHeader__title {
    gap: 0.8rem;
  }
}
.thpts-c-sectionHeader.-position--reverse .c-sectionHeader__title .ja {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.thpts-c-sectionHeader.-position--reverse .c-sectionHeader__title .en {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.thpts-c-sectionHeader.-content--center .c-sectionHeader__title {
  text-align: center;
  justify-items: center;
}
.thpts-c-sectionHeader.-color--white .c-sectionHeader__title .ja {
  color: var(--white, #FFF);
}
.thpts-c-sectionHeader.-color--white .c-sectionHeader__title .en {
  color: var(--gold, #AA8C59);
}
.thpts-c-sectionHeader .c-sectionHeader__title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeader .c-sectionHeader__title {
    gap: 1.2rem;
  }
}
.thpts-c-sectionHeader .c-sectionHeader__title .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeader .c-sectionHeader__title .ja {
    font-size: 2.4rem;
    line-height: 150%;
    /* 36px */
    letter-spacing: 0.24rem;
  }
}
.thpts-c-sectionHeader .c-sectionHeader__title .en {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeader .c-sectionHeader__title .en {
    font-size: 1.6rem;
  }
}

.thpts-c-footer {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .thpts-bg-c-line {
    display: none;
  }
}
.thpts-c-footer ul,
.thpts-c-footer li,
.thpts-c-footer a,
.thpts-c-footer figure {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.thpts-c-footer .c-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12rem;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__contents {
    display: block;
    padding-bottom: 0;
  }
}
.thpts-c-footer .c-footer__block {
  padding: 0 6.4rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__block {
    padding: 0;
    width: 100%;
  }
  .thpts-c-footer .c-footer__block + .c-footer__block {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 0.1rem solid var(--brown, #D6CCC5);
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-footer .c-footer__block.-left {
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-footer .c-footer__block.-center {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.thpts-c-footer .c-footer__block.-right {
  position: relative;
}
.thpts-c-footer .c-footer__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem 1.2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__header {
    padding: 0 1.6rem;
    height: auto;
    gap: 1.8rem 2.4rem;
  }
}
.thpts-c-footer .c-footer__header .logo {
  width: 18rem;
  height: 12rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__header .logo {
    width: 14.4rem;
    height: 9.6rem;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.thpts-c-footer .c-footer__header .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.thpts-c-footer .c-footer__header .address {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__header .address {
    font-size: 1.2rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.thpts-c-footer .c-footer__header .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  grid-column: 1/3;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__header .snsList {
    gap: 2.4rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.thpts-c-footer .c-footer__header .snsList li a {
  display: inline-block;
}
.thpts-c-footer .c-footer__header .snsList li a figure {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
}
.thpts-c-footer .c-footer__header .snsList li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.thpts-c-footer .c-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__nav {
    gap: 2.4rem;
    padding: 0 2.4rem;
  }
}
.thpts-c-footer .c-footer__nav .parentLink {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
}
@media screen and (min-width: 768px) {
  .thpts-c-footer .c-footer__nav .parentLink:hover {
    opacity: 1;
    background-size: 100% 0.1rem;
    background-position: 0% 100%;
  }
}
.thpts-c-footer .c-footer__nav .parentLink .icon {
  position: absolute;
  left: calc(100% + 1.2rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thpts-c-footer .c-footer__nav .childList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__nav .childList {
    gap: 1.2rem;
  }
}
.thpts-c-footer .c-footer__nav .childItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thpts-c-footer .c-footer__nav .childItem::before {
  content: "";
  width: 0.4rem;
  height: 0.1rem;
  background: var(--black, #1F1C1B);
  margin: 0 0.4rem;
}
.thpts-c-footer .c-footer__nav .childLink {
  color: var(--black, #1F1C1B);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__nav .childLink {
    font-size: 1.2rem;
  }
}
.thpts-c-footer .c-footer__copyright {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__copyright {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    padding: 4.8rem 0;
    border-top: solid 0.1rem var(--brown, #D6CCC5);
    width: 100%;
  }
}
.thpts-c-footer .c-footer__ctaList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__ctaList {
    gap: 0.8rem;
    padding: 0 2.4rem;
  }
}
.thpts-c-footer .c-footer__ctaList li {
  max-width: 26.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__ctaList li {
    max-width: 25.5rem;
  }
}
.thpts-c-footer .c-footer__secondaryList {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__secondaryList {
    gap: 1.2rem;
    padding: 0 2.4rem;
  }
}
.thpts-c-footer .c-footer__secondaryList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thpts-c-footer .c-footer__secondaryList li::before {
  content: "";
  width: 0.4rem;
  height: 0.1rem;
  background: var(--black, #1F1C1B);
  margin: 0 0.4rem;
}
.thpts-c-footer .c-footer__secondaryList li a {
  color: var(--black, #1F1C1B);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__secondaryList li a {
    font-size: 1.2rem;
  }
}
.thpts-c-footer .c-footer__other {
  margin-top: 11.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__other {
    margin-top: 4.8rem;
    grid-template-columns: 21.8669rem auto;
    gap: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 2rem 0 0.8rem;
  }
}
.thpts-c-footer .c-footer__other .catchphrase {
  width: 33.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__other .catchphrase {
    width: 21.8669rem;
    margin-bottom: -0.1rem;
  }
}
.thpts-c-footer .c-footer__other .catchphrase img {
  vertical-align: bottom;
}
.thpts-c-footer .c-footer__other .c-footer__toTop {
  cursor: pointer;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--gold, #AA8C59);
  background: var(--black, #1F1C1B);
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  justify-self: flex-end;
  gap: 4.8rem;
}
@media screen and (min-width: 768px) {
  .thpts-c-footer .c-footer__other .c-footer__toTop {
    position: absolute;
    right: 1.2rem;
    bottom: -5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-footer .c-footer__other .c-footer__toTop {
    height: 4rem;
    padding: 0 1.6rem;
    gap: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-footer .c-footer__other .c-footer__toTop:hover {
    opacity: 0.5;
  }
}
.thpts-c-footer .c-footer__other .c-footer__toTop .text {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  text-transform: capitalize;
}
.thpts-c-footer .c-footer__other .c-footer__toTop .icon {
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.thpts-c-footer .c-footer__other .c-footer__toTop .icon svg {
  fill: var(--gold, #AA8C59);
  -o-object-fit: cover;
  object-fit: cover;
}
.thpts-c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-c-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-c-list.-news li + li {
  border-top: solid 0.1rem var(--brown, #D6CCC5);
}
@media screen and (min-width: 768px) {
  .thpts-c-list.-news--related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-list.-news--related {
    border-top: solid 0.1rem var(--brown, #D6CCC5);
  }
  .thpts-c-list.-news--related li {
    border-bottom: solid 0.1rem var(--brown, #D6CCC5);
  }
}
.thpts-c-list.-recruitWork li + li {
  border-top: solid 0.1rem var(--brown, #D6CCC5);
}
.thpts-c-list.-recruitStaff {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-list.-recruitStaff {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-list.-recruitStaff li + li {
    border-top: solid 0.1rem var(--brown, #D6CCC5);
  }
}

@media screen and (min-width: 768px) {
  a:hover .thpts-link-c-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: var(--color);
  }
  a:hover .thpts-link-c-icon.-small, a:hover .thpts-link-c-icon.-medium {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  a:hover .thpts-link-c-icon.-arrow--bottom {
    -webkit-transform: scale(1.3) rotate(90deg);
    transform: scale(1.3) rotate(90deg);
  }
  a:hover .thpts-link-c-icon .c-icon__arrow svg {
    fill: white;
  }
  a:hover .thpts-link-c-icon .c-icon__arrow:nth-child(1) {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  a:hover .thpts-link-c-icon .c-icon__arrow:nth-child(2) {
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.thpts-link-c-icon {
  --color: #AA8C59;
  border-radius: 100%;
  border: 0.1rem solid var(--color);
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.thpts-link-c-icon .c-icon__arrow {
  width: 1.2rem;
  height: 0.8rem;
  display: block;
  margin-left: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thpts-link-c-icon .c-icon__arrow:nth-child(1) {
  left: -100%;
}
.thpts-link-c-icon .c-icon__arrow:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thpts-link-c-icon .c-icon__arrow svg {
  display: block;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  fill: var(--color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thpts-link-c-icon.-large {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
}
.thpts-link-c-icon.-large .c-icon__arrow {
  width: 1.8rem;
  height: 1.2rem;
}
.thpts-link-c-icon.-medium {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
}
.thpts-link-c-icon.-medium .c-icon__arrow {
  width: 1rem;
  height: 0.7rem;
  margin-left: 0.2rem;
}
.thpts-link-c-icon.-small {
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
}
.thpts-link-c-icon.-small .c-icon__arrow {
  width: 0.8rem;
  height: 0.533rem;
  margin-left: 0.2rem;
}
.thpts-link-c-icon.-footer {
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
}
.thpts-link-c-icon.-footer .c-icon__arrow {
  width: 0.8rem;
  height: 0.533rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-link-c-icon.-footer {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
  }
  .thpts-link-c-icon.-footer .c-icon__arrow {
    width: 1.2rem;
    height: 0.8rem;
    margin-left: 0.2rem;
  }
}
.thpts-link-c-icon.-arrow--bottom {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thpts-link-c-icon.-color--black {
  --color: #1F1C1B;
}

@media screen and (min-width: 768px) {
  a:hover .thpts-link-c-iconList {
    background: var(--gold, #AA8C59);
  }
  a:hover .thpts-link-c-iconList .c-icon__arrow svg {
    fill: white;
  }
}

.thpts-link-c-iconList {
  border-radius: 100%;
  border: 0.1rem solid var(--brown, #D6CCC5);
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.thpts-link-c-iconList .c-icon__arrow {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
.thpts-link-c-iconList .c-icon__arrow svg {
  display: block;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  fill: var(--gold, #AA8C59);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media screen and (min-width: 768px) {
  .thpts-card-c-news.-related .c-news__link {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 0;
  }
  .thpts-card-c-news.-related .c-news__image {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .thpts-card-c-news.-related .c-news__meta {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .thpts-card-c-news.-related .c-news__title {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.thpts-card-c-news .c-news__link {
  text-decoration: none;
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 3.2rem 2.4rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__link {
    grid-template-columns: 1fr 12.6rem;
    gap: 2rem;
    padding: 1.6rem 0.8rem 2.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .thpts-card-c-news .c-news__link:hover {
    opacity: 1;
  }
  .thpts-card-c-news .c-news__link:hover .c-news__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .thpts-card-c-news .c-news__link:hover .c-news__title .title {
    background-size: 100% 0.1rem;
    background-position: 0% 100%;
  }
}
.thpts-card-c-news .c-news__image {
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 0.8rem;
  margin: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.thpts-card-c-news .c-news__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.thpts-card-c-news .c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .thpts-card-c-news .c-news__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.thpts-card-c-news .c-news__meta .category {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__meta .category {
    font-size: 1.4rem;
  }
}
.thpts-card-c-news .c-news__meta .date {
  color: var(--black, #1F1C1B);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
.thpts-card-c-news .c-news__title {
  grid-column: 2/3;
  grid-row: 2/3;
  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: 2.4rem;
}
@media screen and (min-width: 768px) {
  .thpts-card-c-news .c-news__title {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__title {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.thpts-card-c-news .c-news__title .title {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-news .c-news__title .title {
    -webkit-line-clamp: 2;
  }
}

.thpts-card-c-recruitWork .c-recruitWork__link {
  text-decoration: none;
  display: grid;
  grid-template-columns: 18rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.8rem 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitWork .c-recruitWork__link {
    padding: 2.4rem 0.8rem;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .thpts-card-c-recruitWork .c-recruitWork__link:hover {
    opacity: 1;
  }
  .thpts-card-c-recruitWork .c-recruitWork__link:hover .c-recruitWork__title .title span {
    background-size: 100% 0.1rem;
    background-position: 0% 100%;
  }
}
.thpts-card-c-recruitWork .c-recruitWork__category {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  /* 16px */
  text-transform: capitalize;
}
.thpts-card-c-recruitWork .c-recruitWork__title {
  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: 2.4rem;
}
.thpts-card-c-recruitWork .c-recruitWork__title .title {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
.thpts-card-c-recruitWork .c-recruitWork__title .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff.-slider .c-recruitStaff__link {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff.-slider .c-recruitStaff__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff.-slider .c-recruitStaff__meta .date {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff.-slider .c-recruitStaff__title {
    margin-top: 1rem;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__link {
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__link {
    padding: 2.4rem 1.6rem;
    display: grid;
    grid-template-columns: 1fr 12.6rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__link:hover {
    opacity: 1;
  }
  .thpts-card-c-recruitStaff .c-recruitStaff__link:hover .c-recruitStaff__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .thpts-card-c-recruitStaff .c-recruitStaff__link:hover .c-recruitStaff__title .title span {
    background-size: 100% 0.1rem;
    background-position: 0% 100%;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-object-position: center;
  object-position: center;
}
.thpts-card-c-recruitStaff .c-recruitStaff__meta {
  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;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__meta {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
    margin: 0;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__meta .category {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
.thpts-card-c-recruitStaff .c-recruitStaff__meta .date {
  color: var(--black, #1F1C1B);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__meta .date {
    margin-top: 0.8rem;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__title {
  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: 1.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__title {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 0;
  }
}
.thpts-card-c-recruitStaff .c-recruitStaff__title .title {
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.thpts-card-c-recruitStaff .c-recruitStaff__title .title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.6s ease;
}
@media screen and (max-width: 767px) {
  .thpts-card-c-recruitStaff .c-recruitStaff__title .title {
    -webkit-line-clamp: 3;
  }
}

.leadgridCms-onlyInnerWorkspace.thpts-c-header {
  position: static !important;
  height: 6rem !important;
  --color-text: #1F1C1B;
  --color-border: #1F1C1B;
  --color-fill: #1F1C1B;
  --color-icon: #1F1C1B;
}

@media screen and (max-width: 767px) {
  .is-topPage .thpts-c-header {
    height: 0rem;
  }
}

.thpts-c-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 299;
  height: 0rem;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  --color-text: #1F1C1B;
  --color-border: #1F1C1B;
  --color-fill: #1F1C1B;
  --color-icon: #1F1C1B;
  --transition: all 0.5s ease;
  --color-link-icon-border: #1F1C1B;
  --color-link-icon-bg: transpalent;
  --color-link-icon-svg: #1F1C1B;
}
@media screen and (min-width: 768px) {
  .thpts-c-header a:hover {
    --color-link-icon-border: #1F1C1B;
    --color-link-icon-bg: #1F1C1B;
    --color-link-icon-svg: #E9E2DB;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header {
    height: 6rem;
    --color-border: #D6CCC5;
    --sp-btn: #1F1C1B;
    --sp-navs: #AA8C59;
  }
}
.thpts-c-header ul,
.thpts-c-header li,
.thpts-c-header figure,
.thpts-c-header a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-c-header.is-preload {
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
@media screen and (min-width: 768px) {
  .thpts-c-header.is-hidden:not(.is-top) .c-header__inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .thpts-c-header.is-hidden:not(.is-top)::after {
    opacity: 0;
  }
}
.thpts-c-header.is-white {
  --color-text: #E9E2DB;
  --color-border: #E9E2DB;
  --color-fill: #E9E2DB;
  --color-icon: #E9E2DB;
  --color-link-icon-border: #E9E2DB;
  --color-link-icon-bg: transpalent;
  --color-link-icon-svg: #E9E2DB;
}
@media screen and (min-width: 768px) {
  .thpts-c-header.is-white a:hover {
    --color-link-icon-border: #E9E2DB;
    --color-link-icon-bg: #E9E2DB;
    --color-link-icon-svg: #1F1C1B;
  }
  .thpts-c-header.is-white::after {
    content: "";
    display: block;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 12rem;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header.is-white {
    --color-border: rgba(170, 140, 89, 0.2);
    --sp-btn: #AA8C59;
    --sp-navs: #D6CCC5;
  }
}
.thpts-c-header.is-menu-open {
  --color-text: #1F1C1B;
  --color-border: rgba(170, 140, 89, 0.2);
  --color-fill: #1F1C1B;
  --color-icon: #1F1C1B;
  --sp-btn: #AA8C59;
  --sp-navs: #1F1C1B;
}
.thpts-c-header .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  padding-left: 2.4rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__inner {
    padding-left: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.thpts-c-header .c-header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__logo {
    width: 13.4rem;
    position: relative;
    z-index: 100;
  }
}
.thpts-c-header .c-header__logo .logo {
  display: block;
}
.thpts-c-header .c-header__logo .logo svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  fill: var(--color-fill);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.thpts-c-header .c-header__sp {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0rem 0 0;
  background: #E9E2DB;
  margin-left: 0;
}
.thpts-c-header .c-header__sp .c-header__spContainer {
  padding: 6rem 0.8rem 3.6rem;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
.thpts-c-header .c-header__sp .c-header__spImage {
  padding: 0 0.8rem;
  max-width: 27.2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.thpts-c-header .c-header__sp .c-header__spImage svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.thpts-c-header .c-header__sp .c-header__spNav .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.6rem;
}
.thpts-c-header .c-header__sp .c-header__spNav .list.-has--icon {
  border-top: solid 0.1rem var(--gold, #AA8C59);
  padding-top: 3.6rem;
  margin-top: 3.6rem;
}
.thpts-c-header .c-header__sp .c-header__spNav .item {
  padding-left: 1.2rem;
}
.thpts-c-header .c-header__sp .c-header__spNav .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thpts-c-header .c-header__sp .c-header__spNav .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
}
.thpts-c-header .c-header__sp .c-header__spNav .icon svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  fill: var(--gold, #AA8C59);
}
.thpts-c-header .c-header__sp .c-header__spNav .title .en {
  color: var(--black, #1F1C1B);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
}
.thpts-c-header .c-header__sp .c-header__spNav .title .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.12rem;
  margin-left: 0.8rem;
}
.thpts-c-header .c-header__sp .c-header__spNav .thpts-link-c-icon {
  margin-left: 1.6rem;
}
.thpts-c-header .c-header__navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 7.2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navContainer {
    display: block;
    margin: 0;
    position: relative;
    z-index: 100;
  }
}
.thpts-c-header .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__nav {
    display: none;
  }
}
.thpts-c-header .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navList .c-header__navItem {
    width: 100%;
  }
}
.thpts-c-header .c-header__navList .c-header__navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 0;
  color: var(--color-text);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__navList .c-header__navItem a:hover {
    opacity: 1;
  }
  .thpts-c-header .c-header__navList .c-header__navItem a:hover .c-header__navItemTitle {
    background-size: 100% 100%;
    background-position: left;
  }
}
.thpts-c-header .c-header__navList .c-header__navItem a .thpts-link-c-icon {
  border-color: var(--color-link-icon-border);
  background: var(--color-link-icon-bg);
}
.thpts-c-header .c-header__navList .c-header__navItem a .thpts-link-c-icon svg {
  fill: var(--color-link-icon-svg);
}
.thpts-c-header .c-header__navItemTitle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, currentColor));
  background-image: linear-gradient(transparent calc(100% - 0.05rem), currentColor 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.6s ease, color 0.6s ease;
  transition: background-size 0.6s ease, color 0.6s ease;
  background-position: right;
}
.thpts-c-header .c-header__navButtons {
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__navButtons {
    border-radius: 0 0 0 0.8rem;
    border-bottom: 0.1rem solid var(--color-border);
    border-left: 0.1rem solid var(--color-border);
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navButtons {
    padding: 0;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__navBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__navBtnItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
  .thpts-c-header .c-header__navBtnItem + .c-header__navBtnItem::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    content: "";
    display: block;
    width: 0.1rem;
    height: 2rem;
    background-color: var(--color-text);
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnItem {
    height: 100%;
    width: 16.6666666667vw;
    border-left: 0.1rem solid var(--color-border);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: solid 0.1rem var(--sp-navs);
  }
}
.thpts-c-header .c-header__navBtnItem a {
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__navBtnItem a:hover {
    opacity: 1;
  }
  .thpts-c-header .c-header__navBtnItem a:hover .c-header__navItemTitle {
    background-size: 100% 100%;
    background-position: left;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnItem a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 1.2rem;
  }
}
.thpts-c-header .c-header__navBtnItem a .icon {
  width: 2rem;
  height: 2rem;
}
.thpts-c-header .c-header__navBtnItem a .icon svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  fill: var(--color-icon);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnItem a .icon svg {
    fill: var(--sp-navs);
  }
}
.thpts-c-header .c-header__navBtnItem a .title {
  color: var(--color-text);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnItem a .title {
    text-align: center;
    font-size: 1rem;
    color: var(--sp-navs);
  }
}
.thpts-c-header .c-header__navBtnItem a .thpts-link-c-icon {
  border-color: var(--color-link-icon-border);
  background: var(--color-link-icon-bg);
}
@media screen and (max-width: 767px) {
  .thpts-c-header .c-header__navBtnItem a .thpts-link-c-icon {
    display: none;
  }
}
.thpts-c-header .c-header__navBtnItem a .thpts-link-c-icon svg {
  fill: var(--color-link-icon-svg);
}
.thpts-c-header .c-header__menuButton {
  opacity: 1;
  width: 6rem;
  width: 16.6666666667vw;
  height: 6rem;
  background-color: unset;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: 0;
  z-index: 100;
  border-left: 0.1rem solid var(--color-border);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top: solid 0.1rem var(--sp-btn);
}
@media screen and (min-width: 768px) {
  .thpts-c-header .c-header__menuButton {
    display: none;
  }
}
.thpts-c-header .c-header__menuButton::after {
  content: "menu";
  display: block;
  color: var(--sp-btn);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  /* 10px */
  text-transform: capitalize;
  margin-top: 0.8rem;
}
.thpts-c-header .c-header__menuButton.is-active::after {
  content: "close";
}
.thpts-c-header .c-header__menuButton.is-active .box > i:nth-child(1) {
  -webkit-transform: translate3d(0, 0.3rem, 0) rotate(30deg);
  transform: translate3d(0, 0.3rem, 0) rotate(30deg);
}
.thpts-c-header .c-header__menuButton.is-active .box > i:nth-child(2) {
  -webkit-transform: translate3d(0, -0.3rem, 0) rotate(-30deg);
  transform: translate3d(0, -0.3rem, 0) rotate(-30deg);
}
.thpts-c-header .c-header__menuButton .box {
  height: 2rem;
  padding-top: 1rem;
}
.thpts-c-header .c-header__menuButton .box > i {
  display: block;
  width: 2rem;
  height: 0.1rem;
  background-color: var(--sp-btn);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thpts-c-header .c-header__menuButton .box > i + i {
  margin-top: 0.4rem;
}

@media screen and (min-width: 768px) {
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active {
    cursor: pointer;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .thpts-c-button a {
    padding: 0;
    padding-left: 4.8rem;
    opacity: 1;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .thpts-c-button a::after {
    border-color: var(--gold, #AA8C59);
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .thpts-c-button a .c-button__text {
    background: var(--gold, #AA8C59);
    color: var(--white, #FFF);
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .thpts-c-button a .c-button__arrow.-left {
    left: 2rem;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .thpts-c-button a .c-button__arrow.-right {
    right: -2rem;
  }
  .thpts-entry-s-cta .s-cta__contentsInner {
    cursor: pointer;
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .thpts-c-button a {
    padding: 0;
    padding-left: 4.8rem;
    opacity: 1;
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .thpts-c-button a::after {
    border-color: var(--gold, #AA8C59);
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .thpts-c-button a .c-button__text {
    background: var(--gold, #AA8C59);
    color: var(--white, #FFF);
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .thpts-c-button a .c-button__arrow.-left {
    left: 2rem;
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .thpts-c-button a .c-button__arrow.-right {
    right: -2rem;
  }
}
.thpts-c-button {
  height: 6rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thpts-c-button {
    height: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-button.-size--large {
    height: 7.2rem;
    width: 100%;
  }
  .thpts-c-button.-size--large .c-button__arrow {
    width: 1.92rem;
    height: 1.28rem;
  }
  .thpts-c-button.-size--large a {
    padding-right: 5.8rem;
  }
  .thpts-c-button.-size--large a:hover {
    padding-left: 5.8rem;
  }
  .thpts-c-button.-size--large .c-button__text {
    font-size: 1.92rem;
    padding: 0 4.3rem;
  }
}
.thpts-c-button .c-button__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: var(--beige, #F0ECE9);
  z-index: 11;
  width: 1.6rem;
  height: 1.0667rem;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
.thpts-c-button .c-button__arrow.-left {
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-button .c-button__arrow.-left {
    left: -1.5rem;
  }
}
.thpts-c-button .c-button__arrow.-right {
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-button .c-button__arrow.-right {
    right: 1.5rem;
  }
}
.thpts-c-button a {
  display: block;
  height: 100%;
  padding-right: 4.8rem;
  border-radius: 12rem;
  background: var(--brown, #D6CCC5);
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  text-decoration: none;
}
.thpts-c-button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .thpts-c-button a:hover {
    padding: 0;
    padding-left: 4.8rem;
    opacity: 1;
    border-color: var(--gold, #AA8C59);
  }
  .thpts-c-button a:hover::after {
    border-color: var(--gold, #AA8C59);
  }
  .thpts-c-button a:hover .c-button__text {
    background: var(--gold, #AA8C59);
    color: var(--white, #FFF);
  }
  .thpts-c-button a:hover .c-button__arrow.-left {
    left: 2rem;
  }
  .thpts-c-button a:hover .c-button__arrow.-right {
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-button a {
    padding-right: 4.2rem;
  }
}
.thpts-c-button .c-button__text {
  position: relative;
  z-index: 12;
  color: var(--gold, #AA8C59);
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  display: grid;
  place-items: center;
  border-radius: 12rem;
  background: white;
  padding: 0 3.6rem;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .thpts-c-button .c-button__text {
    font-size: 1.5rem;
  }
}

.thpts-c-buttonText {
  display: inline-block;
}
.thpts-c-buttonText a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .thpts-c-buttonText a:hover {
    opacity: 1;
  }
  .thpts-c-buttonText a:hover .c-buttonText__text {
    background-position: 0% 100%;
    background-size: 100% 0.1rem;
  }
}
.thpts-c-buttonText.-back a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.thpts-c-buttonText.-back a .thpts-link-c-icon {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (min-width: 768px) {
  .thpts-c-buttonText.-back a .c-buttonText__text {
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/0% 0.1rem no-repeat;
    background: linear-gradient(currentColor, currentColor) 0% 100%/0% 0.1rem no-repeat;
    -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  }
  .thpts-c-buttonText.-back a:hover .c-buttonText__text {
    background-position: 100% 100%;
    background-size: 100% 0.1rem;
  }
}
.thpts-c-buttonText .c-buttonText__text {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}

.thpts-c-form .leadgrid-form__free-text {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.75px;
}
.thpts-c-form .leadgrid-form__free-text p {
  margin: 0;
}
.thpts-c-form .leadgrid-form__error {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.thpts-c-form input,
.thpts-c-form select,
.thpts-c-form textarea {
  border-radius: 0.5rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: #F0ECE9;
  font-size: 1.5rem !important;
  height: 5.6rem;
  padding: 2rem 3rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  .thpts-c-form input,
  .thpts-c-form select,
  .thpts-c-form textarea {
    padding: 1.6rem;
  }
}
.thpts-c-form input:focus,
.thpts-c-form select:focus,
.thpts-c-form textarea:focus {
  border-color: var(--gold, #AA8C59);
}
.thpts-c-form .leadgrid-form__row + .leadgrid-form__row {
  margin-top: 5rem;
}
.thpts-c-form .leadgrid-form__radio span {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
.thpts-c-form .leadgrid-form__radio span::before {
  border-radius: 2rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: var(--beige, #F0ECE9);
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}
.thpts-c-form .leadgrid-form__radio span::after {
  border-radius: 1.2rem;
  background: var(--gold, #AA8C59) !important;
  border: none !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  min-width: 1.2rem !important;
  top: 0.5rem !important;
  left: 0.4rem !important;
  margin: 0 !important;
}
.thpts-c-form .leadgrid-form__select {
  position: relative;
}
.thpts-c-form .leadgrid-form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 2rem;
  width: 1.6rem;
  height: 0.8rem;
  background: url("/assets/thpts/img/common/icon/arrow_selectbox.svg") no-repeat center/contain;
}
.thpts-c-form .leadgrid-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: #F0ECE9;
  height: 5rem;
  padding: 0rem 3rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-form .leadgrid-form__select select {
    padding: 0 1.6rem;
  }
}
.thpts-c-form .leadgrid-form__checkbox span {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
.thpts-c-form .leadgrid-form__checkbox span::before {
  border: none;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: var(--beige, #F0ECE9);
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
}
.thpts-c-form .leadgrid-form__checkbox span::after {
  border-color: var(--brown, #D6CCC5) !important;
  width: 0.8rem !important;
  height: 1.4rem !important;
  border-bottom: 0.3rem solid var(--gold, #AA8C59) !important;
  border-right: 0.3rem solid var(--gold, #AA8C59) !important;
  border-radius: 0.2rem !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  left: 0.7rem !important;
  margin-top: -0.8rem !important;
}
.thpts-c-form .leadgrid-form__label {
  color: var(--black, #1F1C1B);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.09rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}
.thpts-c-form .leadgrid-form__label.-required::before {
  color: var(--Require, #AD313C);
  border-color: var(--Require, #AD313C);
}
.thpts-c-form .leadgrid-form__label::before {
  color: var(--color-asset-body, #777);
  background-color: transparent !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1rem;
  /* 83.333% */
  border-radius: 9.9rem;
  border: 0.1rem solid var(--color-asset-body, #777);
  background: transparent;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
.thpts-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.thpts-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid var(--gold, #AA8C59);
  border-right: 0.3rem solid var(--gold, #AA8C59);
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.7rem;
  margin-top: -0.8rem;
}
.thpts-c-form .c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #1B1B1B;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 100% */
  letter-spacing: 0.1059rem;
}
.thpts-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #DCD9CF;
  background: #FFF;
  margin-right: 1.5rem;
}
.thpts-c-form .leadgrid-form__file {
  gap: 0.8rem;
}
.thpts-c-form .leadgrid-form__file label {
  color: #1B1B1B;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 100% */
  letter-spacing: 0.1059rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: #FFF;
  height: auto;
  padding: 1.6rem;
  gap: 1.2rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 1.6rem;
}
.thpts-c-form .leadgrid-form__file label img {
  max-width: 2.4rem;
}
.thpts-c-form .leadgrid-form__file span {
  color: var(--dark-red, #5C2525);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.065rem;
  margin-top: 0rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.thpts-c-form .leadgrid-form__file .leadgrid-form__file-caution {
  color: var(--dark-red, #5C2525);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.065rem;
  margin-top: 0rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.thpts-c-form .c-form__agree {
  text-align: center;
  margin-top: 8rem;
  color: var(--black, #1F1C1B);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-form .c-form__agree {
    font-size: 1.6rem;
  }
}
.thpts-c-form .c-form__agree u {
  text-decoration: none;
}
.thpts-c-form .c-form__agree strong {
  font-weight: 500;
}
.thpts-c-form .c-form__agree a {
  color: var(--black, #1F1C1B);
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .thpts-c-form .c-form__agree a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.01rem;
  }
}
.thpts-c-form .c-form__agree .privacy {
  color: #888;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 165%;
  /* 19.8px */
  letter-spacing: 0.06rem;
  text-align: center;
  margin: 5rem 0 0 0;
}
.thpts-c-form .c-form__agree .privacy a {
  color: currentColor;
  text-decoration: none;
}
.thpts-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-form .c-form__action {
    margin-top: 5rem;
  }
}
.thpts-c-form .leadgrid-c-button {
  border-radius: 0.8rem;
  border: 0.1rem solid var(--gold, #AA8C59);
  background: var(--black, #1F1C1B);
  padding: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 26.5rem;
  position: relative;
  text-decoration: none;
  color: var(--white, #FFF);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-c-form .leadgrid-c-button {
    max-width: 100%;
  }
}
.thpts-c-form .leadgrid-c-button::after {
  content: "";
  display: block;
  background: url("/assets/thpts/img/common/icon/arrow-white.svg") no-repeat center/contain;
  width: 1.6rem;
  height: 1.067rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.5335rem);
}
.thpts-c-form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.thpts-c-form .leadgrid-c-button .c-button__jaTitle {
  color: var(--white, #FFF);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.16rem;
}

.thpts-c-useTextLink a {
  color: currentColor;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .thpts-c-useTextLink a:hover {
    opacity: 1;
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}
.thpts-c-useTextLink a[href^=http], .thpts-c-useTextLink a[href^="//"] {
  margin-right: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-c-useTextLink a[href^=http], .thpts-c-useTextLink a[href^="//"] {
    margin-right: 2rem;
  }
}
.thpts-c-useTextLink a[href^=http]::after, .thpts-c-useTextLink a[href^="//"]::after {
  content: "";
  background: url("/assets/thpts/img/common/icon/ex.svg") no-repeat center/contain;
  height: 1.6rem;
  width: 1.6rem;
  display: block;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-useTextLink a[href^=http]::after, .thpts-c-useTextLink a[href^="//"]::after {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.thpts-c-useTextLink a[href^="https://www.th-pts.jp/"] {
  margin-right: 0;
}
.thpts-c-useTextLink a[href^="https://www.th-pts.jp/"] ::after {
  display: none;
}

.thpts-c-animation.c-animation__fadeUp,
.thpts-c-animation .c-animation__fadeUp {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: opacity 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), transform 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
}
@media screen and (max-width: 767px) {
  .thpts-c-animation.c-animation__fadeUp,
  .thpts-c-animation .c-animation__fadeUp {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}

/* ==================================================
発火処理
==================================================  */
body.-loaded .thpts-c-animation.-inView.c-animation__fadeUp,
body.-loaded .thpts-c-animation.-inView .c-animation__fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ==================================================
管理画面用処理（管理画面で編集できるようにする）

▼対象スレッド
https://gig-inc.slack.com/archives/C019PE16NUV/p1663830422771319
==================================================  */
#js-editor-sections .thpts-c-animation.c-animation__fadeUp,
#js-editor-sections .thpts-c-animation .c-animation__fadeUp,
#js-pageReused-editor-sections .thpts-c-animation.c-animation__fadeUp,
#js-pageReused-editor-sections .thpts-c-animation .c-animation__fadeUp,
.js-leadgridCms__editableTextEditor .thpts-c-animation.c-animation__fadeUp,
.js-leadgridCms__editableTextEditor .thpts-c-animation .c-animation__fadeUp,
.leadgridCms-onlyInnerWorkspace .thpts-c-animation.c-animation__fadeUp,
.leadgridCms-onlyInnerWorkspace .thpts-c-animation .c-animation__fadeUp,
.leadgridCms-o-sectionItem .thpts-c-animation.c-animation__fadeUp,
.leadgridCms-o-sectionItem .thpts-c-animation .c-animation__fadeUp,
.js-leadgridCms__sectionItem .thpts-c-animation.c-animation__fadeUp,
.js-leadgridCms__sectionItem .thpts-c-animation .c-animation__fadeUp {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.thpts-animation-c-op.c-op__bg {
  display: none;
  background: var(--beige, #F0ECE9);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  pointer-events: none;
  display: grid;
  place-items: center;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.thpts-animation-c-op.c-op__bg .logo {
  max-width: 24rem;
  aspect-ratio: 240/36;
  opacity: 0;
}
.thpts-animation-c-op.c-op__bg .logo svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  fill: var(--black, #1F1C1B);
}
.thpts-animation-c-op.c-op__slider.-left, .thpts-animation-c-op.c-op__slider.-right {
  -webkit-transition: opacity 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), transform 1s ease var(--delay, 0s);
  transition: opacity 1s ease var(--delay, 0s), transform 1s ease var(--delay, 0s), -webkit-transform 1s ease var(--delay, 0s);
}
@media screen and (min-width: 768px) {
  .thpts-animation-c-op.c-op__slider.-left {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
}
@media screen and (max-width: 767px) {
  .thpts-animation-c-op.c-op__slider.-left {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}
@media screen and (min-width: 768px) {
  .thpts-animation-c-op.c-op__slider.-right {
    opacity: 0;
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
  }
}
@media screen and (max-width: 767px) {
  .thpts-animation-c-op.c-op__slider.-right {
    opacity: 0;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
}
.thpts-animation-c-op.c-op__sliceText path {
  -webkit-transition: opacity 0.5s ease var(--delay, 0s), -webkit-transform 0.5s ease var(--delay, 0s);
  transition: opacity 0.5s ease var(--delay, 0s), -webkit-transform 0.5s ease var(--delay, 0s);
  transition: opacity 0.5s ease var(--delay, 0s), transform 0.5s ease var(--delay, 0s);
  transition: opacity 0.5s ease var(--delay, 0s), transform 0.5s ease var(--delay, 0s), -webkit-transform 0.5s ease var(--delay, 0s);
}
@media screen and (min-width: 768px) {
  .thpts-animation-c-op.c-op__sliceText path {
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}
@media screen and (max-width: 767px) {
  .thpts-animation-c-op.c-op__sliceText path {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media screen and (min-width: 768px) {
  .thpts-animation-c-op.-startBottomText.c-op__sliceText path {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .thpts-animation-c-op.-startBottomText.c-op__sliceText path {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .thpts-animation-c-op.-startMvSlider.c-op__slider.-left, .thpts-animation-c-op.-startMvSlider.c-op__slider.-right {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .thpts-animation-c-op.-startMvSlider.c-op__slider.-left, .thpts-animation-c-op.-startMvSlider.c-op__slider.-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.thpts-animation-c-op.-not--firstAccess.-hide.c-op__bg {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.thpts-animation-c-op.-firstAccess {
  opacity: 1;
}
.thpts-animation-c-op.-firstAccess.c-op__bg .logo {
  -webkit-animation: oplogo 2s ease 0s forwards;
  animation: oplogo 2s ease 0s forwards;
}
.thpts-animation-c-op.-hide.c-op__bg {
  opacity: 0;
}

@-webkit-keyframes oplogo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes oplogo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==================================================
管理画面用処理（管理画面で編集できるようにする）

▼対象スレッド
https://gig-inc.slack.com/archives/C019PE16NUV/p1663830422771319
==================================================  */
body.-loaded .thpts-c-animation.-inView .thpts-bg-c-line.-animation i {
  -webkit-animation-name: lineMove;
  animation-name: lineMove;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.thpts-bg-c-line {
  --color-border: rgb(214 204 197 / 0.5);
  --color-decoration: #AA8C59;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line {
    border-top: solid 0.1rem var(--color-border);
  }
}
@media screen and (min-width: 1920px) {
  .thpts-bg-c-line {
    overflow: visible;
  }
}
.thpts-bg-c-line.-color--white {
  --color-border: rgba(214, 204, 197, 0.5);
}
.thpts-bg-c-line.-no--absolute {
  position: relative;
  z-index: 11;
  height: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line.-no--absolute {
    display: block;
    height: clamp(0px, 40dvh - 25.8666666667vw, 30dvh);
    border: none;
  }
}
.thpts-bg-c-line.-no--decoration i::after, .thpts-bg-c-line.-no--decoration i::before {
  display: none;
}
.thpts-bg-c-line.-animation i {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.thpts-bg-c-line.-animation i::after, .thpts-bg-c-line.-animation i::before {
  display: none;
}
.thpts-bg-c-line.-animation i:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.thpts-bg-c-line.-animation i:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.thpts-bg-c-line.-animation i:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.thpts-bg-c-line.-animation i:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.thpts-bg-c-line i {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 0.1rem;
  background: var(--color-border);
}
.thpts-bg-c-line i::after, .thpts-bg-c-line i::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.6rem;
  height: 0.9rem;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line i::after, .thpts-bg-c-line i::before {
    width: 0.8rem;
    height: 0.45rem;
  }
}
.thpts-bg-c-line i::before {
  top: 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-decoration)), to(var(--color-decoration))) 0 0/100% 0.1rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(var(--color-decoration)), to(var(--color-decoration))) 50% 100%/0.1rem 0.8rem no-repeat;
  background: linear-gradient(var(--color-decoration), var(--color-decoration)) 0 0/100% 0.1rem no-repeat, linear-gradient(var(--color-decoration), var(--color-decoration)) 50% 100%/0.1rem 0.8rem no-repeat;
  /* 縦線を下へ */
}
.thpts-bg-c-line i::after {
  bottom: 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-decoration)), to(var(--color-decoration))) 0 100%/100% 0.1rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(var(--color-decoration)), to(var(--color-decoration))) 50% 0/0.1rem 0.8rem no-repeat;
  background: linear-gradient(var(--color-decoration), var(--color-decoration)) 0 100%/100% 0.1rem no-repeat, linear-gradient(var(--color-decoration), var(--color-decoration)) 50% 0/0.1rem 0.8rem no-repeat;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line i::after {
    display: none;
  }
}
.thpts-bg-c-line i:nth-child(1) {
  left: 0;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line i:nth-child(1) {
    display: none;
  }
}
.thpts-bg-c-line i:nth-child(2) {
  left: 33.3333333333%;
}
.thpts-bg-c-line i:nth-child(3) {
  left: 66.6666666667%;
}
.thpts-bg-c-line i:nth-child(4) {
  right: 0%;
}
@media screen and (max-width: 767px) {
  .thpts-bg-c-line i:nth-child(4) {
    display: none;
  }
}

@-webkit-keyframes lineMove {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes lineMove {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.thpts-c-sidebarLink {
  color: var(--black, #1F1C1B);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.065rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.2rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.2rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s ease;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .thpts-c-sidebarLink:hover, .thpts-c-sidebarLink.-active {
    color: var(--gold, #AA8C59);
    opacity: 1;
    background-position: 0% 100%;
    background-size: 100% 0.2rem;
  }
}
.thpts-c-sidebarLink.-active {
  color: var(--gold, #AA8C59);
  opacity: 1;
  background-position: 0% 100%;
  background-size: 100% 0.2rem;
}

.thpts-c-slideController {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.thpts-c-slideController.-interview {
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-slideController.-interview {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-c-slideController {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
.thpts-c-slideController .splide__arrow {
  all: unset;
  /* すべてのスタイルをリセット */
  display: block;
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  display: block;
  border-radius: 100%;
  border: 0.1rem solid var(--brown, #D6CCC5);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .thpts-c-slideController .splide__arrow {
    width: 3.6rem;
    height: 3.6rem;
    min-width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-c-slideController .splide__arrow:hover {
    background: #AA8C59;
    border-color: #AA8C59;
  }
  .thpts-c-slideController .splide__arrow:hover svg {
    fill: #fff;
  }
}
.thpts-c-slideController .splide__arrow svg {
  fill: var(--gold, #AA8C59);
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  left: calc(50% + 0.4rem);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .thpts-c-slideController .splide__arrow svg {
    left: calc(50% + 0.3rem);
    width: 1rem;
    height: 0.6667rem;
  }
}
.thpts-c-slideController .splide__arrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
}
.thpts-c-noresult .c-noresult__title {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thpts-c-noresult .c-noresult__title {
    font-size: 2.2rem;
  }
}
.thpts-c-noresult .c-noresult__text {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  margin: 0;
  margin-top: 5.2rem;
}
.thpts-c-noresult .c-noresult__link {
  margin-top: 7.2rem;
  display: grid;
  place-items: center;
}
.thpts-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 4.8rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-top: solid 0.1rem var(--brown, #D6CCC5);
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .thpts-c-pager {
    padding: 4.8rem 1.6rem 0rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
  }
}
.thpts-c-pager a {
  text-decoration: none;
}
.thpts-c-pager .c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gold, #AA8C59);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  font-family: "Cormorant Garamond", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.thpts-c-pager .c-pager__item:not(.thpts-c-pager .c-pager__item.-prev):not(.thpts-c-pager .c-pager__item.-next) {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 100% 100%/0% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 100% 100%/0% 0.1rem no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.thpts-c-pager .c-pager__item:not(.thpts-c-pager .c-pager__item.-prev):not(.thpts-c-pager .c-pager__item.-next)::before {
  content: "0";
}
.thpts-c-pager .c-pager__item.-current {
  opacity: 1 !important;
  background-position: 0% 100% !important;
  background-size: 100% 0.1rem !important;
}
@media screen and (min-width: 768px) {
  .thpts-c-pager .c-pager__item:hover {
    opacity: 1;
  }
  .thpts-c-pager .c-pager__item:hover:not(.thpts-c-pager .c-pager__item:hover.-prev):not(.thpts-c-pager .c-pager__item:hover.-next) {
    background-position: 0% 100%;
    background-size: 100% 0.1rem;
  }
  .thpts-c-pager .c-pager__item:hover.-prev, .thpts-c-pager .c-pager__item:hover.-next {
    background: var(--gold, #AA8C59);
  }
  .thpts-c-pager .c-pager__item:hover.-prev svg, .thpts-c-pager .c-pager__item:hover.-next svg {
    fill: white;
  }
}
.thpts-c-pager .c-pager__item.-prev, .thpts-c-pager .c-pager__item.-next {
  border: 0.1rem solid var(--brown, #D6CCC5);
  border-radius: 100%;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  margin-left: 1.6rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .thpts-c-pager .c-pager__item.-prev, .thpts-c-pager .c-pager__item.-next {
    margin-left: 0.8rem;
  }
}
.thpts-c-pager .c-pager__item.-prev svg, .thpts-c-pager .c-pager__item.-next svg {
  width: 1.2rem;
  height: 0.8rem;
  fill: var(--gold, #AA8C59);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.thpts-c-pager .c-pager__item.-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .thpts-c-shareLinks {
    padding: 0 1.6rem;
  }
}
.thpts-c-shareLinks ul,
.thpts-c-shareLinks li,
.thpts-c-shareLinks a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-c-shareLinks .c-shareLinks__inner {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-shareLinks .c-shareLinks__inner {
    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;
    width: 100%;
  }
}
.thpts-c-shareLinks .c-shareLinks__title {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  /* 20px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-c-shareLinks .c-shareLinks__title {
    text-align: left;
  }
}
.thpts-c-shareLinks .c-shareLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-shareLinks .c-shareLinks__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 2.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}
.thpts-c-shareLinks .c-shareLinks__list a {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
  min-width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-shareLinks .c-shareLinks__list a {
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
  }
}
.thpts-c-shareLinks .c-shareLinks__list a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.thpts-c-toc {
  display: grid;
  grid-template-columns: 19.2rem 1fr;
  position: relative;
  border-left: 0.1rem solid var(--brown, #D6CCC5);
}
@media screen and (max-width: 767px) {
  .thpts-c-toc {
    grid-template-columns: 1fr;
    padding-top: 4.8rem;
    border: none;
  }
}
.thpts-c-toc ul,
.thpts-c-toc li,
.thpts-c-toc a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-c-toc .c-toc__title {
  padding: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-c-toc .c-toc__title {
    position: relative;
    padding: 0;
    padding-bottom: 2.4rem;
  }
}
.thpts-c-toc .c-toc__title .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-toc .c-toc__title .ja {
    gap: 1.6rem;
  }
}
.thpts-c-toc .c-toc__title .ja::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 2.4rem;
  background: var(--gold, #AA8C59);
}
@media screen and (max-width: 767px) {
  .thpts-c-toc .c-toc__title .ja::before {
    height: 2rem;
  }
}
.thpts-c-toc .c-toc__title .en {
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
  /* 60px */
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.thpts-c-toc .c-toc__title::after {
  content: "";
  position: absolute;
  left: 19.2rem;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #D6CCC5 0, #D6CCC5 0.3rem, transparent 0.3rem, transparent 0.6rem);
}
@media screen and (max-width: 767px) {
  .thpts-c-toc .c-toc__title::after {
    background-image: repeating-linear-gradient(to right, #D6CCC5 0, #D6CCC5 0.3rem, transparent 0.3rem, transparent 0.6rem);
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.thpts-c-toc .h2list {
  counter-reset: h2Num 0;
  padding: 4.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-toc .h2list {
    padding: 2.4rem 1.6rem;
  }
}
.thpts-c-toc .h2list > li > a {
  counter-increment: h2Num 1;
}
.thpts-c-toc .h2list > li > a::before {
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 100%;
  background: var(--brown, #D6CCC5);
  position: absolute;
  left: 0.6rem;
  top: 0.7rem;
}
.thpts-c-toc .h3list {
  counter-reset: h3Num 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.thpts-c-toc .h3list li a {
  margin-left: 2.4rem;
}
.thpts-c-toc .h3list li a::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  /* x=1 */
  top: 0.9rem;
  /* y=0 */
  width: 0.8rem;
  /* 1→9 なので 8px */
  height: 0.4rem;
  /* 0→4 なので 4px */
  border-left: 0.2rem solid rgba(214, 204, 197, 0.5);
  border-bottom: 0.2rem solid rgba(214, 204, 197, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thpts-c-toc .h2list li,
.thpts-c-toc .h3list li {
  margin: 0;
}
.thpts-c-toc .h2list li a,
.thpts-c-toc .h3list li a {
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.07rem;
  display: block;
  word-break: break-word;
  padding: 0;
  padding-left: 2.4rem;
  position: relative;
  background: none;
}
.thpts-c-toc .h2list li a span,
.thpts-c-toc .h3list li a span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0% 100%/100% 0.1rem no-repeat;
  background: linear-gradient(currentColor, currentColor) 0% 100%/100% 0.1rem no-repeat;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .thpts-c-toc .h2list li a:hover,
  .thpts-c-toc .h3list li a:hover {
    opacity: 1;
    color: currentColor;
  }
  .thpts-c-toc .h2list li a:hover span,
  .thpts-c-toc .h3list li a:hover span {
    background-position: 100% 100%;
    background-size: 0% 0.1rem;
  }
}

.thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: 0%;
  /* 120px */
  text-transform: capitalize;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    font-size: 5.6rem;
    padding-bottom: 1.8rem;
  }
}
.thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
  margin: 0;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 767px) {
  .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24rem;
  }
}
.thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  color: var(--black, #1F1C1B);
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
}
.thpts-s-cta ul,
.thpts-s-cta li,
.thpts-s-cta figure,
.thpts-s-cta a,
.thpts-s-cta h2 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-s-cta .s-cta__list {
  border-top: 0.1rem solid var(--gold, #AA8C59);
  border-bottom: 0.1rem solid var(--gold, #AA8C59);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__list {
    grid-template-columns: 1fr;
  }
}
.thpts-s-cta .s-cta__item {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__item {
    padding: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-s-cta .s-cta__item + .s-cta__item {
    border-left: solid 0.1rem var(--gold, #AA8C59);
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__item + .s-cta__item {
    border-top: solid 0.1rem var(--gold, #AA8C59);
  }
}
.thpts-s-cta .s-cta__link {
  display: block;
  padding: 2.4rem;
  position: relative;
  height: 33.6rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__link {
    height: 21.6rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-s-cta .s-cta__link {
    opacity: 1;
  }
  .thpts-s-cta .s-cta__link:hover .s-cta__content .en,
  .thpts-s-cta .s-cta__link:hover .s-cta__content .ja {
    color: var(--white, #FFF);
  }
  .thpts-s-cta .s-cta__link:hover .s-cta__content .en svg,
  .thpts-s-cta .s-cta__link:hover .s-cta__content .ja svg {
    fill: var(--white, #FFF);
  }
  .thpts-s-cta .s-cta__link:hover .s-cta__content .button {
    background: transparent;
    color: var(--white, #FFF);
  }
  .thpts-s-cta .s-cta__link:hover .s-cta__bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__link .s-cta__content .en,
  .thpts-s-cta .s-cta__link .s-cta__content .ja {
    color: var(--white, #FFF);
  }
  .thpts-s-cta .s-cta__link .s-cta__content .en svg,
  .thpts-s-cta .s-cta__link .s-cta__content .ja svg {
    fill: var(--white, #FFF) !important;
  }
  .thpts-s-cta .s-cta__link .s-cta__content .button {
    background: transparent;
    color: var(--white, #FFF);
  }
  .thpts-s-cta .s-cta__link .s-cta__bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.thpts-s-cta .s-cta__content {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__content {
    gap: 1.6rem;
  }
}
.thpts-s-cta .s-cta__content * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thpts-s-cta .s-cta__content .en {
  color: var(--gold, #AA8C59);
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  position: relative;
  width: 16.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__content .en {
    width: 9.2rem;
    font-size: 1.6rem;
  }
}
.thpts-s-cta .s-cta__content .en .icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 13;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}
.thpts-s-cta .s-cta__content .en .icon svg {
  width: 2.4rem;
  height: 1.6rem;
  fill: var(--gold, #AA8C59);
}
.thpts-s-cta .s-cta__content .en .icon svg:nth-child(1) {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__content .en .icon svg {
    width: 1.6rem;
    height: 1.0667rem;
  }
}
.thpts-s-cta .s-cta__content .ja {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 150%;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__content .ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.thpts-s-cta .s-cta__content .button {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12rem;
  border: 0.1rem solid var(--white, #FFF);
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__content .button {
    font-size: 1.2rem;
    height: 2rem;
    padding: 0 1rem;
  }
}
.thpts-s-cta .s-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 2.4rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .thpts-s-cta .s-cta__bg {
    border-radius: 0.8rem;
  }
}
.thpts-s-cta .s-cta__bg::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.thpts-s-cta .s-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.thpts-top-s-mv {
  width: 100%;
  height: 100dvh;
  height: 100vh;
  /* fallback */
  position: relative;
}
.thpts-top-s-mv ul,
.thpts-top-s-mv li,
.thpts-top-s-mv figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-top-s-mv .pin-spacer {
  z-index: 201 !important;
}
.thpts-top-s-mv .s-mv__bottomText {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
}
.thpts-top-s-mv .s-mv__bottomText .text {
  aspect-ratio: 1392/101;
}
@media screen and (min-width: 768px) {
  .thpts-top-s-mv .s-mv__bottomText .text {
    margin-bottom: -0.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-mv .s-mv__bottomText .text {
    aspect-ratio: 273/86;
  }
}
.thpts-top-s-mv .s-mv__bottomText .text svg {
  fill: var(--brown, #D6CCC5);
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.thpts-top-s-mv .s-mv__slider {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-mv .s-mv__slider {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.thpts-top-s-mv .s-mv__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thpts-top-s-mv .s-mv__slide .splide__slide {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.thpts-top-s-mv .s-mv__slide.-left {
  --slide-animation: slideInBottom;
  --slide-position: translateY(10%);
}
@media screen and (max-width: 767px) {
  .thpts-top-s-mv .s-mv__slide.-left {
    --slide-animation: slideInRight;
    --slide-position: translateX(10%);
  }
}
.thpts-top-s-mv .s-mv__slide.-right {
  --slide-animation: slideInTop;
  --slide-position: translateY(-10%);
}
@media screen and (max-width: 767px) {
  .thpts-top-s-mv .s-mv__slide.-right {
    --slide-animation: slideInLeft;
    --slide-position: translateX(-10%);
  }
}
.thpts-top-s-mv .s-mv__slide.-left .s-mv__image, .thpts-top-s-mv .s-mv__slide.-right .s-mv__image {
  opacity: 0;
  -webkit-transform: var(--slide-position);
  transform: var(--slide-position);
}
.thpts-top-s-mv .s-mv__slide.-left .splide__slide.is-active .s-mv__image, .thpts-top-s-mv .s-mv__slide.-right .splide__slide.is-active .s-mv__image {
  -webkit-animation: var(--slide-animation) 1.2s ease-out forwards;
  animation: var(--slide-animation) 1.2s ease-out forwards;
}
.thpts-top-s-mv .s-mv__slide.-left .splide__slide.is-prev .s-mv__image,
.thpts-top-s-mv .s-mv__slide.-left .splide__slide .is-prev .s-mv__image, .thpts-top-s-mv .s-mv__slide.-right .splide__slide.is-prev .s-mv__image,
.thpts-top-s-mv .s-mv__slide.-right .splide__slide .is-prev .s-mv__image {
  opacity: 1 !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.thpts-top-s-mv .s-mv__slide.-left .splide__slide.is-prev .s-mv__image img,
.thpts-top-s-mv .s-mv__slide.-left .splide__slide .is-prev .s-mv__image img, .thpts-top-s-mv .s-mv__slide.-right .splide__slide.is-prev .s-mv__image img,
.thpts-top-s-mv .s-mv__slide.-right .splide__slide .is-prev .s-mv__image img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.thpts-top-s-mv .s-mv__imageWrap {
  width: 100%;
  height: 100%;
}
.thpts-top-s-mv .s-mv__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.thpts-top-s-mv .s-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.thpts-top-s-mv .s-mv__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0, 0, 0);
}
@-webkit-keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.thpts-top-s-mv .splide__track {
  height: 100%;
}
.thpts-top-s-mv .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thpts-top-s-mv .splide__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.thpts-top-s-mv .splide__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  display: block;
}
.thpts-top-s-mv .splide__arrow--prev {
  left: 20px;
}
.thpts-top-s-mv .splide__arrow--prev::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 2px;
}
.thpts-top-s-mv .splide__arrow--next {
  right: 20px;
}
.thpts-top-s-mv .splide__arrow--next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 2px;
}
.thpts-top-s-mv .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.thpts-top-s-mv .splide__arrow:disabled:hover {
  background: rgba(0, 0, 0, 0.5);
}
.thpts-top-s-mv .splide__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 10;
}
.thpts-top-s-mv .splide__pagination__page {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thpts-top-s-mv .splide__pagination__page.is-active {
  background: rgb(255, 255, 255);
}
.thpts-top-s-mv .splide__pagination__page:hover {
  background: rgba(255, 255, 255, 0.8);
}

.thpts-top-s-animationStart .s-animationStart__contents {
  position: relative;
  padding-top: 30rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationStart .s-animationStart__contents {
    padding-top: 25rem;
  }
}
.thpts-top-s-animationStart + .thpts-c-section {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationStart + .thpts-c-section {
    padding-top: 4.8rem;
  }
}

.thpts-top-s-philosophy .s-philosophy__contents {
  display: grid;
  gap: 7.2rem;
  grid-template-columns: 1fr 55.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-philosophy .s-philosophy__contents {
    grid-template-columns: 1fr;
  }
}
.thpts-top-s-philosophy .s-philosophy__description {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.075rem;
}
.thpts-top-s-philosophy .s-philosophy__button {
  margin-top: 7.2rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-philosophy .s-philosophy__button {
    margin: 7.2rem auto 0;
    max-width: 20.7rem;
  }
}

.thpts-top-s-brand ul,
.thpts-top-s-brand li,
.thpts-top-s-brand figure,
.thpts-top-s-brand a,
.thpts-top-s-brand h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-top-s-brand .s-brand__categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
  margin-top: 7.2rem;
}
.thpts-top-s-brand .s-brand__categoryItem {
  position: relative;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__categoryItem {
    padding: 1.2rem 0;
  }
}
.thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::before, .thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::after {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center/100% 0.1rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center/0.1rem 100% no-repeat;
  background: linear-gradient(#AA8C59, #AA8C59) center/100% 0.1rem no-repeat, linear-gradient(#AA8C59, #AA8C59) center/0.1rem 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::before, .thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::after {
    height: 0.8rem;
    width: 0.8rem;
    left: -0.4rem;
  }
}
.thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::before {
  top: 0;
}
.thpts-top-s-brand .s-brand__categoryItem + .s-brand__categoryItem::after {
  bottom: 0;
}
.thpts-top-s-brand .s-brand__categoryImage {
  height: 13.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__categoryImage {
    height: 8.2rem;
    padding: 0 2rem;
  }
}
.thpts-top-s-brand .s-brand__categoryImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.thpts-top-s-brand .s-brand__categoryText {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__categoryText {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    margin-top: 0;
  }
}
.thpts-top-s-brand .s-brand__spAnchorList {
  display: none;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__spAnchorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 0.8rem;
    gap: 0.8rem;
    margin-top: 3.6rem;
  }
}
.thpts-top-s-brand .s-brand__spAnchorItem {
  width: calc(25% - 0.6rem);
}
.thpts-top-s-brand .s-brand__spAnchorItem:nth-child(n+5) {
  width: 100%;
}
.thpts-top-s-brand .s-brand__spAnchorItem:nth-child(n+5) .anchorLink {
  padding: 2.8rem 3.4rem 2.8rem 1.8rem;
  display: grid;
  grid-template-columns: 6rem 1fr 1.6rem;
  grid-template-rows: 1fr;
  gap: 3rem;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thpts-top-s-brand .s-brand__spAnchorItem:nth-child(n+5) .ja {
  justify-self: flex-start;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.thpts-top-s-brand .s-brand__spAnchorItem .anchorLink {
  border-radius: 8px;
  background: var(--brown-beige, #E9E2DB);
  padding: 1.6rem 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr 1.6rem;
  gap: 1.2rem;
  height: 100%;
}
.thpts-top-s-brand .s-brand__spAnchorItem .en {
  color: var(--gold, #AA8C59);
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  text-transform: capitalize;
}
.thpts-top-s-brand .s-brand__spAnchorItem .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  justify-self: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.thpts-top-s-brand .s-brand__spAnchorItem .icon {
  justify-self: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thpts-top-s-brand .s-brand__brandList {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1.6rem;
  padding: 0 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__brandList {
    margin-top: 4.8rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.8rem;
  }
}
.thpts-top-s-brand .s-brand__brandItem {
  border-radius: 0.8rem;
  border: 0 solid var(--gold, #AA8C59);
  background: var(--brown-beige, #E9E2DB);
  padding: 3.6rem 3.2rem;
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__brandItem {
    padding: 2.4rem 3.2rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    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;
  }
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) .header {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) .header .ja {
    margin-top: 0.8rem;
  }
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) .description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) .button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0;
  }
  .thpts-top-s-brand .s-brand__brandItem:nth-child(n+5) .s-brand__brandChildList {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0rem;
  }
}
.thpts-top-s-brand .s-brand__brandItem .header {
  text-align: center;
}
.thpts-top-s-brand .s-brand__brandItem .header .en {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
}
.thpts-top-s-brand .s-brand__brandItem .header .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.3rem;
  /* 30px */
}
.thpts-top-s-brand .s-brand__brandItem .description {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.3rem;
}
.thpts-top-s-brand .s-brand__brandItem .button {
  text-align: center;
  margin-top: 2.4rem;
}
.thpts-top-s-brand .s-brand__brandItem .button a {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: capitalize;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 12rem;
  background: var(--white, #FFF);
}
@media screen and (min-width: 768px) {
  .thpts-top-s-brand .s-brand__brandItem .button a:hover {
    opacity: 1;
    background-color: var(--gold, #AA8C59);
    color: white;
  }
}
.thpts-top-s-brand .s-brand__brandChildList {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-brand .s-brand__brandChildList {
    margin-top: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .thpts-top-s-brand .s-brand__brandChildList .s-brand__brandChildItem:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.thpts-top-s-brand .s-brand__brandChildItem {
  text-align: center;
}
.thpts-top-s-brand .s-brand__brandChildItem a {
  display: inline-block;
}

.thpts-top-s-animationEnd {
  overflow: hidden;
  height: 200vh;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd {
    height: 150vh;
  }
}
.thpts-top-s-animationEnd .s-animationEnd__contents {
  position: sticky;
  top: 0;
}
.thpts-top-s-animationEnd .s-animationEnd__images {
  position: relative;
}
.thpts-top-s-animationEnd .s-animationEnd__decoration {
  aspect-ratio: 1440/300;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd .s-animationEnd__decoration {
    aspect-ratio: 375/97;
  }
}
.thpts-top-s-animationEnd .s-animationEnd__decoration svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.thpts-top-s-animationEnd .s-animationEnd__circle {
  border-radius: 100%;
  background: var(--gold, #AA8C59);
  width: 1.2rem;
  height: 1.2rem;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd .s-animationEnd__circle {
    margin-top: -5rem;
  }
}
.thpts-top-s-animationEnd .s-animationEnd__philosophy {
  margin: 15rem auto 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd .s-animationEnd__philosophy {
    margin-top: 9.6rem;
  }
}
.thpts-top-s-animationEnd .s-animationEnd__philosophy .wrap {
  aspect-ratio: 1392/101;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd .s-animationEnd__philosophy .wrap {
    max-width: 28.7rem;
    aspect-ratio: 287/85;
    margin-left: 1.5rem;
  }
}
.thpts-top-s-animationEnd .s-animationEnd__philosophy svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--gold, #AA8C59);
}
.thpts-top-s-animationEnd .s-animationEnd__text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-animationEnd .s-animationEnd__text {
    margin-top: 4.8rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.thpts-top-s-certificate {
  background: var(--dark-red, #5C2525);
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate {
    padding: 7.2rem 0;
    overflow: hidden;
  }
}
.thpts-top-s-certificate ul,
.thpts-top-s-certificate li,
.thpts-top-s-certificate figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-top-s-certificate .s-certificate__contents {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__contents {
    gap: 3rem;
    padding-bottom: 3.4rem;
    overflow: visible;
  }
}
.thpts-top-s-certificate .s-certificate__line {
  height: 100%;
  aspect-ratio: 9/385;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 385" preserveAspectRatio="none"><path d="M8.5 384.452L0.5 380.681L0.500015 4.22358L8.50002 0.452148" stroke="%23AA8C59" fill="none" stroke-width="1"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 12;
}
.thpts-top-s-certificate .s-certificate__line:last-child {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.thpts-top-s-certificate .s-certificate__main {
  display: grid;
  grid-template-columns: 1fr 26.4rem;
  gap: 2.4rem;
  position: relative;
  z-index: 11;
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__main {
    grid-template-columns: 1fr;
  }
}
.thpts-top-s-certificate .s-certificate__main .header {
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__main .header {
    padding-top: 2.4rem;
  }
}
.thpts-top-s-certificate .s-certificate__main .header .title {
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__main .header .title {
    text-align: center;
    letter-spacing: 0.16rem;
    font-size: 1.6rem;
  }
}
.thpts-top-s-certificate .s-certificate__main .header .description {
  color: var(--white, #FFF);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__main .header .description {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1.8rem;
  }
}
.thpts-top-s-certificate .s-certificate__main .certificate .label {
  color: var(--gold, #AA8C59);
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
}
.thpts-top-s-certificate .s-certificate__main .certificate .image {
  position: relative;
  margin: 4rem auto 0;
  max-width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__main .certificate .image {
    max-width: 23rem;
  }
}
.thpts-top-s-certificate .s-certificate__main .certificate .image img {
  position: relative;
  z-index: 12;
}
.thpts-top-s-certificate .s-certificate__main .certificate .image::after {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  z-index: 11;
  left: 50%;
  height: 9.6rem;
  width: 0.1rem;
  background: var(--gold, #AA8C59);
}
.thpts-top-s-certificate .s-certificate__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__bg {
    left: -1.6rem;
    width: calc(100% + 3.2rem);
  }
}
.thpts-top-s-certificate .s-certificate__bg .item {
  color: var(--brown, #D6CCC5);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 15rem;
  font-weight: 300;
  line-height: 100%;
  /* 150px */
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-animation: scroll-infinite 50s infinite linear 0.5s both;
  animation: scroll-infinite 50s infinite linear 0.5s both;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-certificate .s-certificate__bg .item {
    font-size: 7.5rem;
    margin-right: 1.2rem;
  }
}
@-webkit-keyframes scroll-infinite {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-infinite {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.thpts-top-s-recruit figure,
.thpts-top-s-recruit ul,
.thpts-top-s-recruit li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-top-s-recruit .s-recruit__header {
  position: relative;
  padding-top: 24rem;
  padding-bottom: 16rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__header {
    padding-top: 16rem;
    padding-bottom: 20rem;
  }
}
.thpts-top-s-recruit .s-recruit__headerContents {
  position: relative;
  z-index: 11;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__headerContents {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}
.thpts-top-s-recruit .s-recruit__headerContents .header_ja {
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__headerContents .header_ja {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    margin-top: 0rem;
  }
}
.thpts-top-s-recruit .s-recruit__headerBgText {
  color: var(--beige, #F0ECE9);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 11.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  /* 112px */
  text-transform: capitalize;
  margin-bottom: -2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 12;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .thpts-top-s-recruit .s-recruit__headerBgText {
    left: calc((100vw - 120rem) / 2 + 51rem);
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__headerBgText {
    left: 0;
    right: 0;
    font-size: 4.8rem;
    margin-bottom: -0.8rem;
    width: 100%;
    text-align: center;
    bottom: 8rem;
  }
}
.thpts-top-s-recruit .s-recruit__headerBg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
}
.thpts-top-s-recruit .s-recruit__headerBg img {
  width: 100%;
  height: calc(100% + 10rem);
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
  -o-object-position: center top;
  object-position: center top;
}
.thpts-top-s-recruit .s-recruit__contents {
  overflow: hidden;
  margin-top: -10rem;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__contents {
    margin-top: -8rem;
  }
}
.thpts-top-s-recruit .s-recruit__contentsInner {
  display: grid;
  grid-template-columns: 58.8rem 42rem auto;
  gap: 9.6rem;
}
@media screen and (min-width: 768px) {
  .thpts-top-s-recruit .s-recruit__contentsInner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__contentsInner {
    grid-template-columns: auto auto;
    gap: 0.4rem;
  }
}
.thpts-top-s-recruit .s-recruit__contentsText {
  margin-top: 22rem;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__contentsText {
    margin-top: 7.2rem;
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 0 1.6rem;
  }
}
.thpts-top-s-recruit .s-recruit__contentsText .text {
  color: var(--wf-main, #333);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
}
.thpts-top-s-recruit .s-recruit__contentsText .button {
  margin-top: 7.2rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__contentsText .button {
    margin: 4.8rem auto 0;
    max-width: 20.7rem;
  }
}
.thpts-top-s-recruit .s-recruit__slide {
  width: 100%;
  height: 100%;
  --slide-animation: slideInRight;
  --slide-position: translateX(10%);
}
.thpts-top-s-recruit .s-recruit__slide .splide__slide {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.thpts-top-s-recruit .s-recruit__slide .s-recruit__image {
  opacity: 0;
  -webkit-transform: var(--slide-position);
  transform: var(--slide-position);
  aspect-ratio: 1/1;
}
.thpts-top-s-recruit .s-recruit__slide .splide__slide.is-active .s-recruit__image {
  -webkit-animation: var(--slide-animation) 1.2s ease-out forwards;
  animation: var(--slide-animation) 1.2s ease-out forwards;
}
.thpts-top-s-recruit .s-recruit__slide .splide__slide.is-active .s-recruit__image img {
  opacity: 1;
}
.thpts-top-s-recruit .s-recruit__slide .splide__slide.is-prev .s-recruit__image,
.thpts-top-s-recruit .s-recruit__slide .splide__slide .is-prev .s-recruit__image {
  opacity: 1 !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.thpts-top-s-recruit .s-recruit__slide .splide__slide.is-prev .s-recruit__image img,
.thpts-top-s-recruit .s-recruit__slide .splide__slide .is-prev .s-recruit__image img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.thpts-top-s-recruit .s-recruit__slide.-main {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-right: -10.8rem;
  margin-top: 10rem;
  padding-top: 27rem;
  width: 34.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__slide.-main {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 12.1rem;
    gap: 6rem;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.thpts-top-s-recruit .s-recruit__slide.-main .s-recruit__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-top-s-recruit .s-recruit__slide.-main .splide__list {
  width: 100%;
  height: 34.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__slide.-main .splide__list {
    width: 100%;
    height: 15.6rem;
  }
}
.thpts-top-s-recruit .s-recruit__slide.-main .splide__arrows {
  position: absolute;
  top: 16rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__slide.-main .splide__arrows {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.thpts-top-s-recruit .s-recruit__slide.-sub {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 66rem;
  height: 66rem;
  margin-left: -7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-top-s-recruit .s-recruit__slide.-sub {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 25rem;
    height: 25rem;
    margin-left: 0;
  }
}
.thpts-top-s-recruit .s-recruit__slide.-sub .s-recruit__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.thpts-top-s-recruit .s-recruit__imageWrap {
  width: 100%;
  height: 100%;
}
.thpts-top-s-recruit .s-recruit__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.thpts-top-s-recruit .s-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.thpts-top-s-recruit .s-recruit__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0, 0, 0);
}
.thpts-top-s-recruit .splide__track {
  height: 100%;
}

.thpts-top-s-news .s-news__contents {
  display: grid;
  gap: 7.2rem;
}
@media screen and (min-width: 768px) {
  .thpts-top-s-news .s-news__contents {
    grid-template-columns: 1fr 79.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-news .s-news__contents {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .thpts-top-s-news .s-news__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-news .s-news__header {
    grid-column: 1/2;
    padding: 0 0.8rem;
  }
}
.thpts-top-s-news .s-news__button {
  max-width: 24rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thpts-top-s-news .s-news__button {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-news .s-news__button {
    grid-row: 3/4;
    margin: 7.2rem auto 0;
    max-width: 20.7rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-top-s-news .s-news__list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-news .s-news__list {
    grid-row: 2/3;
    margin-top: 2.4rem;
    border-top: solid 0.1rem #D6CCC5;
  }
}
@media screen and (min-width: 768px) {
  .thpts-top-s-news .s-news__list li + li {
    border-top: solid 0.1rem #D6CCC5;
  }
}
@media screen and (max-width: 767px) {
  .thpts-top-s-news .s-news__list li {
    border-bottom: solid 0.1rem #D6CCC5;
  }
}

.thpts-s-pageHeader .s-pageHeader__wrap {
  position: relative;
  border-bottom: solid 0.1rem var(--brown, #D6CCC5);
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__wrap {
    border-bottom: none;
    overflow: hidden;
  }
}
.thpts-s-pageHeader .s-pageHeader__contents {
  position: relative;
  padding-top: 19.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__contents {
    border-bottom: solid 0.1rem var(--brown, #D6CCC5);
    padding-top: 7.2rem;
    margin-bottom: 2.4rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__title {
  margin: 0;
  padding-left: 12rem;
}
@media screen and (min-width: 1920px) {
  .thpts-s-pageHeader .s-pageHeader__title {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__title {
    padding-left: 0rem;
    padding: 0 1.6rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__title .ja {
  display: block;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 63px */
  letter-spacing: 0.42rem;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__title .ja {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__title .en {
  display: block;
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14.4rem;
  font-weight: 300;
  line-height: 0;
  /* 144px */
  text-transform: capitalize;
  margin-top: 15.5rem;
  padding-bottom: 4.5rem;
  white-space: nowrap;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__title .en {
    font-size: 7.2rem;
    margin-top: 8.5rem;
    padding-bottom: 2.3rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__detail {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__detail {
    padding-left: 0rem;
    padding: 0 1.6rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailMeta {
    gap: 1.2rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailMeta .category {
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.07rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailMeta .category {
    font-size: 1.2rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailMeta .date {
  color: var(--black, #1F1C1B);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  opacity: 0.5;
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailTitle {
  margin: 0;
  margin-top: 1.35rem;
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailTitle .ja {
  display: block;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 150%;
  /* 54px */
  letter-spacing: 0.36rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailTitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailTitle .en {
  display: block;
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14.4rem;
  font-weight: 300;
  line-height: 0;
  /* 144px */
  text-transform: capitalize;
  margin-top: 3rem;
  white-space: nowrap;
  margin-top: 7.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__detail .s-pageHeader__detailTitle .en {
    font-size: 7.2rem;
    margin-top: 8.5rem;
    padding-bottom: 2.3rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__breadcrumb {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  overflow: scroll;
  max-width: 50vw;
  z-index: 12;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__breadcrumb {
    bottom: auto;
    top: calc(100% - 1.2rem);
    right: 1.6rem;
    left: 1.6rem;
    max-width: 100%;
  }
}
.thpts-s-pageHeader .s-pageHeader__breadcrumb::-webkit-scrollbar {
  display: none;
}
.thpts-s-pageHeader .s-pageHeader__index {
  width: 33.3333333333%;
  border-left: 0.1rem solid var(--brown, #D6CCC5);
  background: var(--brown-beige, #E9E2DB);
  padding: 4.8rem;
  margin-left: auto;
  min-height: 32.4rem;
  position: relative;
  z-index: 11;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__index {
    padding: 4.8rem 2.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16.7rem;
    min-height: auto;
    margin-top: -2.4rem;
  }
}
.thpts-s-pageHeader .s-pageHeader__index .label {
  color: var(--gold, #AA8C59);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
  position: absolute;
  bottom: 4.8rem;
  left: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__index .label {
    display: none;
  }
}
.thpts-s-pageHeader .s-pageHeader__index ul,
.thpts-s-pageHeader .s-pageHeader__index li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-s-pageHeader .s-pageHeader__index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 2.4rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__index ul {
    gap: 1.2rem;
    -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;
  }
}
.thpts-s-pageHeader .s-pageHeader__index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--black, #1F1C1B);
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.065rem;
}
.thpts-s-pageHeader .s-pageHeader__index a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader .s-pageHeader__index a {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}

.thpts-s-pageback .s-pageback__content {
  text-align: center;
}
.thpts-s-pageback .s-pageback__content .label {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}
.thpts-s-pageback .s-pageback__content .title {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageback .s-pageback__content .title {
    font-size: 2.2rem;
  }
}
.thpts-s-pageback .s-pageback__content .text {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  margin-top: 5.2rem;
}
.thpts-s-pageback .s-pageback__content .button {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageback .s-pageback__content .button {
    margin-top: 4.8rem;
  }
}

.thpts-cta-s-internal {
  overflow: hidden;
}
.thpts-cta-s-internal ul,
.thpts-cta-s-internal li,
.thpts-cta-s-internal figure,
.thpts-cta-s-internal h2 {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.thpts-cta-s-internal .s-internal__contents {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .thpts-cta-s-internal .s-internal__contents:hover {
    background: var(--brown, #D6CCC5);
    --border-bg: #D6CCC5;
  }
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item::before {
    opacity: 0;
  }
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) {
    width: 45%;
  }
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) .header .en {
    opacity: 0.2;
  }
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) .header .en,
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) .header .ja,
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) .header .description {
    color: var(--gold, #AA8C59);
  }
  .thpts-cta-s-internal .s-internal__contents:hover .s-internal__item:not(.is-active) .button {
    opacity: 0;
    padding: 0;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active {
    width: 62.5%;
  }
  .thpts-cta-s-internal .s-internal__contents .s-internal__item.is-active .s-internal__line {
    opacity: 1;
  }
}
.thpts-cta-s-internal .s-internal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.8rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 9.6rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0rem 0;
  }
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.thpts-cta-s-internal .s-internal__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 26.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 3.2rem;
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__item + .s-internal__item {
    margin-top: -1px;
  }
}
.thpts-cta-s-internal .s-internal__item + .s-internal__item::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: -3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: var(--gold, #AA8C59);
  z-index: 11;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.thpts-cta-s-internal .s-internal__content .header {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.thpts-cta-s-internal .s-internal__content .header > * {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__content .header {
    margin: 1.6rem 0 0;
  }
}
.thpts-cta-s-internal .s-internal__content .header .en {
  color: var(--white, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 0;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__content .header .en {
    font-size: 7.2rem;
  }
}
.thpts-cta-s-internal .s-internal__content .header .ja {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.24rem;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__content .header .ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.thpts-cta-s-internal .s-internal__content .header .description {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__content .header .description {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.thpts-cta-s-internal .s-internal__content .button {
  margin: 0rem auto 0;
  padding-top: 3rem;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__content .button {
    margin-top: 2rem;
    max-width: 20.7rem;
    padding: 0;
  }
}
.thpts-cta-s-internal .s-internal__line {
  height: 100%;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 265" preserveAspectRatio="none"><path d="M8.5 264.447L0.5 260.447L0.500015 4.44727L8.50002 0.447266" stroke="%23AA8C59" fill="none" stroke-width="1"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 9/265;
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__line {
    height: 0.9rem;
    width: 100%;
    opacity: 1;
    aspect-ratio: auto;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="360" height="9" viewBox="0 0 360 9" fill="none" preserveAspectRatio="none"><path d="M0.447266 8.5L4.44727 0.5L355.447 0.500026L359.447 8.50003" stroke="%23AA8C59"/></svg>');
  }
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__line:nth-child(1) {
    -webkit-transform: none;
    transform: none;
  }
}
.thpts-cta-s-internal .s-internal__line:last-child {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .thpts-cta-s-internal .s-internal__line:last-child {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
.thpts-entry-s-cta ul,
.thpts-entry-s-cta li,
.thpts-entry-s-cta figure,
.thpts-entry-s-cta h2 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-entry-s-cta .s-cta__contentsLine {
  position: relative;
  width: 100%;
  height: 1.6rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 17" preserveAspectRatio="none"><path d="M0 15.9999L7.99997 0L1192 5.28976e-05L1200 16" stroke="%23AA8C59" fill="none" stroke-width="1"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__contentsLine {
    height: 0.9rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 9" preserveAspectRatio="none"><path d="M0.447266 8.5L4.44727 0.5L355.447 0.500026L359.447 8.50003" stroke="%23AA8C59" fill="none" stroke-width="1"/></svg>');
  }
}
.thpts-entry-s-cta .s-cta__contentsLine:last-child {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.thpts-entry-s-cta .s-cta__contentsInner {
  padding: 0.8rem 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .thpts-entry-s-cta .s-cta__contentsInner:hover .s-cta__content {
    --color-text: #FFF;
    --color-Entext: #FFF;
    --color-border: #fff;
  }
  .thpts-entry-s-cta .s-cta__contentsInner:hover .s-cta__bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__contentsInner {
    padding: 1rem 1.6rem;
  }
  .thpts-entry-s-cta .s-cta__contentsInner .s-cta__content {
    --color-text: #FFF;
    --color-Entext: #FFF;
    --color-border: #fff;
  }
  .thpts-entry-s-cta .s-cta__contentsInner .s-cta__bg {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.thpts-entry-s-cta .s-cta__content {
  position: relative;
  z-index: 12;
  min-height: 31.2rem;
  --color-text: #1F1C1B;
  --color-Entext: #AA8C59;
  --color-border: #D6CCC5;
  --transition: all 0.6s ease;
  display: grid;
  grid-template-columns: auto 1fr 28.8rem;
  padding: 4.8rem;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content {
    min-height: 45.6rem;
    text-align: center;
    gap: 0rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    padding: 3.6rem 2.4rem;
  }
}
.thpts-entry-s-cta .s-cta__content .en {
  color: var(--color-Entext);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 100%;
  /* 72px */
  text-transform: capitalize;
  position: relative;
  z-index: 12;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.thpts-entry-s-cta .s-cta__content .en::after {
  content: "";
  display: block;
  height: 4.8rem;
  width: 0.1rem;
  background: var(--color-border);
  margin-left: 6rem;
  margin-right: 6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content .en::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content .en {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-entry-s-cta .s-cta__content .en {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.thpts-entry-s-cta .s-cta__content .ja {
  color: var(--color-text);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
  position: relative;
  z-index: 12;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content .ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-entry-s-cta .s-cta__content .ja {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
}
.thpts-entry-s-cta .s-cta__content .description {
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  position: relative;
  z-index: 12;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content .description {
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.07rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-entry-s-cta .s-cta__content .description {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }
}
.thpts-entry-s-cta .s-cta__content .button {
  position: relative;
  z-index: 12;
  max-width: 28.8rem;
  margin-left: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__content .button {
    margin: 1.8rem auto 0;
    max-width: 18.3rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-entry-s-cta .s-cta__content .button {
    grid-row: 1/3;
    grid-column: 3/4;
    align-self: center;
  }
}
.thpts-entry-s-cta .s-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 2.4rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .thpts-entry-s-cta .s-cta__bg {
    border-radius: 0.8rem;
  }
}
.thpts-entry-s-cta .s-cta__bg::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.thpts-entry-s-cta .s-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.thpts-business-s-introduce {
  overflow: hidden;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce {
    padding: 8rem 0;
  }
}
.thpts-business-s-introduce:nth-child(even) {
  background: #E9E2DB;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce:nth-child(even) {
    background: none;
  }
}
.thpts-business-s-introduce h2,
.thpts-business-s-introduce h3,
.thpts-business-s-introduce ul,
.thpts-business-s-introduce li,
.thpts-business-s-introduce figure {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-business-s-introduce .s-introduce__header {
  padding-left: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__header {
    padding-left: 0rem;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner {
  display: grid;
  grid-template-columns: 1fr 84rem;
  gap: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner {
    display: block;
    padding: 4.8rem 1.2rem 0;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .wrap {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner .wrap {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 37.6rem;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .ja {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner .ja {
    color: var(--white, #FFF);
    text-shadow: 0 0 2.4rem #000;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .description {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner .description {
    color: var(--white, #FFF);
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
    margin-top: 2.4rem;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .en {
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: 100%;
  /* 120px */
  text-transform: capitalize;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner .en {
    font-size: 5.6rem;
    white-space: normal;
    position: static;
    margin-top: 4.8rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .bg {
  aspect-ratio: 840/444;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__headerInner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .thpts-business-s-introduce .s-introduce__headerInner .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    pointer-events: none;
  }
}
.thpts-business-s-introduce .s-introduce__headerInner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-business-s-introduce .s-introduce__contents {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__contents {
    margin-top: 4.6rem;
  }
}
.thpts-business-s-introduce .s-introduce__item {
  display: grid;
  grid-template-columns: 60rem 1fr;
  gap: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__item {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.thpts-business-s-introduce .s-introduce__item + .s-introduce__item {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__item + .s-introduce__item {
    margin-top: 4.8rem;
  }
}
.thpts-business-s-introduce .s-introduce__itemImage {
  aspect-ratio: 600/370;
}
.thpts-business-s-introduce .s-introduce__itemImage img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-business-s-introduce .s-introduce__itemDetail .logo {
  width: 30rem;
  height: 12rem;
  margin: 0 auto;
}
.thpts-business-s-introduce .s-introduce__itemDetail .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.thpts-business-s-introduce .s-introduce__itemDetail .title {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.2rem;
}
.thpts-business-s-introduce .s-introduce__itemDetail .description {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__itemDetail .description {
    margin-top: 2.4rem;
  }
}
.thpts-business-s-introduce .s-introduce__itemDetail .button {
  margin: 3.6rem auto 0;
  display: grid;
  place-items: center;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-business-s-introduce .s-introduce__itemDetail .button {
    margin-top: 2.4rem;
  }
}

.thpts-about-s-message {
  position: relative;
  overflow: hidden;
}
.thpts-about-s-message .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  text-align: right;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .thpts-about-s-message .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    position: absolute;
    bottom: 0;
    right: 0rem;
    color: var(--brown, #D6CCC5);
    leading-trim: both;
    text-edge: cap;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 12rem;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-about-s-message .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    color: var(--brown, #D6CCC5);
    display: block;
    position: absolute;
    bottom: auto;
    top: 1rem;
    right: 0;
  }
}
.thpts-about-s-message .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
  color: white;
}
.thpts-about-s-message .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  color: white;
  margin-top: 7.2rem;
}
.thpts-about-s-message .s-message__contents {
  position: relative;
  z-index: 11;
  padding: 30rem 0;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-message .s-message__contents {
    padding: 16rem 0;
  }
}
.thpts-about-s-message .s-message__ceo {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .thpts-about-s-message .s-message__ceo {
    position: absolute;
    top: 44rem;
    right: 0;
    padding-bottom: 33.4rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-about-s-message .s-message__ceo {
    text-align: left;
    margin-top: 7.2rem;
  }
}
.thpts-about-s-message .s-message__ceo .label {
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.12rem;
}
.thpts-about-s-message .s-message__ceo .name {
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-message .s-message__ceo .name {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.thpts-about-s-message .s-message__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
}
.thpts-about-s-message .s-message__bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
@media screen and (min-width: 768px) {
  .thpts-about-s-message .s-message__bg img {
    -o-object-position: center right;
    object-position: center right;
  }
}
.thpts-about-s-message .s-message__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.thpts-s-pageHeader + .thpts-about-s-philosophy {
  padding-top: 0;
  margin-top: -11.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader + .thpts-about-s-philosophy {
    margin-top: -4.8rem;
  }
}

.thpts-about-s-philosophy {
  overflow: hidden;
}
.thpts-about-s-philosophy .s-philosophy__title {
  margin: 0;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-philosophy .s-philosophy__title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24rem;
  }
}
.thpts-about-s-philosophy .s-philosophy__textImg {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-philosophy .s-philosophy__textImg {
    margin-top: 7.2rem;
  }
}
.thpts-about-s-philosophy .s-philosophy__textImg svg {
  width: 100%;
  height: 100%;
  fill: var(--gold, #AA8C59);
}
.thpts-about-s-philosophy .s-philosophy__subTitle {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.28rem;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-philosophy .s-philosophy__subTitle {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-top: 2.4rem;
  }
}
.thpts-about-s-philosophy .s-philosophy__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-philosophy .s-philosophy__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 7.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.thpts-about-s-philosophy .s-philosophy__description {
  color: var(--black, #1F1C1B);
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
  max-width: 48rem;
}
.thpts-about-s-philosophy .s-philosophy__enTitle {
  color: var(--brown, #D6CCC5);
  leading-trim: both;
  text-edge: cap;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  /* 120px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-philosophy .s-philosophy__enTitle {
    font-size: 5.6rem;
  }
}

.thpts-about-s-company {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .thpts-about-s-company {
    padding-bottom: 10rem;
  }
}
.thpts-about-s-company h2,
.thpts-about-s-company ul,
.thpts-about-s-company li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-about-s-company .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
  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: 2.4rem;
}
.thpts-about-s-company .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .thpts-about-s-company .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    line-height: 1;
    margin-right: -1.6rem;
  }
}
.thpts-about-s-company .s-company__list {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .s-company__list {
    margin-top: 4.8rem;
  }
}
.thpts-about-s-company .s-company__item {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 3.6rem;
  padding: 3.6rem 0;
  border-top: 0.1rem solid var(--brown, #D6CCC5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .s-company__item {
    grid-template-columns: 9.6rem 1fr;
    gap: 1.2rem;
  }
}
.thpts-about-s-company .s-company__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0;
  background: var(--gold, #AA8C59);
  width: 3.6rem;
  height: 0.1rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .s-company__item::before {
    width: 8.4rem;
  }
}
.thpts-about-s-company .s-company__itemTitle {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .s-company__itemTitle {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.thpts-about-s-company .s-company__itemDetail {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-about-s-company .s-company__itemDetail {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}

.thpts-recruit-s-pageHeader {
  --color-border: rgba(214, 204, 197, 0.4);
  --color-white: #fff;
  position: relative;
  padding-bottom: 7.2rem;
  height: 100dvh;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  /* fallback */
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader {
    padding-bottom: calc(env(safe-area-inset-bottom) + 2.4rem);
    margin-top: -6rem;
    padding-top: 6rem;
    -webkit-transition: padding-bottom 0.6s ease;
    transition: padding-bottom 0.6s ease;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0;
}
.thpts-recruit-s-pageHeader .s-pageHeader__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
}
.thpts-recruit-s-pageHeader .s-pageHeader__wrap {
  position: relative;
  z-index: 12;
  border-bottom: solid 0.1rem var(--color-border);
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__wrap {
    border-bottom: none;
    overflow: hidden;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__contents {
  position: relative;
  padding-top: 19.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__contents {
    border-bottom: solid 0.1rem var(--color-border);
    padding-top: 7.2rem;
    margin-bottom: 2.4rem;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__title {
  margin: 0;
  padding-left: 12rem;
}
@media screen and (min-width: 1920px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__title {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__title {
    padding-left: 0rem;
    padding: 0 1.6rem;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__title .ja {
  display: block;
  color: var(--color-white);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 150%;
  /* 63px */
  letter-spacing: 0.42rem;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__title .ja {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__title .en {
  display: block;
  color: var(--color-white);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14.4rem;
  font-weight: 300;
  line-height: 0;
  /* 144px */
  text-transform: capitalize;
  margin-top: 15.5rem;
  padding-bottom: 4.5rem;
  white-space: nowrap;
  color: transparent;
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-text-stroke-width: 0.05rem;
  -webkit-text-stroke-color: var(--color-white);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__title .en {
    font-size: 7.2rem;
    margin-top: 8.5rem;
    padding-bottom: 2.3rem;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__breadcrumb {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  overflow: scroll;
  max-width: 50vw;
  z-index: 12;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__breadcrumb {
    bottom: auto;
    top: calc(100% - 1.2rem);
    right: 1.6rem;
    left: 1.6rem;
    max-width: 100%;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__breadcrumb::-webkit-scrollbar {
  display: none;
}
.thpts-recruit-s-pageHeader .s-pageHeader__footer {
  display: grid;
  place-items: end;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  height: 100%;
  position: relative;
  z-index: 12;
}
.thpts-recruit-s-pageHeader .s-pageHeader__footer ul,
.thpts-recruit-s-pageHeader .s-pageHeader__footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__footerInner {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    height: 100%;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerTitle {
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  /* 30px */
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__footerTitle {
    font-size: 1.6rem;
    letter-spacing: 0.32rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerList {
  display: grid;
  grid-template-columns: repeat(2, 24rem);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__footerList {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerList li {
  max-width: 24rem;
  width: 100%;
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerList li .label {
  color: var(--white, #FFF);
  text-align: center;
  text-shadow: 0 0 24px #000;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__footerList li .label {
    font-size: 1.3rem;
  }
}
.thpts-recruit-s-pageHeader .s-pageHeader__footerList li .button {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-pageHeader .s-pageHeader__footerList li .button {
    margin-top: 1.2rem;
  }
}

.thpts-recruit-top-s-message {
  overflow: hidden;
}
.thpts-recruit-top-s-message ul,
.thpts-recruit-top-s-message li,
.thpts-recruit-top-s-message figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-top-s-message .s-message__header {
  position: relative;
}
.thpts-recruit-top-s-message .s-message__header .s-message__image {
  width: 100%;
  aspect-ratio: 1296/600;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__header .s-message__image {
    aspect-ratio: 1/1;
  }
}
.thpts-recruit-top-s-message .s-message__header .s-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-recruit-top-s-message .s-message__header .s-message__voice {
  color: var(--white, #FFF);
  -webkit-font-feature-settings: "vert" on, "hist" on;
  font-feature-settings: "vert" on, "hist" on;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-filter: drop-shadow(0 0 1.4398rem #000);
  filter: drop-shadow(0 0 1.4398rem #000);
  position: absolute;
  top: 17rem;
  right: 6rem;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__header .s-message__voice {
    font-size: 1.2rem;
    top: 5.4rem;
    right: 3.6rem;
  }
}
.thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  line-height: 1;
  position: absolute;
  left: 4.8rem;
  bottom: 4.8rem;
  z-index: 12;
  line-height: 0.8;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    left: 1.2rem;
    bottom: 1.6rem;
    z-index: 12;
  }
}
.thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
  color: white;
  position: absolute;
  top: 12rem;
  left: 4.8rem;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
    top: 4.8rem;
    left: 1.6rem;
  }
}
.thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__header .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
    margin: 0;
    padding: 0 1.6rem;
  }
}
.thpts-recruit-top-s-message .s-message__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.6rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__contents {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 4.8rem;
  }
}
.thpts-recruit-top-s-message .s-message__text {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__text {
    font-size: 1.5rem;
  }
}
.thpts-recruit-top-s-message .s-message__ceo {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__ceo {
    margin-top: 4.8rem;
  }
}
.thpts-recruit-top-s-message .s-message__ceo .label {
  color: var(--black, #1F1C1B);
  leading-trim: both;
  text-edge: cap;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__ceo .label {
    font-size: 1.2rem;
  }
}
.thpts-recruit-top-s-message .s-message__ceo .name {
  color: var(--black, #1F1C1B);
  leading-trim: both;
  text-edge: cap;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-message .s-message__ceo .name {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-left: 2rem;
  }
}

.thpts-recruit-top-s-requirements ul,
.thpts-recruit-top-s-requirements li,
.thpts-recruit-top-s-requirements h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-top-s-requirements .thpts-c-sectionHeaderSub {
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .thpts-c-sectionHeaderSub {
    padding-bottom: 4.8rem;
  }
}
.thpts-recruit-top-s-requirements .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__item {
  padding-top: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__item {
    padding: 4.8rem 0.8rem 4.8rem 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-requirements .s-requirements__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .thpts-recruit-top-s-requirements .s-requirements__item:nth-child(3n+1):not(:nth-child(-n+3)) {
    /* 2段目以降の左列だけ */
  }
  .thpts-recruit-top-s-requirements .s-requirements__item:nth-child(3n+1):not(:nth-child(-n+3))::before, .thpts-recruit-top-s-requirements .s-requirements__item:nth-child(3n+1):not(:nth-child(-n+3))::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__item + .s-requirements__item {
    border-top: solid 0.1rem var(--brown, #D6CCC5);
  }
}
.thpts-recruit-top-s-requirements .s-requirements__item + .s-requirements__item::before {
  content: "";
  display: block;
  height: 100%;
  background: var(--brown, #D6CCC5);
  width: 0.1rem;
  position: absolute;
  top: 0;
  left: -9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__item + .s-requirements__item::before {
    display: none;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__item + .s-requirements__item::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  position: absolute;
  top: calc(50% - 0.65rem);
  left: -10.25rem;
  background: linear-gradient(45deg, transparent 47%, #AA8C59 50%, transparent 53%), linear-gradient(-45deg, transparent 47%, #AA8C59 50%, transparent 53%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__item + .s-requirements__item::after {
    left: calc(50% - 0.65rem);
    top: -3.1rem;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__itemTitle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.4rem;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__itemTitle .ja {
  color: var(--dark-red, #5C2525);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: 0.48rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__itemTitle .ja {
    font-size: 4rem;
    letter-spacing: 0.4rem;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__itemTitle .en {
  color: var(--brown, #D6CCC5);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 100%;
  /* 52px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__itemTitle .en {
    font-size: 4.8rem;
  }
}
.thpts-recruit-top-s-requirements .s-requirements__itemText {
  margin-top: 4rem;
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-requirements .s-requirements__itemText {
    margin: 0;
    text-align: right;
  }
}

.thpts-recruit-top-s-environment {
  overflow: hidden;
}
.thpts-recruit-top-s-environment ul,
.thpts-recruit-top-s-environment li,
.thpts-recruit-top-s-environment figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-top-s-environment .thpts-c-inner {
  padding-left: calc((100vw - 120rem) / 2);
}
@media screen and (min-width: 1920px) {
  .thpts-recruit-top-s-environment .thpts-c-inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  white-space: nowrap;
  padding-right: 3.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .ja {
    color: white;
    position: absolute;
    top: 4.8rem;
    left: 1.6rem;
    z-index: 12;
  }
}
.thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
    margin: 0;
    padding: 0 1.6rem;
  }
}
.thpts-recruit-top-s-environment .s-environment__contents {
  display: grid;
  grid-template-columns: 1fr 84rem;
  position: relative;
  gap: 4.8rem 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .s-environment__contents {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}
.thpts-recruit-top-s-environment .s-environment__image {
  width: 100%;
  aspect-ratio: 8/5;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-environment .s-environment__image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .s-environment__image {
    aspect-ratio: 1/1;
  }
}
.thpts-recruit-top-s-environment .s-environment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-recruit-top-s-environment .s-environment__button {
  max-width: 24rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-environment .s-environment__button {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-environment .s-environment__button {
    max-width: 20.7rem;
    margin: 0 auto;
  }
}

.thpts-recruit-top-s-process ul,
.thpts-recruit-top-s-process li,
.thpts-recruit-top-s-process h3,
.thpts-recruit-top-s-process p,
.thpts-recruit-top-s-process a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-recruit-top-s-process .thpts-c-sectionHeaderSub {
  position: relative;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .thpts-c-sectionHeaderSub {
    padding-bottom: 4.8rem;
  }
}
.thpts-recruit-top-s-process .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
  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: 2.4rem;
}
.thpts-recruit-top-s-process .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  line-height: 1;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-process .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    line-height: 1;
    padding-bottom: 0;
    padding-top: 3.5rem;
  }
}
.thpts-recruit-top-s-process .s-process__list {
  counter-reset: progress 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__list {
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.thpts-recruit-top-s-process .s-process__item {
  padding: 2.4rem 1.2rem;
  width: calc(25% - 1.8rem);
  border-radius: 0.8rem;
  background: var(--brown-beige, #E9E2DB);
  position: relative;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-process .s-process__item {
    min-height: 38rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__item {
    width: 100%;
    padding: 2rem 0.8rem 1.2rem;
  }
}
.thpts-recruit-top-s-process .s-process__item + .s-process__item::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: url("/assets/thpts/img/common/icon/arrow-white.svg") center/1.2rem 0.8rem no-repeat var(--brown, #D6CCC5);
  position: absolute;
  top: calc(50% - 3rem);
  right: calc(100% - 2.1rem);
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__item + .s-process__item::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 3.6rem;
    height: 3.6rem;
    top: -2.4rem;
    right: calc(50% - 1.8rem);
    background-size: 1rem 0.6rem;
  }
}
.thpts-recruit-top-s-process .s-process__itemHeader {
  border-bottom: solid 0.1rem var(--gold, #AA8C59);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__itemHeader {
    padding: 0 0.8rem;
  }
}
.thpts-recruit-top-s-process .s-process__itemHeader .label {
  color: var(--gold, #AA8C59);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
}
.thpts-recruit-top-s-process .s-process__itemHeader::after {
  display: block;
  counter-increment: progress 1;
  content: "0" counter(progress);
  color: var(--gold, #AA8C59);
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 0%;
  /* 36px */
  text-transform: capitalize;
  padding-top: 0.8rem;
}
.thpts-recruit-top-s-process .s-process__itemContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-process .s-process__itemContent {
    grid-template-rows: repeat(2, auto);
    padding: 0;
    height: 100%;
  }
  .thpts-recruit-top-s-process .s-process__itemContent .title {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__itemContent {
    text-align: left;
    padding: 3.6rem 0.8rem;
    gap: 1.2rem;
    grid-template-columns: 7.6rem 1fr;
  }
}
.thpts-recruit-top-s-process .s-process__itemContent .title {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-process .s-process__itemContent .title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.thpts-recruit-top-s-process .s-process__itemContent .text {
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.07rem;
  opacity: 0.6;
}
.thpts-recruit-top-s-faq ul,
.thpts-recruit-top-s-faq li,
.thpts-recruit-top-s-faq figure,
.thpts-recruit-top-s-faq h3,
.thpts-recruit-top-s-faq p,
.thpts-recruit-top-s-faq a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub {
  position: relative;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub {
    padding-bottom: 4.8rem;
  }
}
.thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
  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: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
    -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;
  }
}
.thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  line-height: 1;
  padding-bottom: 0;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    display: none;
  }
}
.thpts-recruit-top-s-faq .s-faq__list {
  border-top: solid 0.1rem var(--brown, #D6CCC5);
}
.thpts-recruit-top-s-faq .s-faq__item {
  position: relative;
  cursor: pointer;
  padding-bottom: 4.8rem;
  border-bottom: solid 0.1rem var(--brown, #D6CCC5);
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__item {
    padding-bottom: 3.6rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__item.is-active .s-faq__itemIcon span:nth-child(2) {
  display: none;
}
.thpts-recruit-top-s-faq .s-faq__item.is-active .s-faq__itemContent {
  opacity: 1;
}
.thpts-recruit-top-s-faq .s-faq__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8rem;
  padding: 4.8rem 7.2rem 0rem 4.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemHeader {
    gap: 1.2rem;
    padding: 3.6rem 1.6rem 0rem 1.6rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__itemHeader::before {
  content: "Q";
  display: block;
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemHeader::before {
    font-size: 2rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__itemTitle {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemTitle {
    margin-right: 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__itemIcon {
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  justify-self: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-top-s-faq .s-faq__itemIcon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.thpts-recruit-top-s-faq .s-faq__itemIcon > span {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 0.2rem;
  background-color: var(--gold, #AA8C59);
}
.thpts-recruit-top-s-faq .s-faq__itemIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thpts-recruit-top-s-faq .s-faq__itemContent {
  display: none;
  opacity: 0;
  border-radius: 0.8rem;
  background: var(--brown-beige, #E9E2DB);
  margin-top: 4.8rem;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemContent {
    margin-top: 3.6rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__itemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  padding: 4.8rem 7.2rem 4.8rem 4.8rem;
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemText {
    gap: 1.2rem;
    padding: 3.6rem 2.4rem 3.6rem 1.6rem;
  }
}
.thpts-recruit-top-s-faq .s-faq__itemText::before {
  content: "A";
  display: block;
  color: var(--dark-red, #5C2525);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-top-s-faq .s-faq__itemText::before {
    font-size: 2rem;
  }
}

/* ==================================================
管理画面用処理（管理画面で編集できるようにする）
==================================================  */
.leadgridCms-onlyInnerWorkspace.thpts-recruit-top-s-faq .s-faq__itemContent {
  display: block !important;
  opacity: 1 !important;
}

.thpts-recruit-s-interview {
  overflow: hidden;
}
.thpts-recruit-s-interview:empty {
  display: none;
}
.thpts-recruit-s-interview .thpts-c-sectionHeaderSub {
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .thpts-c-sectionHeaderSub {
    padding-bottom: 8.4rem;
  }
}
.thpts-recruit-s-interview .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  position: absolute;
  bottom: 0rem;
  right: 4.8rem;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-interview .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    left: 0;
    bottom: 0;
    right: auto;
  }
}
.thpts-recruit-s-interview .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
    margin-top: 2.4rem;
  }
}
.thpts-recruit-s-interview .s-interview__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-interview .s-interview__slider {
    margin: -6rem;
  }
}
.thpts-recruit-s-interview .s-interview__slider .splide__track {
  overflow: visible;
  -webkit-transform: translateX(9rem);
  transform: translateX(9rem);
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .s-interview__slider .splide__track {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.thpts-recruit-s-interview .s-interview__slider .splide__slide {
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .s-interview__slider .splide__slide {
    width: 30.3rem;
    margin: 0;
  }
}
.thpts-recruit-s-interview .s-interview__slider .splide__slide.is-active {
  width: 52.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .s-interview__slider .splide__slide.is-active {
    width: 30.3rem;
    margin: 0;
  }
}
.thpts-recruit-s-interview .s-interview__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .s-interview__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-interview .thpts-card-c-recruitStaff .c-recruitStaff__title .title {
    line-height: 1.5;
    height: 3em;
  }
}
.thpts-recruit-s-interview .s-interview__footer {
  margin-top: 4.8rem;
  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;
}
.thpts-recruit-s-interview .s-interview__footerButton {
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-interview .s-interview__footerButton {
    max-width: 20.7rem;
  }
}

.thpts-recruit-environment-s-benefits {
  overflow: hidden;
}
.thpts-recruit-environment-s-benefits ul,
.thpts-recruit-environment-s-benefits li,
.thpts-recruit-environment-s-benefits figure,
.thpts-recruit-environment-s-benefits h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub {
  position: relative;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub {
    padding-bottom: 8.4rem;
  }
}
.thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
  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: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title {
    -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;
  }
}
.thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  line-height: 1;
  padding-bottom: 0;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    display: none;
  }
}
.thpts-recruit-environment-s-benefits .s-benefits__contents {
  position: relative;
}
.thpts-recruit-environment-s-benefits .s-benefits__moreBtn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3rem;
  border-radius: 9.6rem;
  border: 0.1rem solid var(--brown, #D6CCC5);
  background: var(--white, #FFF);
  padding: 1.5rem 3.2rem 1.5rem 4.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .s-benefits__moreBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.thpts-recruit-environment-s-benefits .s-benefits__moreBtn .text {
  color: var(--gold, #AA8C59);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  text-transform: capitalize;
}
.thpts-recruit-environment-s-benefits #moreCheck {
  display: none;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits #moreCheck:checked ~ .s-benefits__list .s-benefits__item:nth-child(n+4) {
    display: block;
  }
  .thpts-recruit-environment-s-benefits #moreCheck:checked ~ .s-benefits__moreBtn {
    display: none;
  }
}
.thpts-recruit-environment-s-benefits .s-benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .s-benefits__list {
    grid-template-columns: 1fr;
  }
}
.thpts-recruit-environment-s-benefits .s-benefits__item {
  padding: 3.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-benefits .s-benefits__item {
    padding: 3.6rem 1.6rem;
    border-bottom: solid 0.1rem var(--brown, #D6CCC5);
  }
  .thpts-recruit-environment-s-benefits .s-benefits__item:last-child {
    border-bottom: none;
  }
  .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4) {
    border-top: solid 0.1rem var(--brown, #D6CCC5);
  }
  .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4):nth-child(3n+2), .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4):nth-child(3n+3) {
    position: relative;
    /* 真ん中と右端 */
  }
  .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4):nth-child(3n+2)::after, .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(n+4):nth-child(3n+3)::after {
    content: "";
    position: absolute;
    left: -0.8rem;
    top: -0.8rem;
    height: 1.6rem;
    width: 1.6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center/100% 0.1rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#AA8C59), to(#AA8C59)) center/0.1rem 100% no-repeat;
    background: linear-gradient(#AA8C59, #AA8C59) center/100% 0.1rem no-repeat, linear-gradient(#AA8C59, #AA8C59) center/0.1rem 100% no-repeat;
  }
  .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(3n+2), .thpts-recruit-environment-s-benefits .s-benefits__item:nth-child(3n+3) {
    /* 真ん中と右端 */
    border-left: solid 0.1rem var(--brown, #D6CCC5);
  }
}
.thpts-recruit-environment-s-benefits .s-benefits__image {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}
.thpts-recruit-environment-s-benefits .s-benefits__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.thpts-recruit-environment-s-benefits .s-benefits__title {
  color: var(--black, #1F1C1B);
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 3rem;
  height: 3em;
}
.thpts-recruit-environment-s-benefits .s-benefits__text {
  color: var(--black, #1F1C1B);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.07rem;
  margin-top: 1.6rem;
}
.thpts-s-pageHeader + .thpts-recruit-environment-s-office {
  padding-top: 0;
  margin-top: -11.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader + .thpts-recruit-environment-s-office {
    margin-top: -4.8rem;
  }
}
.thpts-s-pageHeader + .thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-pageHeader + .thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
    margin-top: 7.2rem;
  }
}

.thpts-recruit-environment-s-office {
  overflow: hidden;
}
.thpts-recruit-environment-s-office ul,
.thpts-recruit-environment-s-office li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub {
  position: relative;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub {
    padding-bottom: 8.4rem;
  }
}
.thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
  position: absolute;
  bottom: 7.2rem;
  right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .en {
    left: 1.6rem;
    bottom: 0;
    right: auto;
  }
}
.thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .thpts-c-sectionHeaderSub .c-sectionHeaderSub__title .description {
    margin-top: 2.4rem;
  }
}
.thpts-recruit-environment-s-office .s-office__slider {
  overflow: visible;
}
.thpts-recruit-environment-s-office .s-office__slider .s-office__slideImage {
  margin: 0;
  width: 100%;
  aspect-ratio: 3/2;
}
.thpts-recruit-environment-s-office .s-office__slider .s-office__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-recruit-environment-s-office .s-office__slider .splide__track {
  overflow: visible;
}
.thpts-recruit-environment-s-office .s-office__slider .splide__list {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.thpts-recruit-environment-s-office .s-office__slider .splide__slide {
  width: 52.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .s-office__slider .splide__slide {
    width: 28rem;
  }
}
.thpts-recruit-environment-s-office .s-office__slider .splide__slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black, #1F1C1B);
  position: absolute;
  top: 0%;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
}
.thpts-recruit-environment-s-office .s-office__slider .splide__slide.is-active {
  width: 65rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .s-office__slider .splide__slide.is-active {
    width: 30.3rem;
    margin: 0;
  }
}
.thpts-recruit-environment-s-office .s-office__slider .splide__slide.is-active::after {
  display: none;
}
.thpts-recruit-environment-s-office .s-office__slider .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 3rem);
  left: 0;
  right: 0;
  max-width: 71rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .s-office__slider .splide__arrows {
    top: calc(50% - 1.8rem);
    max-width: 33.9rem;
  }
}
.thpts-recruit-environment-s-office .s-office__slider .splide__arrow {
  all: unset;
  /* すべてのスタイルをリセット */
  display: block;
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  display: block;
  border-radius: 100%;
  background: var(--beige, #F0ECE9);
  border: 0.1rem solid var(--brown, #D6CCC5);
  cursor: pointer;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .s-office__slider .splide__arrow {
    width: 3.6rem;
    height: 3.6rem;
    min-width: 3.6rem;
  }
}
.thpts-recruit-environment-s-office .s-office__slider .splide__arrow svg {
  fill: var(--gold, #AA8C59);
  width: 1.2rem;
  height: 0.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-environment-s-office .s-office__slider .splide__arrow svg {
    width: 1rem;
    height: 0.6667rem;
  }
}
.thpts-recruit-environment-s-office .s-office__slider .splide__arrow.prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
}
.thpts-s-newsList .s-newsList__contents {
  display: grid;
  grid-template-columns: 1fr 96rem;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsList .s-newsList__contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-newsList .s-newsList__sidebar {
    border-bottom: solid 0.1rem var(--brown, #D6CCC5);
    padding: 0 1.6rem 2.4rem;
  }
}
.thpts-s-newsList .s-newsList__sidebar h2,
.thpts-s-newsList .s-newsList__sidebar ul,
.thpts-s-newsList .s-newsList__sidebar li,
.thpts-s-newsList .s-newsList__sidebar a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-s-newsList .s-newsList__sidebar .inner {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsList .s-newsList__sidebar .inner {
    position: static;
  }
}
.thpts-s-newsList .s-newsList__sidebar .title {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
}
.thpts-s-newsList .s-newsList__sidebar .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: 2.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsList .s-newsList__sidebar .list {
    margin-top: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-newsList .s-newsList__list {
    padding: 0 0.8rem;
  }
}

.thpts-s-newsDetail {
  padding: 12rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail {
    padding: 2.5rem 0 12rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__contents {
  display: grid;
  grid-template-columns: 1fr 96rem;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__shareLinks.-pc--none {
    display: block;
    margin-top: 9.6rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__shareLinks .thpts-c-shareLinks {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__shareLinks .thpts-c-shareLinks {
    position: static;
  }
}
.thpts-s-newsDetail .s-newsDetail__eyecatch {
  margin: 0;
  aspect-ratio: 16/9;
}
.thpts-s-newsDetail .s-newsDetail__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-s-newsDetail .thpts-c-wysiwyg:not(:first-child) {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .thpts-c-wysiwyg:not(:first-child) {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .thpts-c-wysiwyg {
    padding: 0 1.6rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__related {
  border-top: 0.1rem solid var(--brown, #D6CCC5);
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related {
    margin-top: 12rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 96rem;
  gap: 4.8rem;
  padding-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap {
    grid-template-columns: 1fr;
    padding-top: 4.8rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--dark-red, #5C2525);
  width: 11.2rem;
  height: 0.3rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap::before {
    width: 8.8rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap.-is--onlyButton {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedWrap.-is--onlyButton {
    padding-top: 4.8rem;
  }
}
.thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedTitle {
  padding-top: 2.4rem;
  margin: 0;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedTitle {
    font-size: 2.2rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedTitle {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedList {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedButton {
    align-self: flex-end;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-newsDetail .s-newsDetail__related .s-newsDetail__relatedButton {
    text-align: center;
  }
}

.thpts-recruit-s-workDetail {
  padding: 12rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail {
    padding: 2.5rem 0 12rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__eyecatch {
  margin: 0;
  aspect-ratio: 16/9;
}
.thpts-recruit-s-workDetail .s-workDetail__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.thpts-recruit-s-workDetail .thpts-c-wysiwyg {
  padding: 0 18rem;
}
.thpts-recruit-s-workDetail .thpts-c-wysiwyg:not(:first-child) {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .thpts-c-wysiwyg:not(:first-child) {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .thpts-c-wysiwyg {
    padding: 0 1.6rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__related {
  border-top: 0.1rem solid var(--brown, #D6CCC5);
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related {
    margin-top: 12rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 96rem;
  gap: 4.8rem;
  padding-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap {
    grid-template-columns: 1fr;
    padding-top: 4.8rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--dark-red, #5C2525);
  width: 11.2rem;
  height: 0.3rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap::before {
    width: 8.8rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap.-is--onlyButton {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedWrap.-is--onlyButton {
    padding-top: 4.8rem;
  }
}
.thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedTitle {
  padding-top: 2.4rem;
  margin: 0;
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedTitle {
    font-size: 2.2rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedTitle {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedList {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedButton {
    align-self: flex-end;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .thpts-recruit-s-workDetail .s-workDetail__related .s-workDetail__relatedButton {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .thpts-s-recruitWorkList .s-recruitWorkList__list {
    padding: 0 0.8rem;
  }
}

.thpts-s-recruitStaffList .s-recruitStaffList__contents {
  display: grid;
  grid-template-columns: 1fr 96rem;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-recruitStaffList .s-recruitStaffList__contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-recruitStaffList .s-recruitStaffList__sidebar {
    border-bottom: solid 0.1rem var(--brown, #D6CCC5);
    padding: 0 1.6rem 2.4rem;
  }
}
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar h2,
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar ul,
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar li,
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar .inner {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .thpts-s-recruitStaffList .s-recruitStaffList__sidebar .inner {
    position: static;
  }
}
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar .title {
  color: var(--gold, #AA8C59);
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  /* 20px */
  text-transform: capitalize;
}
.thpts-s-recruitStaffList .s-recruitStaffList__sidebar .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: 2.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-recruitStaffList .s-recruitStaffList__sidebar .list {
    margin-top: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .thpts-s-recruitStaffList .s-recruitStaffList__list {
    padding: 0 0.8rem;
  }
}

.thpts-s-estate h2,
.thpts-s-estate ul,
.thpts-s-estate li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thpts-s-estate .s-estate__title {
  color: var(--black, #1F1C1B);
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__title {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.thpts-s-estate .s-estate__description {
  color: var(--black, #1F1C1B);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.08rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__description {
    font-size: 1.5rem;
    margin-top: 4.8rem;
  }
}
.thpts-s-estate .s-estate__list {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__list {
    margin-top: 4.8rem;
  }
}
.thpts-s-estate .s-estate__item {
  display: grid;
  grid-template-columns: 15.6rem 1fr;
  gap: 3.6rem;
  padding: 3.6rem 0;
  border-top: 0.1rem solid var(--brown, #D6CCC5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__item {
    grid-template-columns: 9.6rem 1fr;
    gap: 1.2rem;
  }
}
.thpts-s-estate .s-estate__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0;
  background: var(--gold, #AA8C59);
  width: 3.6rem;
  height: 0.1rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__item::before {
    width: 8.4rem;
  }
}
.thpts-s-estate .s-estate__itemTitle {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__itemTitle {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.thpts-s-estate .s-estate__itemDetail ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.thpts-s-estate .s-estate__itemDetail ul li {
  color: var(--black, #1F1C1B);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .thpts-s-estate .s-estate__itemDetail ul li {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}