@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --main-color: #231815;
  --sub-color: #9c685d;
}

html,
body,
button,
input,
select,
textarea,
body > * {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  color: var(--main-color);
  font-size: 16px;
  line-height: 1.7;
  min-width: 1440px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  position: relative;
  padding: 221px 0 133px;
  overflow: hidden;
}

.common_page_main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.common_page_main .bg picture,
.common_page_main .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(3px);
}

.common_page_main .bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 62, 54, 0.8);
  pointer-events: none;
}

.common_page_main .title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.common_page_main .title_box .title {
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.common_page_main .title_box .sub_title {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #a89a86;
  text-align: center;
}

.common_page_wrap {
  padding: 100px 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* パンくず */
.breadcrumb {
  font-size: 12px;
  color: var(--sub-color);
  letter-spacing: 0.12em;
  margin-top: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: var(--main-color);
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3e3e3e;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.contact_form_disc .sales_caution {
  color: #c70000;
  font-size: 14px;
  margin-block: 1em 0;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl + dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #c70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #e0e0e0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.common_contact_form input[type=text],
.common_contact_form input[type=email],
.common_contact_form #zip {
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.common_contact_form input::-moz-placeholder, .common_contact_form textarea::-moz-placeholder {
  color: #c7c4c4;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #c7c4c4;
}

.common_contact_form select {
  width: 47.5%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--sub-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 1;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.08em;
  margin: auto;
}

.page_contact #btn_wrap button[name=submitBack] {
  background: #333;
  margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
  opacity: 0.8;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl + dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1/1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

.mw_wp_form_honey {
  display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  padding: 0.5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item + span {
  color: #3e3e3e;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item + span::before,
.radio_btns .radio_btns__item + span::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item + span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5a5a5a;
  transform: scale(0);
  transition: all 0.3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked + span::after {
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3e3e3e;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1/1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */
.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--sub-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: 0.8;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3e3e3e;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item + .item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5a5a5a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #a7a7a7;
  letter-spacing: 0;
  font-family: "Helvetica", "Arial", sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

.p-authorBox .avatar {
  display: inline;
}

/* --------------------------------------
   共通パーツ
-------------------------------------- */
/* common_head_center（セクションタイトル：英字ラベル＋和文見出し＋下線） */
.common_head_center {
  position: relative;
  text-align: center;
}

.common_head_center .label {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #a89a86;
}

.common_head_center .title {
  margin: 11px 0 0;
  font-size: 44px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--sub-color);
}

.common_head_center:not(.type_card)::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 36px auto 0;
  background-color: var(--main-color);
}

.common_head_center.type_card .label {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--header-accent);
}

.common_head_center.type_card .title {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

/* common_head_row（セクションタイトル：和文 / 英字 横並び） */
.common_head_row {
  position: relative;
  text-align: left;
}

.common_head_row .title {
  position: relative;
  z-index: 1;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 30.5px;
       column-gap: 30.5px;
  row-gap: 0;
}

.common_head_row .title .jp {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--sub-color);
}

.common_head_row .title .slash {
  display: inline-block;
  flex-shrink: 0;
  width: 1px;
  height: 20px;
  background-color: var(--main-color);
  vertical-align: middle;
  transform: rotate(20deg);
}

.common_head_row .title .en {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #a89a86;
}

.top_blog .common_head_row .title::before {
  content: "";
  flex-basis: 100%;
  width: 0;
  height: 0;
  order: 1;
}

.top_blog .common_head_row .title::after {
  content: "";
  display: block;
  flex: none;
  order: 2;
  width: 100px;
  height: 2px;
  margin: 40px 0 0;
  background-color: var(--main-color);
}

/* head_accent（タイトル装飾：80×80 + 20×20） */
.head_accent {
  position: absolute;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 0;
}
.head_accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: var(--accent-color);
}
.head_accent::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: var(--accent-color);
}

.common_head_center .label,
.common_head_center .title,
.common_head_row .title,
.common_head_row .title .jp,
.common_head_row .title .slash,
.common_head_row .title .en {
  position: relative;
  z-index: 1;
}

/* circle arrow（共通）
-------------------------------------- */
.arrow {
  --arrow-size: 20px;
  --arrow-line: 20px;
  --arrow-wing: 7px;
  --arrow-optical-x: 0.5px;
  --arrow-hover-x: 3px;
  position: relative;
  flex-shrink: 0;
  width: var(--arrow-size);
  height: var(--arrow-size);
  color: inherit;
  overflow: visible;
  transition: color 0.3s;
}

.arrow.is_22 {
  --arrow-size: 22px;
  --arrow-line: 22px;
  --arrow-wing: 8px;
  --arrow-optical-x: 0.5px;
  --arrow-hover-x: 3px;
}

.arrow.is_24 {
  --arrow-size: 24px;
  --arrow-line: 24px;
  --arrow-wing: 8px;
  --arrow-optical-x: 0.5px;
  --arrow-hover-x: 3.5px;
}

.arrow.is_30 {
  --arrow-size: 30px;
  --arrow-line: 30px;
  --arrow-wing: 10px;
  --arrow-optical-x: 0.75px;
  --arrow-hover-x: 4px;
}

.arrow.is_static {
  --arrow-hover-x: 0px;
}

.arrow_circle {
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: border-color 0.3s;
}

.arrow_icon {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 1;
  width: var(--arrow-line);
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform: translate(var(--arrow-optical-x), -50%);
  transition: transform 0.3s, background-color 0.3s;
}

.arrow_icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: var(--arrow-wing);
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

/* SPハンバーガーメニュー
-------------------------------------- */
.globalMenuSp_main_menu_box ul li a,
.sp_sub_menu .inner ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* common_more_btn（もっとみるボタン）
-------------------------------------- */
a.common_more_btn,
a.common_more_btn:link,
a.common_more_btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  min-height: 60px;
  height: 60px;
  padding: 0 20px 0 30px;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: var(--main-color);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
a.common_more_btn .text,
a.common_more_btn:link .text,
a.common_more_btn:visited .text {
  flex: 1;
  text-align: left;
  color: var(--main-color);
}
a.common_more_btn .arrow_line,
a.common_more_btn:link .arrow_line,
a.common_more_btn:visited .arrow_line {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 1px;
  margin-left: 16px;
  border-radius: 9999px;
  background-color: currentColor;
}
a.common_more_btn .arrow_line::before,
a.common_more_btn:link .arrow_line::before,
a.common_more_btn:visited .arrow_line::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

a.common_more_btn:active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
a.common_more_btn:active .text {
  color: #fff;
}

/* --------------------------------------
   PCヘッダー
-------------------------------------- */
#pc_header {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s, box-shadow 0.3s;
}

#pc_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  width: 1440px;
  height: 100px;
  margin: 0 auto;
  padding: 15px 40px;
  box-sizing: border-box;
}

#pc_header .logo_area {
  flex-shrink: 0;
  margin: 0;
}

#pc_header .site_name {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

#pc_header .logo_link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

#pc_header .logo_mark {
  flex-shrink: 0;
  width: 54px;
  height: auto;
}

#pc_header .logo_mark_fixed {
  display: none;
}

#pc_header .logo_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#pc_header .logo_text .sub {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.23;
  transition: color 0.3s;
}

#pc_header .logo_text .name {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
  transition: color 0.3s;
}

#pc_header .gnav {
  flex: 1;
  min-width: 0;
}

#pc_header .gnav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

#pc_header .gnav_item {
  position: relative;
  display: flex;
  align-items: center;
}

#pc_header .gnav_item.has_mega {
  position: static;
  display: flex;
}

#pc_header .gnav_link,
#pc_header .lang_btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.19;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s;
  padding: 0;
}

#pc_header .has_mega .gnav_link,
#pc_header .has_lang .lang_btn {
  cursor: default;
}

#pc_header .icon_chevron {
  flex-shrink: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.2px solid currentColor;
  border-bottom: 1.2px solid currentColor;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

#pc_header .icon_globe {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: auto;
  transition: opacity 0.3s;
}

#pc_header .icon_globe_fixed {
  display: none;
}

#pc_header .header_contact {
  flex-shrink: 0;
}

#pc_header .btn_contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  min-height: 55px;
  padding: 0 20px;
  border: 1px solid var(--sub-color);
  border-radius: 6px;
  background-color: var(--sub-color);
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#pc_header .btn_contact .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 18px;
  color: #fff;
  transition: color 0.3s;
}

#pc_header .btn_contact .icon svg {
  display: block;
  width: 23px;
  height: 18px;
}

#pc_header .lang_menu_panel {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 140px;
  padding-top: 40px;
  box-sizing: border-box;
  transform: translateX(-50%);
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s;
}

#pc_header .lang_menu_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 140px;
  height: 40px;
  transform: translateX(-50%);
}

#pc_header .has_lang.is_open .lang_menu_panel {
  visibility: visible;
  pointer-events: auto;
}

#pc_header .lang_menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}

#pc_header .lang_menu li {
  margin: 0;
  padding: 0;
}

#pc_header .lang_menu li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  min-height: 40px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--main-color);
  background-color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #c1bbb9;
  transition: background-color 0.3s, color 0.3s;
}

#pc_header .lang_menu li:last-child > a {
  border-bottom: 0;
}

#pc_header .lang_menu li:first-child > a {
  border-radius: 6px 6px 0 0;
}

#pc_header .lang_menu li:last-child > a {
  border-radius: 0 0 6px 6px;
}

#pc_header .lang_link.is_current,
#pc_header .lang_menu .glink.gt-current-lang {
  background-color: var(--sub-color);
  color: #fff;
}

#pc_header .mega_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  pointer-events: none;
}

#pc_header .mega_menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 12px;
  transform: translateX(-50%);
}

#pc_header .has_mega.is_open .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
  pointer-events: auto;
}

#pc_header .mega_menu_inner {
  position: relative;
  width: 1140px;
  max-width: calc(100vw - 80px);
  margin: 0 auto;
  padding: 40px 30px 50px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
}

#pc_header .mega_sections {
  position: relative;
  z-index: 1;
}

#pc_header .mega_section + .mega_section {
  margin-top: 40px;
}

#pc_header .mega_title {
  margin-bottom: 11px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.22;
  color: var(--sub-color);
}

#pc_header .mega_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  row-gap: 17px;
}

#pc_header .mega_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-width: 250px;
  padding: 9px 10px;
  border-bottom: 1px solid #c1bbb9;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.21;
  color: var(--main-color);
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s;
  box-sizing: border-box;
}

