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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #00a0e9;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #00a0e9;
  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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.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 {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.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 {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.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 {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.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 {
  /* 送信完了画面 */
}
.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: #00a0e9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #00a0e9;
  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;
  }
}

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
section {
  position: relative;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #4385FF;
}

body::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

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

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

body {
  background-color: #fff;
}
body p, body h3 {
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 180%;
}
body a {
  color: #444444;
  font-weight: 500;
  display: block;
  transition: all 0.3s;
  font-family: "Kiwi Maru", serif;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.cmn_ttl {
  width: -moz-fit-content;
  width: fit-content;
}

.is_center {
  margin: 0 auto;
  text-align: center;
}

.cmn_ttl_en {
  font-family: "Rubik", sans-serif;
  letter-spacing: 0em;
  font-size: clamp(3.813rem, 2.705rem + 5.54vw, 6.25rem);
  line-height: 110%;
  color: #D6F4C7;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cmn_ttl_en {
    line-height: 100%;
  }
}
.cmn_ttl_en.is_white {
  color: #fff;
}
.cmn_ttl_en.is_left {
  margin: 0 auto 0 0;
}
.cmn_ttl_en.is_left .cmn_ttl_ja {
  text-align: left;
}

.cmn_ttl_ja {
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2rem);
  line-height: 100%;
  text-align: center;
  display: block;
  transform: translateY(-44px);
}
@media (max-width: 1024px) {
  .cmn_ttl_ja {
    transform: translateY(-28px);
  }
}

.cmn_under_ttl {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 130%;
}
.cmn_under_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(0.438rem, 0.214rem + 1.12vw, 0.75rem);
  z-index: -1;
  background-color: #33CE90;
  bottom: 0;
}

.cmn_txt_s {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  line-height: 180%;
  letter-spacing: 0;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.cmn_txt_m {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  line-height: 180%;
  letter-spacing: 0em;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_txt_m {
    line-height: 150%;
  }
}

.cmn_tel_number {
  line-height: 100%;
  font-weight: 500;
  align-items: center;
  display: flex;
  gap: 10px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_tel_number {
    pointer-events: all;
  }
}

.cmn_tel_time {
  text-align: right;
}

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

.cmn_ttl_ja_only {
  font-size: clamp(1.313rem, 0.318rem + 4.97vw, 3.5rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 150%;
}

.cmn_btn {
  border-radius: 100px;
  display: flex;
  padding: 12px 12px 12px 59px;
  gap: clamp(1.563rem, 1.25rem + 1.56vw, 3.125rem);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  font-size: 16px;
  border: 3px solid #33CE90;
  background-color: #fff;
}
.cmn_btn::before {
  position: absolute;
  content: url(../images/btn_fish.svg);
  width: 38px;
  height: 38px;
  left: 3%;
  transition: all 0.8s;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_btn::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\ead7";
  font-weight: 400;
  transition: all 0.7s;
  font-size: 30px;
  color: #364780;
  line-height: 100%;
}
@media (min-width: 769px) {
  .cmn_btn:hover::before {
    left: 85%;
  }
}

.wave_bg_wrap {
  z-index: -1;
  position: absolute;
  content: "";
  aspect-ratio: 1920/411;
  width: 100%;
  left: 0;
}

.is_white {
  color: #fff;
}

.bubbles .bubble {
  position: absolute;
  bottom: 0;
  border: 10px solid rgba(170, 222, 255, 0.8352941176);
  border-radius: 50%;
  opacity: 0;
  animation-name: rise, fadeIn;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: -1;
}
@keyframes rise {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-180vh);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.bubble {
  position: absolute;
  bottom: -120px;
  border: 10px solid rgba(172, 223, 255, 0.8352941176);
  border-radius: 50%;
  opacity: 0.7;
  animation: rise 5s ease-in infinite;
  z-index: -1;
}

@keyframes rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(-180vh) scale(1.2);
    opacity: 0;
  }
}
.wakame2 {
  position: absolute;
  aspect-ratio: 80.26/172.67;
  max-width: 80px;
  right: clamp(1.875rem, -1.633rem + 7.3vw, 7.125rem);
  top: -104px;
}
.wakame2 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.yatsumichan {
  position: absolute;
  aspect-ratio: 224/279;
}
.yatsumichan img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hatsumichan {
  position: absolute;
  aspect-ratio: 127/172;
}
.hatsumichan img {
  -o-object-fit: contain;
     object-fit: contain;
}

.asamichan {
  position: absolute;
  aspect-ratio: 188/159;
}
.asamichan img {
  -o-object-fit: contain;
     object-fit: contain;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home header .hd_fixed_nav .hd_nav_li,
body[class*=""] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.home header .hd_fixed_nav .hd_nav_li,
  body[class*=""] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.home header .hd_fixed_nav .hd_nav_li a,
body[class*=""] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.home header .hd_fixed_nav .hd_nav_li a,
  body[class*=""] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.home header .hd_fixed_nav .hd_nav_li:nth-of-type(1) a,
  body[class*=""] header .hd_fixed_nav .hd_nav_li:nth-of-type(1) a {
    color: #14bc79;
  }
}
body.home header .hd_fixed_nav .hd_nav_li:nth-of-type(1)::after,
body[class*=""] header .hd_fixed_nav .hd_nav_li:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.home header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=""] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.home header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(1)) a:hover,
  body[class*=""] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(1)) a:hover {
    color: #14bc79;
  }
}

body.news header .hd_fixed_nav .hd_nav_li,
body[class*=news] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.news header .hd_fixed_nav .hd_nav_li,
  body[class*=news] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.news header .hd_fixed_nav .hd_nav_li a,
body[class*=news] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.news header .hd_fixed_nav .hd_nav_li a,
  body[class*=news] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.news header .hd_fixed_nav .hd_nav_li:nth-of-type(2) a,
  body[class*=news] header .hd_fixed_nav .hd_nav_li:nth-of-type(2) a {
    color: #14bc79;
  }
}
body.news header .hd_fixed_nav .hd_nav_li:nth-of-type(2)::after,
body[class*=news] header .hd_fixed_nav .hd_nav_li:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.news header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=news] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.news header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(2)) a:hover,
  body[class*=news] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(2)) a:hover {
    color: #14bc79;
  }
}

body.service header .hd_fixed_nav .hd_nav_li,
body[class*=service] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.service header .hd_fixed_nav .hd_nav_li,
  body[class*=service] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.service header .hd_fixed_nav .hd_nav_li a,
body[class*=service] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.service header .hd_fixed_nav .hd_nav_li a,
  body[class*=service] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.service header .hd_fixed_nav .hd_nav_li:nth-of-type(3) a,
  body[class*=service] header .hd_fixed_nav .hd_nav_li:nth-of-type(3) a {
    color: #14bc79;
  }
}
body.service header .hd_fixed_nav .hd_nav_li:nth-of-type(3)::after,
body[class*=service] header .hd_fixed_nav .hd_nav_li:nth-of-type(3)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.service header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=service] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.service header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body[class*=service] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(3)) a:hover {
    color: #14bc79;
  }
}

body.works header .hd_fixed_nav .hd_nav_li,
body[class*=works] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.works header .hd_fixed_nav .hd_nav_li,
  body[class*=works] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.works header .hd_fixed_nav .hd_nav_li a,
body[class*=works] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.works header .hd_fixed_nav .hd_nav_li a,
  body[class*=works] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.works header .hd_fixed_nav .hd_nav_li:nth-of-type(4) a,
  body[class*=works] header .hd_fixed_nav .hd_nav_li:nth-of-type(4) a {
    color: #14bc79;
  }
}
body.works header .hd_fixed_nav .hd_nav_li:nth-of-type(4)::after,
body[class*=works] header .hd_fixed_nav .hd_nav_li:nth-of-type(4)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.works header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=works] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.works header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(4)) a:hover,
  body[class*=works] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(4)) a:hover {
    color: #14bc79;
  }
}

body.recipe header .hd_fixed_nav .hd_nav_li,
body[class*=recipe] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.recipe header .hd_fixed_nav .hd_nav_li,
  body[class*=recipe] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.recipe header .hd_fixed_nav .hd_nav_li a,
body[class*=recipe] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.recipe header .hd_fixed_nav .hd_nav_li a,
  body[class*=recipe] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.recipe header .hd_fixed_nav .hd_nav_li:nth-of-type(5) a,
  body[class*=recipe] header .hd_fixed_nav .hd_nav_li:nth-of-type(5) a {
    color: #14bc79;
  }
}
body.recipe header .hd_fixed_nav .hd_nav_li:nth-of-type(5)::after,
body[class*=recipe] header .hd_fixed_nav .hd_nav_li:nth-of-type(5)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.recipe header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=recipe] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.recipe header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(5)) a:hover,
  body[class*=recipe] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(5)) a:hover {
    color: #14bc79;
  }
}

body.union header .hd_fixed_nav .hd_nav_li,
body[class*=union] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.union header .hd_fixed_nav .hd_nav_li,
  body[class*=union] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.union header .hd_fixed_nav .hd_nav_li a,
body[class*=union] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.union header .hd_fixed_nav .hd_nav_li a,
  body[class*=union] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.union header .hd_fixed_nav .hd_nav_li:nth-of-type(6) a,
  body[class*=union] header .hd_fixed_nav .hd_nav_li:nth-of-type(6) a {
    color: #14bc79;
  }
}
body.union header .hd_fixed_nav .hd_nav_li:nth-of-type(6)::after,
body[class*=union] header .hd_fixed_nav .hd_nav_li:nth-of-type(6)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.union header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=union] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.union header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(6)) a:hover,
  body[class*=union] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(6)) a:hover {
    color: #14bc79;
  }
}

