/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  font setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  color setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  space setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  border setting
--------------------------------------------------------------------------------*/
/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  margin: 0;
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

iframe {
  border: 0;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------
  default style
--------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #F8F1FA;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #F8F1FA;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #F8F1FA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* ← が表示されてないときに真ん中に表示したい用 */
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(248, 241, 250, 0.5);
}

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background: #ffffff;
}

/*-------------------------------------------------------------------------------
  img global
--------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #F8F1FA;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #d5d5d5;
}

select,
label {
  width: 100%;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
.cmn_title_01 {
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1;
}
.cmn_title_01.is_color {
  color: #ffffff;
}
.cmn_title_01.is_right {
  text-align: right;
}
.cmn_title_01.is_center {
  text-align: center;
}
@media (max-width: 480px) {
  .cmn_title_01.is_center {
    text-align: left;
  }
}

.cmn_title_en {
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cmn_title_en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.cmn_title_ja {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cmn_sub_title_en {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .cmn_sub_title_en {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 5px;
  }
}

.cmn_btn {
  line-height: 1;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  transition: all 0.3s;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}
.cmn_btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  margin: auto 20px auto auto;
  padding: 0 0 0 30px;
  position: absolute;
  top: 23px;
  right: 19px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cmn_btn::after {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .cmn_btn::after {
    top: 19px;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    transform: scale(0.98);
  }
  .cmn_btn:hover::after {
    right: 11px;
  }
}

.cmn_light_item {
  position: absolute;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header_unit {
  justify-content: space-between;
  display: flex;
}

.header {
  width: 100%;
  height: 100px;
  align-items: center;
  margin-bottom: 50px;
  position: fixed;
  z-index: 10;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header.is_hidden {
  top: -105px;
}
.header.is_fixed {
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header.is_hidden {
  top: -105px;
}

.hd_logo {
  padding: 15px 0 0 30px;
  z-index: 11;
}
.hd_logo svg {
  width: 230px;
  height: 70px;
}
@media (max-width: 1024px) {
  .hd_logo svg {
    width: 160px;
    height: 58px;
  }
}
@media (max-width: 1024px) {
  .hd_logo {
    padding: 0 0 0 15px;
    width: 160px;
  }
}

.hd_nav_box {
  display: flex;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hd_nav_box {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    background-color: #ffffff;
    z-index: 10;
    gap: 10%;
  }
}
@media (max-width: 600px) {
  .hd_nav_box {
    display: block;
  }
}
@media (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.hd-menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd-menu_btn {
    width: 130px;
    height: 100px;
    background-color: #794093;
    display: inline-block;
    position: relative;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
@media (max-width: 1024px) and (max-width: 1350px) {
  .hd-menu_btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .hd-menu_btn span {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
  }
  .hd-menu_btn span:nth-of-type(1) {
    top: 16px;
    left: 15px;
  }
  .hd-menu_btn span:nth-of-type(2) {
    top: 29px;
    left: 15px;
  }
  .hd-menu_btn span:nth-of-type(3) {
    top: 42px;
    left: 15px;
  }
}
.hd-menu_btn.is_close {
  display: block;
  width: 75px;
  height: 75px;
  z-index: 10;
  background-color: #ffffff;
}
.hd-menu_btn.is_close span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #222222;
}
@media (min-width: 1025px) {
  .hd-menu_btn.is_close span {
    display: none;
  }
}
.hd-menu_btn.is_close span:nth-of-type(1) {
  left: 19px;
  top: 35px;
  transform: rotate(45deg);
}
.hd-menu_btn.is_close span:nth-of-type(2) {
  display: none;
}
.hd-menu_btn.is_close span:nth-of-type(3) {
  left: 19px;
  top: 35px;
  transform: rotate(135deg);
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .hd_nav_lists {
    padding-right: 25px;
  }
}
@media (max-width: 1060px) {
  .hd_nav_lists {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hd_nav_lists {
    padding-top: 100px;
  }
}

.hd_nav_list {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .hd_nav_list {
    margin-left: 25px;
  }
}
@media (max-width: 1024px) {
  .hd_nav_list {
    margin-left: 0;
  }
}
.hd_nav_list a {
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px;
}

.nav_link {
  position: relative;
}
@media (min-width: 1025px) {
  .nav_link::after {
    transition: all 0.3s;
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    border-radius: 50px;
    background-color: #E8CDED;
    position: absolute;
    z-index: -1;
    left: -6px;
    transform: translateX(-50%);
    background-size: 47%;
    top: 13px;
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .nav_link:hover::after {
    opacity: 1;
  }
}

.hd_contact {
  width: 191px;
  height: 56px;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.hd_contact a {
  color: #ffffff;
  padding: 19px 42px 19px 41px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1060px) {
  .hd_contact a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .hd_contact:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 1024px) {
  .hd_contact {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .hd_sp_none {
    display: none;
  }
}

.hd_inst {
  margin-left: 30px;
  transition: all 0.3s;
}
.hd_inst a {
  background-image: url("../images/inst.svg");
  width: 30px;
  height: 32px;
  padding: 3px 15px;
}
@media (max-width: 1024px) {
  .hd_inst {
    margin: 0 auto;
  }
}
@media (min-width: 1061px) {
  .hd_inst {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hd_inst:hover {
    transform: scale(1.2);
  }
}

.hd_sp_item {
  display: none;
}
@media (max-width: 1024px) {
  .hd_sp_item {
    display: block;
    margin-top: 30px;
  }
  .hd_sp_item .hd_inst {
    margin-top: 30px;
    text-align: center;
  }
}

.hd_contact_num_item {
  padding-right: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .hd_contact_num_item {
    padding-top: 25px;
    padding-right: 0;
  }
}

.hd_contact_num {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.hd_contact_num a {
  color: #222222;
}
@media (max-width: 768px) {
  .hd_contact_num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.hd_contact_num.is_tel {
  position: relative;
  padding-left: 37px;
}
.hd_contact_num.is_tel::before {
  content: "";
  display: block;
  background-image: url(../images/hd_contact_num_phone.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 8px;
}
.hd_contact_num.is_fax {
  position: relative;
  padding: 10px 0 0 37px;
}
.hd_contact_num.is_fax::before {
  content: "";
  display: block;
  background-image: url(../images/hd_contact_num_tel.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 18px;
}

.hd_contact_time {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 15px;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mv {
  position: relative;
  padding-top: 150px;
  height: 100vh;
}
@media (max-width: 1024px) {
  .mv {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .mv {
    height: 90vh;
  }
}

.mv_text_item {
  position: absolute;
  top: 35%;
  z-index: 1;
  padding: 25px 25px 25px 5%;
  box-shadow: 0px 0px 40px 47px #ffffff;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .mv_text_item {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    padding: 0;
  }
}
.mv_text_item::after {
  content: "";
  display: block;
  width: 155px;
  height: 85px;
  background-image: url(../images/mv_brush_icon.svg);
  position: absolute;
  top: 167px;
  right: 112px;
  box-shadow: 0px 0px 40px 47px #ffffff;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .mv_text_item::after {
    display: none;
    max-width: 90%;
    box-shadow: 0px 0px 40px 47px rgba(255, 255, 255, 0.8392156863);
    background-color: rgba(255, 255, 255, 0.8392156863);
  }
}

.mv_title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 480px) {
  .mv_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.mv_sub_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .mv_sub_title {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .mv_sub_title {
    padding-top: 5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mv_inst_item {
  display: inline-block;
  width: 330px;
  height: 121px;
  background-color: #794093;
  position: absolute;
  bottom: 0;
  left: -3px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mv_inst_item {
    width: 280px;
    height: 70px;
  }
}
@media (min-width: 1025px) {
  .mv_inst_item:hover {
    transform: scale(0.98);
  }
}

.mv_inst_texts {
  position: absolute;
}

.mv_inst_text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .mv_inst_text {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 55px;
  }
}
.mv_inst_text ::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/mv_inst_icon.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .mv_inst_text ::before {
    width: 36px;
    height: 36px;
    background-size: 35px;
    top: 4px;
  }
}
.mv_inst_text span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .mv_inst_text span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mv_img {
  position: absolute;
  right: 0;
  height: calc(100vh - 150px);
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media (max-width: 1024px) {
  .mv_img {
    height: auto;
  }
}

.mainimg_item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 160px;
  gap: 3%;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1199px) {
  .mainimg_item {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .mainimg_item {
    padding-top: 100px;
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .mainimg_side_01 {
    position: absolute;
    left: 0;
    top: 98px;
    z-index: 1;
    width: 18%;
  }
}
@media (max-width: 768px) {
  .mainimg_side_01 {
    top: 100px;
    width: 28%;
  }
}
@media (max-width: 480px) {
  .mainimg_side_01 {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .mainimg_side_02 {
    position: absolute;
    right: 0;
    width: 18%;
  }
}
@media (max-width: 768px) {
  .mainimg_side_02 {
    width: 28%;
  }
}
@media (max-width: 480px) {
  .mainimg_side_02 {
    width: 20%;
  }
}

.mainimg_center {
  position: relative;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  width: 610px;
}
.mainimg_center img {
  display: block;
}
@media (max-width: 768px) {
  .mainimg_center {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
  }
}
.mainimg_center::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3F3455;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .mainimg_center::after {
    background-color: #7e7295;
  }
}
.mainimg_center img {
  width: 100%;
}

.cmn-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cmn-ttl {
    transform: translate(-50%, 0%);
  }
}

.cmn-ttl_en {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cmn-ttl_en {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 480px) {
  .cmn-ttl_en {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.cmn-ttl_ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  text-align: center;
  padding-top: 10px;
}

/*-------------------------------------------------------------------------------
  .index_ideal
--------------------------------------------------------------------------------*/
.detail_btn {
  width: min(360px, 100%);
  padding: 17px 0 17px 73px;
  text-align: left;
  transition: all 0.3s;
}
.detail_btn:hover::after {
  right: 12px;
}
.detail_btn::after {
  transition: all 0.3s;
  top: 23px;
  right: 20px;
}
@media (max-width: 768px) {
  .detail_btn::after {
    top: 21px;
  }
}
.detail_btn p {
  display: inline-block;
  padding-right: 75px;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .detail_btn p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.index-ideal {
  margin-top: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .index-ideal {
    margin-top: 70px;
  }
}

.index-ideal_img {
  width: 80%;
  height: 580px;
  margin: 0 0 0 auto;
  position: relative;
}
.index-ideal_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-ideal_img {
    width: 100%;
  }
}
.index-ideal_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 25%;
  height: 580px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  transform: skew(-17deg, 0deg);
  left: -112px;
}
@media (max-width: 1024px) {
  .index-ideal_img::before {
    display: none;
  }
}
.index-ideal_img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}