#pc_header .mega_link .arrow {
  flex-shrink: 0;
}

#pc_header.is_fixed {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

#pc_header.is_fixed .logo_mark_default {
  display: none;
}

#pc_header.is_fixed .logo_mark_fixed {
  display: block;
}

#pc_header.is_fixed .logo_text .sub {
  color: #333333;
}

#pc_header.is_fixed .logo_text .name {
  color: #9c685d;
}

#pc_header.is_fixed .gnav_link,
#pc_header.is_fixed .lang_btn {
  color: #333333;
}

#pc_header.is_fixed .icon_globe_default {
  display: none;
}

#pc_header.is_fixed .icon_globe_fixed {
  display: block;
}

/* --------------------------------------
   top_fv（ファーストビュー）
-------------------------------------- */
.site-main {
  position: relative;
  background-color: #fff;
}

.top_fv_wrap {
  position: relative;
  z-index: 3;
}

.top_fv {
  position: relative;
  z-index: 2;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 93.75% calc(100% - 45.9375px), 87.5% calc(100% - 33.75px), 81.25% calc(100% - 23.4375px), 75% calc(100% - 15px), 68.75% calc(100% - 8.4375px), 62.5% calc(100% - 3.75px), 56.25% calc(100% - 0.9375px), 50% 100%, 43.75% calc(100% - 0.9375px), 37.5% calc(100% - 3.75px), 31.25% calc(100% - 8.4375px), 25% calc(100% - 15px), 18.75% calc(100% - 23.4375px), 12.5% calc(100% - 33.75px), 6.25% calc(100% - 45.9375px), 0 calc(100% - 60px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 93.75% calc(100% - 45.9375px), 87.5% calc(100% - 33.75px), 81.25% calc(100% - 23.4375px), 75% calc(100% - 15px), 68.75% calc(100% - 8.4375px), 62.5% calc(100% - 3.75px), 56.25% calc(100% - 0.9375px), 50% 100%, 43.75% calc(100% - 0.9375px), 37.5% calc(100% - 3.75px), 31.25% calc(100% - 8.4375px), 25% calc(100% - 15px), 18.75% calc(100% - 23.4375px), 12.5% calc(100% - 33.75px), 6.25% calc(100% - 45.9375px), 0 calc(100% - 60px));
}

.top_fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 62, 54, 0.7);
  z-index: 2;
  pointer-events: none;
}

.top_fv .fv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.top_fv .fv_slider .slick-list,
.top_fv .fv_slider .slick-track,
.top_fv .fv_slider .slick-slide,
.top_fv .fv_slider .slick-slide > div {
  height: 100%;
}

.top_fv .fv_slide {
  height: 100%;
}

.top_fv .fv_picture,
.top_fv .fv_picture img,
.top_fv .fv_slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(3px);
  transform: scale(1.02);
}

.top_fv .fv_content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 158px 40px 96px;
  box-sizing: border-box;
  text-align: center;
}

.top_fv .fv_logo {
  position: absolute;
  top: 113px;
  left: 50%;
  width: 520px;
  transform: translateX(-50%);
  pointer-events: none;
  aspect-ratio: 520/426;
}

.top_fv .fv_logo.fv_ani {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.top_fv.is_loaded .fv_logo.fv_ani {
  opacity: 1;
}

.top_fv .fv_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.top_fv .fv_catch_area {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.top_fv .fv_catch {
  margin: 0;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 800;
}
.top_fv .fv_catch .kanji {
  font-size: 70px;
  color: #ffd1c7;
}
.top_fv .fv_catch .kana {
  font-size: 48px;
  color: #fff;
}

.top_fv .fv_catch_sub {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(50% + 52px);
  margin: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
  opacity: 0.85;
}

html[data-site-lang]:not([data-site-lang=ja]) .top_fv .fv_catch_sub,
html.translated-ltr .top_fv .fv_catch_sub,
html.translated-rtl .top_fv .fv_catch_sub {
  display: block;
}

.top_fv .fv_lead {
  position: relative;
  z-index: 1;
  margin: -20px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
}

.top_fv.is_loaded .fv_ani {
  opacity: 1;
}

.top_fv .fv_ani {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.top_fv_wrap .fv_scroll .text,
.top_fv_wrap .fv_scroll .line_upper,
.top_fv_wrap .fv_scroll .line_lower {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.top_fv_wrap.is_loaded .fv_scroll .text,
.top_fv_wrap.is_loaded .fv_scroll .line_upper,
.top_fv_wrap.is_loaded .fv_scroll .line_lower {
  opacity: 1;
}

.top_fv_wrap .fv_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.top_fv_wrap .fv_scroll .text {
  position: absolute;
  bottom: 41px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.top_fv_wrap .fv_scroll .line_upper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #c1c1c7;
}

.top_fv_wrap .fv_scroll .line_lower {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 90px;
  background-color: var(--main-color);
}

.top_fv_wrap.is_loaded .fv_scroll .text {
  -webkit-animation: fv_scroll_float 2.8s ease-in-out infinite;
          animation: fv_scroll_float 2.8s ease-in-out infinite;
}

@-webkit-keyframes fv_scroll_float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
}

@keyframes fv_scroll_float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
}
/* top_message（皆様へご挨拶）
-------------------------------------- */
.top_message {
  position: relative;
  z-index: 1;
  padding: 289px 0 124px;
  margin: -94px 0 0;
}

.top_message .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.3;
}

.top_message .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_message .bg_logo {
  position: absolute;
  top: 166px;
  left: 50%;
  z-index: 0;
  width: 589px;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: none;
}

.top_message .bg_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.top_message .wrap {
  position: relative;
  z-index: 1;
}

.top_message .inner {
  position: relative;
}

.top_message .head_area {
  position: relative;
  margin-bottom: 33px;
}

.top_message .body {
  margin: 0 auto 57px;
  text-align: center;
}

.top_message .body .text {
  margin: 0;
  font-size: 16px;
  line-height: 2.31;
  letter-spacing: 0.12em;
}

.top_message .body .text + .text {
  margin-top: 1em;
}

.top_message .card_list {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.top_message .card {
  position: relative;
  display: flex;
  flex: 1;
}

.top_message .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 70px;
  height: 70px;
  background-color: #f4edec;
  z-index: 0;
}

.top_message .card .card_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 40px 36px;
  border: 1px solid #a89a86;
  border-radius: 6px 0 6px 0;
  background-color: transparent;
  box-sizing: border-box;
  text-align: center;
}

.top_message .card .card_inner > .label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 20px;
  font-size: 40px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--sub-color);
  background-color: transparent;
}

.top_message .card .common_head_center.type_card .title {
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.78;
  color: #a89a86;
}

.top_message .card .card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 20px;
}

.top_message .card .card_body .text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}

.top_message .card .list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_message .card .list .item {
  display: flex;
  align-items: center;
  gap: 26px;
}

.top_message .card .list .item .label {
  flex-shrink: 0;
  text-align: center;
}

.top_message .card .list .item .label .en {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #a89a86;
}

.top_message .card .list .item .label .no {
  display: block;
  margin-top: 3px;
  font-size: 28px;
  line-height: 1;
  color: #a89a86;
}

.top_message .card .list .item .slash {
  flex-shrink: 0;
  display: block;
  width: 1px;
  height: 32px;
  background-color: var(--main-color);
  transform: rotate(30deg);
}

.top_message .card .list .item .text {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: left;
  color: var(--main-color);
}

/* top_service（事業内容）
-------------------------------------- */
.top_service {
  position: relative;
  padding: 210px 0 150px;
  overflow: visible;
  margin: -124px 0 0;
}

.top_service .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #f0ece7 0%, #fdfdfc 81.7%, #fafafa 93.7%, rgba(248, 248, 248, 0) 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 93.75% calc(100% - 61.25px), 87.5% calc(100% - 45px), 81.25% calc(100% - 31.25px), 75% calc(100% - 20px), 68.75% calc(100% - 11.25px), 62.5% calc(100% - 5px), 56.25% calc(100% - 1.25px), 50% 100%, 43.75% calc(100% - 1.25px), 37.5% calc(100% - 5px), 31.25% calc(100% - 11.25px), 25% calc(100% - 20px), 18.75% calc(100% - 31.25px), 12.5% calc(100% - 45px), 6.25% calc(100% - 61.25px), 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 93.75% calc(100% - 61.25px), 87.5% calc(100% - 45px), 81.25% calc(100% - 31.25px), 75% calc(100% - 20px), 68.75% calc(100% - 11.25px), 62.5% calc(100% - 5px), 56.25% calc(100% - 1.25px), 50% 100%, 43.75% calc(100% - 1.25px), 37.5% calc(100% - 5px), 31.25% calc(100% - 11.25px), 25% calc(100% - 20px), 18.75% calc(100% - 31.25px), 12.5% calc(100% - 45px), 6.25% calc(100% - 61.25px), 0 calc(100% - 80px));
}

.top_service .wrap {
  position: relative;
  z-index: 1;
}

.top_service .head_area {
  margin-bottom: 45px;
}

.common_head_row .watermark {
  position: absolute;
  top: -3px;
  left: -135px;
  margin: 0;
  font-size: 200px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #f7f6f5;
  white-space: nowrap;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}

.top_service .head_area .lead {
  margin: 22px auto 0;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.15em;
  text-align: left;
}

.top_service .tab_area {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--sub-color);
}

.top_service .tab_list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_service .tab_list .item {
  margin: 0;
}

.top_service .tab_list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 60px;
  border: 1px solid var(--sub-color);
  border-bottom: 0;
  border-radius: 10px 0 0 0;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2;
  color: var(--sub-color);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.top_service .tab_list .btn.is_active {
  background-color: var(--sub-color);
  color: #fff;
}

.top_service .panel_area {
  position: relative;
  min-height: 420px;
}

.top_service .panel_area.is_switching {
  overflow: hidden;
  transition: height 0.6s ease;
}

.top_service .panel {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.top_service .panel.is_show {
  display: block;
  opacity: 1;
}

.top_service .panel.is_show:not(.is_fading) {
  position: relative;
}

.top_service .panel.is_fading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top_service .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
}

.top_service .list .slide {
  height: auto;
}

.top_service .card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.top_service .card .image_area {
  position: relative;
}

