/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #FCF4E0;
  --thumb-color: #FCF4E0;
  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: #FCF4E0;
  background-color: #FCF4E0;
  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 #9B5000;
}
.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: #9B5000;
}
.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 #9B5000;
}
.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: #9B5000;
}
.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 #9B5000;
}
.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: #9B5000;
}
.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: #FCF4E0;
  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: #FCF4E0;
}
.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: #FCF4E0;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(252, 244, 224, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(252, 244, 224, 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: #9B5000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background: #FCF4E0;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #FCF4E0;
  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 {
  font-weight: bold;
  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;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background-color: #FCF4E0;
  height: 100px;
  display: flex;
  align-items: center;
  width: 100vw;
  position: fixed;
  z-index: 100;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.hd_logo {
  width: 133px;
  height: 57px;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hd_logo {
    width: 118px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .hd_logo {
    width: 84px;
    height: 36px;
  }
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hd_nav_lists {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px 0;
    row-gap: 20px;
    max-width: 90%;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.hd_nav_list {
  padding-right: 3vw;
}
@media (max-width: 1024px) {
  .hd_nav_list {
    padding-right: 0;
  }
}

.hd_sp_tel {
  display: none;
}
@media (max-width: 1024px) {
  .hd_sp_tel {
    display: block;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .hd_sp_tel {
    pointer-events: none;
  }
}

.hd_nav_link {
  color: #9B5000;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
.hd_nav_link::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  border-radius: 50px;
  background-color: #FF7E00;
  position: absolute;
  z-index: -1;
  left: -12px;
  transform: translateX(-50%);
  background-size: 47%;
  top: 12px;
  transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 1025px) {
  .hd_nav_link.is_hover:hover::after {
    opacity: 1;
  }
}

.hd_contact_link {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .hd_contact_link {
    margin-top: 5px;
    margin-left: 0;
  }
}
.hd_contact_link a {
  padding: 9px 19px 9px 47px;
  border-radius: 22px;
  background-color: #FF7E00;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .hd_contact_link a {
    width: 200px;
    display: block;
    text-align: center;
    padding-left: 52px;
  }
}
.hd_contact_link a::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/contact_icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hd_contact_link a::before {
    left: 32px;
  }
}

.hd_ec_link a {
  padding: 9px 19px 9px 47px;
  border-radius: 22px;
  border: 2px solid #FF7E00;
  position: relative;
  color: #FF7E00;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .hd_ec_link a {
    width: 200px;
    display: block;
    text-align: center;
    padding-left: 52px;
  }
}
.hd_ec_link a::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ec_icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hd_ec_link a::before {
    left: 32px;
  }
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    background-color: #FF7E00;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
  }
  .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: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .hd_menu_btn span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
}
@media (max-width: 480px) {
  .hd_menu_btn {
    width: 45px;
    height: 45px;
  }
}
.hd_menu_btn.is_close {
  display: block;
  width: 55px;
  height: 55px;
  background-color: transparent;
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FF7E00;
}
.hd_menu_btn.is_close span:nth-of-type(1) {
  left: 13px;
  top: 30px;
  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: 14px;
  top: 30px;
  transform: rotate(135deg);
}

@media (max-width: 1024px) {
  .hd_nav_box {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    background-color: #FCF4E0;
    padding: 60px 0 250px;
    z-index: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.sp_sns_items {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sp_sns_items {
    padding-top: 30px;
  }
}
.sp_sns_items .sns_item {
  display: block;
}

.copy_right {
  position: absolute;
  left: 20px;
  top: 150px;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
}
@media (max-width: 1199px) {
  .copy_right {
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .copy_right {
    display: none;
  }
}

.sns_items {
  position: absolute;
  right: 20px;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sns_items {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sns_items {
    right: 10px;
  }
}

.tree_left {
  position: absolute;
  left: -4px;
  bottom: 0;
  position: fixed;
  pointer-events: none;
  height: 300px;
  width: 300px;
}
.tree_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .tree_left {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .tree_left {
    width: 120px;
    height: 110px;
  }
}

.tree_right {
  position: absolute;
  right: 0px;
  bottom: 0;
  position: fixed;
  pointer-events: none;
  height: 300px;
  width: 300px;
}
.tree_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .tree_right {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .tree_right {
    width: 120px;
    height: 110px;
  }
}

.sns_item_blog {
  display: block;
}
.sns_item_blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_blog:hover {
    transform: scale(1.2);
  }
}

.sns_item_facebook {
  display: block;
}
.sns_item_facebook img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_facebook:hover {
    transform: scale(1.2);
  }
}

.sns_item_tiktok {
  display: block;
}
.sns_item_tiktok img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_tiktok:hover {
    transform: scale(1.2);
  }
}

.sns_item_youtube {
  display: block;
}
.sns_item_youtube img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_youtube:hover {
    transform: scale(1.2);
  }
}

.sns_item_x {
  display: block;
}
.sns_item_x img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_x:hover {
    transform: scale(1.2);
  }
}

.sns_item_instagram {
  display: block;
}
.sns_item_instagram img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .sns_item_instagram:hover {
    transform: scale(1.2);
  }
}