body.contact header .hd_fixed_nav .hd_nav_li,
body[class*=contact] header .hd_fixed_nav .hd_nav_li {
  position: relative;
}
@media screen and (max-width: 1085px) {
  body.contact header .hd_fixed_nav .hd_nav_li,
  body[class*=contact] header .hd_fixed_nav .hd_nav_li {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.contact header .hd_fixed_nav .hd_nav_li a,
body[class*=contact] header .hd_fixed_nav .hd_nav_li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  body.contact header .hd_fixed_nav .hd_nav_li a,
  body[class*=contact] header .hd_fixed_nav .hd_nav_li a {
    font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  }
}
@media (max-width: 1024px) {
  body.contact header .hd_fixed_nav .hd_nav_li:nth-of-type(7) a,
  body[class*=contact] header .hd_fixed_nav .hd_nav_li:nth-of-type(7) a {
    color: #14bc79;
  }
}
body.contact header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=contact] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  background-color: #D6F4C7;
  border-radius: 50%;
  z-index: -1;
}
body.contact header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after,
body[class*=contact] header .hd_fixed_nav .hd_nav_li:nth-of-type(7)::after {
  display: none;
}
@media (min-width: 769px) {
  body.contact header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(7)) a:hover,
  body[class*=contact] header .hd_fixed_nav .hd_nav_li:not(:nth-of-type(7)) a:hover {
    color: #14bc79;
  }
}

.hd_fixed {
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  border-radius: 5000px;
  top: 40px;
  box-shadow: 3px 3px rgba(0, 20, 123, 0.2);
  z-index: 50;
  height: 100px;
  display: flex;
  width: clamp(59.625rem, 20.543rem + 61.01vw, 93.75rem);
  left: clamp(2.5rem, -8.953rem + 17.88vw, 12.5rem);
}
@media (max-width: 1024px) {
  .hd_fixed {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px 5%;
    height: 70px;
    box-shadow: 0px 3px rgba(0, 20, 123, 0.2);
    border-radius: 0px 0px 30px 30px;
  }
}

.hd_fixed_inner {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  width: 93%;
}
.hd_fixed_inner .hd_top {
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 5px;
}
.hd_fixed_inner .hd_top .hd_logo {
  aspect-ratio: 44/60;
  max-width: clamp(2.125rem, 1.841rem + 1.42vw, 2.75rem);
}
.hd_fixed_inner .hd_top .hd_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.hd_fixed_inner .hd_top .hd_top_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.95rem + 0.88vw, 2rem);
  font-weight: 700;
  color: #000;
}

.hd_fixed_nav .cta_flex {
  display: none;
}
@media (max-width: 1024px) {
  .hd_fixed_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    min-height: 480px;
    overflow-y: scroll;
    background: #DEF5FF;
    z-index: 1;
    /* 初期状態：上に隠す（transformだけ使う！） */
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
    overflow: hidden; /* 泡がはみ出ないように */
  }
}
@media screen and (max-width: 1024px) and (max-height: 480px) {
  .hd_fixed_nav {
    padding: 55px 20px;
  }
  .hd_fixed_nav .cta_flex {
    gap: 7px;
  }
  .hd_fixed_nav ul {
    padding: 5% !important;
  }
}
@media (max-width: 1024px) {
  .hd_fixed_nav .nav-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1; /* 背景にする */
  }
  .hd_fixed_nav .bubble {
    position: absolute;
    bottom: -120px; /* 画面外から出現 */
    border: 10px solid #92D5FF;
    border-radius: 50%;
    animation: bubbleUp 6s ease-out forwards;
    opacity: 0.9;
  }
  @keyframes bubbleUp {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translateY(-120vh);
      opacity: 0;
    }
  }
  .hd_fixed_nav .hd_contact {
    display: none;
  }
  .hd_fixed_nav .cta_flex {
    display: flex;
    flex-flow: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .hd_fixed_nav .cta_flex {
    flex-flow: column;
  }
}
@media (max-width: 1024px) {
  .hd_fixed_nav .cta_flex .cta_flex_form_btn {
    padding: 5px 20px 5px 6px;
  }
}
.hd_fixed_nav ul {
  display: flex;
  gap: clamp(0.938rem, 0.58rem + 0.56vw, 1.25rem);
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hd_fixed_nav ul {
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, 0.227rem + 1.99vw, 1.5rem);
    padding: 10% 5%;
    border-radius: 50px;
    padding: 10% 5%;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 10px;
  }
}
.hd_fixed_nav.is_open {
  transform: translateY(0);
  opacity: 1;
  gap: 5%;
}
.hd_fixed_nav.is_open ul {
  pointer-events: auto;
}
.hd_fixed_nav.is_open .hd_tel a {
  pointer-events: auto;
}

/* 閉じるアニメ */
.hd_fixed_nav.is_closing {
  transform: translateY(-100%);
  opacity: 0;
}

.hd_nav_flex {
  display: flex;
  gap: 25px;
  padding-left: 15px;
  align-items: center;
}

.hd_contact {
  padding: 3% 0;
}
@media (min-width: 769px) {
  .hd_contact:hover .material-symbols-outlined {
    transform: rotateY(360deg);
  }
}
.hd_contact .cmn_contact_txt {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
  gap: clamp(0.313rem, -0.045rem + 0.56vw, 0.625rem);
}
.hd_contact .cmn_contact_txt .material-symbols-outlined {
  background-color: #364780;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 1500px) {
  .hd_tel {
    display: none;
  }
}
.hd_tel .cmn_tel_number {
  font-size: 20px;
}
.hd_tel .cmn_tel_number .material-symbols-outlined {
  background-color: #364780;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.hd_tel .cmn_tel_time {
  font-size: 12px;
}

.hd_instagram_icon {
  display: none;
  width: clamp(2.313rem, 2.114rem + 0.99vw, 2.75rem);
  position: relative;
  z-index: 2;
  margin-right: 7px;
}
@media (max-width: 1024px) {
  .hd_instagram_icon {
    display: block;
  }
}

.hd_menu-toggle {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hd_menu-toggle {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle:hover span:nth-child(1) {
    top: 16px;
  }
  .hd_menu-toggle:hover span:nth-child(2) {
    bottom: 13px;
  }
}
@media (max-width: 1024px) {
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(44deg) translate(3px, 4px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    transform: rotate(-44deg) translate(4px, -5px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hd_menu-toggle.is_open:hover span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .hd_menu-toggle.is_open:hover span:nth-child(2) {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu-toggle-wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #14bc79;
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    border-radius: 10px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 11px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    bottom: 8px;
  }
}

.header_sp_wrap {
  display: none;
}
@media (max-width: 1024px) {
  .header_sp_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.index_mv {
  background-image: url(../images/index_mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  aspect-ratio: 1920/896;
  width: 100%;
  height: 100svh;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .index_mv {
    min-height: 480px;
  }
}

.index_mv_bg {
  width: 100%;
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  height: 15%;
  transform: translateX(-50%);
}

.index_mv_copy_wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 10px 30px 30px;
  border-radius: 0 0 50px 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease, transform 1s ease;
}
.index_mv_copy_wrap.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .index_mv_copy_wrap {
    top: 21%;
    border-radius: 0 50px 50px 0;
  }
}
@media (max-width: 480px) {
  .index_mv_copy_wrap {
    padding: 30px 10px 30px 15px;
  }
}
.index_mv_copy_wrap p {
  text-shadow: 2px 2px rgba(0, 20, 123, 0.2);
  font-size: clamp(1.188rem, 0.472rem + 1.12vw, 1.813rem);
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .index_mv_copy_wrap p {
    font-size: clamp(0.813rem, 0.642rem + 0.85vw, 1.188rem);
  }
}

.index_mv_copy {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(3.125rem, 1.693rem + 2.23vw, 4.375rem);
  letter-spacing: 0.04em;
  line-height: 120%;
  font-weight: 500;
  text-shadow: 3px 3px rgba(0, 20, 123, 0.2);
}
@media (max-width: 1024px) {
  .index_mv_copy {
    font-size: clamp(1.875rem, 1.307rem + 2.84vw, 3.125rem);
  }
}

.index_mv_contact_wrap {
  position: absolute;
  top: 3%;
  right: 5%;
  background-color: #fff;
  border: 3px solid #33CE90;
  padding: 20px 30px;
  border-radius: 30px;
  width: clamp(20.625rem, 13.324rem + 11.4vw, 27rem);
}
@media (max-width: 1024px) {
  .index_mv_contact_wrap {
    display: none;
  }
}
.index_mv_contact_wrap .hd_tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1500px) {
  .index_mv_contact_wrap .hd_tel {
    display: block;
  }
}
.index_mv_contact_wrap .cmn_tel_number {
  font-size: 30px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .index_mv_contact_wrap .cmn_tel_number {
    pointer-events: all;
  }
}
.index_mv_contact_wrap .cmn_tel_number .material-symbols-outlined {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
}
.index_mv_contact_wrap .cmn_tel_time {
  font-size: 14px;
}
.index_mv_contact_wrap .index_mv_contact {
  border-top: 2px solid #33CE90;
  display: flex;
  padding-top: 7px;
}
.index_mv_contact_wrap .hd_contact {
  margin: 7px auto 0;
}
.index_mv_contact_wrap .cmn_contact_txt {
  font-size: 30px;
}
.index_mv_contact_wrap .cmn_contact_txt .material-symbols-outlined {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
}

.index_mv_ttl {
  position: absolute;
  display: flex;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  align-items: end;
}
@media (max-width: 1024px) {
  .index_mv_ttl {
    flex-flow: column;
    align-items: center;
  }
}
.index_mv_ttl .hatsumichan {
  position: unset;
  aspect-ratio: 127/172;
  width: 114px;
}
@media screen and (max-width: 1024px) and (max-height: 815px) {
  .index_mv_ttl .hatsumichan {
    width: clamp(5.313rem, 2.715rem + 8.66vh, 7.125rem);
  }
}

.index_mv_ttl_txt {
  color: #444444;
  font-size: clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem);
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .index_mv_ttl_txt {
    line-height: 100%;
    padding-bottom: 20px;
  }
}

.low_mv {
  position: relative;
  height: 668px;
}

.low_mv_image {
  max-width: clamp(20.313rem, 16.955rem + 5.25vw, 23.25rem);
  aspect-ratio: 1/1;
  box-shadow: 20px 20px rgb(222, 245, 255);
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 30px;
  overflow: hidden;
  top: 222px;
  left: clamp(3.75rem, -3.796rem + 10.98vw, 9.375rem);
}
@media (max-width: 768px) {
  .low_mv_image {
    width: clamp(15.563rem, 12.348rem + 16.07vw, 20.063rem);
    left: clamp(2.188rem, -7.143rem + 46.65vw, 15.25rem);
    top: unset;
    bottom: 0;
  }
}

.low_mv_iwashi {
  position: absolute;
  max-width: 230px;
  top: clamp(10.625rem, 1.402rem + 13.41vw, 17.5rem);
  left: clamp(18.75rem, 9.611rem + 13.29vw, 25.563rem);
}
@media (max-width: 768px) {
  .low_mv_iwashi {
    top: unset;
    bottom: 215px;
    left: clamp(9.313rem, -4.304rem + 68.08vw, 28.375rem);
    max-width: clamp(9.938rem, 6.768rem + 15.85vw, 14.375rem);
  }
}

.wakame {
  position: absolute;
  aspect-ratio: 104.74/125;
  max-width: clamp(6.438rem, 4.851rem + 3.3vw, 8.813rem);
  top: 474px;
  left: clamp(1.875rem, -1.633rem + 7.3vw, 7.125rem);
}
.wakame img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .wakame {
    max-width: clamp(5.688rem, 4.214rem + 7.37vw, 7.75rem);
    top: 560px;
    left: clamp(0.25rem, -8.589rem + 44.2vw, 12.625rem);
  }
}