.top_service .card .image {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 0;
  -webkit-mask-image: radial-gradient(circle 55px at 0 0, transparent 54px, #000 55px);
  mask-image: radial-gradient(circle 55px at 0 0, transparent 54px, #000 55px);
}

@supports not ((-webkit-mask-image: radial-gradient(circle, #000, #000)) or (mask-image: radial-gradient(circle, #000, #000))) {
  .top_service .card .image {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-clip-path: path("M 55 0 H 100% V calc(100% - 20px) A 20 20 0 0 1 calc(100% - 20px) 100% H 0 V 55 A 55 55 0 0 0 55 0 Z");
            clip-path: path("M 55 0 H 100% V calc(100% - 20px) A 20 20 0 0 1 calc(100% - 20px) 100% H 0 V 55 A 55 55 0 0 0 55 0 Z");
  }
}
.top_service .card .num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--sub-color);
  pointer-events: none;
  padding: 3px 0 0;
}

.top_service .card .num::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-clip-path: inset(50% 0 0 50%);
          clip-path: inset(50% 0 0 50%);
}

.top_service .card .image picture,
.top_service .card .image img {
  display: block;
  width: 100%;
  aspect-ratio: 350/200;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_service .card .name {
  margin: 16px 0 0;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  color: var(--sub-color);
}

.top_service .card .more {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  gap: 38px;
  margin: 21px 0 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.86;
  color: var(--main-color);
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--main-color);
}

.top_service .list.slick-initialized {
  display: block;
}

.top_service .list .slick-dots {
  position: static;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.top_service .list .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.top_service .list .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d0c8c2;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.top_service .list .slick-dots li.slick-active button {
  background-color: var(--sub-color);
}

.top_service .list .slick-dots li button::before {
  display: none;
}

/* top_case（相談事例）
-------------------------------------- */
.top_case {
  padding: 223px 0 0;
}

.top_case .common_head_center:not(.type_card)::after {
  margin: 42px auto 0;
}

.top_case .panel {
  position: relative;
  padding: 20px 100px 100px;
}

.top_case .panel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ebe8e4;
  background-image: linear-gradient(rgba(247, 242, 242, 0.5), rgba(247, 242, 242, 0.5)), url("image/bg_washi.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  border-radius: 25px;
  pointer-events: none;
}

.top_case .head_area {
  position: relative;
  z-index: 1;
  margin: -90px 0 30px;
}

.top_case .common_head_center .head_accent {
  --accent-color: #fdf9f8;
  top: -40px;
  left: calc(50% + 55px);
}

.top_case .head_area .lead {
  margin: 33px auto 0;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--main-color);
}

.top_case .scroll_wrap {
  position: relative;
  z-index: 1;
}

.top_case .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_case .list .item {
  display: flex;
}

.top_case .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 20px 30px 25px;
  border-radius: 15px 0 15px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.top_case .card .card_head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top_case .card .icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.top_case .card .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.top_case .card .card_head .title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.12em;
  transition: opacity 0.3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.top_case .card .divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0 17px;
  border: 0;
  background-image: repeating-linear-gradient(to right, var(--main-color) 0, var(--main-color) 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left center;
}

.top_case .card .text {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.12em;
  color: #5f4f4b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}

.top_case .card .more {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 21px;
  align-self: flex-end;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.12em;
  color: var(--main-color);
  text-decoration: none;
}

.top_case .btn_area {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  text-align: center;
}

.top_case .empty_text,
.top_blog .empty_text,
.top_news .empty_text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 20px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--main-color);
}

/* top_blog（法務お役立ちブログ）
-------------------------------------- */
.top_blog {
  padding: 158px 0 140px;
  background-color: #fff;
}

.top_blog .inner {
  width: 1140px;
  margin: 0 auto;
}

.top_blog .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 1140px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.top_blog .head_area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 37px;
}

.top_blog .head_main {
  flex: 1;
}

.top_blog .common_head_row .head_accent {
  --accent-color: #fdf9f8;
  top: -15px;
  left: -50px;
}

.top_blog .common_head_center .head_accent {
  --accent-color: #fdf9f8;
  top: 24px;
  left: calc(50% - 168px);
}

.top_blog .head_main .lead {
  margin: 25px 0 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.top_blog .head_btn {
  flex-shrink: 0;
}

.top_blog .card {
  height: 100%;
}

.top_blog .card .card_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.top_blog .card .image {
  overflow: hidden;
  border-radius: 8px;
}

.top_blog .card .image img {
  display: block;
  width: 100%;
  aspect-ratio: 360/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_blog .card .name {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.12em;
  color: var(--main-color);
  min-height: 54.06px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.top_blog .card .text {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.12em;
  color: #8b7b76;
  min-height: 37.94px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 500;
}

.top_blog .card .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1bcb6;
}

.top_blog .card .foot .date {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--sub-color);
}

.top_blog .card .foot .more {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.12em;
  color: var(--main-color);
}

.top_blog .btn_area {
  display: none;
  margin-top: 32px;
  text-align: center;
}

.top_blog .list.slick-initialized {
  display: block;
}

.top_blog .list .slick-dots {
  position: static;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.top_blog .list .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.top_blog .list .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d0c8c2;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.top_blog .list .slick-dots li.slick-active button {
  background-color: var(--header-accent);
}

.top_blog .list .slick-dots li button::before {
  display: none;
}

/* top_faq（よくある質問）
-------------------------------------- */
.top_faq {
  padding: 116px 0 139px;
  position: relative;
}

.top_faq .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ebe8e4;
  background-image: linear-gradient(rgba(250, 247, 244, 0.7), rgba(250, 247, 244, 0.7)), url("image/bg_washi.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.top_faq .inner {
  position: relative;
  z-index: 1;
}

.top_faq .head_area {
  margin-bottom: 29px;
  text-align: center;
}

.top_faq .common_head_center:not(.type_card)::after {
  margin: 42px auto 0;
}

.top_faq .common_head_center .head_accent {
  --accent-color: #f2eeed;
  top: -7px;
  left: calc(50% - 164px);
}

.top_faq .head_area .lead {
  margin: 32px auto 0;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.12em;
}

.top_faq .list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_faq .card {
  padding: 24px 40px 19px;
  border-radius: 20px 0 20px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.top_faq .card .question {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.top_faq .card .question .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--sub-color);
  font-size: 18px;
  color: #fff;
}

.top_faq .card .question .text {
  flex: 1;
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: var(--main-color);
}

.top_faq .card .divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 23px 0;
  border: 0;
  background-image: repeating-linear-gradient(to right, #acacac 0, #acacac 2px, transparent 2px, transparent 4px);
}

.top_faq .card .answer {
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.12em;
  color: #837470;
}

.top_faq .card .answer .text {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.top_faq .card .answer .text + .text {
  margin-top: 0.8em;
}

.top_faq .btn_area {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
}

/* top_news（お知らせ）
-------------------------------------- */
.top_news {
  position: relative;
  padding: 117px 0 70px;
  background-color: #fff;
  overflow: visible;
}

.top_news .inner {
  width: 1140px;
  margin: 0 auto;
}

.top_news .head_area {
  margin-bottom: 28px;
  text-align: center;
}

.top_news .common_head_center .head_accent {
  --accent-color: #faf8f7;
  top: -2px;
  left: calc(50% + 67px);
}

.top_news .common_head_center:not(.type_card)::after {
  display: none;
}

.top_news .common_head_row .head_accent {
  --accent-color: #faf8f7;
}

.top_news .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_news .list .link {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 25px 0 25px 40px;
  border-bottom: 1px solid #d9cbcb;
  text-decoration: none;
  color: inherit;
}

.top_news .list .link_body {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.top_news .list .arrow {
  flex-shrink: 0;
  color: var(--main-color);
  --arrow-size: 30px;
  --arrow-line: 30px;
  --arrow-wing: 10px;
  --arrow-optical-x: 0.75px;
  --arrow-hover-x: 4px;
}

.top_news .list .date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 24px;
  border-radius: 3px;
  background-color: #e8d7d3;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.top_news .list .title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  transition: opacity 0.3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.top_news .btn_area {
  margin-top: 48px;
  text-align: center;
}

/* --------------------------------------
   top_contact（お問い合わせ）
   -------------------------------------- */
.top_contact {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 184px 0 120px;
  overflow: visible;
}

.top_contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  -webkit-clip-path: polygon(0 0, 6.25% 16.40625px, 12.5% 30.625px, 18.75% 42.65625px, 25% 52.5px, 31.25% 60.15625px, 37.5% 65.625px, 43.75% 68.90625px, 50% 70px, 56.25% 68.90625px, 62.5% 65.625px, 68.75% 60.15625px, 75% 52.5px, 81.25% 42.65625px, 87.5% 30.625px, 93.75% 16.40625px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 6.25% 16.40625px, 12.5% 30.625px, 18.75% 42.65625px, 25% 52.5px, 31.25% 60.15625px, 37.5% 65.625px, 43.75% 68.90625px, 50% 70px, 56.25% 68.90625px, 62.5% 65.625px, 68.75% 60.15625px, 75% 52.5px, 81.25% 42.65625px, 87.5% 30.625px, 93.75% 16.40625px, 100% 0, 100% 100%, 0 100%);
}

.top_contact .bg picture,
.top_contact .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(3px);
}

.top_contact .bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #645b4f;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.top_contact .inner {
  position: relative;
  z-index: 1;
}

.top_contact .head_area {
  margin-bottom: 33px;
  text-align: center;
  color: #fff;
}

.top_contact .head_area .label {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

.top_contact .head_area .title {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.47;
  letter-spacing: 0.15em;
}

.top_contact .panel {
  position: relative;
  border-radius: 25px 0 25px 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 4px var(--sub-color);
  box-sizing: border-box;
  max-width: 1096px;
  margin: 0 auto;
}
.top_contact .panel::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid var(--sub-color);
  border-radius: 15px 0 15px 0;
  pointer-events: none;
}

.top_contact .panel_body {
  display: flex;
}

.top_contact .panel_body .col {
  flex: 1;
  padding: 40px 48px 42px;
  text-align: center;
  box-sizing: border-box;
}

.top_contact .panel_body .col_tel {
  position: relative;
}
.top_contact .panel_body .col_tel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 124px;
  background-color: #b4a7a7;
  transform: translateY(-50%);
}

.top_contact .panel_body .lead {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.73;
  color: #333333;
}

.top_contact .panel_body .col_tel .lead {
  margin-bottom: 9px;
}

.top_contact .panel_body .col_mail .lead {
  margin-bottom: 5px;
}

.top_contact .panel_body .lead::before,
.top_contact .panel_body .lead::after {
  content: "/";
  margin: 0 10px;
}

.top_contact .tel_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  color: var(--main-color);
  cursor: default;
  pointer-events: none;
}