.mv_item {
  padding-top: 100px;
  margin: 0 100px;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .mv_item {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .mv_item {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .mv_item {
    padding-top: 73px;
  }
}

.mv_video {
  position: relative;
  overflow: hidden;
  border-radius: 100px 100px 0 0;
  margin: auto;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 768px) {
  .mv_video {
    border-radius: 30px 30px 0 0;
  }
}
.mv_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subpage_mainimage {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 1024px) {
  .subpage_mainimage {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .subpage_mainimage {
    padding-top: 60px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .index-contents_aichantext_01 {
    width: 150px;
    height: 150px;
  }
  .index-contents_aichantext_01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.mainimage {
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .mainimage {
    border-radius: 0;
    padding-top: 104px;
  }
}
.mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hd_aichans {
  position: absolute;
  bottom: 23px;
  right: 13vw;
  width: 270px;
  height: 125px;
}
.hd_aichans img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .hd_aichans {
    width: 234px;
    height: 95px;
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  .hd_aichans {
    width: 190px;
    height: 84px;
    bottom: 11px;
    transform: rotate(3deg);
  }
}

.cmn-ttl {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 20px 21px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1024px) {
  .cmn-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    border-radius: 10px;
    padding: 15px 10px;
    top: 22%;
  }
}
@media (max-width: 768px) {
  .cmn-ttl {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
.cmn_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cmn_title.is_center {
  text-align: center;
}
@media (max-width: 768px) {
  .cmn_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cmn_title_deco {
  line-height: 0;
}

.cmn_btn {
  padding: 20px 60px;
  border-radius: 36px;
  background-color: #FF7E00;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 15px 40px;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    transform: scale(0.9);
  }
}
.cmn_btn.index-contents_btn {
  margin: 40px 0 0 auto;
}
@media (max-width: 1199px) {
  .cmn_btn.index-contents_btn {
    margin: 20px auto 0 0;
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    margin-top: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .cmn_links:hover .cmn_link {
    background-color: #ffebd8;
  }
}

.cmn_links {
  padding-left: 34px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FF7E00;
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn_links.is_tour_link {
  display: inline-block;
  margin-top: 24px;
}
.cmn_links.is_tour_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/pdf.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cmn_links.is_tour_link {
    margin-top: 10px;
  }
}
.cmn_links::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/index-news.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 768px) {
  .cmn_links {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cmn_link {
  color: #FF7E00;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  index-introduction_text
--------------------------------------------------------------------------------*/
.index-introduction_text {
  text-align: center;
  padding-top: 100px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.index-introduction_text span {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  font-weight: 500;
  background: url(../images/h1_bg.png);
  background-size: 100%;
  z-index: -1;
  padding: 7px 0 0.5em 0;
  margin-left: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .index-introduction_text span {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 4px 0 0.5em 0;
  }
}
@media (max-width: 1024px) {
  .index-introduction_text {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .index-introduction_text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.index-introduction_aichan_01 {
  transform: rotate(-19deg);
  position: absolute;
  top: -48px;
  left: -50px;
  width: 6.9vw;
  min-width: 70px;
}
@media (max-width: 1024px) {
  .index-introduction_aichan_01 {
    left: 88px;
  }
}
@media (max-width: 768px) {
  .index-introduction_aichan_01 {
    top: 19px;
    left: 67px;
  }
}
@media (max-width: 768px) {
  .index-introduction_aichan_01 {
    left: 11px;
  }
}

.index-introduction_aichan_02 {
  position: absolute;
  bottom: -113px;
  right: -83px;
  width: 6.9vw;
  transform: rotate(32deg);
  min-width: 70px;
}
@media (max-width: 1024px) {
  .index-introduction_aichan_02 {
    right: 55px;
  }
}

.index-introduction_tv {
  width: 809px;
  height: 585px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
}
@media (max-width: 1024px) {
  .index-introduction_tv {
    width: 685px;
    height: 481px;
  }
}
@media (max-width: 768px) {
  .index-introduction_tv {
    width: 437px;
    height: 316px;
  }
}
@media (max-width: 480px) {
  .index-introduction_tv {
    width: 324px;
    height: 247px;
  }
}
.index-introduction_tv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-introduction_video {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .index-introduction_video {
    width: 630px;
    height: 345px;
  }
}
@media (max-width: 768px) {
  .index-introduction_video {
    width: 400px;
    height: 233px;
  }
}
@media (max-width: 480px) {
  .index-introduction_video {
    width: 301px;
    height: 177px;
  }
}
.index-introduction_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  index-news
--------------------------------------------------------------------------------*/
.index-news_unit {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 120px 80px;
  width: 1260px;
  max-width: 90%;
  margin: 130px auto 0;
}
@media (max-width: 1024px) {
  .index-news_unit {
    padding: 50px 5% 80px;
  }
}
@media (max-width: 768px) {
  .index-news_unit {
    padding: 40px 5%;
    margin-top: 70px;
  }
}

.index-news_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.index-news_lists {
  padding: 30px 50px 0 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: 370px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 768px) {
  .index-news_lists {
    padding: 30px 20px 0 0;
  }
}
.index-news_lists::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
}
.index-news_lists::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 15px;
}
.index-news_lists::-webkit-scrollbar-thumb {
  background-color: #FF7E00;
  border-radius: 15px;
}

.index-news-date {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #A0A0A0;
}

.index-news-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .index-news-text {
    margin-top: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.index-news_list {
  padding: 20px 0 25px;
  width: 100%;
  border-top: 1px dashed #FF7E00;
}
.index-news_list:last-of-type {
  border-bottom: 1px dashed #FF7E00;
}
@media (max-width: 768px) {
  .index-news_list {
    padding: 15px 0;
  }
}

.index-news_list_image {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.index-news_list_image .index-news-item {
  width: 77%;
}
@media (max-width: 768px) {
  .index-news_list_image .index-news-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-news_list_image {
    flex-direction: column;
  }
}

.index-news-image {
  width: 200px;
  height: 140px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-news-image {
    width: 200px;
    height: 150px;
    margin: 20px auto 0;
  }
}
.index-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  index-ec
--------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .index-ec_unit {
    width: 1260px;
    max-width: 90%;
    margin: 60px auto 0;
    border-radius: 20px;
    background: url(../images/index-ec.jpg);
    min-height: 407px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .index-ec_unit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 20px;
    background: rgb(154, 120, 82);
    background: linear-gradient(129deg, rgba(154, 120, 82, 0.57) 0%, rgb(255, 255, 255) 100%);
  }
  .index-ec_unit::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -15px;
    background-image: url(../images/index-ec_deco.png);
    width: 284px;
    height: 259px;
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .index-ec_text_image_small {
    width: 90%;
    aspect-ratio: 126/40;
    margin: 20px auto 0;
    border-radius: 20px;
    background: url(../images/index-ec.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .index-ec_text_image_small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 20px;
    background: rgb(154, 120, 82);
    background: linear-gradient(129deg, rgba(154, 120, 82, 0.57) 0%, rgb(255, 255, 255) 100%);
  }
}

.index-ec_texts {
  width: 65%;
  padding: 87px 0 70px 80px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .index-ec_texts {
    width: 100%;
    padding: 0 5%;
  }
}

.index-ec_text_image {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .index-ec_text_image {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .index-ec_text_image {
    color: #9B5000;
  }
}
.index-ec_text_image span {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  color: #FF7E00;
  position: relative;
  background: url(../images/ec_bg.png);
  background-size: 100%;
  z-index: -1;
  padding: 12px 24px 12px 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .index-ec_text_image span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.index-ec_text {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .index-ec_text {
    color: #9B5000;
  }
}
@media (max-width: 768px) {
  .index-ec_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 10px;
  }
}

.index-ec_aichan_01 {
  position: absolute;
  bottom: -20px;
  right: 214px;
  width: 140px;
  height: 113px;
}
@media (max-width: 1199px) {
  .index-ec_aichan_01 {
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .index-ec_aichan_01 {
    width: 75px;
    height: 60px;
  }
}
.index-ec_aichan_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-ec_aichan_02 {
  position: absolute;
  bottom: -20px;
  right: 58px;
  width: 141px;
  height: 144px;
}
@media (max-width: 1199px) {
  .index-ec_aichan_02 {
    right: auto;
    left: 136px;
  }
}
@media (max-width: 768px) {
  .index-ec_aichan_02 {
    width: 75px;
    height: 65px;
    left: 79px;
  }
}
.index-ec_aichan_02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frog {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
/*-------------------------------------------------------------------------------
  index-contents
--------------------------------------------------------------------------------*/
.index-contents {
  margin-top: 80px;
}

.index-contents_unit {
  display: flex;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .index-contents_unit {
    padding-bottom: 70px;
  }
}
.index-contents_unit:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .index-contents_unit:nth-of-type(2) {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .index-contents_unit {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-contents_unit {
    padding-bottom: 70px;
  }
}

.index-ec_btn {
  padding: 20px 60px 20px 97px;
  border-radius: 36px;
  background-color: #FF7E00;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .index-ec_btn {
    padding: 15px 40px 15px 60px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}
.index-ec_btn::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ec_icn_white.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 768px) {
  .index-ec_btn::before {
    left: 29px;
  }
}
.index-ec_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  background-image: url(../images/leaf_icon.svg);
  width: 42px;
  height: 27px;
  background-size: cover;
  transform: rotate(-8deg);
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .index-ec_btn:hover:hover {
    background-color: #ffa954;
  }
  .index-ec_btn:hover:hover::after {
    opacity: 1;
  }
}

.index-ec_aichan_items_01 {
  position: absolute;
  bottom: 45px;
  left: 35%;
  display: flex;
}
@media (max-width: 1199px) {
  .index-ec_aichan_items_01 {
    bottom: auto;
    left: auto;
    right: 0;
    top: 15px;
  }
}

.index-contents_aichantext_01 {
  transform: translateY(-31%);
}

@media (max-width: 768px) {
  .index-contents_aichan_01 {
    width: 60px;
    height: 60px;
  }
}
.index-contents_aichan_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-ec_aichan_items_02 {
  position: absolute;
  bottom: 45px;
  left: 35%;
  display: flex;
}
@media (max-width: 1199px) {
  .index-ec_aichan_items_02 {
    bottom: auto;
    left: auto;
    right: 0;
    top: 15px;
  }
}

.index-contents_aichan_02 {
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .index-contents_aichan_02 {
    width: 60px;
    height: 60px;
  }
}

.index-contents_aichantext_02 {
  transform: translateY(-31%);
}
@media (max-width: 768px) {
  .index-contents_aichantext_02 {
    width: 150px;
    height: 150px;
    transform: translateY(-46%);
  }
  .index-contents_aichantext_02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.purupuru {
  animation: purupuru 0.8s linear 0s 1;
}

@keyframes purupuru {
  0% {
    transform: rotate(0deg) scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: rotate(0deg) scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: rotate(0deg) scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: rotate(0deg) scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: rotate(0deg) scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: rotate(0deg) scale(1, 1) translate(0%, 0%);
  }
}
.poyooon {
  animation: poyooon 0.9s linear 0s 1;
  transform: rotate(-20deg); /* 角度を固定 */
}

@keyframes poyooon {
  0% {
    transform: rotate(-20deg) scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: rotate(-20deg) scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: rotate(-20deg) scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: rotate(-20deg) scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: rotate(-20deg) scale(0.9, 1.2) translate(0%, -38%);
  }
  75% {
    transform: rotate(-20deg) scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: rotate(-20deg) scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: rotate(-20deg) scale(1, 1) translate(0%, 0%);
  }
}
.index-contents_texts {
  padding-top: 50px;
  width: 50%;
}
@media (max-width: 1199px) {
  .index-contents_texts {
    width: 100%;
  }
}

.index-contents_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .index-contents_text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-top: 20px;
  }
}

.index-contents_image {
  width: 43%;
  height: 400px;
}
@media (max-width: 1199px) {
  .index-contents_image {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .index-contents_image {
    height: 300px;
  }
}
.index-contents_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-item .swiper .swiper-wrapper {
  height: 300px;
  margin-top: 70px;
}
.swiper-item .swiper .swiper-wrapper .swiper-slide {
  border-radius: 50px;
  border: #FF7E00 4px solid;
  width: 250px;
  height: 250px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .swiper-item .swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.05);
  }
}
.swiper-item .swiper .swiper-wrapper .swiper-slide img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.swiper-item {
  position: relative;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .swiper-item {
    padding-top: 0;
  }
}

.swiper-buttons {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 50%;
  width: 100%;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 1024px) {
  .swiper-buttons {
    right: 0;
  }
}

.swiper-item .swiper-button-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 126, 0, 0.7019607843);
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .swiper-item .swiper-button-next {
    margin-left: 5%;
  }
}
.swiper-item .swiper-button-next.is_color {
  background-color: #ffffff;
  border: rgba(255, 126, 0, 0.7019607843) 1px solid;
}
.swiper-item .swiper-button-next.is_color::before {
  border-top: 10px solid transparent;
  border-right: 15px solid rgba(255, 126, 0, 0.7019607843);
  border-bottom: 10px solid transparent;
}
.swiper-item .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid rgb(255, 255, 255);
  border-bottom: 8px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
@media (min-width: 1025px) {
  .swiper-item .swiper-button-next:hover {
    transform: scale(1.2);
    background-color: #FF7E00;
  }
}
.swiper-item .swiper-button-next::after {
  display: none;
}
.swiper-item .swiper-button-prev {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 126, 0, 0.7019607843);
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .swiper-item .swiper-button-prev {
    margin-right: 5%;
  }
}
.swiper-item .swiper-button-prev.is_color {
  background-color: #ffffff;
  border: rgba(255, 126, 0, 0.7019607843) 1px solid;
}
.swiper-item .swiper-button-prev.is_color::before {
  border-left: 15px solid rgba(255, 126, 0, 0.7019607843);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (min-width: 1025px) {
  .swiper-item .swiper-button-prev:hover {
    transform: scale(1.2);
    background-color: #FF7E00;
  }
}
.swiper-item .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid rgb(255, 255, 255);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -54%);
}

.index-introduction_btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*-------------------------------------------------------------------------------
  index-hometown
--------------------------------------------------------------------------------*/
.index-hometown {
  padding: 75px 0;
  background-color: #ffffff;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .index-hometown {
    padding-top: 70px;
    margin-top: 70px;
  }
}

.index-hometown_unit {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
}

.index-hometown_items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-hometown_items {
    flex-direction: column;
  }
}

.index-hometown_image {
  width: 37%;
}
@media (max-width: 1024px) {
  .index-hometown_image {
    width: 100%;
    height: 300px;
  }
}
.index-hometown_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-hometown_texts {
  width: 57%;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .index-hometown_texts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-hometown_texts {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}

.index-hometown_titles {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .index-hometown_titles {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .index-hometown_titles {
    display: block;
  }
}

.index-hometown_title_image {
  width: 6vw;
  min-width: 60px;
}
@media (max-width: 480px) {
  .index-hometown_title_image {
    width: 80px;
    margin: 0 auto;
  }
}
.index-hometown_title_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-hometown_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-hometown_title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 20px;
  }
}

.index-hometown_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .index-hometown_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
    line-height: 1.5;
  }
}

.index-hometown_tabs {
  padding-top: 40px;
  display: flex;
  gap: 1.8vw;
  flex-wrap: wrap;
  height: auto;
  justify-content: left;
}
@media (max-width: 768px) {
  .index-hometown_tabs {
    padding-top: 20px;
    flex-direction: column;
  }
}

.index-hometown_tab {
  padding: 25px 95px 25px 65px;
  border-radius: 10px;
  background-color: #FFD900;
  display: block;
  color: #9B5000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 768px) {
  .index-hometown_tab {
    padding: 15px 60px 15px 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 300px;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .index-hometown_tab:hover {
    background-color: #ffe864;
    transform: scale(0.9);
  }
}
.index-hometown_tab::after {
  content: "";
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/link_icon.svg);
  width: 23px;
  height: 23px;
  background-size: cover;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-hometown_tab::after {
    right: 25px;
  }
}

/*-------------------------------------------------------------------------------
 company-birth
--------------------------------------------------------------------------------*/
.company-birth_unit {
  padding-top: 70px;
  width: 926px;
  margin: 0 auto;
  max-width: 95%;
}

.company-birth_titles {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.company-birth_titles::before {
  content: "";
  position: absolute;
  right: -120px;
  background-image: url(../images/company-birth_text_image.png);
  width: 282px;
  height: 195px;
  background-size: cover;
  top: 135px;
}
@media (max-width: 1024px) {
  .company-birth_titles::before {
    right: -97px;
    top: 90px;
    width: 190px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .company-birth_titles::before {
    right: 0;
    top: -54px;
    width: 120px;
    height: 80px;
  }
}

.company-birth_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.08em;
  border-bottom: 2px dashed #FF7E00;
}
@media (max-width: 1024px) {
  .company-birth_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .company-birth_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.company-birth_image {
  padding-top: 60px;
}

.company-birth_mountain_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 80px;
  width: 700px;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .company-birth_mountain_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 35px;
  }
}

.company-birth_mountain {
  position: relative;
}

.svg_wrap {
  position: absolute;
  left: 0;
  top: -75px;
  width: 100%;
  filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px) {
  .svg_wrap {
    top: -40px;
  }
}

.svg_wrap_02 {
  position: absolute;
  left: 0;
  top: -146px;
  width: 100%;
  max-height: 130px;
  filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px) {
  .svg_wrap_02 {
    top: -95px;
  }
}

/*-------------------------------------------------------------------------------
  company-greeting_unit
--------------------------------------------------------------------------------*/
.company-greeting {
  z-index: 2;
  position: sticky;
}

.company-greeting_unit {
  width: 1260px;
  max-width: 90%;
  margin: 110px auto 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 80px 90px;
  position: relative;
}
@media (max-width: 1199px) {
  .company-greeting_unit {
    padding: 70px 5%;
  }
}
@media (max-width: 768px) {
  .company-greeting_unit {
    padding: 40px 5%;
    margin-top: 70px;
  }
}

.company-greeting_aichan {
  position: absolute;
  right: 20px;
  top: -40px;
  transform: rotate(16deg);
  animation: puyon 1s linear 0s 1;
}
@media (max-width: 768px) {
  .company-greeting_aichan {
    width: 60px;
    height: 60px;
  }
}
.company-greeting_aichan img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes puyon {
  0% {
    transform: rotate(16deg) scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: rotate(16deg) scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: rotate(16deg) scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: rotate(16deg) scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: rotate(16deg) scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: rotate(16deg) scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: rotate(16deg) scale(1, 1) translate(0%, 0%);
  }
}
.company-greeting_items {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .company-greeting_items {
    flex-direction: column-reverse;
  }
}

.company-greeting_texts {
  width: 68%;
}
@media (max-width: 1024px) {
  .company-greeting_texts {
    width: 100%;
  }
}

.company-greeting_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .company-greeting_text {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .company-greeting_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.company-greeting_names {
  padding-top: 40px;
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 25px;
}
@media (max-width: 768px) {
  .company-greeting_names {
    padding-top: 15px;
  }
}

.company-greeting_president {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

.company-greeting_image {
  width: 29%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company-greeting_image {
    width: 100%;
  }
}
.company-greeting_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  company-overview
--------------------------------------------------------------------------------*/
.company-overview_unit {
  width: 1100px;
  max-width: 90%;
  margin: 110px auto 0;
}
@media (max-width: 768px) {
  .company-overview_unit {
    margin-top: 70px;
  }
}

.company-overview_table {
  margin-top: 40px;
}
.company-overview_table tr {
  border-top: 1px dashed #FF7E00;
}
.company-overview_table tr:last-of-type {
  border-bottom: 1px dashed #FF7E00;
}
@media (max-width: 768px) {
  .company-overview_table tr {
    display: block;
  }
}
.company-overview_table th {
  padding: 20px 10px;
  width: 24%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .company-overview_table th {
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 0 0 0;
  }
}
.company-overview_table td {
  padding: 20px 10px 20px 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-overview_table td {
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 0 15px 0;
  }
}

.company-overview_images {
  flex-wrap: wrap;
  height: auto;
  justify-content: left;
  margin: 0 auto;
  display: flex;
  row-gap: 40px;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .company-overview_images {
    padding: 15px 0;
    row-gap: 15px;
  }
}

.company-overview_image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 25/18;
  width: 21%;
}
.company-overview_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .company-overview_image {
    width: 47.5%;
  }
}

.company-overview_acquisitions {
  flex-wrap: wrap;
  height: auto;
  justify-content: left;
  margin: 0 auto;
  display: flex;
  row-gap: 10px;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding: 40px 0;
  border-top: 1px dashed #FF7E00;
}
@media (max-width: 768px) {
  .company-overview_acquisitions {
    padding: 15px 0;
  }
}

.company-overview_acquisition_item {
  width: 12.5%;
}
@media (max-width: 768px) {
  .company-overview_acquisition_item {
    width: 47.5%;
  }
}

.company-overview_acquisition {
  aspect-ratio: 14/11.7;
}
.company-overview_acquisition img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-overview_acquisition_text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*-------------------------------------------------------------------------------
  company-map
--------------------------------------------------------------------------------*/
.company-map_unit {
  width: 1100px;
  max-width: 90%;
  margin: 100px auto 140px;
}
@media (max-width: 768px) {
  .company-map_unit {
    margin: 70px auto 0;
  }
}

.company-map_texts {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .company-map_texts {
    flex-direction: column;
    gap: 20px;
  }
}

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

.company-map_item {
  width: 100%;
  height: 500px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .company-map_item {
    padding-top: 20px;
    height: 300px;
  }
}
.company-map_item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  products-introduction
--------------------------------------------------------------------------------*/
.products-introduction_unit {
  width: 1100px;
  max-width: 90%;
  margin: 60px auto 0;
}

.products-introduction_image {
  text-align: center;
}
.products-introduction_image img {
  border-bottom: 2px dashed #FF7E00;
  padding: 0 20px;
}

.products-introduction_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .products-introduction_text {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 20px;
    text-align: left;
  }
}

.products-aichans {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}
@media (max-width: 1024px) {
  .products-aichans {
    flex-direction: column-reverse;
    gap: 130px;
    padding-top: 20px;
  }
}

.products-aichan_01s {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .products-aichan_01s {
    justify-content: center;
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .products-aichantext_01, .products-aichantext_01 {
    width: 170px;
    height: 70px;
  }
}

.products-aichan_02s {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(36px);
}
@media (max-width: 1024px) {
  .products-aichan_02s {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .products-aichan_01 {
    width: 100px;
    height: 100px;
  }
}
.products-aichan_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-aichan_02 {
  transform: translateX(-15px) translateY(36px) rotate(13deg);
}
@media (max-width: 768px) {
  .products-aichan_02 {
    width: 100px;
  }
}
.products-aichan_02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.purupuru2 {
  animation: purupuru2 0.8s linear 0s 1;
}

@keyframes purupuru2 {
  0% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: translateX(-15px) translateY(36px) rotate(13deg) scale(1, 1) translate(0%, 0%);
  }
}
/*-------------------------------------------------------------------------------
  products-introduction
--------------------------------------------------------------------------------*/
.products-genre {
  position: relative;
}

.products-genre_unit {
  margin: 100px auto;
  width: 1100px;
  max-width: 90%;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .products-genre_unit {
    margin: 70px auto 100px;
    padding-top: 0;
  }
}

.products-genre_btns {
  background-color: #ffffff;
  padding: 30px 0;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  height: auto;
  justify-content: left;
  margin: 0 auto;
  row-gap: 20px;
}
@media (max-width: 480px) {
  .products-genre_btns {
    gap: 0;
    row-gap: 15px;
  }
}

.products-genre_btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9B5000;
  position: relative;
  padding: 20px 70px 20px 50px;
  border-right: 1px dashed #C08369;
}
@media (max-width: 1024px) {
  .products-genre_btn {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 60px 5px 10px;
  }
}
@media (max-width: 480px) {
  .products-genre_btn {
    width: 50%;
  }
}
.products-genre_btn:last-of-type {
  border-right: none;
}
@media (min-width: 1025px) {
  .products-genre_btn:hover::after {
    right: 20px;
  }
}
.products-genre_btn::after {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg);
  width: 20px;
  height: 10px;
  top: 56%;
  right: 30px;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.products-genre_items {
  padding-top: 60px;
}

.products-genre_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .products-genre_item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .products-genre_item {
    padding-bottom: 60px;
  }
}
.products-genre_item:first-of-type {
  padding-top: 30px;
}
.products-genre_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .products-genre_item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.products-genre_item:last-of-type {
  padding-bottom: 0;
}

.products-genre_image {
  border-radius: 50px;
  border: #FF7E00 4px solid;
  overflow: hidden;
  width: 57%;
  height: 360px;
  position: relative;
}
@media (max-width: 1024px) {
  .products-genre_image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .products-genre_image {
    height: 300px;
  }
}
.products-genre_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_icon {
  position: absolute;
  background-color: #FDD198;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
}
.image_icon::after {
  content: "";
  background: url(../images/image_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-size: 100%;
}

.products-genre_image {
  position: relative;
}

.image-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 65px;
  height: 64px;
  background-size: 100%;
  z-index: 10;
  background: url(../images/image_icon.svg);
  background-repeat: no-repeat;
}

.products-genre_texts {
  padding-top: 21px;
  width: 38%;
}
@media (max-width: 1024px) {
  .products-genre_texts {
    width: 100%;
  }
}

.products-genre_name {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .products-genre_name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.products-genre_title {
  padding-top: 24px;
  margin-top: 40px;
  border-top: #C08369 1px solid;
  color: #FF7E00;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .products-genre_title {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .products-genre_title {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.products-genre_text {
  padding-top: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .products-genre_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.products-genre_block {
  margin-top: 16px;
  padding: 15px 25px 24px;
  background: #FFEBBB;
}

.products-genre_block_title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FF7E00;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .products-genre_table tr {
    display: block;
    padding: 5px 0;
    border-bottom: #555555 1px solid;
  }
  .products-genre_table tr:first-of-type {
    border-top: #555555 1px solid;
  }
}
.products-genre_table th {
  width: 15%;
  font-weight: 500;
  color: #565656;
}
@media (max-width: 768px) {
  .products-genre_table th {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    display: block;
  }
}
.products-genre_table td {
  width: 67px;
  font-weight: 500;
  color: #565656;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .products-genre_table td {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

.products-genre_ec_btn {
  display: flex;
  justify-content: end;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .products-genre_ec_btn {
    justify-content: center;
    padding-top: 20px;
  }
}
.products-genre_ec_btn a {
  padding: 9px 19px 9px 47px;
  border-radius: 22px;
  background-color: #FF7E00;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.products-genre_ec_btn a::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ec_white_icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
.products-genre_ec_btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  background-image: url(../images/leaf_icon.svg);
  width: 42px;
  height: 27px;
  background-size: cover;
  transform: rotate(-8deg);
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .products-genre_ec_btn a:hover:hover {
    background-color: #ffa954;
  }
  .products-genre_ec_btn a:hover:hover::after {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
 tour-point
--------------------------------------------------------------------------------*/
.tour-point_unit {
  margin: 140px auto 0;
  width: 1100px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .tour-point_unit {
    margin-top: 70px;
  }
}

.tour-point_image {
  text-align: center;
}

.tour-points {
  display: flex;
  padding-top: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .tour-points {
    flex-direction: column;
    gap: 10px;
  }
}

.tour-point_item {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  width: 309px;
  height: 287px;
}
@media (max-width: 768px) {
  .tour-point_item:first-of-type {
    transform: translateX(-4vw);
  }
  .tour-point_item:last-of-type {
    transform: translateX(10px);
  }
}
.tour-point_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tour-point_item:nth-of-type(2) {
  transform: translateY(-50px);
}
@media (max-width: 768px) {
  .tour-point_item:nth-of-type(2) {
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  .tour-point_item {
    margin: 0 auto;
  }
}

.tour-point_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.3;
  padding-top: 35px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .tour-point_text {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 20px;
    text-align: left;
  }
}

.tour-point_bg_image_item {
  background-image: url("../images/tour-point_bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 107px;
}
@media (min-width: 769px) {
  .tour-point_bg_image_item {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .tour-point_bg_image_item {
    margin-top: 40px;
  }
}

.tour-point_bg_image {
  content: "";
  height: 400px;
}
@media (max-width: 768px) {
  .tour-point_bg_image {
    height: 30vh;
  }
}

.tour-tab_ichan_deco {
  display: flex;
  justify-content: center;
}

.tour-tab_unit {
  margin: 160px 5%;
}

.tour-tab_ichans {
  display: flex;
}

.tour-tab_ichan {
  width: 73px;
  height: 70px;
}
.tour-tab_ichan img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.onpu_01 {
  width: 39px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: shake 3s infinite;
}

@keyframes shake {
  0% {
    transform: translateY(-30px) rotate(20deg);
  }
  50% {
    transform: translateY(-30px) rotate(-20deg);
  }
  100% {
    transform: translateY(-30px) rotate(20deg);
  }
}
.onpu_02 {
  width: 39px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: shake2 3s infinite;
}

@media (min-width: 769px) {
  @keyframes shake2 {
    0% {
      transform: translateY(-30px) rotate(20deg);
    }
    50% {
      transform: translateY(-30px) rotate(-20deg);
    }
    100% {
      transform: translateY(-30px) rotate(20deg);
    }
  }
}
@media (max-width: 768px) {
  @keyframes shake2 {
    0% {
      transform: translate(27px, -42px) rotate(20deg); /* 時計回りに20度 */
    }
    50% {
      transform: translate(27px, -42px) rotate(-20deg); /* 反時計回りに20度 */
    }
    100% {
      transform: translate(27px, -42px) rotate(20deg); /* 時計回りに戻る */
    }
  }
}
.tabs {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .tabs {
    margin-top: 40px;
  }
}

.tab-list {
  display: flex;
  justify-content: center;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  gap: 6%;
}
@media (max-width: 1199px) {
  .tab-list {
    flex-direction: column;
    gap: 20px;
  }
}

.tab-btn {
  background-color: #FFDE8F;
  padding: 12px 17.5px;
  border-radius: 10px;
  color: #B4A6A0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 245px;
  position: relative;
  transition: all 0.3s;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .tab-btn {
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .tab-btn {
    width: 330px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tab-btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/tab-btn_arrow.svg);
  width: 23px;
  height: 29px;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  bottom: -26px;
}
@media (max-width: 1199px) {
  .tab-btn::after {
    display: none;
  }
}
.tab-btn.active {
  transform: scale(1.2);
  background-color: #FF7E00;
  color: #ffffff;
  transition: all 0.3s;
  pointer-events: none;
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  background-image: url(../images/tab-btn_arrow.svg);
  width: 23px;
  height: 29px;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 1;
  bottom: -26px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .tab-btn.active::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .tab-btn.active {
    transform: scale(1.1);
  }
}
@media (min-width: 1025px) {
  .tab-btn:hover {
    background-color: #ffecc1;
  }
}

.tab-content {
  width: 1260px;
  max-width: 90%;
  margin: 70px auto 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 80px;
}
@media (max-width: 1199px) {
  .tab-content {
    padding: 70px 5%;
  }
}
@media (max-width: 768px) {
  .tab-content {
    padding: 40px 5%;
    max-width: 92%;
    margin-top: 40px;
  }
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.tab-items {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.tab-item {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  padding: 3%;
  background-color: #F3F3F3;
  border-radius: 20px;
}
.tab-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tab-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .tab-item {
    padding: 5%;
  }
}
.tab-item::after {
  content: "";
  background-image: url(../images/tab-arrow.svg);
  position: absolute;
  width: 66px;
  height: 26px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-item:last-of-type::after {
  display: none;
}

.tab-image {
  border-radius: 20px;
  overflow: hidden;
  width: 37%;
  height: 240px;
  position: relative;
}
@media (max-width: 1024px) {
  .tab-image {
    width: 100%;
  }
}
.tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-text_item {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tab-text_item {
    width: 100%;
    padding-top: 20px;
  }
}

.tab-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF7E00;
}
@media (max-width: 768px) {
  .tab-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.tab-title_kana {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.tab-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .tab-text {
    padding-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.tab-aichan_text {
  padding: 36px 25px;
  background-color: #ffffff;
  color: #323232;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 26px;
  border-radius: 20px;
  width: 61%;
}
.tab-aichan_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 26px; /* 上下: 15px * 2 = 30px, 横: 26px */
  border-left-color: #ffffff; /* 白色に設定 */
  border-right: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .tab-aichan_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 10px;
  }
  .tab-aichan_text::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 26px 15px; /* 横: 15px * 2 = 30px、高さ: 26px */
    border-top-color: currentColor;
    border-bottom: 0;
    background-color: #F3F3F3;
  }
}

.tab-aichan {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .tab-aichan {
    padding-top: 20px;
    flex-direction: column;
  }
}

.tab-aichan_image {
  width: 29%;
  height: 155px;
}
@media (max-width: 768px) {
  .tab-aichan_image {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.tab-aichan_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
 tour-factory
--------------------------------------------------------------------------------*/
.tour-factory_unit {
  width: 1100px;
  max-width: 90%;
  margin: 180px auto 0;
}

.tour-factory_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .tour-factory_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 40px;
  }
}

.tour-inline_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF7E00;
}
@media (max-width: 768px) {
  .tour-inline_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tour-inline {
  border: 2px dotted #FF7E00;
  display: flex;
  justify-content: space-between;
  padding: 36px 60px;
  border-radius: 20px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .tour-inline {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .tour-inline {
    padding: 36px 5%;
    margin-top: 40px;
  }
}

.tour-inline_texts {
  width: 69%;
}
@media (max-width: 1024px) {
  .tour-inline_texts {
    width: 100%;
  }
}

.tour-inline_text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .tour-inline_text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
  }
}
.tour-inline_text span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tour-inline_text span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tour-inline_images {
  width: 26%;
}
@media (max-width: 1024px) {
  .tour-inline_images {
    width: 100%;
    padding-top: 20px;
  }
}

.tour-inline_image {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.tour-inline_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .tour-inline_image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

.tour-inline_image_text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .tour-inline_image_text {
    text-align: center;
    padding-top: 5px;
  }
}

/*-------------------------------------------------------------------------------
juice-process
--------------------------------------------------------------------------------*/
.juice-process {
  margin-top: 76px;
}
@media (max-width: 768px) {
  .juice-process {
    margin-top: 70px;
  }
}

.juice-process_unit {
  width: 1260px;
  max-width: 90%;
  margin: 35px auto 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 80px;
}
@media (max-width: 1024px) {
  .juice-process_unit {
    padding: 70px 5%;
  }
}
@media (max-width: 768px) {
  .juice-process_unit {
    padding: 40px 5%;
  }
}

.juice-process_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  height: auto;
  justify-content: left;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .juice-process_items {
    flex-direction: column;
  }
}

.juice-process_item {
  width: 46%;
  padding-bottom: 60px;
}
.juice-process_item:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .juice-process_item {
    width: 100%;
  }
}

.juice-process_video {
  width: 100%;
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
}
.juice-process_video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.juice-process_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF7E00;
  padding: 15px 0;
  border-bottom: 1px dashed #FF7E00;
}
@media (max-width: 768px) {
  .juice-process_title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 0;
  }
}

.juice-process_text {
  padding-top: 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .juice-process_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
 tour-am
--------------------------------------------------------------------------------*/
.tour-am_unit {
  padding-top: 35px;
}

.tour-before_items {
  width: 1100px;
  max-width: 90%;
  background-color: #FFDE8F;
  margin: 0 auto 32px;
  border-radius: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .tour-before_items:hover {
    background-color: #ffe5a9;
    border-radius: 20px;
    overflow: hidden;
  }
}
.tour-before_items.active {
  background-color: #ffffff;
}

.tour-am_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  overflow: hidden;
  display: flex;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tour-am_item {
    padding: 30px 5%;
  }
}
@media (max-width: 768px) {
  .tour-am_item {
    padding: 15px 3%;
  }
}
.tour-am_item.active {
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.tour-am_item.active .tour-am_icon span:nth-of-type(1) {
  display: none;
}
.tour-am_item.active .tour-am_icon span:nth-of-type(2) {
  width: 30px;
  height: 5px;
  background-color: #FFBD8D;
  display: block;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .tour-am_item.active .tour-am_icon span:nth-of-type(2) {
    width: 20px;
    height: 3px;
  }
}

.tour-before_titles {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .tour-before_titles {
    align-items: baseline;
    flex-direction: column;
  }
}

.tour-before_orange_titles {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .tour-before_orange_titles {
    gap: 10px;
  }
}

.tour-before_title_image {
  flex-shrink: 0;
  width: 70px;
  height: 51px;
}
@media (max-width: 768px) {
  .tour-before_title_image {
    width: 35px;
    height: 25px;
  }
}

.tour-before_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF7E00;
}
@media (max-width: 768px) {
  .tour-before_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tour-before_kana_title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .tour-before_kana_title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.tour-am_icon span {
  transition: all 0.3s;
}
.tour-am_icon span:nth-of-type(1) {
  width: 30px;
  height: 5px;
  background-color: hsl(0, 0%, 100%);
  display: block;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .tour-am_icon span:nth-of-type(1) {
    height: 3px;
    width: 20px;
    transform: translateY(3px);
  }
}
.tour-am_icon span:nth-of-type(2) {
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .tour-am_icon span:nth-of-type(2) {
    height: 3px;
    width: 20px;
  }
}

.tour-after_items {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease max-height;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .tour-after_items {
    padding: 0 3%;
  }
}

.tour-after_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tour-after_item {
    flex-direction: column;
  }
}

.tour-after_mainimege {
  border-radius: 20px;
  overflow: hidden;
  width: 41%;
  height: 290px;
}
@media (max-width: 768px) {
  .tour-after_mainimege {
    width: 100%;
  }
}
.tour-after_mainimege img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-after_text {
  width: 55%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .tour-after_text {
    padding-top: 20px;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.tour-after_text.long_text {
  width: 100%;
}

.tour-after_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  row-gap: 20px;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  padding: 25px 0 60px;
}
@media (max-width: 768px) {
  .tour-after_images {
    padding-bottom: 25px;
  }
}

.tour-after_image {
  aspect-ratio: 30/20;
  width: 31%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tour-after_image {
    border-radius: 10px;
  }
}
.tour-after_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
 juice-processing
--------------------------------------------------------------------------------*/
.juice-processing_unit {
  margin: 87px auto 0;
  width: 1100px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .juice-processing_unit {
    margin-top: 70px;
  }
}

.juice-processing_image {
  text-align: center;
}

.juice-processing_items {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .juice-processing_items {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.juice-processing_item {
  width: 25%;
}
@media (max-width: 1024px) {
  .juice-processing_item {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
}

.juice-processing_item_image {
  height: 252px;
}
.juice-processing_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.juice-processing_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 38px;
}
@media (max-width: 768px) {
  .juice-processing_text {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    padding-top: 20px;
  }
}

.juice-processing_item_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF7E00;
}
@media (max-width: 768px) {
  .juice-processing_item_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.juice-processing_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 768px) {
  .juice-processing_btn {
    margin-top: 50px;
  }
}

/*-------------------------------------------------------------------------------
  juice-example
--------------------------------------------------------------------------------*/
.juice-example {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .juice-example {
    margin-top: 70px;
  }
}

.juice-example_unit {
  width: 1260px;
  max-width: 90%;
  margin: 35px auto 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .juice-example_unit {
    padding: 70px 5%;
  }
}
@media (max-width: 768px) {
  .juice-example_unit {
    padding: 40px 5%;
  }
}

.juice-example_items {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  height: auto;
  justify-content: left;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .juice-example_items {
    flex-direction: column;
  }
}

.juice-example_item {
  width: 30%;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .juice-example_item {
    width: 100%;
    text-align: center;
  }
}
.juice-example_item:last-of-type {
  padding-bottom: 0;
}

.juice-example_item_image {
  aspect-ratio: 33/35;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .juice-example_item_image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
.juice-example_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.juice-example_name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .juice-example_name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.juice-example_aichan_01 {
  position: absolute;
  top: -80px;
  right: 40px;
  transform: rotate(20deg);
  animation: purun 0.8s linear 0s 1;
}
@media (max-width: 768px) {
  .juice-example_aichan_01 {
    width: 60px;
    height: 60px;
    top: -33px;
    right: 14px;
  }
}
.juice-example_aichan_01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%) rotate(20deg);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%) rotate(20deg);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%) rotate(20deg);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%) rotate(20deg);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%) rotate(20deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%) rotate(20deg);
  }
}
/*-------------------------------------------------------------------------------
  contact-contents
--------------------------------------------------------------------------------*/
.contact-contents_unit {
  width: 1100px;
  max-width: 90%;
  margin: 75px auto 0;
}
@media (max-width: 768px) {
  .contact-contents_unit {
    margin-top: 70px;
  }
}

.contact-contents_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .contact-contents_text {
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-contents_items {
  display: flex;
  padding-top: 47px;
  justify-content: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .contact-contents_items {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-top: 40px;
  }
}

.contact-contents_tels {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-contents_tel_icons {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tel_icon {
  position: relative;
  background-color: #FF7E00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tel_icon::acontact-contentser {
  content: "";
  background: url(../images/tel_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.fax_icon {
  position: relative;
  background-color: #FF7E00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.fax_icon::acontact-contentser {
  content: "";
  background: url(../images/fax_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.contact-contents_tel_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.contact-contents_tel_bum {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #9B5000;
}
@media (min-width: 769px) {
  .contact-contents_tel_bum {
    pointer-events: none;
  }
}

.contact-contents_times {
  margin: 13px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px dashed #FF7E00;
  padding-top: 24px;
}

.contact-contents_time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .contact-contents_time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contact-contents_time.is_space {
  padding-left: 80px;
}
@media (max-width: 768px) {
  .contact-contents_time.is_space {
    padding-left: 0;
  }
}
.contact-contents_time.id_hd {
  text-align: right;
}

.contact-form_unit {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.contact-form_unit img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_banner_unit {
  padding: 55px 0 220px;
  width: 1260px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.ft_aichans {
  display: flex;
}

.ft_aichan {
  width: 80px;
  min-width: 50px;
}
@media (max-width: 1024px) {
  .ft_aichan {
    width: 60px;
  }
}
.ft_aichan:first-of-type {
  position: absolute;
  right: 348px;
  top: -82px;
}
@media (max-width: 1024px) {
  .ft_aichan:first-of-type {
    right: 262px;
    top: -68px;
  }
}
@media (max-width: 480px) {
  .ft_aichan:first-of-type {
    right: 169px;
  }
}
.ft_aichan:nth-of-type(2) {
  position: absolute;
  right: 251px;
  top: -67px;
}
@media (max-width: 1024px) {
  .ft_aichan:nth-of-type(2) {
    right: 173px;
    top: -58px;
  }
}
@media (max-width: 480px) {
  .ft_aichan:nth-of-type(2) {
    right: 96px;
    top: -55px;
  }
}
.ft_aichan:last-of-type {
  position: absolute;
  right: 153px;
  top: -63px;
  transform: rotate(-36deg);
}
@media (max-width: 1024px) {
  .ft_aichan:last-of-type {
    right: 90px;
  }
}
@media (max-width: 768px) {
  .ft_aichan:last-of-type {
    top: -53px;
  }
}
@media (max-width: 480px) {
  .ft_aichan:last-of-type {
    right: 26px;
  }
}

.ft_banner_items {
  display: flex;
  gap: 2%;
  row-gap: 27px;
  flex-wrap: wrap;
  height: auto;
  justify-content: left;
}
@media (max-width: 768px) {
  .ft_banner_items {
    justify-content: left;
    row-gap: 10px;
  }
}

.ft_banner_item_image {
  width: 230px;
  height: 75px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .ft_banner_item_image {
    width: 48%;
    padding: 0 3px;
    height: 50px;
  }
}
.ft_banner_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1025px) {
  .ft_banner_item_image.is_hover:hover {
    transform: scale(0.9);
  }
}

.ft_banner_item_text {
  padding: 16px 20px;
  background: #ffffff;
  width: 230px;
  min-height: 75px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9B5000;
}
@media (max-width: 768px) {
  .ft_banner_item_text {
    width: 48%;
    min-height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .ft_banner_item_text.is_hover:hover {
    transform: scale(0.9);
  }
}

.ft_unit {
  background-color: #4B8F33;
  position: relative;
  padding: 0 100px 90px;
  display: block;
}
@media (max-width: 1024px) {
  .ft_unit {
    padding: 0;
  }
}
.ft_unit::before {
  content: "";
  position: absolute;
  left: 0;
  top: -239px;
  background-image: url(../images/ft_wave.svg);
  background-position: bottom center;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 240px;
  background-size: 100% auto;
}

.ft_block {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}

.ft_contact {
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .ft_contact {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ft_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ft_contact.svg);
  width: 46px;
  height: 46px;
  background-size: cover;
}

.ft_contact_tels {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .ft_contact_tels {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ft_contact_tels {
    gap: 15px;
    padding-top: 20px;
  }
}

.ft_tel_times {
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .ft_tel_times {
    padding-left: 0;
  }
}

.ft_tel_time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.ft_tel_time.is_space {
  padding-left: 80px;
}
@media (max-width: 768px) {
  .ft_tel_time.is_space {
    padding-left: 0;
  }
}

.ft_form {
  padding: 24px 134px;
  height: 72px;
  border-radius: 36px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: #ffffff 3px solid;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .ft_form {
    padding: 0 15px 0 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.ft_form::before {
  content: "";
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ft_form.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
}
@media (max-width: 768px) {
  .ft_form::before {
    left: 5%;
  }
}
@media (min-width: 1025px) {
  .ft_form:hover {
    transform: scale(0.9);
  }
}

.ft_tels {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ft_tel_icons {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tel_icon {
  position: relative;
  background-color: #FF7E00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tel_icon::after {
  content: "";
  background: url(../images/tel_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.fax_icon {
  position: relative;
  background-color: #FF7E00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.fax_icon::after {
  content: "";
  background: url(../images/fax_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.ft_tel_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.ft_tel_bum {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (min-width: 769px) {
  .ft_tel_bum {
    pointer-events: none;
  }
}

.ft_items {
  width: 1260px;
  max-width: 90%;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 60px 60px;
  margin: 50px auto 0 auto;
}
@media (max-width: 1024px) {
  .ft_items {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .ft_items {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .ft_items {
    padding: 40px 5%;
  }
}

.ft_logo_image {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ft_logo_image {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .ft_images {
    padding-top: 30px;
  }
}

.ft_logo_address {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .ft_logo_address {
    flex-direction: column;
    align-items: baseline;
  }
}

.ft_logo {
  height: 190px;
  height: 82px;
  display: inline-block;
}
@media (max-width: 768px) {
  .ft_logo {
    width: 118px;
    height: 50px;
  }
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ft_zip, .ft_address {
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ft_zip, .ft_address {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ft_tel {
  padding-top: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ft_tel {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ft_image {
  width: 230px;
  height: 75px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 13px;
  display: block;
}
@media (min-width: 1025px) {
  .ft_image:hover {
    transform: scale(0.9);
  }
}
.ft_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ft_ec_text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #FF7E00;
}

.ft_nav_lists {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}

.ft_nav_list {
  padding-right: 30px;
}

.ft_nav_link {
  font-size: 16px;
  font-size: 1rem;
  color: #9B5000;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    color: #c2915e;
  }
}

.ft_link_sns {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .ft_link_sns {
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .ft_link_sns {
    flex-direction: column;
  }
}

.ft_links {
  display: flex;
  gap: 30px;
}
@media (min-width: 1025px) {
  .ft_links a:hover {
    color: #c2915e;
  }
}

.ft_link {
  padding-right: 24px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #9B5000;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: block;
  display: flex;
  align-items: center;
}
.ft_link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/link_icon.svg);
  width: 13px;
  height: 13px;
  background-size: cover;
}

.ft_sns_items {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1024px) {
  .ft_sns_items {
    padding-top: 30px;
  }
}

.ft_copy_right {
  display: none;
}
@media (max-width: 1024px) {
  .ft_copy_right {
    display: block;
    text-align: center;
    color: #fff;
  }
}

.boxer {
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.05);
  }
}

.bubbly-button {
  background-color: #FF7E00;
  color: #fff;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button::before, .bubbly-button::after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button::before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, transparent 20%, #FF7E00 20%, transparent 30%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF7E00 15%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button::after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF7E00 15%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%), radial-gradient(circle, #FF7E00 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: rgb(229.5, 113.4, 0);
  box-shadow: 0 2px 25px #FF7E00;
}
.bubbly-button.animate::before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate::after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.modal_wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_wrap.is_open {
  opacity: 1;
  visibility: visible;
}

.modal_unit {
  width: 70%;
  max-width: 900px;
  position: relative;
}
@media (max-width: 768px) {
  .modal_unit {
    width: 95%;
  }
}

.modal_close_btn {
  position: absolute;
  right: -105px;
  top: -86px;
  cursor: pointer;
  padding: 32px;
}
@media (max-width: 768px) {
  .modal_close_btn {
    right: -7px;
  }
}
.modal_close_btn span:nth-of-type(1) {
  width: 60px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  z-index: 1;
  right: 1px;
  transform: rotate(45deg);
}
.modal_close_btn span:nth-of-type(2) {
  width: 60px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 32px;
}

.modal_item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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: #FCF4E0;
  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;
  }
}

body.index .hd_nav_lists .hd_nav_list:nth-of-type(1) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

body.company .hd_nav_lists .hd_nav_list:nth-of-type(2) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

body.products .hd_nav_lists .hd_nav_list:nth-of-type(3) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

body.tour .hd_nav_lists .hd_nav_list:nth-of-type(4) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

body.juice .hd_nav_lists .hd_nav_list:nth-of-type(5) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

body.contact .hd_nav_lists .hd_nav_list:nth-of-type(6) .hd_nav_link::after {
  opacity: 1;
  z-index: 1;
}

@media (min-width: 1025px) {
  .hd_contact_link,
  .hd_ec_link {
    transition: transform 0.3s ease;
  }
  .hd_contact_link:hover,
  .hd_ec_link:hover {
    transform: scale(0.9);
  }
}

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

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

.scrollSlide-top {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease-in;
}

.scrollSlide-top.ready.active {
  transform: translateY(0);
  opacity: 1;
}

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

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.contact-form {
  width: min(1260px, 90%);
  margin: 0 auto;
  background-color: #ffffff;
  padding: 70px 0 127px;
  border-radius: 20px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-form {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding-top: 40px;
  }
}

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

.contact-check_text {
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-check_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mw_wp_form {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .mw_wp_form {
    padding-top: 20px;
  }
}

.contact-form_unit dl {
  margin-top: 30px;
}
.contact-form_unit dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
.contact-form_unit dl dt label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.contact-form_unit dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .contact-form_unit dl dd {
    margin-top: 10px;
  }
}
.contact-form_unit dl input,
.contact-form_unit dl textarea,
.contact-form_unit dl select {
  padding: 13px 26px 15px;
  background-color: #F2F2F2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact-form_unit dl input,
  .contact-form_unit dl textarea,
  .contact-form_unit dl select {
    width: 100%;
    padding: 15px 15px 14px;
  }
}
.contact-form_unit dl input::-moz-placeholder, .contact-form_unit dl textarea::-moz-placeholder, .contact-form_unit dl select::-moz-placeholder {
  color: #E0AD7D;
  font-weight: 500;
}
.contact-form_unit dl input::placeholder,
.contact-form_unit dl textarea::placeholder,
.contact-form_unit dl select::placeholder {
  color: #E0AD7D;
  font-weight: 500;
}
.contact-form_unit dl input:focus,
.contact-form_unit dl textarea:focus,
.contact-form_unit dl select:focus {
  outline: none;
}

.attached-text {
  padding: 5px 20px;
  background-color: #FF7E00;
  color: #fff;
  margin-left: 21px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .attached-text {
    margin-left: 13px;
  }
}

.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 #9B5000;
  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: #FCF4E0;
}

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: #9B5000;
  font-weight: 600;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  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: #D9D9D9;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  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;
}

.contact_confirm .privacy-agree, .contact_confirm .contact-privacy_title {
  display: 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 #FCF4E0;
  border-bottom: 2px solid #FCF4E0;
  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%;
}

dd .check_zip {
  width: 500px;
}
@media (max-width: 1024px) {
  dd .check_zip {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 768px) {
  dd .check_zip {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 500px;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    max-width: 100%;
  }
}
.form_contact_01::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 31%;
  transform: translateX(-50%);
  right: 30px;
}
@media (max-width: 1024px) {
  .form_contact_01::after {
    right: 20px;
  }
}

.contact_thanks .contact-form {
  padding: 5%;
}
.contact_thanks h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact_thanks h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.contact_thanks p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .contact_thanks p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mw_wp_form_confirm .form_contact_01::after {
  display: none;
}

.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 {
  margin-top: 10px;
  background-color: #F2F2F2;
  padding: 23px 30px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}

.privacy-text {
  color: #323232;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .privacy-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

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

.privacy-contents {
  height: 343px;
  overflow-y: scroll;
  padding-right: 35px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 768px) {
  .privacy-contents {
    height: 300px;
    padding-right: 20px;
  }
}
.privacy-contents::-webkit-scrollbar {
  width: 4px;
  background-color: #D9D9D9;
}
.privacy-contents::-webkit-scrollbar-track {
  width: 10px;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #FF7E00;
  width: 10px;
}

.contact-privacy_title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.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: 20px;
}

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

.contact_submit_part {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #fff;
  color: #FCF4E0;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.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;
}

.contact-return_btn {
  background-color: #c0c0c0;
}
@media (max-width: 1024px) {
  .contact-return_btn {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .contact-send_btn {
    width: 300px;
  }
}

.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: #FCF4E0;
  font-weight: 500;
}

.error404-info {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .error404-info {
    margin: 70px 5%;
  }
}

.contact-lead_txt {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.error404_wrap {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

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*/