.low_mv_ttl {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .low_mv_ttl {
    top: 24%;
  }
}

.low_mv-ttl_en {
  color: #D6F4C7;
  line-height: 110%;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: clamp(4rem, 2.393rem + 8.04vw, 6.25rem);
}

.low_mv-ttl_ja {
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(1.813rem, 1.679rem + 0.67vw, 2rem);
  text-align: center;
}

.low_mv_dot {
  aspect-ratio: 361/361;
  max-width: 361px;
  position: absolute;
  top: -46px;
  left: -101px;
  z-index: -1;
}
@media (max-width: 768px) {
  .low_mv_dot {
    max-width: clamp(14.938rem, 9.491rem + 27.23vw, 22.563rem);
  }
}

.low_mv_dot02 {
  max-width: 401px;
  width: clamp(7.625rem, 5.137rem + 12.44vw, 20.063rem);
  position: absolute;
  bottom: clamp(-6.875rem, -8.25rem + 6.88vw, 0rem);
  right: -3%;
  z-index: -1;
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.hd_main {
  position: absolute;
  bottom: 0;
}

.index .hd_fixed {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  left: 50%;
  transform: translate(-50%, 10px);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .index .hd_fixed {
    pointer-events: all;
    left: 0;
    transform: unset;
  }
}
.index .hd_fixed.is-show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .index .hd_fixed {
    opacity: 1;
  }
}

.hd_index_nav {
  position: absolute;
  content: "";
  display: block;
  bottom: 23px;
  right: clamp(1.375rem, -3.85rem + 8.16vw, 5.938rem);
  z-index: 7;
}
@media (max-width: 1024px) {
  .hd_index_nav {
    display: none;
  }
}
.hd_index_nav ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.438rem, -0.278rem + 1.12vw, 1.063rem);
}
.hd_index_nav ul::after {
  content: "";
  position: absolute;
  width: 135px;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 174px;
  right: -50px;
  z-index: -1;
  background-image: url(../images/asamichan.png);
  background-size: contain;
  aspect-ratio: 188/159;
  transform: rotate(14deg);
}

.hd_index_li {
  height: 230px;
  background-color: #33CE90;
  border: 3px solid #fff;
  display: flex;
  border-radius: 100px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .hd_index_li:hover {
    background-color: #14bc79;
  }
}
.hd_index_li a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: clamp(1.938rem, 0.864rem + 1.68vw, 2.875rem);
  font-size: clamp(1.25rem, 0.677rem + 0.89vw, 1.75rem);
}

.front_news {
  position: relative;
}
.front_news .iwashi2 {
  position: absolute;
  aspect-ratio: 325/173.04;
  width: clamp(15.313rem, 10.384rem + 7.7vw, 19.625rem);
  top: clamp(-0.625rem, -28.554rem + 43.64vw, 23.813rem);
  right: -71px;
}
@media (max-width: 1024px) {
  .front_news .iwashi2 {
    width: clamp(10.563rem, 8.403rem + 10.8vw, 15.313rem);
    right: -41px;
  }
}
.front_news .iwashi2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.front_news .wave-inner01 {
  position: absolute;
  bottom: -1px;
  z-index: -1;
  width: 100%;
}

.front_news_wrap {
  display: flex;
  max-width: 1149px;
  width: 90%;
  margin: 0 auto;
  padding: 130px 0 70px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .front_news_wrap {
    flex-flow: column;
    padding: 30px 0 70px;
  }
}

.front_news_link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .front_news_link {
    flex-flow: column;
    gap: 20px;
  }
}