.top_contact .tel_link,
.top_contact .tel_link a,
.top_contact .tel_link .num {
  color: var(--main-color);
  text-decoration: none;
}

.top_contact .tel_link .icon_tel {
  flex-shrink: 0;
  display: block;
  width: 35px;
  height: 35px;
}

.top_contact .tel_link .num {
  font-size: 44px;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #333333;
}

.top_contact .tel_link .arrow {
  display: none;
}

.top_contact .panel_body .time {
  margin: 5px 0 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.64;
  color: #333333;
  font-weight: 500;
}

.top_contact .mail_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
  border: 1px solid #b97b6e;
  border-radius: 8px;
  background-color: #b97b6e;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.top_contact .mail_btn .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 22px;
  color: currentColor;
  transition: color 0.3s;
}

.top_contact .mail_btn .icon svg {
  display: block;
  width: 29px;
  height: 22px;
}

.top_contact .mail_btn .text {
  flex: 1;
  margin: 0 16px;
  text-align: center;
  color: currentColor;
}

.top_contact .mail_btn .arrow_line {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
}
.top_contact .mail_btn .arrow_line::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.top_contact .access_panel {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 30px 30px 30px 50px;
  border-radius: 20px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  max-width: 900px;
  margin: 32px auto 0;
}

.top_contact .access_panel .map {
  flex-shrink: 0;
  width: 370px;
  aspect-ratio: 370/200;
}

.top_contact .access_panel .map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_contact .access_panel .info {
  flex: 1;
  color: #fff;
}

.top_contact .access_panel .address {
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.top_contact .access_panel .time {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.12em;
  color: #ede2e2;
  font-weight: 500;
}

.top_contact .access_panel .note {
  margin: 0;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.08em;
  color: #ede2e2;
  font-weight: 500;
}

/* --------------------------------------
   top_footer（フッター）
   -------------------------------------- */
.top_footer {
  position: relative;
  margin-top: -1px;
  padding: 80px 0 87px;
  color: #fff;
  overflow: hidden;
}

.top_footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  isolation: isolate;
}

.top_footer .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("image/bg_washi.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.top_footer .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9c685d;
  mix-blend-mode: multiply;
}

.top_footer .inner {
  position: relative;
  z-index: 1;
}

.top_footer .upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 67px;
}

.top_footer .brand {
  flex-shrink: 0;
}

.top_footer .brand_head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.top_footer .brand .logo {
  display: block;
  flex-shrink: 0;
  width: 90px;
}

.top_footer .brand .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.top_footer .brand .company_text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.top_footer .brand .company_text .sub {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.top_footer .brand .company_text .name {
  font-size: 23px;
  letter-spacing: 0.12em;
  line-height: 1.22;
}

.top_footer .brand .company_oneline {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.19;
}

.top_footer .brand .address {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.top_footer .nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  gap: 70px;
  margin: 43px 0 0;
}

.top_footer .nav .title {
  margin: 0 0 12px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.19;
}

.top_footer .nav .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_footer .nav .item {
  margin-bottom: 7px;
}

.top_footer .nav .item:last-child {
  margin-bottom: 0;
}

.top_footer .nav .link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.12em;
  color: #e2c8c3;
  text-decoration: none;
}

.top_footer .nav .col:not(.col_main) .link {
  position: relative;
  padding-left: 18px;
}

.top_footer .nav .col:not(.col_main) .link::before {
  content: "";
  position: absolute;
  top: 0.605em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}

.top_footer .nav .col_main .link {
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.12em;
  color: #fff;
}

.top_footer .nav .col_main .item {
  margin-bottom: 29px;
  display: flex;
}

.top_footer .nav .col_main .item:last-child {
  margin-bottom: 0;
}

/* 翻訳時：ブランド幅を固定しナビは1行（PCのみ／SPでは非表示のまま） */
@media (min-width: 751px) {
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .upper,
html.translated-ltr .top_footer .upper,
html.translated-rtl .top_footer .upper {
    gap: 80px;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .brand,
html.translated-ltr .top_footer .brand,
html.translated-rtl .top_footer .brand {
    width: 340px;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav,
html.translated-ltr .top_footer .nav,
html.translated-rtl .top_footer .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 20px;
    max-width: none;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav .col,
html.translated-ltr .top_footer .nav .col,
html.translated-rtl .top_footer .nav .col {
    min-width: 0;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav .title,
html.translated-ltr .top_footer .nav .title,
html.translated-rtl .top_footer .nav .title {
    letter-spacing: 0.04em;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav .link,
html.translated-ltr .top_footer .nav .link,
html.translated-rtl .top_footer .nav .link {
    letter-spacing: 0.04em;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav .col_main .link,
html.translated-ltr .top_footer .nav .col_main .link,
html.translated-rtl .top_footer .nav .col_main .link {
    letter-spacing: 0.04em;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .nav .col_main .item,
html.translated-ltr .top_footer .nav .col_main .item,
html.translated-rtl .top_footer .nav .col_main .item {
    margin-bottom: 16px;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_footer .brand .company_text .sub,
html[data-site-lang]:not([data-site-lang=ja]) .top_footer .brand .company_text .name,
html[data-site-lang]:not([data-site-lang=ja]) .top_footer .brand .company_oneline,
html[data-site-lang]:not([data-site-lang=ja]) .top_footer .brand .address,
html[data-site-lang]:not([data-site-lang=ja]) .top_footer .lower .copy,
html[data-site-lang]:not([data-site-lang=ja]) .top_footer .lower_pc .hours,
html.translated-ltr .top_footer .brand .company_text .sub,
html.translated-ltr .top_footer .brand .company_text .name,
html.translated-ltr .top_footer .brand .company_oneline,
html.translated-ltr .top_footer .brand .address,
html.translated-ltr .top_footer .lower .copy,
html.translated-ltr .top_footer .lower_pc .hours,
html.translated-rtl .top_footer .brand .company_text .sub,
html.translated-rtl .top_footer .brand .company_text .name,
html.translated-rtl .top_footer .brand .company_oneline,
html.translated-rtl .top_footer .brand .address,
html.translated-rtl .top_footer .lower .copy,
html.translated-rtl .top_footer .lower_pc .hours {
    letter-spacing: 0.04em;
  }
}
.top_footer .lower {
  padding-top: 0;
}

.top_footer .lower .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8c9c3;
}

.top_footer .lower .utility {
  display: flex;
  gap: 28px;
}

.top_footer .lower .utility .link {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.21;
  color: #d6b5ae;
  text-decoration: none;
}

.top_footer .lower .tel {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.64;
  color: #eddbd8;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.top_footer .lower .tel .item {
  margin-right: 13px;
}

.top_footer .lower .tel .item:last-child {
  margin-right: 0;
}

.top_footer .lower .tel a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.top_footer .lower .copy {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.92;
  color: #eddbd8;
}

.top_footer .lower_pc .lower_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.top_footer .lower_pc .hours {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.67;
  color: #d6b5ae;
  font-weight: 500;
}

.top_footer .lower_pc .utility {
  justify-content: flex-end;
}

.top_footer .lower_pc .lower_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 13px;
  padding-top: 13px;
  font-weight: 500;
}

.top_footer .lower_pc .copy {
  text-align: right;
}

/* --------------------------------------
   事業所概要
-------------------------------------- */
/* company_origin_sec（和奏の由来）
-------------------------------------- */
.company_origin_sec {
  position: relative;
  margin-bottom: 60px;
}

.company_origin_sec .wrap {
  position: relative;
}

.company_origin_sec .bg_logo {
  position: absolute;
  top: -98px;
  left: 50%;
  z-index: 0;
  width: 405px;
  transform: translateX(-50%);
  pointer-events: none;
}

.company_origin_sec .bg_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.company_origin_sec .head_area {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}

.company_origin_sec .origin_head {
  text-align: center;
}

.company_origin_sec .origin_head::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 37px auto 0;
  background-color: var(--main-color);
}

.company_origin_sec .origin_head .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  font-weight: inherit;
}

html[data-site-lang]:not([data-site-lang=ja]) .company_origin_sec .origin_head .title,
html.translated-ltr .company_origin_sec .origin_head .title,
html.translated-rtl .company_origin_sec .origin_head .title {
  gap: 0.6em;
}

html[data-site-lang]:not([data-site-lang=ja]) .company_origin_sec .origin_head .no,
html.translated-ltr .company_origin_sec .origin_head .no,
html.translated-rtl .company_origin_sec .origin_head .no,
html[data-site-lang]:not([data-site-lang=ja]) .company_origin_sec .origin_head .rest,
html.translated-ltr .company_origin_sec .origin_head .rest,
html.translated-rtl .company_origin_sec .origin_head .rest {
  letter-spacing: 0.04em;
}

.company_origin_sec .origin_head .ruby_group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.company_origin_sec .origin_head .ruby_label {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #a89a86;
}

.company_origin_sec .origin_head .accent {
  color: var(--sub-color);
  font-size: 44px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.company_origin_sec .origin_head .no {
  color: var(--main-color);
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.company_origin_sec .origin_head .rest {
  color: var(--main-color);
  font-size: 44px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.company_origin_sec .lead .text .accent {
  color: var(--sub-color);
}

.company_origin_sec .lead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.company_origin_sec .lead .text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: var(--main-color);
}

.company_origin_sec .lead .text:last-child {
  margin-bottom: 0;
}

/* company_info_sec（会社情報）
-------------------------------------- */
.company_info_sec .panel {
  position: relative;
  padding: 74px 60px;
  border-radius: 20px;
  overflow: hidden;
}

.company_info_sec .panel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ebe8e4;
  background-image: url("../../../image/bg_washi.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.company_info_sec .panel .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 249, 242, 0.7);
  pointer-events: none;
}

.company_info_sec .info_list {
  position: relative;
  z-index: 1;
  margin: 0;
}

.company_info_sec .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
  gap: 0 40px;
  margin: 0;
  padding: 28px 0;
  position: relative;
}

.company_info_sec .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: var(--sub-color);
}

.company_info_sec .row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 200px;
  right: 0;
  height: 1px;
  background-color: #f0e7e6;
}

.company_info_sec .row:first-child {
  padding-top: 0;
}

.company_info_sec .label {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: var(--main-color);
  padding: 0 0 0 40px;
}

.company_info_sec .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.06em;
  color: #62514d;
  font-weight: 500;
}

.company_info_sec .text .note {
  display: block;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.12em;
  color: #9f908d;
  font-weight: 500;
}

/* --------------------------------------
   業務内容
-------------------------------------- */
.page_service_detail .common_page_wrap {
  padding: 160px 0;
}

.service_detail_sec .cont .item {
  display: flex;
  gap: 80px;
  background: #fff;
}

.service_detail_sec .cont .item + .item {
  margin-top: 32px;
}

.service_detail_sec .cont .item:nth-child(even) {
  flex-direction: row-reverse;
}

.service_detail_sec .cont .item .img {
  position: relative;
  flex-shrink: 0;
  width: 400px;
  aspect-ratio: 350/200;
}

.service_detail_sec .cont .item .img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
  background-color: #f4edec;
  z-index: 0;
}