.index-ideal_text_unit {
  position: absolute;
  height: 580px;
  top: -29px;
  padding: 85px 0 0 15vw;
  box-shadow: 62px 0 80px 67px rgba(255, 255, 255, 0.67);
  background-color: rgba(255, 255, 255, 0.6705882353);
}
@media (max-width: 768px) {
  .index-ideal_text_unit {
    padding: 40px 0 0 5%;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.index-ideal_light {
  position: relative;
  animation: none;
}
.index-ideal_light img {
  position: absolute;
}
@media (max-width: 768px) {
  .index-ideal_light {
    width: 50px;
  }
}

.index-ideal_title {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
@media (max-width: 768px) {
  .index-ideal_title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
  }
}

.index-ideal_sub_title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 26px;
  line-height: 1.4;
  display: inline-block;
}
.index-ideal_sub_title > span {
  background: linear-gradient(transparent 67%, #E8CDED 33%);
}
@media (max-width: 768px) {
  .index-ideal_sub_title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.index-ideal_texts {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .index-ideal_texts {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    gap: 25px;
  }
}

/*-------------------------------------------------------------------------------
  .index-service
--------------------------------------------------------------------------------*/
.index-service {
  margin: 0 auto;
  padding-top: 120px;
  max-width: 90%;
  width: 1200px;
}
@media (max-width: 768px) {
  .index-service {
    padding-top: 70px;
  }
}

.index-service_title_block {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}

.index-service_icon {
  background-image: url(../images/index-service_icon.svg);
  width: 363px;
  height: 150px;
  position: relative;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .index-service_icon {
    width: 130px;
    height: 59px;
    top: 5px;
  }
}

.index-service_light {
  left: -40px;
  top: -28px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index-service_light {
    left: -14px;
    top: 23px;
    width: 35px;
  }
}
@media (max-width: 768px) {
  .index-service_light {
    top: 5px;
  }
}

.index-service_item {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .index-service_item {
    display: block;
  }
}
.index-service_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.index-service_item:nth-of-type(2n) .index-service_imgs {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .index-service_item:nth-of-type(2n) .index-service_imgs {
    padding-left: 0;
  }
}
.index-service_item:nth-of-type(2n) .index-service_imgs {
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .index-service_item:nth-of-type(2n) .index-service_imgs {
    flex-direction: row;
  }
}
.index-service_item:nth-of-type(2n) .index-service_imgs .index-service_mini_img {
  transform: translateX(180px);
  width: 225px;
}
.index-service_item:nth-of-type(2n) .index-service_imgs .index-service_mini_img img {
  height: 100%;
}
@media (max-width: 1024px) {
  .index-service_item:nth-of-type(2n) .index-service_imgs .index-service_mini_img {
    width: 50%;
    height: 210px;
    transform: translateX(0);
  }
  .index-service_item:nth-of-type(2n) .index-service_imgs .index-service_mini_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.index-service_item:nth-of-type(2n) .index-service_big_img {
  width: 295px;
  height: 210px;
}
.index-service_item:nth-of-type(2n) .index-service_big_img img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-service_item:nth-of-type(2n) .index-service_big_img {
    width: 50%;
    height: 210px;
  }
  .index-service_item:nth-of-type(2n) .index-service_big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-service_texts {
  background-image: url(../images/index-service_text_bg_01.jpg);
  width: 47%;
  padding: 78px 63px;
}
@media (max-width: 1024px) {
  .index-service_texts {
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .index-service_texts {
    padding: 30px 25px;
  }
}
.index-service_texts.floor_img {
  background-image: url(../images/index-service_text_bg_02.jpg);
}
.index-service_texts.window_img {
  background-image: url(../images/index-service_text_bg_03.jpg);
}

.index-service_title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .index-service_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.index-service_text {
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-service_text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
  }
}

.index-service_imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .index-service_imgs {
    flex-direction: row;
    padding-right: 0;
  }
}

.index-service_mini_img {
  width: 225px;
  transform: translateX(-139px);
}
.index-service_mini_img img {
  height: 90%;
}
@media (max-width: 1024px) {
  .index-service_mini_img {
    width: 50%;
    height: 210px;
    transform: translateX(0);
  }
  .index-service_mini_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-service_big_img {
  width: 295px;
  height: 210px;
}
.index-service_big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-service_big_img {
    width: 50%;
    height: 210px;
  }
}

.index-service_btn {
  margin: 70px auto 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-service_btn {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------------------------------
  .index_works
--------------------------------------------------------------------------------*/
.index-works {
  padding-top: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .index-works {
    padding-top: 70px;
  }
}

.index-works_img {
  width: 80%;
  height: 580px;
  position: relative;
}
.index-works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .index-works_img {
    width: 100%;
  }
}
.index-works_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 25%;
  height: 580px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  transform: skew(17deg, 0deg);
  right: -108px;
}
@media (max-width: 1024px) {
  .index-works_img::before {
    display: none;
  }
}
.index-works_img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}

.index-works_text_unit {
  position: absolute;
  height: 580px;
  top: 170px;
  margin-left: 50vw;
  padding: 85px 180px 0 50px;
  box-shadow: -77px 0 113px 52px rgba(255, 255, 255, 0.67);
  background-color: rgba(255, 255, 255, 0.6705882353);
}
@media (max-width: 1200px) {
  .index-works_text_unit {
    margin-left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .index-works_text_unit {
    top: 70px;
    left: 0;
    padding: 0;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.index-works_texts {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .index-works_texts {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    gap: 25px;
  }
}

/*-------------------------------------------------------------------------------
  .index-news
--------------------------------------------------------------------------------*/
.index-news {
  width: 1000px;
  max-width: 90%;
  margin: 200px auto 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .index-news {
    margin-top: 70px;
  }
}

.index-news_unit {
  position: relative;
}
.index-news_unit::after {
  content: "";
  display: block;
  width: 254px;
  height: 193px;
  background-image: url(../images/index-news_icon.svg);
  position: absolute;
  top: -95px;
  right: 0;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .index-news_unit::after {
    width: 130px;
    height: 100px;
    top: -10px;
  }
}
@media (max-width: 768px) {
  .index-news_unit::after {
    top: -29px;
  }
}

.index-news_light {
  right: -25px;
  top: -89px;
}
@media (max-width: 1024px) {
  .index-news_light {
    width: 38px;
    top: 6px;
    right: -9px;
  }
}
@media (max-width: 768px) {
  .index-news_light {
    top: -17px;
  }
}

.index-news_lists {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .index-news_lists {
    margin-top: 12px;
  }
}

.index-news_list {
  border-bottom: #222222 1px solid;
  transition: all 0.3s;
}
.index-news_list .index-news_link .index-news_title {
  position: relative;
}
.index-news_list .index-news_link .index-news_title span {
  position: relative;
}
.index-news_list .index-news_link .index-news_title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 40px;
  background: linear-gradient(transparent 56%, #E8CDED 44%);
  transition: 0.3s;
  z-index: -1;
}
.index-news_list .index-news_link .index-news_title span:hover::after {
  width: 100%;
  transform: translateY(2px);
}

.index-news_link {
  display: flex;
  color: #222222;
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .index-news_link:hover .index-news_title span::after {
    width: 100%;
    transform: translateY(2px);
  }
}
@media (max-width: 1024px) {
  .index-news_link {
    display: block;
    padding: 15px 0;
  }
}

.index_news_time {
  width: 180px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #560865;
  font-weight: 500;
  padding: 0 60px 0 30px;
}
@media (max-width: 1024px) {
  .index_news_time {
    padding: 0;
  }
}

.index-news_title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
@media (max-width: 1024px) {
  .index-news_title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-news_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.index-news_btn {
  margin: 50px auto 0 auto;
}
@media (max-width: 768px) {
  .index-news_btn {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------------------------------
  company-greeting
--------------------------------------------------------------------------------*/
.company-greeting {
  margin: 0 auto;
  display: flex;
  justify-content: end;
  margin-top: 191px;
}
@media (max-width: 1024px) {
  .company-greeting {
    display: block;
    margin-top: 70px;
  }
}

.company-greeting_unit {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .company-greeting_unit {
    width: 90%;
    padding: 25px 0 0 0;
  }
}

.company-greeting_main_title {
  font-size: 60px;
  font-size: 3.75rem;
  margin-top: 47px;
}

.company-greeting_title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .company-greeting_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.company-greeting_text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7;
  border-top: #222222 2px solid;
  border-bottom: #222222 2px solid;
  padding: 26px 0;
}
@media (max-width: 480px) {
  .company-greeting_text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.company-greeting_name {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  text-align: right;
  font-weight: 500;
  color: #000000;
}
.company-greeting_name span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}

.company-greeting_img {
  width: 50%;
  height: 550px;
}
.company-greeting_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .company-greeting_img {
    height: auto;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 300px;
  }
}
.company-greeting_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .company-greeting_img img {
    clip-path: none;
  }
}
@media (max-width: 1024px) {
  .company-greeting_img {
    width: 90vw;
  }
}

/*-------------------------------------------------------------------------------
.company-overview
--------------------------------------------------------------------------------*/
.company-overview {
  width: 1000px;
  max-width: 90%;
  margin: 191px auto 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .company-overview {
    margin-top: 70px;
  }
}

.company-overview_unit::before {
  content: "";
  display: block;
  width: 192px;
  height: 223px;
  background-image: url(../images/company-overview_icon.svg);
  position: absolute;
  background-size: 100%;
  top: -130px;
  left: 120px;
}
@media (max-width: 1024px) {
  .company-overview_unit::before {
    width: 90px;
    height: 109px;
    top: -42px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .company-overview_unit::before {
    top: -29px;
    left: auto;
    right: 0;
  }
}

.company-overview_light {
  top: -120px;
  left: 234px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .company-overview_light {
    width: 50px;
    left: 50px;
    top: -37px;
  }
}
@media (max-width: 768px) {
  .company-overview_light {
    left: auto;
    right: -10px;
    top: -25px;
  }
}

.company-overview_table {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .company-overview_table {
    margin-top: 35px;
  }
}

th, td {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media (max-width: 768px) {
  tr {
    padding: 0;
    padding-left: 15px;
  }
}
tr:nth-of-type(2n-1) {
  background-color: #F8F1FA;
}
tr th {
  padding: 37px 5%;
  min-width: 200px;
  width: 30%;
}
@media (max-width: 768px) {
  tr th {
    width: 100%;
    display: block;
    padding: 15px 10px 0;
  }
}
@media (max-width: 480px) {
  tr th {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
tr td {
  padding: 37px 5%;
}
@media (max-width: 768px) {
  tr td {
    padding: 0 10px 15px;
    display: block;
  }
}
@media (max-width: 480px) {
  tr td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*-------------------------------------------------------------------------------
  .company-map
--------------------------------------------------------------------------------*/
.company-map {
  margin-top: 109px;
}
@media (max-width: 768px) {
  .company-map {
    margin-top: 70px;
  }
}

.company-map_unit {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}
.company-map_unit::after {
  content: "";
  display: block;
  width: 158px;
  height: 66px;
  background-image: url(../images/company-map_icon.svg);
  position: absolute;
  top: 0;
  right: 103px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .company-map_unit::after {
    width: 110px;
    height: 100px;
    right: 0;
  }
}

.company-map_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 34px auto 0 auto;
  display: flex;
  justify-content: center;
}
.company-map_text > span {
  background: linear-gradient(transparent 67%, #E8CDED 33%);
}
@media (max-width: 480px) {
  .company-map_text {
    justify-content: left;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.company-map_item {
  margin: 53px auto 0 auto;
}
@media (max-width: 480px) {
  .company-map_item {
    margin: 25px auto 0 auto;
  }
}
.company-map_item iframe {
  width: 100%;
  height: 534px;
}
@media (max-width: 768px) {
  .company-map_item iframe {
    height: 330px;
  }
}

/*-------------------------------------------------------------------------------
  .service-support
--------------------------------------------------------------------------------*/
.service-support {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .service-support {
    margin-top: 70px;
  }
}

.service-support_unit {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .service-support_unit {
    text-align: left;
  }
}

.service-support_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .service-support_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service-support_text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 42px;
}
@media (max-width: 768px) {
  .service-support_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}

.service-support_light {
  z-index: -1;
  top: -8px;
  left: -34px;
  animation: none;
}
@media (max-width: 768px) {
  .service-support_light {
    width: 50px;
    left: -13px;
  }
}

/*-------------------------------------------------------------------------------
.service_strength
--------------------------------------------------------------------------------*/
.service_strength {
  margin-top: 215px;
}
@media (max-width: 1024px) {
  .service_strength {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .service_strength {
    margin-top: 70px;
  }
}

.service-strength_unit {
  width: 1250px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .service-strength_unit {
    max-width: 90%;
  }
}

.service_strength_icon {
  position: absolute;
  right: 0;
  top: -176px;
}
@media (max-width: 1024px) {
  .service_strength_icon {
    width: 100px;
    top: -36px;
  }
}

.service_strength_light {
  z-index: -1;
  right: 33px;
  top: 0;
  width: 88px;
}
@media (max-width: 1024px) {
  .service_strength_light {
    right: 10px;
    width: 45px;
  }
}

.service_strength_items {
  display: flex;
  justify-content: space-around;
  margin: 120px auto 0 auto;
  width: 1250px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .service_strength_items {
    display: block;
    margin-top: 40px;
  }
}

.service_strength_item {
  width: 30%;
  position: relative;
  padding: 75px 40px 75px 56px;
}
@media (max-width: 1024px) {
  .service_strength_item {
    width: 100%;
    text-align: center;
    border: 3px solid rgb(121, 64, 147);
    margin: 10px 0;
    padding: 15px;
  }
}
.service_strength_item::before {
  content: "";
  position: absolute;
  border: 3px solid rgb(121, 64, 147);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-8deg);
}
@media (max-width: 1199px) {
  .service_strength_item::before {
    transform: skewX(-5deg);
  }
}
@media (max-width: 1024px) {
  .service_strength_item::before {
    display: none;
  }
}
.service_strength_item:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 75px;
  height: 112px;
  background-image: url(../images/service-strength_cat.svg);
  position: absolute;
  right: 48px;
  bottom: -27px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .service_strength_item:nth-of-type(2)::after {
    width: 51px;
    height: 77px;
    top: -25px;
  }
}
@media (max-width: 1260px) {
  .service_strength_item:nth-of-type(2)::after {
    right: 15px;
  }
}

.service_strength_title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .service_strength_title {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}

.service_strength_text {
  width: 100%;
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .service_strength_text {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .service_strength_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 10px;
  }
}

/*-------------------------------------------------------------------------------
  .company-introduction

--------------------------------------------------------------------------------*/
.service-introduction_kinds_btns {
  margin-top: 260px;
  display: flex;
  width: 1125px;
  margin: 200px auto 0 auto;
  gap: 10%;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .service-introduction_kinds_btns {
    align-items: center;
    margin: 0px auto 0 auto;
  }
}

.service-introduction_kinds_btn {
  position: relative;
  text-align: center;
  display: block;
  width: 26.6%;
  color: #222222;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-bottom: 31px;
}
@media (max-width: 1024px) {
  .service-introduction_kinds_btn {
    padding: 55px 0 11px;
  }
}
@media (max-width: 768px) {
  .service-introduction_kinds_btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service-introduction_kinds_btn > span {
  font-size: 16px;
  font-size: 1rem;
  color: #E8CDED;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .service-introduction_kinds_btn > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .service-introduction_kinds_btn:hover::after {
    top: 76px;
  }
}
.service-introduction_kinds_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 22px;
  background-image: url(../images/service_strength_arrow.svg);
  left: 54%;
  top: 73px;
  transform: translate(-52%);
  background-size: 95%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .service-introduction_kinds_btn::after {
    top: 111px;
  }
}
@media (max-width: 768px) {
  .service-introduction_kinds_btn::after {
    top: 99px;
    background-size: 150%;
    background-position: center;
  }
}

.service-introduction_items {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .service-introduction_items {
    margin-top: 0;
  }
}
.service-introduction_items .is_fontcolor_white {
  color: #ffffff;
}
.service-introduction_items .is_background_purple {
  background-color: #560865;
}

.service-introduction_item {
  padding: 100px 5%;
}
@media (max-width: 768px) {
  .service-introduction_item {
    padding: 35px 5%;
  }
}

.service-introduction_text_items {
  display: flex;
  justify-content: end;
  gap: 7%;
}
@media (max-width: 1024px) {
  .service-introduction_text_items {
    display: block;
    flex-direction: column;
  }
}

.service-introduction_text_item {
  width: 45%;
}
@media (max-width: 1024px) {
  .service-introduction_text_item {
    width: 100%;
    padding: 0;
  }
}

.service-introduction_main_titles {
  display: flex;
}
@media (max-width: 768px) {
  .service-introduction_main_titles {
    display: block;
  }
}

.service-introduction_main_title_item {
  padding-right: 40px;
}

.service-introduction_main_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.19em;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .service-introduction_main_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.service-introduction_main_title.is_fontcolor_white {
  background: rgb(255, 255, 255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-introduction_kinds {
  width: 1120px;
  max-width: 100%;
  margin: 40px auto 0 auto;
}
@media (max-width: 1024px) {
  .service-introduction_kinds {
    width: 100%;
  }
}

.service-introduction_kinds_item {
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service-introduction_kinds_item {
    width: 100%;
  }
}

.service-introduction_kinds_image {
  width: 100%;
  aspect-ratio: 336/227;
  overflow: hidden;
  cursor: pointer;
}
.service-introduction_kinds_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service-introduction_kinds_image img {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .service-introduction_kinds_image:hover img {
    transform: scale(1.05);
  }
}

.service-introduction_kinds_image_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.service-introduction_kinds_image_detail_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-introduction_kinds_image_detail_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-introduction_kinds_image_detail_text {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.service-introduction_kinds_title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-left: 46px;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service-introduction_kinds_title {
    padding-left: 33px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service-introduction_kinds_title > span {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: auto 0 0 10px;
  letter-spacing: 0.02em;
}
.service-introduction_kinds_title::before {
  content: "";
  display: block;
  width: 26px;
  height: 29px;
  background-image: url(../images/company-introduction_kinds_title.svg);
  position: absolute;
  top: 2px;
  left: 0;
  background-size: 100%;
}
@media (max-width: 768px) {
  .service-introduction_kinds_title::before {
    background-size: 80%;
    top: 3px;
  }
}
.service-introduction_kinds_title.is_color {
  position: relative;
}
.service-introduction_kinds_title.is_color::before {
  background-image: url(../images/company-introduction_kinds_title_is_color.svg);
}

.company-introduction_main_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.19em;
  background-image: linear-gradient(90deg, #794093 0%, #560865 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-introduction_main_sub_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  background-image: linear-gradient(90deg, #794093 0%, #560865 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-introduction_main_sub_title.is_fontcolor_white {
  background: rgb(255, 255, 255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-introduction_handling {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .service-introduction_handling {
    padding-top: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-introduction_title {
  padding-top: 20px;
}
.service-introduction_title > span {
  background: linear-gradient(transparent 67%, #E8CDED 33%);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service-introduction_title > span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.service-introduction_title.is_line_purple > span {
  background: linear-gradient(transparent 67%, #794093 33%);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service-introduction_title.is_line_purple > span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-introduction_text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7;
  padding: 25px 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service-introduction_text {
    padding-top: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .service-introduction_text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.service-introduction_kinds_img {
  width: 530px;
  height: 440px;
}
.service-introduction_kinds_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .service-introduction_kinds_img {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.service-introduction_kinds_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .service-introduction_kinds_img img {
    clip-path: none;
  }
}
@media (max-width: 1024px) {
  .service-introduction_kinds_img {
    max-width: 100%;
  }
}

.service-introduction_kinds_images {
  display: flex;
  padding-top: 20px;
  justify-content: left;
  flex-wrap: wrap;
  gap: 5%;
}
@media (max-width: 768px) {
  .service-introduction_kinds_images {
    flex-direction: column;
    align-items: center;
  }
}

.service-introduction_brand_btn {
  display: inline-block;
  width: min(520px, 100%);
  height: 80px;
  border: #794093 1px solid;
  color: #794093;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 7%;
  padding: 0 28px;
}
.service-introduction_brand_btn img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .service-introduction_brand_btn img {
    height: 18px;
  }
}
@media (max-width: 480px) {
  .service-introduction_brand_btn img {
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .service-introduction_brand_btn {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .service-introduction_brand_btn:hover {
    transform: scale(0.98);
  }
  .service-introduction_brand_btn:hover::after {
    right: 11px;
  }
}

/*-------------------------------------------------------------------------------
  .service-flow
--------------------------------------------------------------------------------*/
.service-flow_unit {
  width: 1160px;
  max-width: 90%;
  margin: 100px auto 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .service-flow_unit {
    margin: 0 auto;
  }
}
.service-flow_unit::after {
  content: "";
  display: block;
  width: 224px;
  height: 167px;
  background-image: url(../images/service-flow_icon.svg);
  position: absolute;
  top: -102px;
  right: 0;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .service-flow_unit::after {
    width: 130px;
    height: 132px;
    top: -32px;
  }
}
@media (max-width: 480px) {
  .service-flow_unit::after {
    width: 95px;
    height: 82px;
    top: -18px;
  }
}

.service-flow_light {
  right: 136px;
  top: -30px;
}
@media (max-width: 1024px) {
  .service-flow_light {
    right: 81px;
    top: 6px;
    width: 58px;
  }
}
@media (max-width: 480px) {
  .service-flow_light {
    right: 57px;
    top: 10px;
    width: 52px;
  }
}

.service-flow_item {
  width: 1160px;
  max-width: 100%;
  height: 326px;
  margin: 40px auto 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .service-flow_item {
    height: 100%;
  }
}
.service-flow_item::before {
  content: "";
  position: absolute;
  border: 3px solid #794093;
  border-image-source: linear-gradient(110deg, #794093, #560865);
  border-image-slice: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.service-flow_item::after {
  content: "";
  position: absolute;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 10px;
  left: 10px;
}

.service-flow_pagenum {
  font-size: 46px;
  font-size: 2.875rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 25px 0 0 25px;
  position: absolute;
}
@media (max-width: 768px) {
  .service-flow_pagenum {
    font-size: 32px;
    font-size: 2rem;
    padding: 9px 0 0 9px;
  }
}
@media (max-width: 480px) {
  .service-flow_pagenum {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 13px 0 0 13px;
  }
}

.service-flow_num_bg {
  position: absolute;
  border-left: solid 160px #794093;
  border-bottom: solid 160px transparent;
  z-index: -1;
}
@media (max-width: 768px) {
  .service-flow_num_bg {
    border-left: solid 90px #794093;
    border-bottom: solid 90px transparent;
  }
}
@media (max-width: 480px) {
  .service-flow_num_bg {
    border-left: solid 90px #794093;
    border-bottom: solid 90px transparent;
  }
}

.service-flow_content_texts {
  width: 50%;
}
@media (max-width: 1024px) {
  .service-flow_content_texts {
    width: 100%;
  }
}

.service-flow_btn {
  padding: 27px 0;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .service-flow_btn {
    margin: 20px 0;
  }
}

.service-flow_title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .service-flow_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-flow_contact {
  padding: 50px 10% 0 190px;
}
@media (max-width: 1200px) {
  .service-flow_contact {
    padding: 50px 8% 0 150px;
  }
}
@media (max-width: 1024px) {
  .service-flow_contact {
    padding: 30px 10% 30px 190px;
  }
}
@media (max-width: 768px) {
  .service-flow_contact {
    padding: 87px 30px 30px 30px;
  }
}

.service-flow_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .service-flow_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-flow_contact_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 15px;
}

.service-flow_info_items {
  display: flex;
  gap: 15%;
}
@media (max-width: 1280px) {
  .service-flow_info_items {
    gap: 10%;
  }
}
@media (max-width: 1024px) {
  .service-flow_info_items {
    flex-direction: column;
  }
}

.service-flow_num_item {
  padding-top: 26px;
}
@media (max-width: 1024px) {
  .service-flow_num_item {
    padding-top: 25px;
    padding-right: 0;
  }
}

.service-flow_num {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.service-flow_num a {
  color: #222222;
}
@media (min-width: 1025px) {
  .service-flow_num {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .service-flow_num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.service-flow_num.is_tel {
  position: relative;
  padding-left: 37px;
}
.service-flow_num.is_tel::before {
  content: "";
  display: block;
  background-image: url(../images/service-flow_num_phone.svg);
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0px;
  top: 11px;
}
@media (max-width: 768px) {
  .service-flow_num.is_tel::before {
    top: 4px;
  }
}
.service-flow_num.is_fax {
  position: relative;
  padding: 10px 0 0 37px;
  pointer-events: none;
}
.service-flow_num.is_fax::before {
  content: "";
  display: block;
  background-image: url(../images/service-flow_num_tel.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 20px;
}
@media (max-width: 768px) {
  .service-flow_num.is_fax::before {
    top: 13px;
  }
}

.service-flow_time {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 12px;
}
@media (max-width: 480px) {
  .service-flow_time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.service-flow_link {
  margin: auto 0;
  display: inline;
}
@media (max-width: 1024px) {
  .service-flow_link {
    margin-top: 15px;
  }
}

.service-flow_btn {
  color: #ffffff;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  display: inline-block;
  padding: 27px 30px;
  width: min(330px, 100%);
}
@media (max-width: 480px) {
  .service-flow_btn {
    padding: 27px 7px;
  }
}
.service-flow_btn p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .service-flow_btn p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.service-flow_btn::after {
  top: 29px;
}

.service-flow_content {
  display: flex;
  padding: 50px 10% 0 190px;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 1200px) {
  .service-flow_content {
    padding: 50px 8% 0 150px;
  }
}
@media (max-width: 1024px) {
  .service-flow_content {
    display: block;
    padding: 30px 10% 30px 190px;
  }
}
@media (max-width: 768px) {
  .service-flow_content {
    padding: 87px 30px 30px 30px;
  }
}

.service-flow_content_img {
  min-width: 325px;
}
.service-flow_content_img img {
  width: 100%;
}
@media (max-width: 1024px) {
  .service-flow_content_img {
    min-width: auto;
    padding-top: 15px;
  }
}

.modal_wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal_wrap.is_open {
  opacity: 1;
  visibility: visible;
}

.modal_unit {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70vh;
  display: flex;
}
@media (max-width: 1024px) {
  .modal_unit {
    width: 85%;
    height: 90%;
    display: block;
  }
}
.modal_unit::after {
  content: "";
  display: block;
  width: 105px;
  height: 72px;
  background-image: url(../images/modal_icon.svg);
  position: absolute;
  bottom: 35px;
  right: 40px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .modal_unit::after {
    bottom: -27px;
    right: -48px;
    background-size: 40%;
  }
}

.modal_close_btn {
  position: absolute;
  border-top: solid 160px #794093;
  border-left: solid 160px transparent;
  right: 0;
  z-index: 10;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal_close_btn {
    border-top: solid 100px #794093;
    border-left: solid 100px transparent;
  }
}
@media (min-width: 1025px) {
  .modal_close_btn:hover {
    border-top: solid 160px #9966b1;
  }
}
.modal_close_btn::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url(../images/modal_close.svg);
  position: absolute;
  top: -125px;
  right: 10px;
  background-size: 60%;
}
@media (max-width: 1024px) {
  .modal_close_btn::after {
    top: -79px;
    right: -6px;
    background-size: 53%;
  }
}

.modal_item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10% 100px;
}
@media (max-width: 1024px) {
  .modal_item {
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding: 89px 28px 81px 28px;
    top: 0;
    height: 100%;
  }
}

.modal_img {
  padding-right: 50px;
  width: 384px;
  height: 240px;
  max-width: 100%;
}
.modal_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .modal_img {
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .modal_img {
    height: 180px;
  }
}

.modal_texts {
  margin-top: 20px;
  width: 40%;
  overflow: scroll;
  height: 213px;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.modal_texts::-webkit-scrollbar {
  width: 10px;
}
.modal_texts::-webkit-scrollbar-track {
  border-radius: 10px;
}
.modal_texts::-webkit-scrollbar-thumb {
  background-color: #F8F1FA;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .modal_texts {
    width: 100%;
    overflow: scroll;
    height: calc(100% - 180px);
  }
}

.modal_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .modal_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .modal_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.modal_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .modal_text {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .modal_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
  .works_category
--------------------------------------------------------------------------------*/
.works-bread_list {
  display: flex;
  padding: 100px 0 0 10%;
}
@media (max-width: 1024px) {
  .works-bread_list {
    display: none;
  }
}

.works-bread_arrow {
  position: relative;
  display: inline-block;
}
.works-bread_arrow::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  right: 0;
  background-image: url(../images/works-bread.svg);
}

.works-bread_title {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.works_category {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

.works_category_unit {
  margin-top: 126px;
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media (max-width: 1024px) {
  .works_category_unit {
    display: block;
  }
}

.works_category_list_menu {
  width: 30%;
  padding-right: 20px;
  position: sticky;
  top: 100px;
  max-height: 60vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.works_category_list_menu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .works_category_list_menu {
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
    position: static;
  }
}

.works_category_lists {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Seaweed Script", cursive;
  text-align: center;
  color: #fff;
  background: rgb(177, 133, 197);
  background: linear-gradient(90deg, rgb(177, 133, 197) 0%, rgb(112, 38, 126) 100%);
}

.works_category_list {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #B185C5, #70267E);
     border-image: linear-gradient(to right, #B185C5, #70267E);
  border-image-slice: 1;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  background: #fff;
  transition: all 0.3s;
}
.works_category_list a {
  color: #222222;
}
@media (max-width: 1024px) {
  .works_category_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 15px 0 15px 11px;
  }
}
.works_category_list a p {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #222222;
  flex: 1;
}
@media (min-width: 1025px) {
  .works_category_list a p {
    padding: 15px 0 15px 11px;
  }
}
@media (min-width: 1025px) {
  .works_category_list:hover {
    background-color: #F8F1FA;
  }
}
.works_category_list.is_active {
  background-color: #F8F1FA;
}

.works-sp_arrow {
  padding-right: 11px;
}
@media (min-width: 1025px) {
  .works-sp_arrow {
    display: none;
  }
}

.works_category_items_unit {
  width: 70%;
}
@media (max-width: 1024px) {
  .works_category_items_unit {
    margin-top: 70px;
    width: 100%;
  }
}

.works_category_item_tieles {
  display: flex;
  justify-content: space-between;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.works_category_item_tieles::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 22px;
  background-image: url(../images/works_category_arrow.svg);
  background-size: 100%;
  top: 130%;
}
@media (max-width: 768px) {
  .works_category_item_tieles::after {
    top: 35px;
  }
}

.works_category_item_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.19em;
  font-family: "Zen Old Mincho", serif;
  padding-left: 17px;
  width: 90%;
}
@media (max-width: 768px) {
  .works_category_item_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.works_category_item_num {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: auto 0 0 0;
}
@media (max-width: 768px) {
  .works_category_item_num {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.works_category_items {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 8%;
}
@media (max-width: 768px) {
  .works_category_items {
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
  }
}

.works_category_item {
  width: 46%;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 768px) {
  .works_category_item {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .works_category_item:hover .works_category_img .works-hover_mask {
    opacity: 1;
  }
  .works_category_item:hover .works_category_img .works-hover_mask .works-hover_mask_text .works-hover_mask_arrow img {
    transform: translateX(8px);
  }
}
.works_category_item .works_category_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 384/240;
}
.works_category_item .works_category_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.works-hover_mask {
  align-items: center;
  background: rgba(93, 59, 101, 0.72);
  bottom: 0;
  overflow: hidden;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}

.works-hover_mask_text {
  display: flex;
  gap: 28px;
}

.works-hover_mask .works-hover_mask_arrow {
  display: flex;
  align-items: center;
}
.works-hover_mask .works-hover_mask_arrow img {
  height: auto;
  transition: all 0.3s;
}

.works_category_date {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #560865;
}
@media (max-width: 768px) {
  .works_category_date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.works_category_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222222;
}
@media (max-width: 768px) {
  .works_category_name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.works_category_img_category_name {
  background: rgb(177, 133, 197);
  background: linear-gradient(90deg, rgb(177, 133, 197) 0%, rgb(112, 38, 126) 100%);
  color: #fff;
  display: inline-block;
  padding: 8px 37px;
  position: absolute;
  left: 0px;
  top: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.works_category_img_category_name:nth-of-type(n + 2) {
  display: none;
}

.works_category_left_arrow {
  width: 36px;
  transition: all 0.3s;
  cursor: pointer;
}
.works_category_left_arrow a {
  padding: 10px 3px;
}
@media (min-width: 1025px) {
  .works_category_left_arrow:hover {
    transform: scale(1.2);
  }
}

.works_category_right_arrow {
  width: 36px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 3px;
}
@media (min-width: 1025px) {
  .works_category_right_arrow:hover {
    transform: scale(1.2);
  }
}

.works_category_pagenation_unit {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-top: 45px;
  align-items: center;
  gap: 18px;
}

.works_category_pagenation_num {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: all 0.3s;
  color: #560865;
  padding: 5px;
}
@media (min-width: 1025px) {
  .works_category_pagenation_num:hover {
    transform: scale(1.2);
  }
}
.works_category_pagenation_num a {
  color: #560865;
  padding: 5px;
}
.works_category_pagenation_num.is_active {
  position: relative;
}
.works_category_pagenation_num.is_active::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF8B5;
  position: absolute;
  z-index: -1;
  left: -5px;
  bottom: 5px;
}
@media (max-width: 1024px) {
  .works_category_pagenation_num.is_active::before {
    left: -6px;
    bottom: 5px;
  }
}
@media (max-width: 480px) {
  .works_category_pagenation_num {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.works_category_pagenation {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: all 0.3s;
  color: #560865;
}

.works-detail_contents {
  margin: 0 auto;
  margin-top: 191px;
  position: relative;
  background-color: #F8F1FA;
  padding: 61px 0 142px 10%;
  width: 90%;
  margin: 25px auto 0 0;
}
@media (max-width: 1024px) {
  .works-detail_contents {
    display: block;
    width: 100%;
    padding: 40px 5%;
    margin: 70px auto 0 0;
  }
}

.works-detail_unit {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .works-detail_unit {
    flex-direction: column;
  }
}

.works-detail_item {
  width: calc(100% - 700px);
}
@media (max-width: 1500px) {
  .works-detail_item {
    width: calc(40% + 5vw);
  }
}
@media (max-width: 1024px) {
  .works-detail_item {
    width: 100%;
  }
}

.works-detail_category_date {
  display: flex;
}

.works-detail_text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7;
  border-top: #222222 1px solid;
  padding-top: 62px;
}
@media (max-width: 1024px) {
  .works-detail_text {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .works-detail_text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 460px;
  margin-top: 17px;
}
.swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .swiper .swiper-wrapper {
    height: 250px;
  }
}

.works-detail_img {
  width: 50%;
}
@media (max-width: 1024px) {
  .works-detail_img {
    height: auto;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 300px;
  }
}
.works-detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .works-detail_img img {
    clip-path: none;
  }
}
@media (max-width: 1024px) {
  .works-detail_img {
    width: 90vw;
  }
}

.works-detail_img_mini_item {
  display: flex;
}

.works-detail_category_name_date {
  background: rgb(177, 133, 197);
  background: linear-gradient(90deg, rgb(177, 133, 197) 0%, rgb(112, 38, 126) 100%);
  color: #fff;
  display: inline-block;
  padding: 8px 37px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .works-detail_category_name_date {
    padding: 8px 12px;
  }
}

.works-detail_date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #560865;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.works-detail_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .works-detail_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.works-detail_swiper .swiper .swiper-wrapper .swiper-button-next {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .works-detail_swiper .swiper .swiper-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.works-detail_swiper .swiper .swiper-wrapper .swiper-button-next::after {
  content: "";
  display: block;
  background-image: url(../images/swiper-button-next.svg);
  width: 20px;
  height: 20px;
  background-size: 16px;
  transition: all 0.3s;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .works-detail_swiper .swiper .swiper-wrapper .swiper-button-next:hover {
    transform: scale(1.2);
  }
}

.works-detail_swiper .swiper .swiper-wrapper .swiper-button-prev {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .works-detail_swiper .swiper .swiper-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.works-detail_swiper .swiper .swiper-wrapper .swiper-button-prev::after {
  content: "";
  display: block;
  background-image: url(../images/swiper-button-prev.svg);
  width: 20px;
  height: 20px;
  background-size: 16px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .works-detail_swiper .swiper .swiper-wrapper .swiper-button-prev:hover {
    transform: scale(1.2);
  }
}

.works-detail_swiper {
  width: 700px;
  position: absolute;
  top: 0;
  right: -9.9vw;
}
@media (max-width: 1500px) {
  .works-detail_swiper {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .works-detail_swiper {
    position: static;
    width: 100%;
  }
}

.works-detail_left_arrow {
  background-image: url(../images/works-left_arrow.png);
  width: 36px;
  margin: 19px 40px 0 15px;
  transition: all 0.3s;
  height: 10px;
}
@media (max-width: 480px) {
  .works-detail_left_arrow {
    margin: 17px 15px 0 0;
  }
}
@media (min-width: 1025px) {
  .works-detail_left_arrow:hover {
    transform: scale(1.2);
  }
}

.works-detail_right_arrow {
  background-image: url(../images/works-right_arrow.png);
  width: 36px;
  margin: 19px 0 0 40px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .works-detail_right_arrow {
    margin: 17px 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .works-detail_right_arrow:hover {
    transform: scale(1.2);
  }
}

.works-detail_btn {
  display: inline-block;
  padding: 14px 54px;
}
.works-detail_btn::after {
  display: none;
}

.works-detail_noimg .works-detail_unit .works-detail_item {
  width: 90%;
}
@media (max-width: 1024px) {
  .works-detail_noimg .works-detail_unit .works-detail_item {
    width: 100%;
  }
}
.works-detail_noimg .works-detail_btns {
  margin-top: 70px;
}

.slider-thumbnail .swiper-slide {
  transition: opacity 0.5s;
  height: 80px;
  width: 80px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 480px) {
  .slider-thumbnail .swiper-slide {
    width: 50px;
    height: 50px;
  }
}
.slider-thumbnail .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #B185C5;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  display: none;
}

.slider-thumbnail .swiper-wrapper {
  height: auto;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail_btns {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-top: 260px;
}
@media (max-width: 1024px) {
  .works-detail_btns {
    margin-top: 70px;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-section {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .contact-section {
    padding-bottom: 70px;
  }
}

.contact-unit {
  padding-top: 116px;
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
}
@media (max-width: 768px) {
  .contact-unit .cmn_title_01 {
    text-align: left;
  }
  .contact-unit .cmn_title_01 .cmn_title_ja {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.contact-icon {
  position: absolute;
  top: 84px;
  left: 87px;
}
@media (max-width: 1024px) {
  .contact-icon {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .contact-icon {
    transform: scale(-1, 1);
    right: 0;
    left: auto;
    top: 54px;
  }
}

.contact-light {
  top: -5px;
  right: -18px;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact-light {
    width: 48px;
  }
}

.contact-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 43px;
}
@media (max-width: 768px) {
  .contact-text {
    text-align: left;
    padding-top: 25px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.contact-info_unit {
  position: relative;
  z-index: 0;
  width: 950px;
  padding-bottom: 48px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .contact-info_unit {
    width: 880px;
  }
}
.contact-info_unit::before {
  content: "";
  position: absolute;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  width: 100%;
  height: 100%;
  transform: skewX(-10deg);
}
@media (max-width: 1024px) {
  .contact-info_unit::before {
    transform: skewX(0deg);
  }
}
.contact-info_unit::after {
  content: "";
  position: absolute;
  border: 3px solid rgb(121, 64, 147);
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  z-index: -1;
  transform: skewX(-10deg);
}
@media (max-width: 1024px) {
  .contact-info_unit::after {
    transform: skewX(0deg);
    top: 10px;
    left: 10px;
  }
}

.contact-item {
  width: 80%;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .contact-item {
    width: 80%;
  }
}
.contact-item.is_color {
  color: #ffffff;
}

.contact-num_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-num_item {
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    padding-right: 0;
  }
}

.contact-num {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  background-size: 66%;
}
@media (min-width: 1025px) {
  .contact-num {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .contact-num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.contact-num.is_tel {
  position: relative;
  padding-left: 37px;
}
.contact-num.is_tel::before {
  content: "";
  display: block;
  background-image: url(../images/ft_contact_num_phone.svg);
  width: 41px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 12px;
  background-size: 66%;
}
@media (max-width: 768px) {
  .contact-num.is_tel::before {
    width: 28px;
    top: 8px;
    background-size: auto;
  }
}
.contact-num.is_fax {
  position: relative;
  padding-left: 37px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-num.is_fax {
    padding-top: 20px;
  }
}
.contact-num.is_fax::before {
  content: "";
  display: block;
  background-image: url(../images/ft_contact_num_tel.svg);
  width: 41px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 14px;
  background-size: 66%;
}
@media (max-width: 1024px) {
  .contact-num.is_fax::before {
    top: 28px;
    background-size: auto;
    width: 28px;
  }
}

.contact-time_pc {
  display: none;
}
@media (min-width: 1025px) {
  .contact-time_pc {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-top: 15px;
  }
}

.contact-time_sp {
  display: none;
}
@media (max-width: 1024px) {
  .contact-time_sp {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }
}

.contact-inst {
  display: flex;
  justify-content: space-between;
  transform: skewX(0deg);
  padding-top: 23px;
  gap: 5%;
}
@media (max-width: 1024px) {
  .contact-inst {
    flex-direction: column;
    align-items: center;
    gap: 5%;
  }
}
@media (max-width: 1024px) {
  .contact-inst {
    padding-top: 35px;
  }
}

.contact-dm {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-dm {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.contact_inst_btn {
  background: #ffffff;
  color: #560865;
  display: inline-flex;
  gap: 7%;
  justify-content: center;
  align-items: center;
  width: min(330px, 100%);
  padding: 9.5px 0;
}
@media (max-width: 1024px) {
  .contact_inst_btn {
    margin-top: 20px;
  }
}
.contact_inst_btn p {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .contact_inst_btn p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.contact_inst_btn::after {
  display: none;
}
@media (max-width: 768px) {
  .contact_inst_btn img {
    width: 30px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  margin: 200px 0 70px 0;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

.ft_contact_unit {
  position: relative;
  z-index: 0;
  width: 1000px;
  padding-bottom: 84px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .ft_contact_unit {
    width: 880px;
  }
}
.ft_contact_unit::before {
  content: "";
  position: absolute;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  width: 100%;
  height: 100%;
  transform: skewX(-10deg);
}
@media (max-width: 1024px) {
  .ft_contact_unit::before {
    transform: skewX(0deg);
  }
}
.ft_contact_unit::after {
  content: "";
  position: absolute;
  border: 3px solid rgb(121, 64, 147);
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  z-index: -1;
  transform: skewX(-10deg);
}
@media (max-width: 1024px) {
  .ft_contact_unit::after {
    transform: skewX(0deg);
    top: 10px;
    left: 10px;
  }
}

.ft-contact_titles {
  text-align: center;
}

.ft_contact_item {
  width: 70%;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .ft_contact_item {
    width: 80%;
  }
}
.ft_contact_item.is_color {
  color: #ffffff;
}

.ft_contact_contents {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ft_contact_contents {
    flex-direction: column;
    align-items: center;
  }
}

.ft_contact_text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ft_contact_text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.ft_contact_text.sales_text {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .ft_contact_text.sales_text {
    padding-top: 15px;
  }
}

.ft_contact_num_item {
  padding-right: 39px;
}
@media (max-width: 1024px) {
  .ft_contact_num_item {
    padding-top: 25px;
    padding-right: 0;
  }
}

.ft_contact_num {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 1025px) {
  .ft_contact_num {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .ft_contact_num {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.ft_contact_num.is_tel {
  position: relative;
  padding-left: 37px;
}
.ft_contact_num.is_tel::before {
  content: "";
  display: block;
  background-image: url(../images/ft_contact_num_phone.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 8px;
}
.ft_contact_num.is_fax {
  position: relative;
  padding: 10px 0 0 37px;
}
.ft_contact_num.is_fax::before {
  content: "";
  display: block;
  background-image: url(../images/ft_contact_num_tel.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 18px;
}

.ft_contact_time {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 15px;
}

.ft_contact_link {
  display: flex;
  justify-content: space-between;
  transform: skewX(0deg);
  padding-top: 60px;
  gap: 5%;
}
@media (max-width: 1024px) {
  .ft_contact_link {
    flex-direction: column;
    align-items: center;
    gap: 5%;
  }
}
@media (max-width: 1024px) {
  .ft_contact_link {
    padding-top: 35px;
  }
}

.ft_contact_btn {
  background: #ffffff;
  color: #560865;
  display: inline-flex;
  padding: 17px 0;
  width: min(330px, 100%);
}
.ft_contact_btn p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .ft_contact_btn p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ft_inst_btn {
  background: #ffffff;
  color: #560865;
  display: inline-flex;
  gap: 7%;
  justify-content: center;
  align-items: center;
  width: min(330px, 100%);
  padding: 9.5px 0;
}
@media (max-width: 1024px) {
  .ft_inst_btn {
    margin-top: 20px;
  }
}
.ft_inst_btn p {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ft_inst_btn p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.ft_inst_btn::after {
  display: none;
}
@media (max-width: 768px) {
  .ft_inst_btn img {
    width: 30px;
  }
}

.ft_nav_unit {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}

.ft_logo svg {
  width: 277px;
  height: 80px;
}
@media (max-width: 1024px) {
  .ft_logo svg {
    width: 215px;
  }
}

.ft_nav {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .ft_nav {
    padding-top: 25px;
    display: block;
  }
}

.nav_line {
  border-top: #794093 1px solid;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .nav_line {
    margin-top: 15px;
  }
}

.ft_nav_address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .ft_nav_address {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .ft_nav_address {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ft_nav_lists {
  display: flex;
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ft_nav_lists {
    flex-wrap: wrap;
    width: 340px;
    gap: 6%;
    justify-content: flex-end;
  }
}

.ft_nav_list {
  margin-left: 40px;
}
@media (max-width: 1060px) {
  .ft_nav_list {
    margin-left: 17px;
  }
}
@media (max-width: 1200px) {
  .ft_nav_list {
    margin-left: 25px;
  }
}
.ft_nav_list a {
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px;
}
@media (max-width: 1100px) {
  .ft_nav_list a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.ft_nav_num {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ft_nav_num {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.copyright {
  color: #9B5EA7;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: auto 0 0;
  display: block;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.br_service {
  display: none;
}
@media (max-width: 1350px) {
  .br_service {
    display: block;
  }
}

.br-pc_tb {
  display: none;
}
@media (min-width: 481px) {
  .br-pc_tb {
    display: block;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 1025px) {
  .br-pc {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 480px) {
  .br-sp {
    display: block;
  }
}

body.index .hd_nav_lists li:nth-of-type(1) a {
  position: relative;
}
body.index .hd_nav_lists li:nth-of-type(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF8B5;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

body.company .hd_nav_lists li:nth-of-type(2) a {
  position: relative;
}
body.company .hd_nav_lists li:nth-of-type(2) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF8B5;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

body.service .hd_nav_lists li:nth-of-type(3) a {
  position: relative;
}
body.service .hd_nav_lists li:nth-of-type(3) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF8B5;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

body.archive .hd_nav_lists li:nth-of-type(4) a {
  position: relative;
}
body.archive .hd_nav_lists li:nth-of-type(4) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF8B5;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 101px;
  transition: 0.3s;
  scroll-behavior: smooth;
  background: linear-gradient(to bottom, #794093, #560865);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 5;
  /*   デフォルトは非表示 */
  opacity: 0;
}
@media (max-width: 480px) {
  .pagetop {
    width: 85px;
    height: 85px;
  }
}
.pagetop::after {
  content: "";
  display: block;
  background-image: url(../images/pagetop_arrow.svg);
  width: 40px;
  height: 39px;
  background-size: 25%;
  transform: translate(27px, 28px);
}

.breadcrumb {
  margin-top: 105px;
  display: flex;
  padding-left: 10%;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding-left: 5%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 70px;
    display: block;
  }
}

.font_color {
  color: #560865;
  padding-right: 30px;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact-form_block dl {
  display: flex;
  margin-top: 30px;
  position: relative;
  gap: 10px;
}
@media (max-width: 1024px) {
  .contact-form_block dl {
    display: block;
    margin-top: 20px;
  }
}
.contact-form_block dl dt {
  position: relative;
  width: 30%;
  font-weight: 700;
  letter-spacing: 0;
  margin: auto 0;
}
@media (max-width: 1024px) {
  .contact-form_block dl dt {
    text-align: left;
    width: 100%;
  }
}
.contact-form_block dl dt label {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .contact-form_block dl dt label {
    padding-left: 0;
  }
}
.contact-form_block dl dd {
  width: 100%;
  margin-top: 3px;
}
@media (max-width: 1024px) {
  .contact-form_block dl dd {
    margin-top: 10px;
  }
}

.attached-text {
  position: absolute;
  padding: 3px 6px;
  background: rgb(121, 64, 147);
  background: linear-gradient(90deg, rgb(121, 64, 147) 0%, rgb(86, 8, 101) 100%);
  color: #ffffff;
  left: 0;
  margin-left: 21px;
  margin: 0 auto 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .attached-text {
    margin-left: 0;
    margin-right: 10px;
    position: static;
  }
}

.radio-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}
@media (max-width: 1024px) {
  .radio-area > span {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 11px 13px 12px 33px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-top: 16px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 16px;
    left: 9px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  border: 1px solid #222222;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 12px;
    left: 5px;
  }
}
input[type=radio]:checked + span::before {
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #F8F1FA;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 14px 13px 12px 45px;
  position: relative;
  line-height: 1;
  color: #222;
  font-weight: 500;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 4px;
  background-image: url("../images/contact_check.svg");
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 10px;
  left: 6px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 10px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  border: 1px solid #5a5a5a;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 13px 26px 15px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 15px 14px;
  }
}
input ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  color: #c2c2c2;
  font-weight: 700;
}
input ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #c2c2c2;
  font-weight: 700;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 551px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}
.select_wrap::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-left: 2px solid #F8F1FA;
  border-bottom: 2px solid #F8F1FA;
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  top: 35%;
  right: 30px;
}
@media (max-width: 1024px) {
  .select_wrap::before {
    width: 15px;
    height: 15px;
  }
}

select {
  cursor: pointer;
  width: 100%;
}

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact-form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  background-color: #fff;
  padding: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    margin-top: 30px;
    padding: 5%;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: 343px;
  overflow-y: scroll;
  padding-right: 35px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar {
  width: 7px;
  background-color: #efeeee;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #794093;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.privacy-text {
  font-weight: 500;
}
.privacy-text h3 {
  font-weight: 500;
}
.privacy-text h4 {
  padding-top: 30px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.privacy-text h4:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text p {
  padding-top: 5px;
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}

.contact_submit_part {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  gap: 15px 5%;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #e6e6e6;
  color: #F8F1FA;
  position: relative;
  padding: 15px 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part .contact-btn.is_back-btn {
    width: min(330px, 100%);
  }
}
.contact_submit_part .contact-btn.is_back-btn p {
  padding-right: 0px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
}
.contact_submit_part .contact-btn.is_back-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/contact-left_arrow.png);
  width: 20px;
  height: 5px;
  background-size: 16px;
  transition: all 0.3s;
  margin-left: 10px;
  left: 12px;
  top: 50%;
}
@media (min-width: 1025px) {
  .contact_submit_part .contact-btn.is_back-btn:hover {
    transform: scale(0.98);
  }
  .contact_submit_part .contact-btn.is_back-btn:hover::after {
    left: 8px;
  }
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.check_submit {
  padding: 20px 40px;
}
.check_submit .is_btn_ja {
  background-color: #d6b9e3;
  padding: 15px 40px;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .check_submit .is_btn_ja {
    width: min(330px, 100%);
  }
}
.check_submit .is_btn_ja p {
  padding-right: 20px;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
}
.check_submit .is_btn_ja::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/contact-right_arrow.png);
  width: 20px;
  height: 5px;
  background-size: 16px;
  transition: all 0.3s;
  margin-left: 10px;
  right: 16px;
  top: 50%;
}
@media (min-width: 1025px) {
  .check_submit .is_btn_ja:hover {
    transform: scale(0.98);
  }
  .check_submit .is_btn_ja:hover::after {
    right: 12px;
  }
}

.mw_wp_form_preview .unit-privacy {
  display: none;
}
.mw_wp_form_preview .privacy-agree {
  text-align: left;
}
.mw_wp_form_preview .contact-form_unit dl {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
  display: flex;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl {
    flex-direction: column;
  }
}
.mw_wp_form_preview .contact-form_unit dl dt {
  width: 30%;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dt {
    width: 100%;
  }
}
.mw_wp_form_preview .contact-form_unit dl dd {
  width: 70%;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mw_wp_form_preview .contact-form_unit dl dd {
    width: 100%;
  }
}
.mw_wp_form_preview .privacy-agree {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 25px;
}

.mw_wp_form_complete {
  padding-top: 80px;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mw_wp_form_complete {
    padding-top: 0;
  }
}
.mw_wp_form_complete p {
  padding: 50px 0 40px;
}

.box_cmn_form_no-input {
  margin-top: 30px;
  text-align: center;
  color: #F8F1FA;
  font-weight: 500;
}

.privacy_check_text {
  text-align: center;
  padding-top: 52px;
}
@media (max-width: 480px) {
  .privacy_check_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.contact-form {
  background-color: #F8F1FA;
  padding: 0 5%;
  padding-bottom: 210px;
  position: relative;
}

.contact-form-unit {
  width: 1000px;
  margin: 50px auto 0 auto;
  position: relative;
  max-width: 100%;
}
.contact-form-unit::before {
  content: "";
  display: block;
  width: 159px;
  height: 145px;
  background-image: url(../images/contact_top.svg);
  position: absolute;
  top: 110px;
  right: 0px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .contact-form-unit::before {
    width: 110px;
    height: 100px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .contact-form-unit::before {
    top: 55px;
  }
}
.contact-form-unit::after {
  content: "";
  display: block;
  width: 265px;
  height: 184px;
  background-image: url(../images/contact-bottom.svg);
  position: absolute;
  bottom: -118px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .contact-form-unit::after {
    width: 186px;
    height: 134px;
  }
}
@media (max-width: 768px) {
  .contact-form-unit::after {
    bottom: -160px;
  }
}

.contact-contactform {
  padding-top: 180px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-contactform .cmn_title_ja {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .contact-contactform {
    text-align: left;
  }
}

.input_short {
  width: 100%;
}

.form_contact_01 {
  position: relative;
  width: 350px;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 100%;
  }
}
.form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 46%;
  right: 35px;
  background-image: url(../images/contact-address_arrow.svg);
}

.contact-checkbox_unt {
  text-align: center;
}

.contact_btn {
  width: min(395px, 100%);
  padding: 14px 0 17px 40px;
  text-align: left;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .contact_btn {
    padding-left: 35px;
  }
}
@media (max-width: 480px) {
  .contact_btn {
    padding-left: 11px;
  }
}
.contact_btn::after {
  width: 70px;
}
@media (max-width: 480px) {
  .contact_btn::after {
    width: 20px;
  }
}
.contact_btn:hover::after {
  right: 12px;
}
.contact_btn::after {
  transition: all 0.3s;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .contact_btn::after {
    top: 18px;
  }
}
@media (max-width: 480px) {
  .contact_btn::after {
    right: 6px;
  }
}
.contact_btn p {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .contact_btn p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mw_wp_form_confirm .contact-form_block dl {
  padding-bottom: 30px;
  border-bottom: 1px #acacac solid;
}
@media (max-width: 1024px) {
  .mw_wp_form_confirm .contact-form_block dl {
    padding-bottom: 20px;
  }
}
.mw_wp_form_confirm .contact-form_block dl dd {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mw_wp_form_confirm .contact-form_block dl dd {
    padding-top: 3px;
  }
}
.mw_wp_form_confirm .form_contact_01::after {
  display: none;
}
.mw_wp_form_confirm .privacy_check_text {
  display: none;
}
.mw_wp_form_confirm .contact-checkbox_unt {
  display: none;
}
.mw_wp_form_confirm .contact_submit_part .contact-btn.is_back-btn {
  color: #222;
}

/*-------------------------------------------------------------------------------
  error
--------------------------------------------------------------------------------*/
.error404_wrap {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 200px 5%;
}
@media (max-width: 1024px) {
  .error404_wrap {
    padding: 100px 5% 60px;
  }
}

.error404-btn {
  margin-top: 50px;
}

.contact-lead_txt {
  padding-top: 15px;
  font-weight: 600;
}

.error404-btn {
  margin-top: 50px;
}

.contact-thanks_title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  padding-top: 129px;
}
@media (max-width: 768px) {
  .contact-thanks_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.contact-thanks_text {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .contact-thanks_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 25px;
  }
}

@media (max-width: 1024px) {
  .contact_thanks .contact-form {
    padding-bottom: 171px;
  }
}
.contact_thanks .contact-form-unit::before {
  top: 18px;
  bottom: -209px;
}
.contact_thanks .contact-form-unit::after {
  width: 234px;
  bottom: -212px;
}
@media (max-width: 1024px) {
  .contact_thanks .contact-form-unit::after {
    width: 170px;
    bottom: -160px;
  }
}

input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

p.val-err {
  color: #e40000;
  font-size: 0.8em;
}
p.val-err::before {
  content: "※";
}

.check_no-through {
  color: #e40000;
}

input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: #E2FBE2 !important;
}

.check_any_required.val-err input:not([type=radio]):not([type=checkbox]),
.check_any_required.val-err select,
.check_any_required.val-err textarea {
  background-color: #FFE4E4 !important;
}
.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err),
.check_any_required.val-through select:not(.val-err),
.check_any_required.val-through textarea:not(.val-err) {
  background-color: #E2FBE2 !important;
}

/*# sourceMappingURL=design.css.map*/