.front_news_img {
  aspect-ratio: 265/165;
  max-width: 265px;
  width: 100%;
  height: 100%;
  margin-left: 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .front_news_img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.front_news_item {
  border-bottom: 1px solid #444444;
  padding: 20px 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .front_news_item:hover {
    background-color: #d6f4c7;
  }
}

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

.front_news_detail {
  width: 100%;
}

.front_news_content {
  width: 65%;
}
@media (max-width: 1024px) {
  .front_news_content {
    width: 100%;
  }
}
.front_news_content .cmn_btn {
  margin: 40px 0 0 auto;
}
@media (max-width: 1024px) {
  .front_news_content .cmn_btn {
    margin: 40px auto 0;
  }
}

.front_news_title {
  font-size: 20px;
}

.front_service {
  position: relative;
  background-color: #DEF5FF;
  z-index: 1;
}
.front_service::after {
  position: absolute;
  width: 100%;
  height: 300px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.front_service .cmn_btn {
  margin: 90px auto 0;
}
@media (max-width: 768px) {
  .front_service .cmn_btn {
    margin: 50px auto 0;
  }
}
.front_service .wakame {
  width: clamp(5.875rem, 4.55rem + 6.63vw, 12.5rem);
  max-width: unset;
  top: -78px;
}
@media (max-width: 768px) {
  .front_service .wakame {
    top: -55px;
  }
}
.front_service .mebaru {
  left: clamp(1rem, -1.362rem + 11.81vw, 12.813rem);
  top: -123px;
  width: clamp(11.625rem, 9.875rem + 8.75vw, 20.375rem);
}
@media (max-width: 768px) {
  .front_service .mebaru {
    top: -31px;
  }
}
.front_service .wakame2 {
  width: clamp(6.875rem, 6.175rem + 3.5vw, 10.375rem);
  top: -145px;
  max-width: unset;
}
@media (max-width: 768px) {
  .front_service .wakame2 {
    top: -113px;
  }
}

.front_service_wrap {
  padding: 100px 0 180px;
}
@media (max-width: 768px) {
  .front_service_wrap {
    padding: 60px 0;
  }
}

.front_service_lineup {
  display: flex;
  justify-content: center;
  max-width: 1332px;
  width: 90%;
  margin: 80px auto 30px;
  gap: clamp(1.875rem, -18.307rem + 21.82vw, 7.875rem);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front_service_lineup {
    margin: 50px auto 0;
  }
}

.front_service_content {
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: center;
  max-width: 360px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.front_service_content:nth-of-type(1)::before {
  position: absolute;
  aspect-ratio: 78/105;
  top: -50px;
  left: 36px;
  display: block;
  background-image: url(../images/bubble_white.svg);
  width: clamp(3.563rem, 3.3rem + 1.31vw, 4.875rem);
  background-size: contain;
  content: "";
  z-index: 1;
}
@media (max-width: 1199px) {
  .front_service_content:nth-of-type(1)::before {
    top: -34px;
    left: 66px;
  }
}
.front_service_content:nth-of-type(3)::before {
  position: absolute;
  aspect-ratio: 78/105;
  bottom: 157px;
  right: 7px;
  display: block;
  background-image: url(../images/bubble_white.svg);
  width: clamp(3.563rem, 3.3rem + 1.31vw, 4.875rem);
  background-size: contain;
  z-index: 1;
  transform: scaleY(-1);
  content: "";
}
@media (max-width: 1199px) {
  .front_service_content:nth-of-type(3)::before {
    right: 4px;
  }
}

.front_service_content.is-show {
  opacity: 1;
  transform: translateY(0);
}

.front_service_content_ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.front_service_content_image {
  border-radius: 100%;
  width: clamp(16.875rem, 10.446rem + 10.04vw, 22.5rem);
  height: clamp(16.875rem, 10.446rem + 10.04vw, 22.5rem);
  overflow: hidden;
}

.front_flex {
  display: flex;
  max-width: 1544px;
  width: 90%;
  margin: 100px auto;
  gap: 5%;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .front_flex {
    flex-flow: column;
    gap: 20px;
    margin: 50px auto;
  }
}
.front_flex::before {
  content: "";
  position: absolute;
  width: clamp(11.375rem, 6rem + 11.2vw, 19.438rem);
  height: -moz-fit-content;
  height: fit-content;
  bottom: -148px;
  left: clamp(-4.063rem, -4.938rem + 1.82vw, -2.75rem);
  z-index: 1;
  background-image: url(../images/yatsumichan.png);
  background-size: contain;
  aspect-ratio: 224/279;
}
@media (max-width: 768px) {
  .front_flex::before {
    width: clamp(8.25rem, 6.018rem + 11.16vw, 11.375rem);
    left: -39px;
    bottom: clamp(23.75rem, 10.938rem + 64.06vw, 41.688rem);
  }
}
.front_flex::after {
  content: "";
  position: absolute;
  width: clamp(8.625rem, 6.542rem + 4.34vw, 11.75rem);
  height: -moz-fit-content;
  height: fit-content;
  top: -69px;
  right: 16px;
  z-index: 1;
  background-image: url(../images/asamichan.png);
  background-size: contain;
  aspect-ratio: 188/159;
}
@media (max-width: 768px) {
  .front_flex::after {
    width: clamp(5.938rem, 4.018rem + 9.6vw, 8.625rem);
    bottom: clamp(21.563rem, 12.946rem + 43.08vw, 33.625rem);
    top: unset;
  }
}

.front_flex_en {
  position: absolute;
  content: "";
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  left: 50%;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0em;
  font-size: clamp(3.875rem, 1.161rem + 4.24vw, 6.25rem);
  line-height: 110%;
  color: #D6F4C7;
  font-weight: 500;
  top: clamp(1.25rem, -0.179rem + 2.23vw, 2.5rem);
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .front_flex_en {
    top: clamp(-0.125rem, -4.25rem + 8.59vw, 1.25rem);
  }
}
@media (max-width: 768px) {
  .front_flex_en {
    top: clamp(-0.688rem, -3.098rem + 12.05vw, 2.688rem);
  }
}

.front_commodity,
.front_recipe {
  overflow: hidden;
  border: 3px solid #33CE90;
  width: 50%;
  border-radius: 50px;
  padding: 13% 3% 3%;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .front_commodity:hover,
  .front_recipe:hover {
    background-color: #D6F4C7;
  }
  .front_commodity:hover .front_flex_en,
  .front_recipe:hover .front_flex_en {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .front_commodity,
  .front_recipe {
    width: 100%;
    padding: 22% 3% 3%;
  }
}
.front_commodity .cmn_txt_s,
.front_recipe .cmn_txt_s {
  min-height: 150px;
}
@media (max-width: 768px) {
  .front_commodity .cmn_txt_s,
  .front_recipe .cmn_txt_s {
    min-height: unset;
    padding: 0 0 20px;
  }
}

.front_commodity_image,
.front_recipe_image {
  aspect-ratio: 649/415;
  max-width: 649px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.front_recipe {
  position: relative;
}

.front_union {
  display: flex;
  width: 100%;
  height: 770px;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .front_union {
    margin-bottom: 0;
    height: 500px;
  }
}

.front_union_image {
  height: 100%;
  max-width: 1106px;
  position: relative;
  width: 60%;
}
@media (max-width: 768px) {
  .front_union_image {
    width: 100%;
  }
}
.front_union_image::after {
  position: absolute;
  content: "";
  background: #33CE90;
  background: linear-gradient(270deg, rgb(51, 206, 144) 25%, rgba(77, 102, 135, 0) 80%);
  right: 0;
  bottom: 0;
  height: 100%;
  width: 40%;
}
@media (max-width: 768px) {
  .front_union_image::after {
    display: none;
  }
}

.front_union_detail {
  background-color: #33CE90;
  width: 50%;
  display: flex;
  max-height: 100%;
}
@media (max-width: 768px) {
  .front_union_detail {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(50, 156, 114, 0.76);
    width: 100%;
    height: 100%;
  }
}

.front_union_detail_wrap {
  margin: auto;
  padding-right: 10%;
}
@media (max-width: 768px) {
  .front_union_detail_wrap {
    margin: auto 5%;
    padding-right: 0;
  }
}
.front_union_detail_wrap .cmn_ttl_en {
  color: #6AE3B2;
}
.front_union_detail_wrap .cmn_ttl_en span {
  color: #fff;
}
@media (min-width: 769px) {
  .front_union_detail_wrap .cmn_btn:hover::before {
    left: 82%;
  }
}

.front_union_detail_text {
  color: #fff;
  padding-bottom: clamp(1.25rem, -2.321rem + 5.58vw, 4.375rem);
}
@media screen and (max-width: 1400px) {
  .front_union_detail_text br:nth-of-type(2) {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  NEWS
--------------------------------------------------------------------------------*/
.news_sec {
  padding: 120px 0 0;
}
.news_sec .cmn_sidebar {
  padding-left: 180px;
}
@media (max-width: 1024px) {
  .news_sec .cmn_sidebar {
    padding-left: 0px;
  }
}

.cmn_top_wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 80px;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .cmn_top_wrap {
    flex-flow: column;
    gap: 20px;
    align-items: unset;
    justify-content: unset;
  }
}

.cmn_sidebar {
  width: 83%;
}
@media (max-width: 1024px) {
  .cmn_sidebar {
    width: 100%;
  }
}

.cmn_sidebar_list {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 1024px) {
  .cmn_sidebar_list {
    justify-content: unset;
  }
}

.cmn_sidebar_category {
  background-color: #fff;
  border: 3px solid #33CE90;
  border-radius: 50px;
  transition: all 0.3s;
}
.cmn_sidebar_category.sidebar_active {
  background-color: #33CE90;
}
@media (min-width: 769px) {
  .cmn_sidebar_category.sidebar_active:hover {
    transform: unset;
  }
}
.cmn_sidebar_category.sidebar_active a {
  color: #fff;
}
@media (min-width: 769px) {
  .cmn_sidebar_category:hover {
    transform: scale(0.93);
  }
}
.cmn_sidebar_category a {
  color: #33CE90;
  font-size: clamp(0.938rem, 0.795rem + 0.71vw, 1.25rem);
  text-align: center;
  padding: 15px 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 100%;
}
@media (max-width: 768px) {
  .cmn_sidebar_category a {
    padding: 10px 20px;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  gap: clamp(0.313rem, 0.028rem + 1.42vw, 0.938rem);
  padding-top: 126px;
  flex-flow: wrap;
  width: 90%;
  justify-content: center;
}
@media screen {
  .nav-links {
    padding-top: 60px;
  }
}
.nav-links .nav-links {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-links .page-numbers {
  display: block;
  width: clamp(2.5rem, 1.648rem + 4.26vw, 4.375rem);
  height: clamp(2.5rem, 1.648rem + 4.26vw, 4.375rem);
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
  font-size: clamp(1.563rem, 1.473rem + 0.45vw, 1.875rem);
  color: #33CE90;
  border: 3px solid #33CE90;
  line-height: clamp(2.25rem, 1.398rem + 4.26vw, 4.125rem);
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.current, .dots):hover {
    transform: scale(0.9);
  }
}
.nav-links .page-numbers.current {
  background-color: #33CE90;
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  display: block;
  background-color: #fff;
  position: relative;
  font-style: normal;
}
.nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::after {
  position: absolute;
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  transition: all 0.3s;
  font-size: clamp(1.75rem, 1.589rem + 0.8vw, 2.313rem);
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
    transform: unset;
  }
}
.nav-links .page-numbers.prev {
  margin-right: clamp(0.5rem, -1.261rem + 8.81vw, 4.375rem);
}
.nav-links .page-numbers.prev::after {
  content: "\e314";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover::after {
    transform: translateX(-5px);
  }
}
.nav-links .page-numbers.next {
  margin-left: clamp(0.5rem, -1.261rem + 8.81vw, 4.375rem);
}
.nav-links .page-numbers.next::after {
  content: "\e315";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.next:hover::after {
    transform: translateX(5px);
  }
}

.news_item {
  background-color: #fff;
}
.news_item:nth-of-type(2n) {
  background-color: #DEF5FF;
}
.news_item:first-of-type .news_item_inner {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .news_item:first-of-type .news_item_inner {
    padding: 0 0 50px;
  }
}

.news_item_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .news_item_inner {
    padding: 50px 0;
  }
}

.news_flex_wrap {
  display: flex;
  gap: 12px;
}

.news-tax {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .news-tax {
    font-size: 14px;
  }
}

.news_title {
  font-size: 24px;
  width: 100%;
  margin: 20px 0 20px;
  line-height: 150%;
}

.news_item_flex {
  display: flex;
}
@media (max-width: 1024px) {
  .news_item_flex {
    flex-flow: column;
    gap: 20px;
  }
}

.news_gallery_wrap {
  aspect-ratio: 329.24/205;
  max-width: 329.24px;
  width: 100%;
  height: 100%;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .news_gallery_wrap {
    margin-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

.news_gallery_main {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_item_flex_textarea {
  width: -moz-fit-content;
  width: fit-content;
}

.news_links {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.news_link {
  display: flex;
  gap: 5px;
  color: #33CE90;
  font-size: 18px;
  align-items: center;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .news_link:hover span {
    transform: rotateY(360deg);
  }
}
.news_link span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  color: #fff;
  background-color: #33CE90;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 50px;
  display: inline-block;
  transition: transform 0.4s ease;
}

.news_video {
  aspect-ratio: 1000/562.5;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.news_video iframe {
  width: 100%;
  height: 100%;
}

.no_contents {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  SERVICE
--------------------------------------------------------------------------------*/
.service_wave01,
.service_wave02 {
  position: absolute;
  content: "";
  aspect-ratio: 1920/601.5;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.service_wave01 {
  z-index: -1;
}

.service_wave02 {
  z-index: -2;
}

.service_efforts_top {
  position: relative;
}
.service_efforts_top .wakame {
  left: 72px;
  top: 146px;
  width: clamp(6.625rem, 5.487rem + 5.69vw, 12.313rem);
  z-index: -1;
  max-width: unset;
}
@media (max-width: 768px) {
  .service_efforts_top .wakame {
    width: clamp(5rem, 3.616rem + 6.92vw, 6.938rem);
    left: clamp(0.188rem, -0.675rem + 4.31vw, 4.5rem);
    top: unset;
    top: clamp(24.75rem, 23.768rem + 4.91vw, 26.125rem);
    z-index: 2;
  }
}
.service_efforts_top .kurodai {
  width: clamp(8.313rem, 6.588rem + 8.63vw, 16.938rem);
  top: 177px;
  left: clamp(0rem, -13.357rem + 20.87vw, 11.688rem);
}
@media (max-width: 1024px) {
  .service_efforts_top .kurodai {
    top: 154px;
    right: 0;
    left: unset;
  }
}
@media (max-width: 768px) {
  .service_efforts_top .kurodai {
    right: 0;
    bottom: -113px;
    z-index: 2;
    top: unset;
  }
}
.service_efforts_top .wakame04 {
  width: clamp(3.875rem, 0.875rem + 4.69vw, 6.5rem);
  right: clamp(1rem, -2.214rem + 5.02vw, 3.813rem);
  bottom: clamp(20.063rem, 14.42rem + 8.82vw, 25rem);
}
@media (max-width: 1024px) {
  .service_efforts_top .wakame04 {
    display: none;
  }
}
.service_efforts_top .wakame05 {
  width: clamp(3.875rem, 0.875rem + 4.69vw, 6.5rem);
  right: clamp(5.688rem, -0.813rem + 10.16vw, 11.375rem);
  bottom: clamp(17.688rem, 15.188rem + 3.91vw, 19.875rem);
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .service_efforts_top .wakame05 {
    display: none;
  }
}

.kurodai {
  position: absolute;
  aspect-ratio: 183/130;
}
.kurodai img {
  -o-object-fit: contain;
     object-fit: contain;
}

.wakame04,
.wakame05 {
  position: absolute;
  aspect-ratio: 80.27/172.66;
}
.wakame04 img,
.wakame05 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.service_efforts_txt {
  width: 90%;
  max-width: 800px;
  margin: 80px auto 0;
  padding-bottom: 126px;
}
@media (max-width: 1024px) {
  .service_efforts_txt {
    padding-bottom: 0;
  }
}
.service_efforts_txt .cmn_ttl_ja_only {
  text-align: center;
  padding-bottom: clamp(2.5rem, 1.08rem + 7.1vw, 5.625rem);
}

.service_efforts_list,
.service_other_list {
  width: 90%;
  max-width: 1554px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-flow: column;
}

.service_efforts_list_wrap {
  position: relative;
}
.service_efforts_list_wrap .yatsumichan,
.service_efforts_list_wrap .hatsumichan {
  display: none;
}
.service_efforts_list_wrap:nth-of-type(2n+1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(10.063rem, 2.438rem + 15.89vw, 21.5rem);
  width: clamp(5rem, 3.5rem + 3.13vw, 7.25rem);
  height: clamp(5rem, 3.5rem + 3.13vw, 7.25rem);
  border: 10px solid #92D5FF;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .service_efforts_list_wrap:nth-of-type(2n+1)::before {
    border: 6px solid #92D5FF;
  }
}
@media (max-width: 768px) {
  .service_efforts_list_wrap:nth-of-type(2n+1)::before {
    left: clamp(2.313rem, -1.482rem + 18.97vw, 7.625rem);
    width: clamp(3.75rem, 1.25rem + 12.5vw, 7.25rem);
    height: clamp(3.75rem, 1.25rem + 12.5vw, 7.25rem);
  }
}
.service_efforts_list_wrap:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  top: clamp(1.375rem, 0.792rem + 1.22vw, 2.25rem);
  left: clamp(10.688rem, 2.063rem + 17.97vw, 23.625rem);
  width: clamp(4.063rem, 1.938rem + 4.43vw, 7.25rem);
  height: clamp(4.063rem, 1.938rem + 4.43vw, 7.25rem);
  border: 10px solid #92D5FF;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .service_efforts_list_wrap:nth-of-type(2n)::before {
    border: 6px solid #92D5FF;
  }
}
@media (max-width: 768px) {
  .service_efforts_list_wrap:nth-of-type(2n)::before {
    right: clamp(2.313rem, -1.482rem + 18.97vw, 7.625rem);
    width: clamp(3.75rem, 1.25rem + 12.5vw, 7.25rem);
    height: clamp(3.75rem, 1.25rem + 12.5vw, 7.25rem);
    left: unset;
  }
}
.service_efforts_list_wrap:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(12.875rem, 3.25rem + 20.05vw, 27.313rem);
  width: clamp(3.125rem, 2.042rem + 2.26vw, 4.75rem);
  height: clamp(3.125rem, 2.042rem + 2.26vw, 4.75rem);
  border: 10px solid #92D5FF;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .service_efforts_list_wrap:nth-of-type(2n)::after {
    border: 6px solid #92D5FF;
  }
}
@media (max-width: 768px) {
  .service_efforts_list_wrap:nth-of-type(2n)::after {
    right: clamp(1.938rem, -1.277rem + 16.07vw, 6.438rem);
    width: clamp(2.5rem, 1.607rem + 4.46vw, 3.75rem);
    height: clamp(2.5rem, 1.607rem + 4.46vw, 3.75rem);
    left: unset;
  }
}
.service_efforts_list_wrap:last-of-type .yatsumichan {
  display: block;
  width: clamp(11.313rem, 10.188rem + 5.63vw, 16.938rem);
  bottom: clamp(-11.375rem, -11.863rem + 2.44vw, -8.938rem);
  left: -90px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .service_efforts_list_wrap:last-of-type .yatsumichan {
    left: -56px;
  }
}
.service_efforts_list_wrap:last-of-type .hatsumichan {
  display: block;
  width: clamp(4.938rem, 4.338rem + 3vw, 7.938rem);
  bottom: clamp(-11.625rem, -11.963rem + 1.69vw, -9.938rem);
  left: 58px;
  z-index: 1;
}

.service_efforts_list_wrap,
.service_other_list_wrap {
  display: flex;
  gap: 5%;
}
.service_efforts_list_wrap:nth-of-type(2n),
.service_other_list_wrap:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .service_efforts_list_wrap:nth-of-type(2n),
  .service_other_list_wrap:nth-of-type(2n) {
    flex-flow: column-reverse;
  }
}
@media (max-width: 768px) {
  .service_efforts_list_wrap,
  .service_other_list_wrap {
    flex-flow: column-reverse;
    gap: 20px;
  }
}

.service_efforts_list_txt,
.service_other_list_txt {
  width: 65%;
  border-radius: 80px;
  padding: 5%;
  background: #FFFFFF;
  background: linear-gradient(236deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 100%);
  height: -moz-fit-content;
  height: fit-content;
  margin-top: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .service_efforts_list_txt,
  .service_other_list_txt {
    width: 100%;
    border-radius: 30px;
    padding: 7%;
    gap: 10px;
  }
}

.service_efforts_list_image,
.service_other_list_image {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: clamp(13.813rem, 5.104rem + 18.14vw, 26.875rem);
  height: 100%;
}
@media (max-width: 768px) {
  .service_efforts_list_image,
  .service_other_list_image {
    width: 71%;
    margin: 0 auto;
  }
}

.service_efforts_content {
  background-color: #DEF5FF;
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .service_efforts_content {
    padding: 100px 0;
  }
}

.service_owner {
  position: relative;
}
.service_owner .wave-inner01 {
  z-index: -1;
  position: absolute;
  content: "";
  aspect-ratio: 1920/405.5;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.service_wave03 {
  position: absolute;
  content: "";
  aspect-ratio: 1920/405.5;
  width: 100%;
  top: 0;
  left: 0;
}

.service_wakame {
  position: absolute;
  content: "";
  aspect-ratio: 1295/865;
  max-width: 1295px;
  top: 0;
  right: 0;
  z-index: -1;
}

.service_bubble {
  position: absolute;
  content: "";
  aspect-ratio: 409/552;
  max-width: 409px;
  top: 380px;
  right: 8%;
  z-index: -1;
  width: 26%;
}
@media (max-width: 1024px) {
  .service_bubble {
    top: 34%;
  }
}

.service_owner_inner {
  max-width: 1554px;
  margin: 0 auto 120px;
  padding-top: 27%;
  width: 90%;
}
@media (max-width: 1024px) {
  .service_owner_inner {
    margin: 0 auto 120px auto;
  }
}
@media (max-width: 768px) {
  .service_owner_inner {
    margin: 0 auto 50px auto;
  }
}
.service_owner_inner .cmn_ttl_ja_only {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .service_owner_inner .cmn_ttl_ja_only {
    margin: 20px 0;
    font-size: clamp(1.188rem, 1.009rem + 0.89vw, 1.438rem);
  }
}

.service_owner_inner_txt {
  max-width: 800px;
}

.service_owner_detail {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 50px;
  max-width: 1554px;
  padding-bottom: clamp(8.125rem, 0.982rem + 35.71vw, 18.125rem);
}

.service_owner_detail_content {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .service_owner_detail_content {
    flex-flow: column;
    gap: 15px;
  }
}

.service_owner_detail_text {
  width: 72%;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .service_owner_detail_text {
    width: 100%;
    gap: 20px;
  }
}

.service_owner_detail_dates_wrap {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 1343px) {
  .service_owner_detail_dates_wrap {
    flex-flow: column;
    align-items: baseline;
  }
}

.service_owner_detail_dates {
  font-size: clamp(1.188rem, 0.625rem + 1.17vw, 1.375rem);
  background-color: #DEF5FF;
  border-radius: 10px;
  padding: 10px 40px;
}
@media (max-width: 1024px) {
  .service_owner_detail_dates {
    padding: 10px 18px;
  }
}

.service_owner_detail_image {
  aspect-ratio: 604/450;
  width: 604px;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .service_owner_detail_image {
    aspect-ratio: 604/391;
    width: 100%;
  }
}

.service_owner_link {
  color: #00a0e9;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.service_owner_link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #00a0e9;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .service_owner_link:hover::before {
    width: 100%;
  }
}

.service_other {
  background-color: #DEF5FF;
  z-index: 1;
}
.service_other::after {
  position: absolute;
  width: 100%;
  height: 300px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
}

.service_other_inner {
  width: 90%;
  max-width: 1554px;
  margin: 0 auto;
  transform: translateY(-125px);
}
@media (max-width: 768px) {
  .service_other_inner {
    transform: translateY(-24px);
  }
}
.service_other_inner .service_other_br {
  display: none;
}
@media screen and (max-width: 1339px) {
  .service_other_inner .service_other_br {
    display: block;
  }
}

/*-------------------------------------------------------------------------------
  WORKS
--------------------------------------------------------------------------------*/
.works_sec {
  padding: 120px 0 0;
  position: relative;
}
.works_sec .wave_bg_wrap {
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
}
.works_sec .yatsumichan {
  aspect-ratio: 224/279;
  width: 227px;
  right: clamp(0.188rem, -35.398rem + 45.33vw, 19rem);
  top: 49%;
  z-index: -1;
  transform: translateY(-100%) rotate(21deg);
}
@media screen and (max-width: 1256px) {
  .works_sec .yatsumichan {
    top: 423px;
    transform: translateY(-95%) rotate(0);
  }
}
@media (max-width: 1024px) {
  .works_sec .yatsumichan {
    top: 461px;
  }
}
@media (max-width: 768px) {
  .works_sec .yatsumichan {
    top: clamp(12.5rem, 9.643rem + 14.29vw, 16.5rem);
    width: 30%;
  }
}
@media (max-width: 480px) {
  .works_sec .yatsumichan {
    width: 36%;
  }
}

.works_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 80px 20px;
  padding-bottom: 20px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works_list {
    padding-bottom: 0;
    gap: 50px 20px;
  }
}

.works_item {
  width: 100%;
}

.works_gallery_wrap {
  aspect-ratio: 64/41;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #D6F4C7;
}
.works_gallery_wrap a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-tax {
  display: flex;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
}

.works-tax_wrap {
  background-color: #4385FF;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .works-tax_wrap {
    font-size: 14px;
  }
}

.works_price {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.875rem, 1.761rem + 0.57vw, 2.125rem);
  line-height: 100%;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.works_price span {
  font-size: 18px;
}

.works_price_under {
  color: #848484;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 100%;
  text-align: end;
}
@media (max-width: 768px) {
  .works_price_under {
    font-size: 14px;
  }
}

.works_flex_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 10px;
  text-align: end;
  padding: 15px 0 20px;
  border-bottom: 1px solid #DEF5FF;
}

.works_price_wrap {
  margin: 0 0 0 auto;
}

.works_detail {
  padding-top: 20px;
  display: block;
}
.works_detail tbody {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.works_detail tr {
  display: flex;
  gap: 10px;
}
.works_detail th {
  width: 40%;
  max-width: 100px;
}
.works_detail th, .works_detail td {
  font-size: 16px;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 120%;
}

/*-------------------------------------------------------------------------------
  RECIPE
--------------------------------------------------------------------------------*/
.recipe_how-to {
  position: relative;
}
.recipe_how-to .wave_bg_wrap {
  bottom: 0;
}
.recipe_how-to .wakame {
  bottom: clamp(0.75rem, -0.313rem + 5.31vw, 6.063rem);
  right: clamp(1.438rem, 0.737rem + 3.5vw, 4.938rem);
  transform: scaleX(-1);
  top: unset;
  left: unset;
  max-width: clamp(4.125rem, 2.775rem + 6.75vw, 10.875rem);
}
.recipe_how-to .kurodai {
  right: clamp(3.5rem, 2.1rem + 7vw, 10.5rem);
  width: clamp(7.5rem, 5.688rem + 9.06vw, 16.563rem);
  bottom: clamp(0.313rem, -0.8rem + 5.56vw, 5.875rem);
  transform: scaleX(-1);
}

.recipe_how-to_content {
  max-width: 1580px;
  width: 90%;
  margin: 0 auto;
  padding: 120px 0;
}

.recipe_how-to_ttl,
.recipe_image-only_ttl {
  font-size: clamp(1.438rem, 1.025rem + 2.06vw, 3.5rem);
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 50px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .recipe_how-to_ttl,
  .recipe_image-only_ttl {
    margin-bottom: 30px;
  }
}
.recipe_how-to_ttl::before,
.recipe_image-only_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  z-index: -1;
  background-color: #33CE90;
  bottom: -4px;
}

.recipe_how-to_flex {
  display: flex;
  justify-content: space-between;
  gap: 81px;
}
@media (max-width: 1024px) {
  .recipe_how-to_flex {
    flex-flow: column-reverse;
  }
}

.recipe_how-to_materials {
  width: 100%;
}
.recipe_how-to_materials .recipe_how-to_list {
  position: relative;
}
.recipe_how-to_materials .recipe_how-to_list .recipe_soup {
  content: "";
  position: absolute;
  right: -35px;
  top: -46px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 174px;
  aspect-ratio: 174/83;
  width: 28%;
}
@media (max-width: 480px) {
  .recipe_how-to_materials .recipe_how-to_list .recipe_soup {
    right: -16px;
    top: -22px;
  }
}

.recipe_how-to_txt {
  font-size: clamp(1.063rem, 0.938rem + 0.26vw, 1.25rem);
  padding: 5px 40px 0;
  background-color: #DEF5FF;
  border-radius: 30px 30px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .recipe_how-to_txt {
    margin-left: 25px;
  }
}
@media (max-width: 480px) {
  .recipe_how-to_txt {
    padding: 5px 25px 0;
  }
}

.recipe_how-to_list {
  border: 5px solid #DEF5FF;
  background-color: #fff;
  padding: 40px 50px 30px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .recipe_how-to_list {
    padding: 5%;
  }
}

.recipe_how-to_list_txt {
  padding: 10px 0;
  position: relative;
  display: block;
  width: 100%;
}
.recipe_how-to_list_txt::after {
  position: absolute;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #DEDEDE 0 8px, transparent 8px 16px);
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.recipe_how-to_list_txt:last-of-type::after {
  display: none;
}

.recipe_how-to_image {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 80%;
}
@media (max-width: 1024px) {
  .recipe_how-to_image {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.recipe_how-to_image .recipe_fork {
  content: "";
  position: absolute;
  display: block;
  max-width: 697.74px;
  aspect-ratio: 697.74/98.34;
  z-index: 1;
  width: 105%;
  bottom: -25px;
  left: -3%;
}
@media (max-width: 480px) {
  .recipe_how-to_image .recipe_fork {
    bottom: -2px;
  }
}
.recipe_how-to_image .boxer {
  display: block;
  aspect-ratio: 649/470;
  max-width: 649px;
  border-radius: 30px;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .recipe_how-to_image .boxer {
    margin-top: 0;
  }
}

.recipe_how-to_comment .recipe_how-to_txt {
  background-color: #33CE90;
}
.recipe_how-to_comment .recipe_how-to_list {
  border: 5px solid #33CE90;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  position: relative;
  padding: 40px 12% 40px 50px;
}
@media (max-width: 1024px) {
  .recipe_how-to_comment .recipe_how-to_list {
    width: 80%;
    max-width: unset;
    padding: 40px 24% 40px 50px;
  }
}
@media (max-width: 768px) {
  .recipe_how-to_comment .recipe_how-to_list {
    padding: 5%;
    width: 100%;
    padding-right: clamp(1.25rem, -7.143rem + 41.96vw, 13rem);
  }
}
.recipe_how-to_comment .recipe_how-to_list .recipe_how-to_ryoushi {
  position: absolute;
  content: "";
  aspect-ratio: 236/221;
  max-width: 236px;
  right: clamp(-9.188rem, -13.33rem + 6.47vw, -5.563rem);
  top: -38px;
  width: 38%;
}
@media (max-width: 1024px) {
  .recipe_how-to_comment .recipe_how-to_list .recipe_how-to_ryoushi {
    width: 32%;
    right: -32px;
  }
}
@media (max-width: 768px) {
  .recipe_how-to_comment .recipe_how-to_list .recipe_how-to_ryoushi {
    top: clamp(-3.438rem, -4.196rem + 3.79vw, -2.375rem);
  }
}
@media screen and (max-width: 380px) {
  .recipe_how-to_comment .recipe_how-to_list .recipe_how-to_ryoushi {
    right: -19px;
  }
}
.recipe_how-to_comment .recipe_how-to_list .recipe_how-to_comment_txt {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.recipe_how-to_make {
  padding: 30px 0;
}
.recipe_how-to_make .recipe_how-to_txt {
  background-color: #D6F4C7;
}
.recipe_how-to_make .recipe_how-to_list {
  border: 5px solid #D6F4C7;
  counter-reset: howto-counter; /* カウンター初期化 */
}
.recipe_how-to_make .recipe_how-to_list .recipe_how-to_list_txt {
  padding: 18px 0 18px 50px;
  counter-increment: howto-counter; /* 1ずつ増やす */
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .recipe_how-to_make .recipe_how-to_list .recipe_how-to_list_txt {
    padding: 18px 0 18px 35px;
  }
}
.recipe_how-to_make .recipe_how-to_list .recipe_how-to_list_txt::before {
  content: counter(howto-counter) " ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: #AEE293; /* 任意 */
  font-weight: 500;
  line-height: 160%;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .recipe_how-to_make .recipe_how-to_list .recipe_how-to_list_txt::before {
    font-size: 32px;
    line-height: 65px;
  }
}

.recipe_image-only_ttl {
  font-size: clamp(1.438rem, 1.275rem + 0.81vw, 2.25rem);
}

.recipe_image-only_list {
  gap: clamp(1.563rem, -0.408rem + 3.47vw, 3.75rem);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 500px), 1fr));
  gap: 50px 50px;
  width: 90%;
  margin: 0 auto;
  max-width: 1580px;
}
@media screen and (max-width: 890px) {
  .recipe_image-only_list {
    flex-flow: column;
  }
}
.recipe_image-only_list .recipe_how-to_txt {
  background-color: #D6F4C7;
}

.recipe_image-only_list_image {
  border: 5px solid #D6F4C7;
  background-color: #fff;
  padding: clamp(1.25rem, -0.179rem + 2.23vw, 2.5rem);
  border-radius: 30px;
}

/*-------------------------------------------------------------------------------
  UNION
--------------------------------------------------------------------------------*/
.union_greeting .wave_bg_wrap {
  bottom: 0;
}

.union_greeting_wrap {
  display: flex;
  max-width: 1554px;
  margin: 0 auto;
  width: 90%;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .union_greeting_wrap {
    flex-flow: column;
    gap: 50px;
  }
}

.union_greeting_text .cmn_ttl_ja_only {
  margin: 0 auto 0 0;
}

.union_greeting_name {
  font-size: 24px;
  text-align: right;
}
@media (max-width: 768px) {
  .union_greeting_name {
    font-size: 20px;
  }
}

.union_greeting_image {
  aspect-ratio: 649/415;
  border-radius: 30px;
  max-width: 649px;
  width: 100%;
  margin-left: 100px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1024px) {
  .union_greeting_image {
    margin-left: unset;
    margin: 0 auto;
  }
}

.union_greeting_sentence {
  padding: 30px 0;
}

.union_sdgs {
  position: relative;
}
.union_sdgs .bubble_bg_wrap {
  position: absolute;
  content: "";
  right: 7%;
  top: 317px;
  width: 10%;
  max-width: 133px;
}
@media (max-width: 1024px) {
  .union_sdgs .bubble_bg_wrap {
    top: clamp(26.563rem, 24.517rem + 10.23vw, 31.063rem);
  }
}
@media (max-width: 768px) {
  .union_sdgs .bubble_bg_wrap {
    display: none;
  }
}
.union_sdgs .bubble_bg_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.union_sdgs .bubble_bg02_wrap {
  position: absolute;
  content: "";
  left: 3%;
  bottom: clamp(28.688rem, 25.759rem + 4.58vw, 31.25rem);
  max-width: clamp(4.813rem, -2.259rem + 11.05vw, 11rem);
}
@media (max-width: 768px) {
  .union_sdgs .bubble_bg02_wrap {
    display: none;
  }
}
.union_sdgs .bubble_bg02_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

.union_sdgs_wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}

.union_sdgs_txt {
  width: 80%;
  margin: 50px auto 80px;
}
@media (max-width: 768px) {
  .union_sdgs_txt {
    width: 100%;
    margin: 30px auto;
  }
}

.union_sdgs_content_list {
  padding-top: 55px;
  display: flex;
  flex-flow: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .union_sdgs_content_list {
    gap: 50px;
  }
}

.union_sdgs_content_wrap {
  display: flex;
  gap: 5%;
}
@media (max-width: 1024px) {
  .union_sdgs_content_wrap {
    flex-flow: column;
    gap: 30px;
  }
}

.union_sdgs_content_image {
  aspect-ratio: 1/1;
  width: 300px;
  height: 300px;
}
@media (max-width: 1024px) {
  .union_sdgs_content_image {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}

.union_sdgs_content_detail {
  width: 100%;
}
.union_sdgs_content_detail .union_sdgs_content_ttl {
  width: 100%;
  border-left: 5px solid #D6F4C7;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .union_sdgs_content_detail .union_sdgs_content_ttl {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .union_sdgs_content_detail .union_sdgs_content_ttl br {
    display: none;
  }
}
.union_sdgs_content_detail .union_sdgs_content_txt {
  background-color: #DEF5FF;
  padding: 30px 50px 50px;
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .union_sdgs_content_detail .union_sdgs_content_txt {
    padding: 5%;
  }
}

.union_overview_access {
  background-color: #DEF5FF;
  position: relative;
  border-radius: 0 0 50px 50px;
}
.union_overview_access .asamichan {
  z-index: -1;
  top: -91px;
  left: 5%;
  width: 188px;
  transform: scaleX(-1);
}

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

.union_overview_table tbody {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.union_overview_table tr {
  display: flex;
}
@media (max-width: 768px) {
  .union_overview_table tr {
    flex-flow: column;
    background-color: #fff;
    border-radius: 30px;
  }
}
.union_overview_table tr th,
.union_overview_table tr td {
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 150%;
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
.union_overview_table tr th {
  width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .union_overview_table tr th {
    width: 100%;
    padding: 5% 5% 2%;
    color: #14bc79;
  }
}
.union_overview_table tr td {
  width: 70%;
}
@media (max-width: 768px) {
  .union_overview_table tr td {
    width: 100%;
    padding: 0 5% 5%;
  }
}

.union_access_wrap .cmn_ttl_en {
  max-width: 1006px;
  margin: 0 auto;
  width: 90%;
  padding: 70px 0 30px;
}

.union_access_map {
  width: 100%;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
}
.union_access_map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
.contact_tel_sec {
  position: relative;
  margin: 120px 0;
}
@media (max-width: 768px) {
  .contact_tel_sec {
    margin: 120px 0 60px;
  }
}
.contact_tel_sec .wave_bg_wrap {
  bottom: 0;
}

.contact_tel_text {
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .contact_tel_text {
    width: 90%;
    text-align: left;
    padding: 30px 0;
  }
}

.contact_tel_number {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact_tel_number .cmn_tel_number {
  font-size: clamp(1.875rem, 1.307rem + 2.84vw, 3.125rem);
}
.contact_tel_number .cmn_tel_number .material-symbols-outlined {
  background-color: #364780;
  width: clamp(2.5rem, 2.102rem + 1.99vw, 3.375rem);
  height: clamp(2.5rem, 2.102rem + 1.99vw, 3.375rem);
  font-size: clamp(1.438rem, 1.239rem + 0.99vw, 1.875rem);
  color: #fff;
  text-align: center;
  line-height: clamp(2.5rem, 2.102rem + 1.99vw, 3.375rem);
  border-radius: 100px;
}
.contact_tel_number .cmn_tel_time {
  font-size: clamp(0.938rem, 0.852rem + 0.43vw, 1.125rem);
}

.contact_form_sec {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.tccf7-confirm-on form {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .tccf7-confirm-on form {
    padding: 30px 0 50px;
  }
}

.contact_form_wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    width: 100%;
  }
}

form dl {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  form dl {
    flex-flow: column;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl dt {
  width: 42%;
  padding: 23px 23px 23px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  form dl dt {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px;
    gap: 20px;
  }
}
form dl dt label {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 150%;
}
form dl dd {
  width: 100%;
}
@media (max-width: 1024px) {
  form dl dd {
    margin-top: 10px;
  }
}
form .required {
  padding: 10px 20px;
  background-color: #E47171;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  line-height: 100%;
  border-radius: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  form .required {
    padding: 8px 15px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
  padding-top: 35px;
}
form input:not([type=radio]):not([type=checkbox]).val-through, form select.val-through, form textarea.val-through {
  background-color: #d6f4c7 !important;
}
form .internal-autofill-selected {
  background-color: #d6f4c7 !important;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 6px 50px 6px 45px;
  position: relative;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  color: #333333;
  font-family: "Kiwi Maru", serif;
  line-height: 150%;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #CECECE;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 5px solid #CECECE;
}
input[type=radio]:checked + span::after {
  background-color: #33CE90;
}

@media (max-width: 768px) {
  .radio-area {
    display: flex;
    flex-flow: column;
  }
}

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: 13px 0px 22px 62px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-size: 40px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 14px;
  left: 7px;
  opacity: 0;
  color: #33CE90;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 14px;
    left: 3px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #DEF5FF;
  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;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 23px 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 150%;
  background-color: #DEF5FF;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #90AAB5 !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
  font-family: "Kiwi Maru", serif;
  line-height: 150%;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #90AAB5 !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
  font-family: "Kiwi Maru", serif;
  line-height: 150%;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #000000;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

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

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

textarea {
  height: 232px;
}

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

.unit-privacy {
  background-color: #F4F4F4;
  padding: 40px;
  margin-top: 30px;
  height: 300px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
    padding: 9%;
  }
}

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

.privacy-text {
  color: #333333;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 160%;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  letter-spacing: 0.05em;
}

.privacy-contents {
  height: 100%;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 5px;
  background-color: #D9D9D9;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #33CE90;
}

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

.contact-privacy {
  font-weight: 500;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 175%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin-top: 30px;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(1rem, 0.975rem + 0.12vw, 1.125rem);
  font-weight: 500;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  line-height: 150%;
}

.confirm-button {
  border-radius: 100px;
  display: flex;
  padding: 18px 12px 18px 59px;
  gap: clamp(1.563rem, 1.25rem + 1.56vw, 3.125rem);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  font-size: 16px;
  border: 3px solid #33CE90;
  background-color: #fff;
  margin: 30px auto 0;
}
.confirm-button::before {
  position: absolute;
  content: url(../images/btn_fish.svg);
  width: 38px;
  height: 38px;
  left: 3%;
  transition: all 1s;
  top: 50%;
  transform: translateY(-50%);
}
.confirm-button::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\ead7";
  font-weight: 400;
  transition: all 0.7s;
  font-size: 30px;
  color: #364780;
  line-height: 100%;
}
@media (min-width: 769px) {
  .confirm-button:hover::before {
    left: 85%;
  }
}

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

#form-confirm {
  background-color: #def5ff;
  padding: 10%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 10% 5%;
  }
}
#form-confirm dl {
  display: flex;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  #form-confirm dl {
    flex-flow: column;
    background-color: #fff;
    border-radius: 30px;
    gap: unset;
    padding-top: unset;
    margin-top: 10px;
  }
}
#form-confirm dt {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  align-items: center;
  width: 50%;
}
@media (max-width: 1024px) {
  #form-confirm dt {
    width: 100%;
    padding: 5% 5% 2%;
    justify-content: unset;
  }
  #form-confirm dt label {
    color: #14bc79;
  }
}
#form-confirm dd {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px;
  min-height: 40px;
}
@media (max-width: 1024px) {
  #form-confirm dd {
    width: 100%;
    padding: 0 5% 5%;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.step-confirm .check_submit {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .step-confirm .check_submit {
    flex-flow: column;
    margin: 50px auto;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
  }
}
.step-confirm .check_submit .back-button {
  height: -moz-fit-content;
  height: fit-content;
  color: #33CE90;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 180%;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  background-color: #fff;
  border: 3px solid #33CE90;
  border-radius: 100px;
  padding: 18px 30px;
  width: 250px;
}
@media (max-width: 768px) {
  .step-confirm .check_submit .back-button {
    padding: 15px 30px;
  }
}
@media (min-width: 769px) {
  .step-confirm .check_submit .back-button:hover {
    transform: scale(0.95);
  }
}
.step-confirm .check_submit .submit_btn {
  height: 100%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .step-confirm .check_submit .submit_btn:hover {
    transform: scale(0.95);
  }
}
.step-confirm .check_submit .submit_btn input {
  font-size: clamp(1rem, 0.951rem + 0.25vw, 1.25rem);
  width: 250px;
  color: #fff;
  background-color: #33CE90;
  border: 3px solid #33CE90;
  padding: 18px 30px;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .step-confirm .check_submit .submit_btn input {
    padding: 15px 30px;
  }
}

.contact_complete_sec {
  padding: 120px 0 100px;
  position: relative;
}
.contact_complete_sec .cmn_btn {
  margin: 0 0 0 auto;
}

.contact_complete_block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.contact_complete_item {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .contact_complete_item {
    padding: 30px 0;
    text-align: left;
  }
}

.contact_complete_btn {
  border-radius: 100px;
  display: flex;
  padding: 12px 50px 12px 12px;
  gap: clamp(1.563rem, 1.25rem + 1.56vw, 3.125rem);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #444444;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  font-size: 16px;
  border: 3px solid #33CE90;
  background-color: #fff;
  margin: 0 auto;
}
.contact_complete_btn .contact_complete_btn-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_complete_btn span {
  width: 38px;
  height: 38px;
  transition: transform 0.4s ease;
  background-color: #364780;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .contact_complete_btn:hover span {
    transform: rotateY(360deg);
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.notfound_block .cmn_txt_m {
  margin-bottom: 50px;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.wave-wrap {
  position: relative;
  transform: translateY(1px);
  margin-top: 100px;
}

.wave-inner02 {
  z-index: -1;
  position: absolute;
  content: "";
  aspect-ratio: 1920/405.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta_wrap {
  background-color: #DEF5FF;
  position: relative;
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .cta_wrap {
    padding: 100px 0;
  }
}
.cta_wrap .wakame {
  left: clamp(0.563rem, -0.05rem + 3.06vw, 3.625rem);
  bottom: 469px;
  top: unset;
  width: clamp(8.625rem, 6.667rem + 4.08vw, 11.563rem);
  max-width: unset;
}
.cta_wrap .wakame2 {
  right: clamp(1rem, -2.167rem + 6.6vw, 5.75rem);
  bottom: 402px;
  max-width: clamp(5.813rem, 5.063rem + 3.75vw, 9.563rem);
  top: unset;
}
.cta_wrap .iwashi3 {
  bottom: 340px;
  right: clamp(-1.563rem, -3.725rem + 10.81vw, 9.25rem);
  width: clamp(12.813rem, 11.375rem + 7.19vw, 20rem);
}
@media (max-width: 768px) {
  .cta_wrap .iwashi3 {
    bottom: 367px;
  }
}
.cta_wrap .mebaru {
  bottom: clamp(32.813rem, 23.765rem + 18.82vw, 35.813rem);
  left: clamp(-0.188rem, -2.938rem + 13.75vw, 13.563rem);
  width: clamp(16.5rem, 10.092rem + 13.33vw, 18.625rem);
}
@media (max-width: 768px) {
  .cta_wrap .mebaru {
    width: clamp(12rem, 9.009rem + 14.96vw, 16.188rem);
  }
}
.cta_wrap .tako {
  bottom: 400px;
  left: clamp(-1.375rem, -3.6rem + 11.13vw, 9.75rem);
  width: clamp(10.313rem, 9.738rem + 2.88vw, 13.188rem);
}
@media (max-width: 1024px) {
  .cta_wrap .tako {
    bottom: clamp(-3.75rem, -8.153rem + 22.02vw, 5.938rem);
  }
}

.iwashi3 {
  position: absolute;
  aspect-ratio: 104.74/125;
}
.iwashi3 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mebaru {
  position: absolute;
  aspect-ratio: 208/100;
  width: 300px;
}
.mebaru img {
  -o-object-fit: contain;
     object-fit: contain;
}

.tako {
  position: absolute;
  aspect-ratio: 147.39/134.95;
  width: 211px;
}
.tako img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cta_inner {
  transform: translateY(-50px);
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta_inner {
    transform: translateY(0px);
  }
}

.cta_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  line-height: 180%;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .cta_txt {
    text-align: left;
    padding: 0 0 30px;
  }
}

.cta_flex {
  display: flex;
  margin: 0 auto;
  height: 110px;
  align-items: center;
  width: 840px;
}
@media (max-width: 1024px) {
  .cta_flex {
    flex-flow: column-reverse;
    gap: 15px;
    height: unset;
    width: 100%;
  }
}

.cta_flex_form {
  border-right: 3px solid #33CE90;
  height: 100%;
  display: flex;
  align-items: center;
  width: 420px;
}
@media (max-width: 1024px) {
  .cta_flex_form {
    width: unset;
    border-right: unset;
  }
}

.cta_flex_form_btn {
  background-color: #fff;
  border: 3px solid #33CE90;
  border-radius: 50px;
  padding: 10px 22px 10px 10px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta_flex_form_btn {
    padding: 5px 20px 5px 6px;
  }
}
@media (min-width: 769px) {
  .cta_flex_form_btn:hover {
    transform: scale(0.97);
  }
  .cta_flex_form_btn:hover .material-symbols-outlined {
    transform: rotateY(360deg);
  }
}
.cta_flex_form_btn .cmn_contact_txt {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  gap: clamp(0.313rem, -0.045rem + 0.56vw, 0.625rem);
}
.cta_flex_form_btn .cmn_contact_txt .material-symbols-outlined {
  background-color: #364780;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta_flex_form_btn .cmn_contact_txt .material-symbols-outlined {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
}

.cta_flex_tel {
  width: 420px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .cta_flex_tel {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: unset;
    width: unset;
  }
}
.cta_flex_tel .cmn_tel_number {
  font-size: 30px;
  width: 300px;
  justify-content: end;
}
@media (max-width: 1024px) {
  .cta_flex_tel .cmn_tel_number {
    width: unset;
  }
}
@media (max-width: 768px) {
  .cta_flex_tel .cmn_tel_number {
    font-size: 27px;
  }
}
.cta_flex_tel .cmn_tel_number .material-symbols-outlined {
  background-color: #364780;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .cta_flex_tel .cmn_tel_number .material-symbols-outlined {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
}
.cta_flex_tel .cmn_tel_time {
  font-size: 14px;
  width: 300px;
}
@media (max-width: 1024px) {
  .cta_flex_tel .cmn_tel_time {
    width: unset;
  }
}

.footer {
  background-color: #33CE90;
  width: 100%;
}

.ft_wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 5% 37px;
  position: relative;
}
@media (max-width: 768px) {
  .ft_wrap {
    display: block;
  }
}

.ft_wrap_left {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
}

.ft_name {
  color: #fff;
  font-size: clamp(1.563rem, 1.08rem + 2.41vw, 2.625rem);
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.ft_address {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  line-height: 180%;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1085px) {
  .ft_address {
    margin-top: 30px;
  }
}

.ft_wrap_right {
  width: 60%;
}
@media screen and (max-width: 1085px) {
  .ft_wrap_right {
    display: none;
  }
}

.ft_nav_ft ul {
  display: flex;
  gap: clamp(2.5rem, 1.688rem + 1.2vw, 3.125rem);
  padding-top: 28px;
  flex-wrap: wrap;
  justify-content: end;
}
.ft_nav_ft a {
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}
@media (min-width: 769px) {
  .ft_nav_ft a:hover {
    color: #d6f4c7;
  }
}

.ft_copy {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0em;
  margin: 60px auto 0;
  padding-bottom: 19px;
}
@media (max-width: 768px) {
  .ft_copy {
    margin: 0 auto;
  }
}

.instagram_icon-wrap {
  aspect-ratio: 41/46;
  max-width: 41px;
  margin: 20px 0 0 auto;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .instagram_icon-wrap:hover {
    transform: scale(0.93);
  }
}

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=common.css.map*/