.service_detail_sec .cont .item .img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.service_detail_sec .cont .item .text_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.service_detail_sec .cont .item .text_box .content .title {
  margin: 0 0 0.6em;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.service_detail_sec .cont .item .text_box .content .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

.service_detail_sec .not_found {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* --------------------------------------
   ホバー
-------------------------------------- */
@media (min-width: 751px) {
  :is(a, button):hover .arrow:not(.is_static) .arrow_icon {
    transform: translate(calc(var(--arrow-optical-x) + var(--arrow-hover-x)), -50%);
  }
  a.common_more_btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
  }
  a.common_more_btn:hover .text {
    color: #fff;
  }
  #pc_header .gnav_link:hover,
#pc_header .lang_btn:hover {
    opacity: 0.7;
  }
  #pc_header .btn_contact:hover {
    background-color: #fff;
    border-color: var(--sub-color);
    color: var(--sub-color);
  }
  #pc_header .btn_contact:hover .icon {
    color: var(--sub-color);
  }
  #pc_header .has_lang:hover .lang_menu_panel {
    visibility: visible;
    pointer-events: auto;
  }
  #pc_header .lang_link:hover,
#pc_header .lang_menu .glink:hover {
    background-color: var(--sub-color);
    color: #fff;
  }
  #pc_header .has_mega:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
    pointer-events: auto;
  }
  .top_service .card .more:hover {
    opacity: 0.7;
  }
  .top_news .list .link:hover .title {
    opacity: 0.7;
  }
  .top_contact .mail_btn:hover {
    background-color: #fff;
    border-color: #b97b6e;
    color: #b97b6e;
  }
}
/* --------------------------------------
   メディアクエリ
-------------------------------------- */
@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }
  a[href$=".pdf"]::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }
  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }
  body {
    font-size: 13px;
    min-width: 100%;
  }
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding: 34.87vw 0 20.51vw;
  }
  .common_page_main .title_box {
    gap: 3.59vw;
  }
  .common_page_main .title_box .sub_title {
    font-size: 4.1vw;
  }
  .common_page_main .title_box .title {
    font-size: 8.72vw;
  }
  .common_page_wrap {
    padding: 12.31vw 0 20.51vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
  }
  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }
  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }
  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }
  .contact_form_disc .sales_caution {
    font-size: 3.1vw;
    margin-block: 0.8em 0;
  }
  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }
  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }
  .common_contact_form .form_box dl + dl {
    margin-block: 1.3em 0;
  }
  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }
  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }
  .common_contact_form .form_box dl dt::after {
    content: none;
  }
  .common_contact_form input[type=text],
.common_contact_form input[type=email],
.common_contact_form #zip {
    font-size: 3.6vw;
  }
  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }
  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }
  .radio_btns,
.checkboxes {
    gap: 0.5em 2.5em;
  }
  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }
  .page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }
  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }
  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }
  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }
  .privacy_check_list {
    margin-bottom: 6vw;
  }
  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }
  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }
  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .privacy_term_outer .privacy_term_inner dl + dl {
    margin-top: 7vw;
  }
  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }
  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }
  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }
  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }
  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }
  .page_contact .progressbar .item + .item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }
  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }
  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }
  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }
  body #sitemap_list {
    padding: 0;
  }
  /* --------------------------------------
     共通パーツ
  -------------------------------------- */
  /* common_head SP
  ----------------------------------------*/
  .common_head_center .label {
    font-size: 4.1vw;
  }
  .common_head_center .title {
    margin: 3.08vw 0 0;
    font-size: 8.72vw;
  }
  .common_head_center:not(.type_card)::after {
    width: 20.51vw;
    margin: 8.21vw auto 0;
  }
  .common_head_center.type_card .label {
    font-size: 4.1vw;
  }
  .common_head_center.type_card .title {
    font-size: 8.72vw;
  }
  .common_head_row .title {
    -moz-column-gap: 5.51vw;
         column-gap: 5.51vw;
  }
  .common_head_row .title .jp {
    font-size: 8.72vw;
  }
  .common_head_row .title .slash {
    width: 1px;
    height: 4.1vw;
  }
  .common_head_row .title .en {
    font-size: 4.1vw;
  }
  a.common_more_btn,
a.common_more_btn:link,
a.common_more_btn:visited {
    min-width: 61.54vw;
    min-height: 13.33vw;
    height: 13.33vw;
    padding: 0 5.13vw 0 5.13vw;
    font-size: 3.85vw;
  }
  a.common_more_btn .arrow_line,
a.common_more_btn:link .arrow_line,
a.common_more_btn:visited .arrow_line {
    width: 5.13vw;
    margin-left: 4.1vw;
  }
  a.common_more_btn .arrow_line::before,
a.common_more_btn:link .arrow_line::before,
a.common_more_btn:visited .arrow_line::before {
    top: calc(50% - 0.13vw);
    width: 2.05vw;
    height: 0.26vw;
    transform-origin: calc(100% - 0.13vw) 50%;
  }
  /* head_accent（タイトル装飾：80×80 + 20×20） */
  .head_accent {
    width: 10.26vw;
    height: 10.26vw;
  }
  .head_accent::before {
    width: 10.26vw;
    height: 10.26vw;
  }
  .head_accent::after {
    top: -2.56vw;
    right: -2.56vw;
    width: 2.56vw;
    height: 2.56vw;
  }
  .arrow.is_24 {
    --arrow-size: 5.64vw;
    --arrow-line: 5.64vw;
    --arrow-wing: 1.79vw;
    --arrow-optical-x: 0.13vw;
    --arrow-hover-x: 0.77vw;
  }
  /* --------------------------------------
     SPヘッダー
  -------------------------------------- */
  #sp_header {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: transparent;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  #sp_header .inner {
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    align-items: center;
  }
  #sp_header .logo_area {
    margin: 0;
  }
  #sp_header .site_name {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
  }
  #sp_header .logo_link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
  }
  #sp_header .logo_mark {
    flex-shrink: 0;
    width: 36px;
    height: auto;
  }
  #sp_header .logo_mark_fixed {
    display: none;
  }
  #sp_header .logo_text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
  }
  #sp_header .logo_text .sub {
    font-size: 11px;
    letter-spacing: 0.015em;
    color: #fff;
  }
  #sp_header .logo_text .name {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.19;
    color: #fff;
  }
  #sp_header.is_fixed,
body.is_menu_open #sp_header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
  }
  #sp_header.is_fixed .logo_mark_default,
body.is_menu_open #sp_header .logo_mark_default {
    display: none;
  }
  #sp_header.is_fixed .logo_mark_fixed,
body.is_menu_open #sp_header .logo_mark_fixed {
    display: block;
  }
  #sp_header.is_fixed .logo_text .sub,
body.is_menu_open #sp_header .logo_text .sub {
    color: var(--main-color);
  }
  #sp_header.is_fixed .logo_text .name,
body.is_menu_open #sp_header .logo_text .name {
    color: var(--sub-color);
  }
  /* top_fv SP
  ----------------------------------------*/
  .top_fv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.69vw), 93.75% calc(100% - 5.89vw), 87.5% calc(100% - 4.33vw), 81.25% calc(100% - 3vw), 75% calc(100% - 1.92vw), 68.75% calc(100% - 1.08vw), 62.5% calc(100% - 0.48vw), 56.25% calc(100% - 0.12vw), 50% 100%, 43.75% calc(100% - 0.12vw), 37.5% calc(100% - 0.48vw), 31.25% calc(100% - 1.08vw), 25% calc(100% - 1.92vw), 18.75% calc(100% - 3vw), 12.5% calc(100% - 4.33vw), 6.25% calc(100% - 5.89vw), 0 calc(100% - 7.69vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.69vw), 93.75% calc(100% - 5.89vw), 87.5% calc(100% - 4.33vw), 81.25% calc(100% - 3vw), 75% calc(100% - 1.92vw), 68.75% calc(100% - 1.08vw), 62.5% calc(100% - 0.48vw), 56.25% calc(100% - 0.12vw), 50% 100%, 43.75% calc(100% - 0.12vw), 37.5% calc(100% - 0.48vw), 31.25% calc(100% - 1.08vw), 25% calc(100% - 1.92vw), 18.75% calc(100% - 3vw), 12.5% calc(100% - 4.33vw), 6.25% calc(100% - 5.89vw), 0 calc(100% - 7.69vw));
  }
  .top_fv .fv_content {
    padding: 43.08vw 5.13vw 22.05vw;
  }
  .top_fv .fv_logo {
    top: 36.41vw;
    width: 105.9vw;
  }
  .top_fv .fv_catch_area {
    margin: 0 0 2.82vw;
  }
  .top_fv .fv_catch {
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.6em;
  }
  .top_fv .fv_catch .kanji {
    font-size: 15.38vw;
  }
  .top_fv .fv_catch .kana {
    font-size: 10.26vw;
  }
  .top_fv .fv_catch_sub {
    left: calc(50% + 10.26vw);
    font-size: 3.08vw;
    letter-spacing: 0.06em;
  }
  .top_fv .fv_lead {
    font-size: 3.85vw;
    line-height: 1.8;
  }
  .top_fv_wrap .fv_scroll {
    display: none;
  }
  /* top_message SP
  ----------------------------------------*/
  .top_message {
    padding: 29.23vw 0 20.51vw;
    margin: -10.26vw 0 0;
  }
  .top_message .bg_logo {
    top: 41.03vw;
    width: 87.95vw;
  }
  .top_message .head_area {
    margin-bottom: 8.21vw;
  }
  .top_message .body {
    max-width: 100%;
    margin: 0 auto 6.92vw;
  }
  .top_message .body .text {
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.08em;
  }
  /* 翻訳時：トップの文中強制改行を無効化（段落は p で確保） */
  html[data-site-lang]:not([data-site-lang=ja]),
html.translated-ltr,
html.translated-rtl {
    /* フッター帯はトップのみ（下層は現状維持） */
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_fv .fv_lead,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .body .text,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .card .card_body .text,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .card .list .item .text,
html[data-site-lang]:not([data-site-lang=ja]) .top_service .lead,
html[data-site-lang]:not([data-site-lang=ja]) .top_case .lead,
html[data-site-lang]:not([data-site-lang=ja]) .top_blog .lead,
html[data-site-lang]:not([data-site-lang=ja]) .top_blog .common_head_center .title,
html[data-site-lang]:not([data-site-lang=ja]) .top_faq .head_area .lead,
html[data-site-lang]:not([data-site-lang=ja]) .top_faq .card .answer .text,
html.translated-ltr .top_fv .fv_lead,
html.translated-ltr .top_message .body .text,
html.translated-ltr .top_message .card .card_body .text,
html.translated-ltr .top_message .card .list .item .text,
html.translated-ltr .top_service .lead,
html.translated-ltr .top_case .lead,
html.translated-ltr .top_blog .lead,
html.translated-ltr .top_blog .common_head_center .title,
html.translated-ltr .top_faq .head_area .lead,
html.translated-ltr .top_faq .card .answer .text,
html.translated-rtl .top_fv .fv_lead,
html.translated-rtl .top_message .body .text,
html.translated-rtl .top_message .card .card_body .text,
html.translated-rtl .top_message .card .list .item .text,
html.translated-rtl .top_service .lead,
html.translated-rtl .top_case .lead,
html.translated-rtl .top_blog .lead,
html.translated-rtl .top_blog .common_head_center .title,
html.translated-rtl .top_faq .head_area .lead,
html.translated-rtl .top_faq .card .answer .text {
    letter-spacing: 0.02em;
  }
  html[data-site-lang]:not([data-site-lang=ja]) .top_fv .fv_lead br,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .body .text br,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .card .card_body .text br,
html[data-site-lang]:not([data-site-lang=ja]) .top_message .card .list .item .text br,
html[data-site-lang]:not([data-site-lang=ja]) .top_service .lead br,
html[data-site-lang]:not([data-site-lang=ja]) .top_case .lead br,
html[data-site-lang]:not([data-site-lang=ja]) .top_blog .lead br,
html[data-site-lang]:not([data-site-lang=ja]) .top_blog .common_head_center .title br,
html[data-site-lang]:not([data-site-lang=ja]) .top_faq .head_area .lead br,
html.translated-ltr .top_fv .fv_lead br,
html.translated-ltr .top_message .body .text br,
html.translated-ltr .top_message .card .card_body .text br,
html.translated-ltr .top_message .card .list .item .text br,
html.translated-ltr .top_service .lead br,
html.translated-ltr .top_case .lead br,
html.translated-ltr .top_blog .lead br,
html.translated-ltr .top_blog .common_head_center .title br,
html.translated-ltr .top_faq .head_area .lead br,
html.translated-rtl .top_fv .fv_lead br,
html.translated-rtl .top_message .body .text br,
html.translated-rtl .top_message .card .card_body .text br,
html.translated-rtl .top_message .card .list .item .text br,
html.translated-rtl .top_service .lead br,
html.translated-rtl .top_case .lead br,
html.translated-rtl .top_blog .lead br,
html.translated-rtl .top_blog .common_head_center .title br,
html.translated-rtl .top_faq .head_area .lead br {
    display: none;
  }
  html[data-site-lang]:not([data-site-lang=ja]) body.home .top_contact .title,
html[data-site-lang]:not([data-site-lang=ja]) body.home .top_contact .note,
html.translated-ltr body.home .top_contact .title,
html.translated-ltr body.home .top_contact .note,
html.translated-rtl body.home .top_contact .title,
html.translated-rtl body.home .top_contact .note {
    letter-spacing: 0.02em;
  }
  html[data-site-lang]:not([data-site-lang=ja]) body.home .top_contact .title br,
html[data-site-lang]:not([data-site-lang=ja]) body.home .top_contact .note br,
html.translated-ltr body.home .top_contact .title br,
html.translated-ltr body.home .top_contact .note br,
html.translated-rtl body.home .top_contact .title br,
html.translated-rtl body.home .top_contact .note br {
    display: none;
  }
  .top_message .card_list {
    flex-direction: column;
    gap: 5.9vw;
  }
  .top_message .card::before {
    top: -1.79vw;
    left: -2.56vw;
    width: 10.26vw;
    height: 10.26vw;
  }
  .top_message .card .card_inner {
    padding: 2.56vw 3.33vw 6.67vw 5.13vw;
    border-radius: 1.54vw 0 1.54vw 0;
  }
  .top_message .card .card_inner > .label {
    padding: 0 3.08vw;
    font-size: 6.67vw;
  }
  .top_message .card .common_head_center.type_card .title {
    font-size: 4.1vw;
    margin-top: -1.54vw;
  }
  .top_message .card .card_body {
    margin-top: 2.56vw;
  }
  .top_message .card .card_body .text {
    font-size: 3.33vw;
    line-height: 1.69;
    letter-spacing: 0.1em;
  }
  .top_message .card .list {
    gap: 3.59vw;
  }
  .top_message .card .list .item {
    gap: 2.95vw;
  }
  .top_message .card .list .item .label .en {
    font-size: 2.56vw;
    line-height: 1;
  }
  .top_message .card .list .item .label .no {
    margin-top: 0.51vw;
    font-size: 5.64vw;
    line-height: 1;
  }
  .top_message .card .list .item .slash {
    width: 1px;
    height: 8.21vw;
    transform: rotate(20deg);
  }
  .top_message .card .list .item .text {
    font-size: 3.33vw;
    line-height: 1.54;
    letter-spacing: 0.09em;
  }
  /* top_service SP
  ----------------------------------------*/
  .top_service {
    padding: 17.18vw 0 22.05vw;
    margin: -14.62vw 0 0;
  }
  .top_service .bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 93.75% calc(100% - 7.85vw), 87.5% calc(100% - 5.77vw), 81.25% calc(100% - 4.01vw), 75% calc(100% - 2.56vw), 68.75% calc(100% - 1.44vw), 62.5% calc(100% - 0.64vw), 56.25% calc(100% - 0.16vw), 50% 100%, 43.75% calc(100% - 0.16vw), 37.5% calc(100% - 0.64vw), 31.25% calc(100% - 1.44vw), 25% calc(100% - 2.56vw), 18.75% calc(100% - 4.01vw), 12.5% calc(100% - 5.77vw), 6.25% calc(100% - 7.85vw), 0 calc(100% - 10.26vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 93.75% calc(100% - 7.85vw), 87.5% calc(100% - 5.77vw), 81.25% calc(100% - 4.01vw), 75% calc(100% - 2.56vw), 68.75% calc(100% - 1.44vw), 62.5% calc(100% - 0.64vw), 56.25% calc(100% - 0.16vw), 50% 100%, 43.75% calc(100% - 0.16vw), 37.5% calc(100% - 0.64vw), 31.25% calc(100% - 1.44vw), 25% calc(100% - 2.56vw), 18.75% calc(100% - 4.01vw), 12.5% calc(100% - 5.77vw), 6.25% calc(100% - 7.85vw), 0 calc(100% - 10.26vw));
  }
  .top_service .head_area {
    margin-bottom: 5.64vw;
  }
  .common_head_row .watermark {
    font-size: 16.92vw;
    top: -4.36vw;
    left: -3.85vw;
    letter-spacing: 0.09em;
  }
  .top_service .head_area .lead {
    max-width: 100%;
    margin: 5.13vw auto 0;
    font-size: 3.59vw;
    line-height: 1.57;
    letter-spacing: 0.12em;
  }
  .top_service .tab_area {
    margin-bottom: 4.62vw;
    border-bottom: 0;
  }
  .top_service .tab_list {
    gap: 2.56vw;
  }
  .top_service .tab_list .item {
    flex: 1;
  }
  .top_service .tab_list .btn {
    min-width: 0;
    min-height: 9.74vw;
    width: 100%;
    border: 1px solid var(--sub-color);
    border-radius: 1.54vw 0 1.54vw 0;
    font-size: 3.33vw;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 5px;
  }
  .top_service .tab_list .btn.is_active {
    border-bottom-color: var(---accent);
  }
  .top_service .panel_area {
    min-height: auto;
  }
  .top_service .list {
    display: block;
    gap: 0;
    margin-bottom: 0;
  }
  .top_service .list:not(.slick-initialized) {
    overflow: hidden;
  }
  .top_service .list:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
  }
  .top_service .list .slick-slide {
    margin-right: 5.13vw;
    padding-right: 0;
    box-sizing: border-box;
  }
  .top_service .list .slide,
.top_service .card {
    width: 100%;
  }
  .top_service .card .image {
    border-radius: 0 0 5.13vw 0;
    -webkit-mask-image: radial-gradient(circle 11.54vw at 0 0, transparent 11.28vw, #000 11.54vw);
    mask-image: radial-gradient(circle 11.54vw at 0 0, transparent 11.28vw, #000 11.54vw);
  }
  @supports not ((-webkit-mask-image: radial-gradient(circle, #000, #000)) or (mask-image: radial-gradient(circle, #000, #000))) {
    .top_service .card .image {
      -webkit-mask-image: none;
      mask-image: none;
      -webkit-clip-path: path("M px_vw(45) 0 H 100% V calc(100% - px_vw(20)) A px_vw(20) px_vw(20) 0 0 1 calc(100% - px_vw(20)) 100% H 0 V px_vw(45) A px_vw(45) px_vw(45) 0 0 0 px_vw(45) 0 Z");
              clip-path: path("M px_vw(45) 0 H 100% V calc(100% - px_vw(20)) A px_vw(20) px_vw(20) 0 0 1 calc(100% - px_vw(20)) 100% H 0 V px_vw(45) A px_vw(45) px_vw(45) 0 0 0 px_vw(45) 0 Z");
    }
  }
  .top_service .card .num {
    top: 0;
    left: 0;
    width: 20.51vw;
    height: 20.51vw;
    padding: 1.03vw 0 0 0;
    font-size: 5.64vw;
  }
  .top_service .card .num::before {
    top: -10.26vw;
    left: -10.26vw;
    width: 20.51vw;
    height: 20.51vw;
    border: 1px solid var(--sub-color);
  }
  .top_service .card .image picture,
.top_service .card .image img {
    aspect-ratio: 350/180;
  }
  .top_service .card .name {
    margin: 4.36vw 0 0;
    font-size: 4.62vw;
  }
  .top_service .card .more {
    gap: 10.77vw;
    margin-top: 5.64vw;
    padding: 0 0 2.05vw;
    border-bottom: 1px solid var(--main-color);
    font-size: 3.33vw;
    letter-spacing: 0.1em;
  }
  .top_service .list .slick-dots {
    margin: 10.26vw 0 0;
  }
  .top_service .list .slick-dots li {
    margin: 0 1.54vw;
    width: 3.08vw;
    height: 3.08vw;
  }
  .top_service .list .slick-dots li button {
    width: 3.08vw;
    height: 3.08vw;
    border-radius: 50%;
  }
  /* top_case SP
  ----------------------------------------*/
  .top_case {
    padding: 34.1vw 0 0;
  }
  .top_case .common_head_center:not(.type_card)::after {
    margin: 7.69vw auto 0;
  }
  .top_case .panel {
    padding: 5.13vw 0 20.51vw;
    border-radius: 3.59vw;
    min-width: 0;
    max-width: 100%;
  }
  .top_case .panel .bg {
    border-radius: 3.59vw;
  }
  .top_case .head_area {
    margin: -19.23vw 0 8.21vw;
  }
  .top_case .common_head_center .head_accent {
    top: -6.41vw;
    left: calc(50% + 13.85vw);
  }
  .top_case .head_area .lead {
    max-width: 100%;
    margin: 6.15vw auto 0;
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.07em;
  }
  .top_case .wrap {
    width: 100%;
    max-width: 90%;
    min-width: 0;
    box-sizing: border-box;
  }
  .top_case .inner {
    min-width: 0;
    max-width: 100%;
  }
  .top_case .scroll_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 5.13vw;
    box-sizing: border-box;
  }
  .top_case .scroll_wrap::-webkit-scrollbar {
    display: none;
  }
  .top_case .scroll_wrap .scroll-hint-icon-wrap {
    z-index: 20;
  }
  .top_case .scroll_wrap .scroll-hint-icon {
    z-index: 20;
  }
  .top_case .list {
    display: flex;
    flex-wrap: nowrap;
    gap: 5.13vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
  .top_case .list .item {
    flex: 0 0 79.49vw;
    width: 79.49vw;
    min-width: 79.49vw;
    max-width: 79.49vw;
  }
  .top_case .card {
    padding: 5.13vw 5.13vw 7.69vw;
    border-radius: 2.56vw 0 2.56vw 0;
  }
  .top_case .card .card_head {
    flex-direction: column;
    gap: 4.36vw;
  }
  .top_case .card .icon {
    width: 23.08vw;
    height: 23.08vw;
  }
  .top_case .card .card_head .title {
    font-size: 3.85vw;
    line-height: 1.6;
  }
  .top_case .card .divider {
    height: 1px;
    margin: 3.08vw 0 2.56vw;
    background-image: repeating-linear-gradient(to right, var(--main-color) 0, var(--main-color) 2px, transparent 2px, transparent 4px);
  }
  .top_case .card .text {
    font-size: 3.33vw;
    line-height: 1.85;
    letter-spacing: 0.08em;
  }
  .top_case .card .more {
    gap: 7.69vw;
    font-size: 3.33vw;
    letter-spacing: 0.12em;
    margin: 4.62vw auto 0;
  }
  .top_case .btn_area {
    margin-top: 10.26vw;
  }
  /* top_blog SP
  ----------------------------------------*/
  .top_blog {
    padding: 17.18vw 0 20.51vw;
  }
  .top_blog .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 5.13vw;
    box-sizing: border-box;
  }
  .top_blog .head_area {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 6.92vw;
  }
  .top_blog .head_main {
    width: 100%;
    text-align: center;
  }
  .top_blog .head_main .common_head_center .title {
    line-height: 1.35;
  }
  .top_blog .common_head_center:not(.type_card)::after {
    display: none;
  }
  .top_blog .common_head_center .head_accent {
    top: -2.31vw;
    left: calc(50% + 4.87vw);
  }
  .top_blog .head_main .lead {
    margin: 3.08vw 0 0;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.09em;
  }
  .top_blog .list {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    gap: 0;
  }
  .top_blog .list:not(.slick-initialized) {
    overflow: hidden;
  }
  .top_blog .list:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
  }
  .top_blog .list .slick-list {
    margin: 0;
    padding: 0;
  }
  .top_blog .list .slick-track {
    margin: 0;
  }
  .top_blog .list .slick-slide {
    width: 79.49vw;
    margin: 0 2.56vw;
    padding: 0;
  }
  .top_blog .list .slick-slide > div {
    height: 100%;
  }
  .top_blog .card {
    width: 79.49vw;
    padding: 0 0 0;
  }
  .top_blog .card .card_link {
    height: 100%;
  }
  .top_blog .card .image {
    margin: 0;
    border-radius: 1.54vw;
  }
  .top_blog .card .image img {
    aspect-ratio: 310/160;
    border-radius: 0;
  }
  .top_blog .card .name {
    margin: 4.87vw 0 0;
    font-size: 4.1vw;
    line-height: 1.69;
    min-height: 13.85vw;
  }
  .top_blog .card .text {
    margin: 2.31vw 0 0;
    font-size: 3.33vw;
    line-height: 1.46;
    min-height: 9.72vw;
  }
  .top_blog .card .foot {
    margin-top: auto;
    padding-top: 5.9vw;
    padding-bottom: 2.56vw;
  }
  .top_blog .card .foot .date {
    font-size: 3.33vw;
  }
  .top_blog .card .foot .more {
    gap: 7.69vw;
    font-size: 3.33vw;
  }
  .top_blog a.common_more_btn {
    min-width: 66.67vw;
  }
  .top_blog .btn_area {
    display: block;
    margin-top: 10.26vw;
  }
  .top_blog .list .slick-dots {
    display: none;
  }
  /* top_faq SP
  ----------------------------------------*/
  .top_faq {
    padding: 18.72vw 0 20.51vw;
  }
  .top_faq .panel {
    width: 100%;
    padding: 10.26vw 0 8.21vw;
    border-radius: 3.08vw;
  }
  .top_faq .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top_faq .head_area {
    margin-bottom: 7.18vw;
  }
  .top_faq .common_head_center .head_accent {
    top: 4.1vw;
    left: calc(50% - 33.85vw);
  }
  .top_faq .common_head_center:not(.type_card)::after {
    margin: 8.21vw auto 0;
  }
  .top_faq .head_area .lead {
    max-width: 100%;
    margin: 6.41vw auto 0;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.09em;
  }
  .top_faq .list {
    gap: 2.56vw;
  }
  .top_faq .card {
    width: 100%;
    min-height: auto;
    padding: 6.15vw 5.13vw;
    border-radius: 2.56vw 0 2.56vw 0;
  }
  .top_faq .card .question {
    gap: 3.08vw;
    align-items: center;
  }
  .top_faq .card .question .icon {
    width: 7.69vw;
    height: 7.69vw;
    font-size: 4.1vw;
  }
  .top_faq .card .question .text {
    margin: 0 0 0;
    font-size: 3.85vw;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }
  .top_faq .card .divider {
    height: 1px;
    margin: 4.62vw 0 4.62vw;
    background-image: repeating-linear-gradient(to right, #acacac 0, #acacac 2px, transparent 2px, transparent 4px);
  }
  .top_faq .card .answer {
    font-size: 3.33vw;
    line-height: 1.54;
    letter-spacing: 0.09em;
  }
  .top_faq .btn_area {
    margin-top: 10.26vw;
  }
  .top_faq a.common_more_btn {
    min-width: 66.67vw;
  }
  /* top_news SP
  ----------------------------------------*/
  .top_news {
    padding: 23.08vw 0 10.26vw;
  }
  .top_news .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 5.13vw;
    box-sizing: border-box;
  }
  .top_news .head_area {
    margin-bottom: 1.79vw;
    text-align: left;
  }
  .top_news .common_head_row .head_accent {
    top: -2.56vw;
    left: -5.13vw;
    --accent-color: #faf8f7;
  }
  .top_news .list .link {
    align-items: center;
    gap: 14.62vw;
    padding: 4.62vw 0 2.56vw;
  }
  .top_news .list .link_body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .top_news .list .link:hover .title {
    opacity: 1;
  }
  .top_news .list .date {
    flex-shrink: 0;
    min-width: 20.51vw;
    min-height: 5.13vw;
    margin: 0 0 3.08vw;
    padding: 0 2.05vw;
    border-radius: 0.77vw;
    font-size: 3.08vw;
  }
  .top_news .list .title {
    flex: none;
    width: 100%;
    margin: 0;
    font-size: 3.59vw;
    line-height: 1.57;
    letter-spacing: 0.09em;
    color: var(--main-color);
  }
  .top_news .list .arrow {
    flex-shrink: 0;
    align-self: center;
    color: var(--main-color);
    --arrow-size: 5.64vw;
    --arrow-line: 5.64vw;
    --arrow-wing: 2.05vw;
    --arrow-optical-x: 0.13vw;
    --arrow-hover-x: 0px;
  }
  .top_news .btn_area {
    margin-top: 9.74vw;
  }
  .top_news a.common_more_btn {
    min-width: 66.67vw;
  }
  /* top_contact SP
  ----------------------------------------*/
  .top_contact {
    padding: 26.92vw 0 20.51vw;
  }
  .top_contact .bg {
    -webkit-clip-path: polygon(0 0, 6.25% 2.4vw, 12.5% 4.49vw, 18.75% 6.25vw, 25% 7.69vw, 31.25% 8.81vw, 37.5% 9.62vw, 43.75% 10.1vw, 50% 10.26vw, 56.25% 10.1vw, 62.5% 9.62vw, 68.75% 8.81vw, 75% 7.69vw, 81.25% 6.25vw, 87.5% 4.49vw, 93.75% 2.4vw, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 6.25% 2.4vw, 12.5% 4.49vw, 18.75% 6.25vw, 25% 7.69vw, 31.25% 8.81vw, 37.5% 9.62vw, 43.75% 10.1vw, 50% 10.26vw, 56.25% 10.1vw, 62.5% 9.62vw, 68.75% 8.81vw, 75% 7.69vw, 81.25% 6.25vw, 87.5% 4.49vw, 93.75% 2.4vw, 100% 0, 100% 100%, 0 100%);
  }
  .top_contact .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top_contact .head_area {
    margin-bottom: 7.18vw;
  }
  .top_contact .head_area .label {
    font-size: 4.1vw;
  }
  .top_contact .head_area .title {
    margin: 2.05vw 0 0;
    font-size: 5.64vw;
    line-height: 1.55;
    letter-spacing: 0.1em;
  }
  .top_contact .bg picture,
.top_contact .bg img {
    filter: blur(3px);
  }
  .top_contact .panel {
    border-radius: 4.1vw 0 4.1vw 0;
    box-shadow: inset 0 0 0 3px var(--sub-color);
    padding: 7.69vw 7.69vw 11.28vw;
  }
  .top_contact .panel::after {
    top: 2.56vw;
    right: 2.56vw;
    bottom: 2.56vw;
    left: 2.56vw;
    border: 1px solid var(--sub-color);
    border-radius: 4.1vw 0 4.1vw 0;
  }
  .top_contact .panel_body {
    flex-direction: column;
  }
  .top_contact .panel_body .col_tel {
    padding: 0 0 4.62vw;
  }
  .top_contact .panel_body .col_tel::after {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .top_contact .panel_body .col_mail {
    padding: 3.85vw 0 0;
  }
  .top_contact .panel_body .lead {
    font-size: 3.59vw;
    line-height: 1.86;
    letter-spacing: 0.09em;
  }
  .top_contact .panel_body .col_tel .lead {
    margin-bottom: 1.28vw;
  }
  .top_contact .panel_body .col_mail .lead {
    margin-bottom: 1.28vw;
  }
  .top_contact .panel_body .lead::before,
.top_contact .panel_body .lead::after {
    margin: 0 2.05vw;
  }
  .top_contact .tel_link {
    width: 100%;
    height: 16.41vw;
    gap: 2.56vw;
    padding: 0 5.13vw;
    background-color: #e6e3de;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  .top_contact .tel_link .icon_tel {
    width: 6.15vw;
    height: 6.15vw;
  }
  .top_contact .tel_link .num {
    flex: 1;
    font-size: 6.15vw;
    letter-spacing: 0.09em;
    text-align: center;
  }
  .top_contact .tel_link .arrow_line {
    position: relative;
    flex-shrink: 0;
    width: 5.64vw;
    height: 1px;
    border-radius: 9999px;
    background-color: currentColor;
  }
  .top_contact .tel_link .arrow_line::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.13vw);
    right: 0;
    width: 2.05vw;
    height: 1px;
    border-radius: 9999px;
    background-color: currentColor;
    transform: rotate(35deg);
    transform-origin: calc(100% - 0.13vw) 50%;
  }
  .top_contact .panel_body .time {
    margin-top: 1.28vw;
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.08em;
  }
  .top_contact .mail_btn {
    width: 100%;
    height: 15.38vw;
    padding: 0 5.13vw;
    border: 1px solid #b97b6e;
    border-radius: 2.05vw;
    font-size: 4.1vw;
    letter-spacing: 0.12em;
  }
  .top_contact .mail_btn .icon,
.top_contact .mail_btn .icon svg {
    width: 6.67vw;
    height: 5.06vw;
  }
  .top_contact .mail_btn .text {
    margin: 0 3.08vw;
  }
  .top_contact .mail_btn .arrow_line {
    width: 5.64vw;
    height: 1px;
  }
  .top_contact .mail_btn .arrow_line::before {
    top: calc(50% - 0.13vw);
    right: 0;
    width: 2.05vw;
    transform-origin: calc(100% - 0.13vw) 50%;
  }
  .top_contact .access_panel {
    flex-direction: column;
    gap: 4.62vw;
    margin-top: 5.64vw;
    padding: 7.69vw 5.13vw 6.67vw;
    border-radius: 4.1vw 0 4.1vw 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    align-items: flex-start;
  }
  .top_contact .access_panel .map {
    width: 100%;
    aspect-ratio: 310/160;
  }
  .top_contact .access_panel .address {
    margin-bottom: 3.08vw;
    font-size: 3.59vw;
    line-height: 1.57;
    letter-spacing: 0.09em;
  }
  .top_contact .access_panel .time {
    margin-bottom: 1.28vw;
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.09em;
  }
  .top_contact .access_panel .note {
    font-size: 3.33vw;
    line-height: 1.46;
    letter-spacing: 0.04em;
  }
  /* top_footer SP
  ----------------------------------------*/
  .top_footer {
    margin-top: -1px;
    padding: 17.95vw 0 50px;
  }
  .top_footer .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top_footer .upper {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
  .top_footer .nav {
    display: none;
  }
  .top_footer .brand {
    width: 100%;
    text-align: center;
  }
  .top_footer .brand_head {
    flex-direction: column;
    align-items: center;
    gap: 4.36vw;
    margin-bottom: 9.49vw;
  }
  .top_footer .brand .logo {
    width: 23.08vw;
    margin: 0 auto 0;
  }
  .top_footer .brand .company_text {
    align-items: center;
    gap: 0.51vw;
    padding-top: 0;
    margin-bottom: 0;
  }
  .top_footer .brand .company_text .sub {
    font-size: 3.85vw;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
  .top_footer .brand .company_text .name {
    font-size: 6.15vw;
    letter-spacing: 0.12em;
    line-height: 1.21;
  }
  .top_footer .brand .company_oneline {
    display: block;
    margin: 0 0 3.33vw;
    font-size: 4.1vw;
    letter-spacing: 0.09em;
    line-height: 1.19;
  }
  .top_footer .brand .address {
    margin: 0 0 0;
    font-size: 3.33vw;
    line-height: 1.46;
    letter-spacing: 0.09em;
  }
  .top_footer .lower {
    padding-top: 3.33vw;
  }
  .top_footer .lower_sp {
    text-align: center;
  }
  .top_footer .lower_sp .tel {
    font-size: 3.59vw;
    line-height: 1.64;
    letter-spacing: 0.09em;
    font-weight: 500;
  }
  .top_footer .lower_sp .tel .item {
    display: block;
    margin: 0 0 0;
  }
  .top_footer .lower_sp .tel .item:last-child {
    margin-bottom: 0;
  }
  .top_footer .lower_sp .utility {
    justify-content: center;
    gap: 6.67vw;
    margin: 13.59vw 0 4.62vw;
  }
  .top_footer .lower_sp .utility .link {
    font-size: 3.59vw;
    color: #d6b5ae;
  }
  .top_footer .lower_sp .line {
    width: 100%;
    height: 1px;
    background-color: #e8c9c3;
  }
  .top_footer .lower_sp .copy {
    margin-top: 5.13vw;
    font-size: 2.56vw;
    line-height: 1.33;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: 500;
  }
  /* sp_sticky_footer（追従フッター）
  -------------------------------------- */
  .sp_sticky_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999990;
    width: 100%;
    height: 70px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .sp_sticky_footer.is_show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sp_sticky_footer .inner {
    display: flex;
    gap: 8px;
    height: 100%;
  }
  .sp_sticky_footer .btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 0 20px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 0.09em;
    line-height: 1;
    text-decoration: none;
  }
  .sp_sticky_footer .btn_tel {
    background-color: #e6e3de;
    color: var(--main-color);
  }
  .sp_sticky_footer .btn_mail {
    background-color: #b97b6e;
    color: #fff;
  }
  .sp_sticky_footer .icon {
    flex-shrink: 0;
    display: block;
  }
  .sp_sticky_footer .icon_tel {
    width: 24px;
    height: 24px;
  }
  .sp_sticky_footer .icon_mail {
    width: 23px;
    height: 18px;
    color: currentColor;
  }
  .sp_sticky_footer .icon_mail svg {
    display: block;
    width: 23px;
    height: 18px;
  }
  body.has_sp_sticky_footer {
    padding-bottom: 70px;
  }
  /* --------------------------------------
     事業所概要
  -------------------------------------- */
  .company_origin_sec {
    margin-bottom: 10.26vw;
  }
  .company_origin_sec .bg_logo {
    width: 75.9vw;
    top: -5.13vw;
  }
  .company_origin_sec .head_area {
    margin-bottom: 6.92vw;
  }
  .company_origin_sec .origin_head::after {
    width: 20.51vw;
    margin-top: 8.21vw;
  }
  .company_origin_sec .origin_head .ruby_label {
    font-size: 3.33vw;
    margin-bottom: 1.54vw;
  }
  .company_origin_sec .origin_head .accent {
    font-size: 8.21vw;
  }
  .company_origin_sec .origin_head .no {
    font-size: 6.15vw;
  }
  .company_origin_sec .origin_head .rest {
    font-size: 8.21vw;
  }
  .company_origin_sec .lead .text {
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.09em;
    margin-bottom: 3.33vw;
  }
  .company_info_sec .panel {
    padding: 6.15vw 2.56vw;
    border-radius: 4.1vw;
  }
  .company_info_sec .row {
    grid-template-columns: 20.51vw 1fr;
    gap: 0 2.56vw;
    padding: 4.1vw 0;
  }
  .company_info_sec .row::after {
    width: 20.51vw;
  }
  .company_info_sec .row::before {
    left: 20.51vw;
    right: 0;
  }
  .company_info_sec .label {
    font-size: 3.59vw;
    padding: 0 0 0 0;
  }
  .company_info_sec .text {
    font-size: 3.08vw;
    line-height: 1.67;
  }
  .company_info_sec .text .note {
    margin-top: 2.05vw;
    font-size: 2.56vw;
  }
  /* --------------------------------------
     業務内容
  -------------------------------------- */
  .page_service_detail .common_page_wrap {
    padding: 12.31vw 0 20.51vw;
  }
  .service_detail_sec .cont .item {
    display: block;
  }
  .service_detail_sec .cont .item + .item {
    margin-top: 4.1vw;
  }
  .service_detail_sec .cont .item .img {
    width: 100%;
    margin-bottom: 4.1vw;
  }
  .service_detail_sec .cont .item .img::before {
    top: -3.85vw;
    left: -2.56vw;
    width: 10.26vw;
    height: 10.26vw;
  }
  .service_detail_sec .cont .item .img img {
    aspect-ratio: 35/18;
    border-radius: 2.05vw;
  }
  .service_detail_sec .cont .item .text_box {
    gap: 6.15vw;
  }
  .service_detail_sec .cont .item .text_box .content .title {
    font-size: 4.62vw;
    letter-spacing: 0.08em;
    margin-bottom: 3.08vw;
  }
  .service_detail_sec .cont .item .text_box .content .text {
    font-size: 3.08vw;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
  .service_detail_sec .not_found {
    font-size: 3.08vw;
    letter-spacing: 0.08em;
  }
}
/* ========== [上書き] SWELL .l-content の padding-top ========== */
.l-content {
  padding-top: 6em;
}

@media (min-width: 600px) {
  .l-content {
    padding-top: 8em;
  }
}
/*# sourceMappingURL=style.css.map */