@charset "UTF-8";
/*-----------------------------------------
BASE
-----------------------------------------*/
/*=========================================
BASE

1.フォント設定
2.その他設定
==========================================/

/* ----------------------------------------
1.フォント設定
---------------------------------------- */
/*--- Google font ---*/
/* font-family: 'Noto Sans JP', sans-serif; (Regular:400, Medium:500, Bold:700)
   font-family: "Sawarabi Gothic", serif; (Regular:400) */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Gothic&display=swap");
/*-----------------------------------------
リセットCSS
-----------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  /* 1 */
  overflow: visible;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*============================================
variable

1.サイズ、メディアクエリ設定
2.カラー設定
3.font設定
4.その他設定
============================================*/
/*--------------------------------------------
1.サイズ、メディアクエリ設定
------------------------------------------- */
/* --- デバイスサイズ --- */
/* --- メディアクエリ設定 --- */
/* --- コンテンツ幅 --- */
/* --- 2.カラー設定 --- */
/* --- グラデーション --- */
/* --- 背景色 --- */
/*---------------------------------------
3.font設定
-------------------------------------- */
/* --- 指定font --- */
/* --- remに変換 --- */
/* --- 文字間 --- */
/* --- 行間 --- */
/* -------------------------------------
4.その他設定
------------------------------------- */
/* --- テキスト　グラデーション --- */
/* --- pc以外ホバーアニメーションを制限 --- */
/*--- font: Line Seed ---*/
/* Regular */
@font-face {
  font-family: "LINE Seed";
  font-weight: 400;
  font-display: swap;
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot?#iefix") format("embedded-opentype"), url("../font/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Rg.woff") format("woff");
}
/* Bold */
@font-face {
  font-family: "LINE Seed";
  font-weight: bold;
  font-display: swap;
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot?#iefix") format("embedded-opentype"), url("../font/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Bd.woff") format("woff");
}
/* ----------------------------------------
2.その他設定
---------------------------------------- */
/*--- フォント等設定 ---*/
html {
  visibility: hidden;
}
@media (max-width: 374px) {
  html {
    min-width: 320px;
  }
}

html.wf-active,
html.wfno-load {
  visibility: visible;
}

body {
  color: #484848;
  font-family: "Noto SansJP", "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

h1 {
  font-family: "LINE Seed", sans-serif;
  font-size: 6rem;
  font-weight: bold;
}

h4 {
  display: inline;
}

/*--- テキストの全文字大文字 ---*/
.uppercase {
  text-transform: uppercase;
}

/*--- 画像サイズ設定 ---*/
img {
  max-width: 100%;
  height: auto;
}

/*--- 文章折り返し設定 ---*/
.nowrap {
  white-space: nowrap;
}

/*--- デバイス別表示設定 ---*/
.pc {
  display: block; /* デフォルトで表示 */
}

.tab {
  display: none; /* タブレット用はデフォルトで非表示 */
}

.sp {
  display: none; /* スマートフォン用はデフォルトで非表示 */
}

/* タブレット用スタイル */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* スマートフォン用スタイル */
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* スマートフォン用最小幅320pxのスタイル */
@media (max-width: 374px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none;
  }
  .ssp {
    display: block;
  }
}
/*--- telリンク無効 ---*/
a[href^="tel:"] {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* =======================================
parts

1.ボタン
　　1-1 コンタクトフォームへのボタン
　　1-2 SNSアイコン
　　1-3 横矢印ボタン
　　1-4 斜め矢印ボタン（グラデーション）
　　1-5 十字マークボタン
2.プライバシーポリシー・サイトポリシー
3.セクションタイトルエリア
4.セクションコンテンツエリア
5.各セクション下部ボタン
6.セクション間のキャッチフレーズ
7.カード
8.ページ下部コンタクトセクション
9.次ページへのリンクボタン
10.番号がグラデーションのリスト
11.グラデの円が付いたリストボックス
12.グラデの円が付いたリスト
13.改訂履歴
14.外部リンク（右にアイコン）
15.ホバーで下線が出るアニメーション
======================================== */
/* ----------------------------------------
1.ボタン
---------------------------------------- */
/*--- 1-1 コンタクトフォームへのボタン ---*/
.contact-button {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(13.125rem, 11.5865rem + 3.201vw, 14.6875rem);
  aspect-ratio: 235/67;
  border-radius: 100vh;
  transition: all 0.3s;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .contact-button {
    width: clamp(8.4375rem, 3.9647rem + 19.084vw, 13.125rem);
  }
}

.contact-button::before,
.contact-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 50px;
  background: linear-gradient(90deg, #f45c70 0%, #4195ec 100%) border-box;
  transition: all 0.3s;
}

.contact-button::before {
  -webkit-mask: linear-gradient(#fff 0%, #fff 100%) padding-box, linear-gradient(#fff 0%, #fff 100%) border-box;
  mask-composite: exclude;
}

.contact-button::after {
  content: "Contact Us";
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.125rem, 0.8788rem + 0.5122vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media (max-width: 768px) {
  .contact-button::after {
    font-size: clamp(0.75rem, 0.3922rem + 1.5267vw, 1.125rem);
  }
}

@media (hover: hover) {
  .contact-button:hover::after {
    opacity: 1;
  }
}
.contact-button-text {
  position: absolute;
  z-index: 10;
  background: linear-gradient(90deg, #f45c70 0%, #61abf6 78%);
  background-clip: text;
  color: transparent;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.125rem, 0.8788rem + 0.5122vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-button-text {
    font-size: clamp(0.75rem, 0.3922rem + 1.5267vw, 1.125rem);
  }
}

@media (hover: hover) {
  .contact-button:hover .contact-button-text {
    opacity: 0;
  }
}
/*--- 1-2 SNSアイコン ---*/
.social-icons {
  display: flex;
  width: 100%;
}

.social-icon {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .social-icon {
    min-width: initial;
  }
}

.social-icon__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: fit-content;
}
.social-icon__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .social-icon__link:hover::after {
    opacity: 1;
  }
  .social-icon__link:hover .social-icon__core--white {
    opacity: 0;
  }
}

.social-icon__body {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.social-icon__core {
  transition: all 0.3s;
}
.social-icon__core--pink {
  fill: #f67f8f;
}
.social-icon__core--white {
  fill: white;
}

/* --- 1-3 横矢印ボタン --- */
.arrow-icon {
  position: relative;
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.arrow-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.arrow-icon__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.arrow-icon__right--grad {
  transform: translateX(0);
}
.arrow-icon__right--wh {
  transform: translateX(-100px);
}

/*--- 1-4 斜め矢印ボタン（グラデーション） ---*/
.arrow-diagonal {
  position: relative;
  z-index: 1;
  width: clamp(70px, 10vw, 80px);
  height: clamp(70px, 10vw, 80px);
  border-radius: 50%;
  background: white;
  overflow: hidden;
}
.arrow-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-mask: linear-gradient(#fff 0%, #fff 100%) content-box, linear-gradient(#fff 0%, #fff 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.arrow-diagonal::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.arrow-diagonal--extlink {
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
  background: initial;
}
.arrow-diagonal--extlink .arrow-diagonal__icon {
  width: 23.3%;
  height: 23.3%;
  min-width: 15px;
  min-height: 15px;
}
.arrow-diagonal__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
.arrow-diagonal__icon--grad {
  transform: translate(0, 0);
}
.arrow-diagonal__icon--wh {
  transform: translate(-200%, 200%);
}

/*--- 1-5 十字マークボタン ---*/
.cross-button {
  position: relative;
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
  margin: 0 auto;
  overflow: hidden;
}
.cross-button--wh, .cross-button--grad {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.cross-button--grad {
  opacity: 0;
}

/* ------------------------------------------------
2.プライバシーポリシー・サイトポリシー
------------------------------------------------ */
.policy-lists {
  width: 100%;
  font-size: clamp(11px, 0.3em, 14px);
}
@media (max-width: 768px) {
  .policy-lists {
    font-size: max(0.343em, 10px);
  }
}

/* ------------------------------------------------
3.セクションタイトルエリア
------------------------------------------------ */
.section-heading__title--en {
  color: rgba(237, 0, 32, 0.3);
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.625rem, 0.45rem + 5.875vw, 7.5rem); /* min: 26px, max: 120px */
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-heading__title--en-policy {
  display: inline-block;
  background: linear-gradient(to right, rgba(237, 0, 32, 0.3) 0%, rgba(135, 0, 18, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading__title--ja {
  word-break: keep-all;
  font-weight: 500;
  font-size: clamp(2.375rem, 1.981rem + 1.683vw, 4rem);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .section-heading__title--ja {
    line-height: 1.40625;
  }
}
.section-heading__inner {
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 114px;
}
@media (max-width: 768px) {
  .section-heading__inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .section-heading__inner {
    width: 100%;
    margin-top: 30px;
  }
}
.section-heading__lead {
  margin-top: 45px;
  font-size: clamp(1rem, 0.97rem + 0.129vw, 1.125rem);
  line-height: 2.6666666667;
}
.section-heading__lead:not(:first-of-type) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-heading__lead:not(:first-of-type) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------
4.セクションコンテンツエリア
---------------------------------------------------- */
.contents-area:nth-of-type(n + 2) {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .contents-area:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
.contents-area__title {
  display: inline-block;
  font-size: clamp(1.5rem, 1.257rem + 1.036vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.05;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .contents-area__title {
    line-height: 1.375;
  }
}
.contents-area__title--ls20 {
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .contents-area__title--ls20 {
    letter-spacing: 0.1em;
  }
}
.contents-area__title--small {
  font-size: clamp(1.375rem, 1.102rem + 1.165vw, 2.5rem);
}
.contents-area__title--policy {
  background: linear-gradient(to right, #f45c70 0%, #ebd15e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents-area__title--policy-xs {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  background: linear-gradient(to right, #f45c70 0%, #ebd15e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents-area__title--policy-ss {
  display: inline-block;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  background: linear-gradient(to right, #f45c70 0%, #ebd15e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents-area__text {
  line-height: 2.5;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .contents-area__text {
    margin-top: 30px;
  }
}
.contents-area__text--fz18 {
  margin-top: 45px;
  font-size: clamp(1rem, 0.97rem + 0.129vw, 1.125rem);
  line-height: 2.6666666667;
}
.contents-area__text--fz18:not(:first-of-type) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contents-area__text--fz18:not(:first-of-type) {
    margin-top: 30px;
  }
}
.contents-area__catchphrase {
  margin-top: 54px;
  color: #f45c70;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem);
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .contents-area__catchphrase {
    margin-top: 30px;
  }
}

.section-body__contents-title {
  font-size: clamp(2.375rem, 1.981rem + 1.683vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section-body__contents-title {
    line-height: 1.40625;
  }
}

/* ---------------------------------------------
5.各セクション下部ボタン
--------------------------------------------- */
.section-button {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 180px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-button {
    margin-top: 80px;
  }
}
.section-button__text {
  width: max-content;
  padding: 29px 6.4% 29px 0;
}
.section-button__text--ja {
  display: block;
  letter-spacing: 0.1em;
  width: max-content;
  font-size: clamp(1rem, 0.879rem + 0.518vw, 1.5rem);
}
.section-button__text--en {
  display: block;
  width: max-content;
  margin-top: 14px;
  margin-left: auto;
  color: #f45c70;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(0.875rem, 0.814rem + 0.259vw, 1.125rem);
  line-height: 1.3333333333;
}
@media (hover: hover) {
  .section-button:hover .arrow-icon::before {
    opacity: 1;
  }
  .section-button:hover .arrow-icon__right--grad {
    transform: translateX(100px);
  }
  .section-button:hover .arrow-icon__right--wh {
    transform: translateX(0);
  }
  .section-button:hover .arrow-diagonal::after {
    opacity: 1;
  }
  .section-button:hover .arrow-diagonal__icon--grad {
    transform: translate(200%, -200%);
  }
  .section-button:hover .arrow-diagonal__icon--wh {
    transform: translate(0, 0);
  }
}

/* ------------------------------------------------
6.セクション間のキャッチフレーズ
------------------------------------------------ */
.page-catchphrase__text {
  color: rgba(236, 120, 138, 0.5);
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.125rem, 0.275rem + 3.626vw, 4.626rem);
  letter-spacing: 0.2em;
  line-height: 1.5941637395;
}
@media (max-width: 768px) {
  .page-catchphrase__text {
    letter-spacing: 0.15em;
  }
}

/* ------------------------------------------------
7.カード
------------------------------------------------ */
.card {
  width: 100%;
  max-width: 540px;
}
.card__image {
  position: relative;
  z-index: -1;
  height: auto;
  width: 100%;
  aspect-ratio: 540/960;
  object-fit: cover;
  object-position: top;
  vertical-align: bottom;
}
.card__image::after {
  content: "";
  display: block;
  padding-top: 177.7777777778%;
}
.card__video {
  width: 100%;
  object-fit: cover;
}
.card__body {
  margin-top: 50px;
}
.card__tag {
  position: relative;
  color: #f45c70;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(0.875rem, 0.814rem + 0.259vw, 1.125rem);
}
.card__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.card__title {
  margin-top: 40px;
  font-size: clamp(1.5rem, 1.379rem + 0.518vw, 2rem);
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .card__title {
    margin-top: 20px;
  }
}
.card__copy {
  line-height: 2.25;
  margin-top: 40px;
}
.card__foot {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .card__foot {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .card__foot:hover .cross-button--wh {
    opacity: 0;
  }
  .card__foot:hover .cross-button--grad {
    opacity: 1;
  }
}

/* --------------------------------------------
8.ページ下部コンタクトセクション
-------------------------------------------- */
.cta__heading {
  text-align: center;
}
.cta__title--en {
  color: rgba(237, 0, 32, 0.3);
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.375rem, 0.586rem + 3.367vw, 4.626rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5941637395;
}
.cta__title--ja {
  font-size: clamp(1.375rem, 0.738rem + 2.718vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.cta__inner {
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 115px;
}
@media (max-width: 768px) {
  .cta__inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .cta__inner {
    width: 100%;
    margin-top: 40px;
  }
}
.cta__lead {
  margin-top: 48px;
  font-size: clamp(0.875rem, 0.814rem + 0.259vw, 1.125rem);
  line-height: 2.6666666667;
}

.cta-tabs {
  margin-top: 118px;
}
.cta-tabs__list {
  display: flex;
  gap: 5.68%;
}
@media (max-width: 768px) {
  .cta-tabs__list {
    flex-direction: column;
    align-items: center;
  }
}
.cta-tabs__item {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 768px) {
  .cta-tabs__item {
    margin-top: 60px;
  }
  .cta-tabs__item:first-of-type {
    margin-top: 0;
  }
}
.cta-tabs__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6.2% 7.1% 6% 7.1%;
}
@media (hover: hover) {
  .cta-tabs__link:hover .arrow-diagonal::after {
    opacity: 1;
  }
  .cta-tabs__link:hover .arrow-diagonal__icon--grad {
    transform: translate(200%, -200%);
  }
  .cta-tabs__link:hover .arrow-diagonal__icon--wh {
    transform: translate(0, 0);
  }
}

.cta-tab {
  position: relative;
  border-radius: 16px;
  background-color: white;
}
.cta-tab::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0%, #fff 100%) padding-box, linear-gradient(#fff 0%, #fff 100%) border-box;
  mask-composite: exclude;
}
.cta-tab__title {
  display: inline-block;
  font-size: clamp(0.875rem, -0.125rem + 2.083vw, 2.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6842105263;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cta-tab__title {
    font-size: clamp(1rem, -0.312rem + 5.598vw, 2.375rem);
  }
}
.cta-tab__text {
  display: block;
  height: 55px;
  margin-top: 6px;
  font-size: clamp(0.875rem, 0.817rem + 0.248vw, 1.125rem);
  letter-spacing: 0.12em;
  line-height: 1.5625;
}
@media (max-width: 768px) {
  .cta-tab__text {
    font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  }
}
.cta-tab__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cta-tab__tag {
  flex: 1;
  margin-right: 10px;
  color: #f45c70;
  font-family: "Sawarabi Gothic", serif;
  font-size: clamp(0.875rem, 0.817rem + 0.248vw, 1.125rem);
}
@media (max-width: 768px) {
  .cta-tab__tag {
    font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  }
}
.cta-tab__icon {
  flex: 0 0 85px;
  margin-top: 7px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .cta-tab__icon {
    margin-right: 0;
  }
}

/* --------------------------------------------
9.次ページへのリンクボタン
-------------------------------------------- */
.next-link-button,
.next-link-button__gradient {
  display: block;
  width: min(43.29%, 831px);
  height: auto;
  aspect-ratio: 831/120;
  font-size: clamp(1.625rem, 0.0382rem + 3.3015vw, 4rem);
  letter-spacing: 0.212em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .next-link-button,
  .next-link-button__gradient {
    width: clamp(15.6875rem, 10.7972rem + 20.8651vw, 20.8125rem);
    font-size: clamp(1.1875rem, 0.77rem + 1.7812vw, 1.625rem);
  }
}

.next-link-button {
  position: relative;
  margin: min(15.625%, 300px) auto 0;
  background: linear-gradient(to right, #f67f8f 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .next-link-button {
    margin: max(15.625%, 150px) auto 0;
  }
}
.next-link-button span {
  pointer-events: none;
}

.next-link-button__gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #8ec1f3 0%, #f67f8f 100%);
  -webkit-background-clip: text;
  opacity: 0;
  transition: all 0.5s;
  -webkit-text-fill-color: transparent;
}

@media (hover: hover) {
  .next-link-button:hover .next-link-button__gradient {
    opacity: 1;
  }
}
.next-link-button::before,
.next-link-button::after,
.next-link-button__gradient::before,
.next-link-button__gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 100vh;
}

.next-link-button::before,
.next-link-button__gradient::before {
  right: 0;
  width: 100%;
  height: max(3.34%, 2px);
}

.next-link-button::after,
.next-link-button__gradient::after {
  right: 0;
  width: 6.24%;
  max-width: 830px;
  height: max(3.34%, 2px);
  transform: rotate(40deg);
  transform-origin: right;
}

.next-link-button::after,
.next-link-button::before {
  background: linear-gradient(to right, #f67f8f 0%, #8ec1f3 100%);
}

.next-link-button::after {
  background: linear-gradient(to right, rgba(142, 192, 243, 0.9) 0%, #8ec1f3 100%);
}

.next-link-button__gradient::before {
  background: linear-gradient(to right, #8ec1f3 0%, #f67f8f 100%);
}

.next-link-button__gradient::after {
  background: linear-gradient(to right, rgba(246, 127, 143, 0.9) 0%, #f67f8f 100%);
}

/* --------------------------------------------
10.番号がグラデーションのリスト
-------------------------------------------- */
.gradient-list {
  padding-bottom: 4px;
}

.gradient-list__item {
  position: relative;
  padding-left: 4em;
  line-height: 1;
  counter-increment: mycounter;
}
@media (max-width: 768px) {
  .gradient-list__item {
    padding-left: 3em;
    line-height: 1.5;
  }
}

.gradient-list__item:nth-child(n+2) {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .gradient-list__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.gradient-list__item:before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.09375rem, 0.9896rem + 0.217vw, 1.25rem);
  -webkit-text-fill-color: transparent;
}

/* --------------------------------------------
11.グラデの円が付いたリストボックス
-------------------------------------------- */
.gradient-bullet {
  margin-top: 0;
}
.gradient-bullet__title {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
}
@media (max-width: 374px) {
  .gradient-bullet__title {
    line-height: 1.2;
  }
}
.gradient-bullet__title::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to right, #f45c70 0%, #ebd15e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: initial;
}
.gradient-bullet .gradient-bullet-list {
  padding-left: max(2.1%, 20px);
}
@media (max-width: 768px) {
  .gradient-bullet .gradient-bullet-list {
    padding-left: 1.6em;
  }
}
@media (max-width: 374px) {
  .gradient-bullet .gradient-bullet-list {
    padding-left: 0.5em;
  }
}

/* --------------------------------------------
12.グラデの円が付いたリスト
-------------------------------------------- */
.gradient-bullet-list {
  margin-top: 22px;
}
.gradient-bullet-list__item {
  position: relative;
  margin-left: 1.2em;
  line-height: 2.5;
}
.gradient-bullet-list__item::before {
  content: "・";
  position: absolute;
  left: -1.2em;
  background: linear-gradient(to right, #f45c70, #ebd15e);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1em;
  display: inline-block;
}

/* --------------------------------------------
13.改訂履歴
-------------------------------------------- */
.update-date {
  display: flex;
  justify-content: flex-end;
}

.update-date__list:nth-child(n+2) {
  margin-top: 24px;
}

/* --------------------------------------------
14.外部リンク（右にアイコン）
-------------------------------------------- */
a.link-mark[href^=https] {
  transition: opacity 0.3s ease-in-out;
}
a.link-mark[href^=https]::after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  bottom: -3px;
  right: -3px;
  position: relative;
  padding-left: 1.6em;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/link-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
a.link-mark[href^=https]:hover {
  opacity: 0.6;
}
a.link-mark[href^=https]:hover::before {
  opacity: 0.6;
}

a.link-mark-animation[href^=https] {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  margin-right: 22px;
  z-index: 0;
  /* アニメーションが有効になるとフェードイン */
}
a.link-mark-animation[href^=https]::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 54%;
  right: -21px;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
  background-image: url("../images/link-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0; /* 初期状態では非表示 */
}
a.link-mark-animation[href^=https].animation-active::before {
  opacity: 1;
  transform: translateY(-50%);
}
a.link-mark-animation[href^=https]:hover {
  opacity: 0.6;
}
a.link-mark-animation[href^=https]:hover::before {
  opacity: 0.6;
}

/* --------------------------------------------
15.ホバーで下線が出るアニメーション
-------------------------------------------- */
.link-underline {
  position: relative;
  text-transform: uppercase;
}
.link-underline::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .link-underline:hover::before {
    transform: scale(1, 1);
  }
}

/*=========================================
Animation
1.マウスストーカー
2.メニュー開閉時の背景昇降のアニメーション
3.ロゴのバルーンのアニメーション
4.セクションタイトルエリア アニメーション
5.フッター・404ページ背景のアニメーション要素
6.セクションタイトル
7.セクションリード
8.セクション間キャッチフレーズ　アニメーション
9.Worksホバーグラデーションアニメーション
10.404ページバルーンのアニメーション
11.フッタータイピングアニメーション
==========================================/

/*-----------------------------------------
1.マウスストーカー
-----------------------------------------*/
/* --- マウスストーカーのスタイル --- */
.stalker {
  position: fixed;
  top: -7.5px;
  left: -7.5px;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(244, 92, 112, 0.2);
  opacity: 0;
  transition: transform 0.3s ease-out;
  pointer-events: none;
}
.stalker::before {
  content: "VIEW";
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
  font-family: "LINE Seed", sans-serif;
  font-size: 0.875rem;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  visibility: hidden;
}

/* --- リンクにホバーした時のスタイル --- */
.stalker.js-hover {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(244, 92, 112, 0.2);
}
.stalker.js-hover::before {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------
2.メニュー開閉時の背景昇降のアニメーション
-----------------------------------------*/
/*--- メニューを開く ---*/
@keyframes backgroundAnimation {
  0% {
    background-size: 100% 0%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*--- メニューを閉じる ---*/
@keyframes backgroundReverseAnimation {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 100% 0;
  }
}
/*--- メニュー開閉時のコンタクトボタンを出すアニメ ---*/
@keyframes contactButtonShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
/*-----------------------------------------
3.ロゴのバルーンのアニメーション
-----------------------------------------*/
@keyframes balloon {
  0% {
    transform: translateY(2400px);
  }
  30% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2400px);
  }
}
/*-----------------------------------------
4.セクションタイトルエリア アニメーション
-----------------------------------------*/
.balloon-animation {
  animation-name: fluffy;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 50px));
  }
}
/*-----------------------------------------
5.フッター・404ページ背景のアニメーション要素
-----------------------------------------*/
.canvas-base,
.canvas-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.canvas-overlay {
  filter: brightness(0.7);
  mix-blend-mode: hard-light;
}

/*-----------------------------------------
6.セクションタイトル
モデル：https://codepen.io/jpbelley/pen/WNeOmpq
参考：https://codepen.io/yuito_miki/pen/MWxGOyq
-----------------------------------------*/
.title-animation {
  position: relative;
  z-index: -1;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  color: currentColor;
  line-height: 1.2;
  mix-blend-mode: multiply;
  padding-right: 5%;
}
.title-animation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  transform: translate(1px, 2px);
  pointer-events: none;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .title-animation::before {
    width: calc(100% - 1px);
    transform: translate(1px, 1px);
  }
}
.title-animation--policy::before {
  background: linear-gradient(to right, #f45c70 0%, #ebd15e 100%);
}
.title-animation span {
  display: inline-block;
  opacity: 0;
  animation: slideLeft 1.5s forwards;
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cta .title-animation {
  padding-left: 5%;
}
.cta .title-animation::before {
  transform: translate(2px, 1px);
}

/*-----------------------------------------
7.セクションリード
モデル：https://codepen.io/kazed972/pen/bQOQGR
-----------------------------------------*/
.lead-animation {
  opacity: 0;
}
.lead-animation span {
  display: inline-block;
  opacity: 0;
  animation: flowingDown 1s ease-out 1 both;
}
@keyframes flowingDown {
  from {
    opacity: 0;
    transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
  }
  to {
    opacity: 1;
    transform: perspective(500px) translate3d(0, 0, 0);
  }
}

/*-----------------------------------------
8.セクション間キャッチフレーズ　アニメーション
モデル：https://codepen.io/Tiopayo/pen/abOOaQb
-----------------------------------------*/
.catchphrase-animation span {
  display: inline-block;
}

/*-----------------------------------------
9.Worksホバーグラデーションアニメーション
モデル：https://codepen.io/rospl_css/pen/MWGZEqd
-----------------------------------------*/
.card__head {
  position: relative;
}
.card__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(60deg, #5ff281, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f) 0 50%;
  background-size: 300% 300%;
  opacity: 0;
  transform: translate(-4px, -4px);
  transition: opacity 0.3s ease-in-out;
  animation: gradient-animation 2s alternate infinite;
}
@keyframes gradient-animation {
  50% {
    background-position: 100% 50%;
  }
}
@media (hover: hover) {
  .card__head:hover::before {
    opacity: 1;
  }
}

/*-----------------------------------------
10.404ページバルーンのアニメーション
-----------------------------------------*/
@keyframes balloon-animation404 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
/*-----------------------------------------
11.フッタータイピングアニメーション
-----------------------------------------*/
.typing-js span {
  border-left: 0.3em solid transparent;
  border-right: 0.15em solid;
  animation: caret 0.8s steps(1) infinite;
  clip-path: inset(15% 0 10% 0);
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}

/*-----------------------------------------
LAYOUT
-----------------------------------------*/
/*-----------------------------------------
ページ共通レイアウト
-----------------------------------------*/
.main {
  padding-top: 107px;
  overflow: hidden;
}

.under-main {
  padding-top: 230px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .under-main {
    padding-top: 120px;
  }
}

.under-main--site-policy {
  padding-bottom: 300px;
  margin-bottom: -300px;
}
@media (max-width: 768px) {
  .under-main--site-policy {
    padding-bottom: 180px;
    margin-bottom: -180px;
  }
}

.inner {
  width: 91.7%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.narrow-inner {
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .narrow-inner {
    width: 90%;
  }
}

.section-wrapper {
  margin-top: 540px;
}
@media (max-width: 768px) {
  .section-wrapper {
    margin-top: 180px;
  }
}

.section-body {
  margin-top: 180px;
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-body {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .section-body {
    margin-top: 120px;
  }
}
.section-body__contents--right-side {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .section-body__contents--right-side {
    width: 70%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .section-body__contents--right-side {
    width: 100%;
  }
}
.section-body__contents--left-side {
  width: 100%;
}
.section-body__flex-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-body__flex-container {
    flex-direction: column;
  }
}
.section-body__grid-container {
  display: grid;
}
.section-body--inner {
  width: 75%;
}
@media (max-width: 768px) {
  .section-body--inner {
    width: 90%;
  }
}

/* ----------------------------------------
背景色設定
---------------------------------------- */
.gradation-background {
  background: linear-gradient(to right, #fff0f3, #ffeff1, #eff7ff);
}

.pink-background {
  background: #fffafa;
}

.blue-background {
  background: #f9faff;
}

/* ----------------------------------------
背景画像設定
---------------------------------------- */
/*--- Tell us about your project ---*/
.cta {
  position: relative;
}
.cta .balloon-animation {
  position: absolute;
  top: 23%;
  right: 0;
  z-index: -1;
  width: clamp(8.104rem, 4.17rem + 16.785vw, 24.313rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta .balloon-animation {
    top: 8%;
  }
}
@media (max-width: 480px) {
  .cta .balloon-animation {
    top: 6%;
  }
}
.cta .top-background__circle--right {
  position: absolute;
  top: 47.9%;
  right: 2.4%;
  z-index: -1;
  width: clamp(5.083rem, 2.615rem + 10.529vw, 15.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cta .top-background__circle--right {
    top: 16%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .cta .top-background__circle--right {
    top: 13%;
  }
}
.cta .top-background__balloon--left {
  position: absolute;
  top: 62%;
  left: 0;
  z-index: -1;
  width: clamp(6.875rem, 3.538rem + 14.239vw, 20.625rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta .top-background__balloon--left {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .cta .top-background__balloon--left {
    top: 37%;
  }
}

/*-----------------------------------------
HEADER
-----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)) no-repeat;
  background-size: 0;
  overflow: hidden;
  transition: all 0.5s;
  animation-delay: 0.2s;
  pointer-events: none;
}
.header.js-header-hide .header__top-box {
  transform: translateY(-100%);
}
.header.js-close {
  animation: backgroundReverseAnimation 1s forwards ease-in;
}
.header.js-close .header__bg {
  animation: backgroundReverseAnimation 1s forwards ease-in;
}
.header.js-close .header__right-box {
  opacity: 0;
  animation: contactButtonShow 0.1s forwards;
  animation-delay: 1s;
  visibility: hidden;
}
.header.js-close .header-logo__sp {
  transition-delay: 0.7s;
  transition-duration: 0.2s;
}
@media (max-width: 768px) {
  .header.js-close .social-icon {
    transition-delay: 0.6s;
  }
}
.header.js-open {
  animation: backgroundAnimation 1s forwards ease-out;
}
.header.js-open .header__bg {
  overflow-x: hidden;
  overflow-y: auto;
  animation: backgroundAnimation 1s forwards ease-out;
  pointer-events: auto;
}
.header.js-open .header__top-box {
  z-index: 20;
  align-items: flex-start;
  visibility: hidden;
  pointer-events: auto;
}
.header.js-open .header__menu-button {
  width: min(2.4%, 42px);
  min-width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  visibility: visible;
}
@media (max-width: 768px) {
  .header.js-open .header__menu-button {
    width: clamp(1.875rem, 1.5768rem + 1.2723vw, 2.1875rem);
    min-width: 30px;
  }
}
.header.js-open .header__menu-button-line:first-child {
  inset: 0;
  width: 136%;
  transform: translate(-13%, 10%) rotate(45deg);
}
.header.js-open .header__menu-button-line:last-child {
  inset: 0;
  width: 136%;
  transform: translate(-13%, -13%) rotate(-45deg);
}
.header.js-open .header__right-box {
  opacity: 0;
  transition: all 0.15s;
  visibility: hidden;
}
.header.js-open .header__nav,
.header.js-open .header__menu-contents {
  pointer-events: auto;
}
.header.js-open .header__link-box {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
}
.header.js-open .header__link-box:nth-child(1) {
  transition-delay: 0.2s;
}
.header.js-open .header__link-box:nth-child(2) {
  transition-delay: 0.3s;
}
.header.js-open .header__link-box:nth-child(3) {
  transition-delay: 0.4s;
}
.header.js-open .header__link-box:nth-child(4) {
  transition-delay: 0.5s;
}
.header.js-open .header__link-box:nth-child(5) {
  transition-delay: 0.6s;
}
.header.js-open .header__link-box:nth-child(6) {
  transition-delay: 0.7s;
}
.header.js-open .header__link-box:nth-child(7) {
  transition-delay: 0.8s;
}
.header.js-open .header-logo__sp {
  opacity: 1;
  transform: scale(1) translateY(0%);
  filter: blur(0px) sepia(0%);
}
.header.js-open .header-logo__pc circle {
  opacity: 1;
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
.header.js-open .header__text-link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
@media (max-width: 768px) {
  .header.js-open .header__text-link {
    transition-delay: 0.7s;
  }
}
.header.js-open .social-icon {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s;
  transition-delay: 0.7s;
}
@media (max-width: 768px) {
  .header.js-open .social-icon {
    transition-delay: 0.2s;
  }
}
.header.js-open .header__policy-lists-wrapper {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.7s;
  transition-delay: 0.7s;
  font-size: clamp(10px, 0.3em, 14px);
}
@media (max-width: 768px) {
  .header.js-open .header__policy-lists-wrapper {
    font-size: max(0.343em, 10px);
    max-width: 385px;
    min-width: 290px;
    transition-delay: 0.8s;
    padding-bottom: 10px;
  }
}

.header__bg {
  width: 100%;
  height: 100vh;
  background: linear-gradient(25deg, rgba(255, 134, 150, 0.2), rgba(137, 219, 255, 0.2)) no-repeat;
  background-size: 0;
  transition: all 0.2s;
}

.header__top-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.4%;
  max-width: 1760px;
  height: fit-content;
  margin: 0 auto;
  padding-top: 40px;
  transform: translateY(0%);
  transition: all 0.7s;
}
@media (max-width: 768px) {
  .header__top-box {
    padding-top: 20px;
  }
}

.header__right-box {
  display: flex;
}

.language-button {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  margin-right: 1.36em;
  text-transform: uppercase;
  line-height: 1.5;
}
.language-button__text {
  padding: 0.625em 0.625em 0.5em 0.625em;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  pointer-events: auto;
}
.language-button__text.inactive {
  color: rgba(72, 72, 72, 0.5);
  border-left: 1px solid #484848;
}
@media (hover: hover) {
  .language-button__text.inactive:hover {
    color: #ff9ba9;
  }
  .language-button__text.inactive:hover + .language-button__text.active {
    opacity: 0.5;
  }
}
.language-button__text.active {
  pointer-events: none;
  font-weight: bold;
}

/*--- ヘッダーメニュー ---*/
.header__menu-container {
  position: relative;
  width: fit-content;
  max-width: 1600px;
  max-height: 1080px;
  margin: 0 auto;
  font-size: 46px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__menu-container {
    font-size: 35px;
  }
}

.header__menu-bg {
  display: block;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  min-height: 550px;
  max-height: 100vh;
  aspect-ratio: 1600/1080;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header__menu-bg {
    aspect-ratio: 768/1132;
  }
}

.header__menu-button {
  position: relative;
  z-index: 100;
  width: 4.6%;
  min-width: 60px;
  max-width: 80px;
  height: 10px;
  transition: all 0.3s;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .header__menu-button {
    width: clamp(3.125rem, 2.1708rem + 4.0712vw, 4.125rem);
    min-width: auto;
  }
}

.header__menu-button-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-radius: 100vh;
  background-color: #f45c70;
  transform-origin: center;
  transition: all 0.3s;
}

.header__menu-button-line:first-child {
  top: 0;
}

.header__menu-button-line:last-child {
  bottom: 0;
  width: 50%;
}

@media (any-hover: hover) and (pointer: fine) {
  .header:not(.js-open) .header__menu-button:hover .header__menu-button-line:last-child {
    width: 100%;
  }
}
.header__nav {
  display: flex;
  align-items: flex-end;
  width: 34%;
  min-width: 250px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .header__nav {
    order: 2;
    width: 50%;
    min-width: 170px;
    max-width: 100%;
  }
}

.header__link-box {
  font-family: "LINE Seed", sans-serif;
  font-weight: bold;
  opacity: 0;
  transform: translateY(50%);
  transition-timing-function: ease-out;
  transition-property: all;
}
@media (hover: hover) {
  .header__link-box:hover .header__link-heading-top {
    opacity: 0;
    transform: translateY(-100%);
  }
  .header__link-box:hover .header__link-heading-bottom {
    opacity: 1;
    transform: translateY(-100%);
  }
}

.header__link-box {
  transition-duration: 0.1s;
}

.header__link-box:nth-child(n+2) {
  margin-top: 11.9%;
}
@media (max-width: 768px) {
  .header__link-box:nth-child(n+2) {
    margin-top: 5.7%;
  }
}

.header__link-heading {
  display: flex;
  flex-direction: column;
  height: 1em;
  margin-bottom: 3.5%;
  overflow: hidden;
  color: #f67f8f;
  font-size: 1em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__link-heading {
    margin-bottom: 1%;
  }
}

.header__link-heading-top {
  transition: all 0.3s ease-out;
}

.header__link-heading-bottom {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.header__link-description {
  color: #484848;
  font-size: clamp(11px, 0.3em, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .header__link-description {
    font-size: max(0.343em, 10px);
  }
}

.header__link-description span {
  display: inline-block;
}

/*--- ヘッダーメニューナビメニュー以外のコンテンツ ---*/
.header__menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-right: max(3%, 50px);
  padding-bottom: 5.2%;
  padding-left: max(6.9%, 95px);
}
@media (max-width: 768px) {
  .header__menu-wrapper {
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.header__menu-contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  max-width: 643px;
  min-width: 310px;
}
@media (max-width: 768px) {
  .header__menu-contents {
    display: contents;
  }
}

/*--- ツクヨミへのテキストリンク ---*/
.header__text-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin-bottom: 7%;
  margin-left: 8.5%;
  color: #f67f8f;
  font-family: "Noto SansJP", "Noto Sans JP", sans-serif;
  font-size: clamp(12.2px, 0.478em, 22px);
  letter-spacing: 0.1em;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20%);
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .header__text-link {
    order: 3;
    margin-top: 2%;
    margin-bottom: 4%;
    margin-left: 0;
    font-size: 0.75em;
  }
}
@media (hover: hover) {
  .header__text-link:hover .header__text-circle-box::before {
    border: none;
  }
  .header__text-link:hover .header__text-circle-box::after {
    border: 1px solid transparent;
    opacity: 1;
  }
  .header__text-link:hover .header__text-arrow-box {
    transform: translate(50%, -50%);
  }
  .header__text-link:hover .header__text-arrow {
    stroke: #ffffff;
  }
}

.header__text-circle-box {
  position: relative;
  width: 8.2%;
  min-width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: -1%;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .header__text-circle-box {
    margin-bottom: 0;
    min-width: 25px;
    min-width: initial;
  }
}

.header__text-circle-box::before,
.header__text-circle-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(244, 92, 112, 0.6) 0%, rgba(65, 149, 236, 0.6) 100%) border-box;
  transition: all 0.4s;
}

.header__text-circle-box::after {
  opacity: 0;
}

.header__text-circle-box::before {
  border: 1px solid #f67f8f;
  -webkit-mask: linear-gradient(#fff 0%, #fff 100%) padding-box, linear-gradient(#fff 0%, #fff 100%) border-box;
  mask-composite: exclude;
}

.header__text-circle {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s;
  fill: transparent;
}

.header__text-arrow-box {
  transform: translate(0);
  transition: all 0.3s;
}

.header__text-arrow {
  display: flex;
  transition: all 0.3s;
  stroke: #f67f8f;
}
.header__text-arrow:last-child {
  transform: translate(-50%, 50%);
  transition: all 0.3s;
}

/*---　SNSアイコン ---*/
.header__social-icons {
  gap: 4%;
  justify-content: center;
  aspect-ratio: 627/64;
  margin-bottom: 9%;
}
@media (max-width: 768px) {
  .header__social-icons {
    gap: max(5%, 13px);
    order: 1;
    width: 50%;
    aspect-ratio: initial;
    margin-bottom: 4%;
  }
}
.header__social-icons .social-icon {
  width: 10.3%;
  height: fit-content;
  min-width: 40px;
  max-width: 64px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__social-icons .social-icon {
    width: 20%;
    min-width: 27px;
  }
}
.header__social-icons .social-icon__link[title=X]::after {
  background-image: url("../../assets/images/x-icon-grad.svg");
}
.header__social-icons .social-icon__link[title=facebook]::after {
  background-image: url("../../assets/images/header-facebook-icon-grad.svg");
}
.header__social-icons .social-icon__link[title=instagram]::after {
  background-image: url("../../assets/images/image-box-grad.svg");
}
.header__social-icons .social-icon__link[title=threads]::after {
  background-image: url("../../assets/images/threads-icon-grad.svg");
}
.header__social-icons .social-icon__link[title=linkedin]::after {
  background-image: url("../../assets/images/linkedin-icon-grad.svg");
}
.header__social-icons .social-icon__link[title=pinterest]::after {
  background-image: url("../../assets/images/pinterest-icon-grad.svg");
}

.header__policy-lists-wrapper {
  margin: 0 auto;
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.1s;
  transition-delay: 0.1s;
  width: 95%;
}
@media (max-width: 768px) {
  .header__policy-lists-wrapper {
    order: 4;
    width: 75%;
  }
}
.header__policy-lists {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
@media (max-width: 768px) {
  .header__policy-lists {
    gap: 0;
  }
}

.header-policy-list__item {
  margin-bottom: clamp(0.9375rem, 0.5199rem + 0.8688vw, 1.5625rem);
  transition: all 0.3s;
}
@media (hover: hover) {
  .header-policy-list__item:hover {
    color: #f67f8f;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .header-policy-list__item {
    margin-bottom: 10px;
  }
}

.header__language-switch-box {
  display: flex;
  flex-direction: row-reverse;
}
.header__language-switch-box .header__language-switch {
  text-transform: uppercase;
  transition: all 0.3s;
}
.header__language-switch-box .header__language-switch.active {
  border-right: solid 1px #484848;
  padding-right: 1em;
  pointer-events: none;
}
.header__language-switch-box .header__language-switch.inactive {
  padding-left: 1em;
  opacity: 0.5;
}
@media (hover: hover) {
  .header__language-switch-box .header__language-switch.inactive:hover {
    opacity: 1;
    color: #f67f8f;
  }
  .header__language-switch-box .header__language-switch.inactive:hover + .active {
    color: rgba(72, 72, 72, 0.5);
  }
}

/*-----------------------------------------
FOOTER
-----------------------------------------*/
.footer {
  position: relative;
  margin-top: 300px;
  overflow: hidden;
  color: white;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 180px;
  }
}

.footer__inner {
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: min(6.5%, 100px);
  padding-bottom: min(2.9%, 45px);
}
@media (max-width: 768px) {
  .footer__inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    min-width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

.footer__main-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1423px;
}
@media (max-width: 768px) {
  .footer__main-contents {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
    width: 85%;
    margin: 0 auto 5%;
  }
}
.footer__main-contents:nth-child(2) {
  margin-top: min(10%, 144px);
}
@media (max-width: 768px) {
  .footer__main-contents:nth-child(2) {
    flex-direction: column;
  }
}

.footer__about {
  width: clamp(16.938rem, -5.152rem + 45.96vw, 50rem);
  min-width: 340px;
}
@media (max-width: 768px) {
  .footer__about {
    width: 100%;
    min-width: initial;
    padding-top: 0;
    margin-top: 5%;
  }
}

.footer__tagline {
  margin-bottom: min(9.5%, 76px);
  font-family: "LINE Seed", sans-serif;
}
@media (max-width: 768px) {
  .footer__tagline {
    margin-bottom: 8%;
    text-align: center;
  }
}

.footer__tagline-title {
  margin-top: 3%;
  margin-bottom: 2.5%;
  font-size: clamp(1.8125rem, 0.6432rem + 2.4328vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.105em;
  padding-bottom: 8px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .footer__tagline-title {
    margin-bottom: 4%;
    font-size: clamp(1.5625rem, 0.9661rem + 2.5445vw, 2.1875rem);
  }
}

.footer__tagline-catchphrase {
  font-size: clamp(0.9375rem, 0.3836rem + 1.1524vw, 1.5rem);
  letter-spacing: 0.105em;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .footer__tagline-catchphrase {
    font-size: clamp(0.8125rem, 0.5143rem + 1.2723vw, 1.125rem);
  }
}

.footer__about-title {
  margin-bottom: 4.6%;
  font-size: clamp(0.9375rem, 0.3836rem + 1.1524vw, 1.5rem);
  font-weight: normal;
  letter-spacing: 0.105em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__about-title {
    margin-bottom: 4%;
    font-size: clamp(0.8125rem, 0.5143rem + 1.2723vw, 1.125rem);
    text-align: center;
  }
}

.footer__about-description {
  max-width: 425px;
  font-size: clamp(0.8125rem, 0.5048rem + 0.6402vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.105em;
}
@media (max-width: 768px) {
  .footer__about-description {
    max-width: initial;
    line-height: 1.7;
  }
}

.footer__social-links {
  width: 30.64%;
  min-width: 230px;
}
@media (max-width: 768px) {
  .footer__social-links {
    position: static;
    z-index: 1;
    width: clamp(12.5rem, 6.5363rem + 25.4453vw, 18.75rem);
    min-width: initial;
    margin-bottom: 15%;
  }
}

.footer__logo {
  width: 76.37%;
  max-width: 333px;
  margin: 0 auto 15%;
}

.footer__social-icons {
  max-width: 436px;
  justify-content: center;
  gap: 4.5%;
}
@media (max-width: 768px) {
  .footer__social-icons {
    max-height: 35px;
    gap: max(4.5%, 13px);
  }
}
.footer__social-icons .social-icon {
  width: 16.8%;
  height: fit-content;
  max-width: 56px;
}
@media (max-width: 768px) {
  .footer__social-icons .social-icon {
    min-width: 33px;
  }
}
.footer__social-icons .social-icon__link[title=X]::after {
  background-image: url("../../assets/images/x-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=facebook]::after {
  background-image: url("../../assets/images/footer-facebook-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=instagram]::after {
  background-image: url("../../assets/images/image-box-grad.svg");
}
.footer__social-icons .social-icon__link[title=threads]::after {
  background-image: url("../../assets/images/threads-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=linkedin]::after {
  background-image: url("../../assets/images/linkedin-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=pinterest]::after {
  background-image: url("../../assets/images/pinterest-icon-grad.svg");
}
@media (hover: hover) {
  .footer__social-icons .social-icon__link:hover .social-icon__body {
    background-color: white;
    transition: all 0.3s;
    clip-path: circle(47% at 50% 50%);
  }
}
@media (hover: hover) and (max-width: 480px) {
  .footer__social-icons .social-icon__link:hover .social-icon__body {
    clip-path: circle(45% at 50% 50%);
  }
}

.footer__company-info {
  position: relative;
  margin-bottom: min(3.8%, 48px);
}

.footer__company-head {
  display: block;
  margin-bottom: max(5.3%, 15px);
  font-size: clamp(1.375rem, 0.5134rem + 1.7926vw, 2.25rem);
  letter-spacing: 0.105em;
}
@media (max-width: 768px) {
  .footer__company-head {
    margin-bottom: 8%;
    font-size: clamp(1.1875rem, 0.77rem + 1.7812vw, 1.625rem);
    text-align: center;
  }
}

.footer__company-address-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 3.4%;
  margin-bottom: max(3%, 15px);
}
@media (max-width: 768px) {
  .footer__company-address-box {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
  }
}

.footer__company-address-head {
  font-size: clamp(0.875rem, 0.7519rem + 0.2561vw, 1rem);
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .footer__company-address-head {
    font-size: clamp(0.75rem, 0.6307rem + 0.5089vw, 0.875rem);
  }
}

.footer__company-address {
  font-size: clamp(0.875rem, 0.7519rem + 0.2561vw, 1rem);
  letter-spacing: 0.19em;
}
@media (max-width: 768px) {
  .footer__company-address {
    font-size: clamp(0.75rem, 0.6307rem + 0.5089vw, 0.875rem);
  }
}

.footer__company-note {
  margin-bottom: min(2.21%, 28px);
  font-size: clamp(0.6875rem, 0.626rem + 0.128vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer__company-note {
    margin-bottom: 3%;
  }
}

.footer__bottom-contents {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1423px;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer__bottom-contents {
    width: 85%;
    flex-direction: column;
    gap: 10px;
    margin: 30px auto 0;
  }
}

.footer__language-switch-box {
  display: flex;
  flex-direction: row-reverse;
  height: fit-content;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.583rem + 0.3475vw, 1rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__language-switch-box {
    text-align: end;
  }
}
.footer__language-switch-box .footer__language-switch {
  display: inline-block;
  line-height: 1.5;
  transition: all 0.3s;
}
.footer__language-switch-box .footer__language-switch.active {
  border-right: solid 1px white;
  padding-right: 1em;
  pointer-events: none;
}
.footer__language-switch-box .footer__language-switch.inactive {
  margin-left: 0.95em;
  opacity: 0.5;
}
@media (hover: hover) {
  .footer__language-switch-box .footer__language-switch.inactive:hover {
    opacity: 1;
  }
  .footer__language-switch-box .footer__language-switch.inactive:hover + .footer__language-switch.active {
    color: rgba(255, 255, 255, 0.5);
  }
}

.footer__copyright {
  display: block;
  line-height: 1.5;
  font-size: clamp(0.6875rem, 0.626rem + 0.128vw, 0.75rem);
  letter-spacing: 0.1em;
  flex: 1;
}
.footer__copyright--link {
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: clamp(0.625rem, 0.5057rem + 0.5089vw, 0.75rem);
  }
}

.footer__policy-lists {
  width: 30.64%;
  min-width: 230px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-size: clamp(0.75rem, 0.583rem + 0.3475vw, 1rem);
}
@media (max-width: 768px) {
  .footer__policy-lists {
    margin-top: 10px;
    font-size: clamp(0.625rem, 0.5057rem + 0.5089vw, 0.75rem);
  }
}
@media (max-width: 768px) {
  .footer__policy-lists {
    width: 100%;
  }
}
.footer__policy-lists .policy-list {
  width: max-content;
}
.footer__policy-lists .policy-list:nth-child(n+2) {
  margin-top: 2.3%;
}

.footer-line-two {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .footer-line-two {
    width: 50px;
  }
}

/*-----------------------------------------
PARTS
-----------------------------------------*/
/*-----------------------------------------
ロゴのパーツ
-----------------------------------------*/
.header-logo {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header-logo {
    display: block;
    order: 0;
    width: 30%;
    height: auto;
    margin-bottom: max(1.5%, 12px);
  }
}
.header-logo .header-logo__pc {
  width: 100%;
  overflow: visible;
  transform: scale(1.32);
  padding-top: 35%;
}
@media (max-width: 768px) {
  .header-logo .header-logo__pc {
    display: none;
  }
}
.header-logo .header-logo__sp {
  display: none;
}
@media (max-width: 768px) {
  .header-logo .header-logo__sp {
    display: block;
    opacity: 0;
    transform: scale(0.5) translateY(-10%);
    transition: all 1.5s;
    transition-delay: 0.2s;
    filter: blur(6px) sepia(100%);
  }
}
.header-logo circle {
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.2s;
  animation-name: balloon;
  animation-duration: 9s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.header-logo.logo-anime-stop circle {
  animation-name: initial;
  animation-play-state: paused;
}

.mv-logo {
  overflow: visible;
  opacity: 0;
  transform: translateZ(0);
  transition: all 0.5s;
}
.mv-logo g {
  transform: scale(1.73);
}
.mv-logo circle {
  transition: all 0.7s;
  animation: balloon 9s infinite forwards;
}
.mv-logo circle.logo-anime-stop {
  animation-play-state: paused;
}

#turquoise, #turquoiseMv {
  fill: rgba(48, 150, 193, 0.4);
}

#blue, #blueMv {
  fill: rgba(24, 116, 209, 0.4);
}

#purple, #purpleMv {
  fill: rgba(156, 69, 185, 0.4);
}

#violet, #violetMv {
  fill: rgba(177, 43, 119, 0.4);
}

#red, #redMv {
  fill: rgba(224, 33, 59, 0.4);
}

#orange, #orangeMv {
  fill: rgba(218, 80, 0, 0.4);
}

#clementine, #clementineMv {
  fill: rgba(247, 148, 0, 0.4);
}

#gold, #goldMv {
  fill: rgba(227, 186, 0, 0.4);
}

#lightgreen, #lightgreenMv {
  fill: rgba(247, 235, 0, 0.4);
}

#green, #greenMv {
  fill: rgba(176, 203, 0, 0.4);
}

#darkgreen, #darkgreenMv {
  fill: rgba(113, 169, 0, 0.4);
}

circle:nth-child(1),
circle:nth-child(125),
circle:nth-child(249),
circle:nth-child(375) {
  animation-timing-function: cubic-bezier(0.44936, 1, 0.57392, 1);
}

circle:nth-child(2),
circle:nth-child(126),
circle:nth-child(250),
circle:nth-child(376) {
  animation-timing-function: cubic-bezier(0.03749, 1, 0.80172, 1);
}

circle:nth-child(3),
circle:nth-child(127),
circle:nth-child(251),
circle:nth-child(377) {
  animation-timing-function: cubic-bezier(0.47386, 1, 0.18148, 1);
}

circle:nth-child(4),
circle:nth-child(128),
circle:nth-child(252),
circle:nth-child(318) {
  animation-timing-function: cubic-bezier(0.60803, 1, 0.25557, 1);
}

circle:nth-child(5),
circle:nth-child(129),
circle:nth-child(253),
circle:nth-child(298) {
  animation-timing-function: cubic-bezier(0.74756, 1, 0.39577, 1);
}

circle:nth-child(6),
circle:nth-child(130),
circle:nth-child(254) {
  animation-timing-function: cubic-bezier(0.98662, 1, 0.32386, 1);
}

circle:nth-child(7),
circle:nth-child(131),
circle:nth-child(255) {
  animation-timing-function: cubic-bezier(0.84614, 1, 0.44844, 1);
}

circle:nth-child(8),
circle:nth-child(132),
circle:nth-child(256) {
  animation-timing-function: cubic-bezier(0.80944, 1, 0.03407, 1);
}

circle:nth-child(9),
circle:nth-child(133),
circle:nth-child(257) {
  animation-timing-function: cubic-bezier(0.23694, 1, 0.98086, 1);
}

circle:nth-child(10),
circle:nth-child(134),
circle:nth-child(258) {
  animation-timing-function: cubic-bezier(0.00105, 1, 0.47784, 1);
}

circle:nth-child(11),
circle:nth-child(135),
circle:nth-child(259) {
  animation-timing-function: cubic-bezier(0.4401, 1, 0.26858, 1);
}

circle:nth-child(12),
circle:nth-child(136),
circle:nth-child(260) {
  animation-timing-function: cubic-bezier(0.34347, 1, 0.70759, 1);
}

circle:nth-child(13),
circle:nth-child(137),
circle:nth-child(261) {
  animation-timing-function: cubic-bezier(0.95577, 1, 0.35345, 1);
}

circle:nth-child(14),
circle:nth-child(138),
circle:nth-child(262) {
  animation-timing-function: cubic-bezier(0.18982, 1, 0.83358, 1);
}

circle:nth-child(15),
circle:nth-child(139),
circle:nth-child(263) {
  animation-timing-function: cubic-bezier(0.80225, 1, 0.22377, 1);
}

circle:nth-child(16),
circle:nth-child(140),
circle:nth-child(264) {
  animation-timing-function: cubic-bezier(0.41005, 1, 0.48731, 1);
}

circle:nth-child(17),
circle:nth-child(141),
circle:nth-child(265) {
  animation-timing-function: cubic-bezier(0.47156, 1, 0.4465, 1);
}

circle:nth-child(18),
circle:nth-child(142),
circle:nth-child(266) {
  animation-timing-function: cubic-bezier(0.7357, 1, 0.18972, 1);
}

circle:nth-child(19),
circle:nth-child(143),
circle:nth-child(267) {
  animation-timing-function: cubic-bezier(0.3099, 1, 0.77964, 1);
}

circle:nth-child(20),
circle:nth-child(144),
circle:nth-child(268) {
  animation-timing-function: cubic-bezier(0.41894, 1, 0.99852, 1);
}

circle:nth-child(21),
circle:nth-child(145),
circle:nth-child(269) {
  animation-timing-function: cubic-bezier(0.94222, 1, 0.6481, 1);
}

circle:nth-child(22),
circle:nth-child(146),
circle:nth-child(270) {
  animation-timing-function: cubic-bezier(0.81662, 1, 0.5183, 1);
}

circle:nth-child(23),
circle:nth-child(147),
circle:nth-child(271) {
  animation-timing-function: cubic-bezier(0.51761, 1, 0.83542, 1);
}

circle:nth-child(24),
circle:nth-child(148),
circle:nth-child(272) {
  animation-timing-function: cubic-bezier(0.54766, 1, 0.40451, 1);
}

circle:nth-child(25),
circle:nth-child(149),
circle:nth-child(273) {
  animation-timing-function: cubic-bezier(0.7815, 1, 0.69348, 1);
}

circle:nth-child(26),
circle:nth-child(150),
circle:nth-child(274) {
  animation-timing-function: cubic-bezier(0.29032, 1, 0.98437, 1);
}

circle:nth-child(27),
circle:nth-child(151),
circle:nth-child(275) {
  animation-timing-function: cubic-bezier(0.86522, 1, 0.91937, 1);
}

circle:nth-child(28),
circle:nth-child(152),
circle:nth-child(276) {
  animation-timing-function: cubic-bezier(0.87064, 1, 0.04264, 1);
}

circle:nth-child(29),
circle:nth-child(153),
circle:nth-child(277) {
  animation-timing-function: cubic-bezier(0.48025, 1, 0.75378, 1);
}

circle:nth-child(30),
circle:nth-child(154),
circle:nth-child(278) {
  animation-timing-function: cubic-bezier(0.40695, 1, 0.12717, 1);
}

circle:nth-child(31),
circle:nth-child(155),
circle:nth-child(279) {
  animation-timing-function: cubic-bezier(0.6555, 1, 0.18929, 1);
}

circle:nth-child(32),
circle:nth-child(156),
circle:nth-child(280) {
  animation-timing-function: cubic-bezier(0.65313, 1, 0.15052, 1);
}

circle:nth-child(33),
circle:nth-child(157),
circle:nth-child(281) {
  animation-timing-function: cubic-bezier(0.03658, 1, 0.14851, 1);
}

circle:nth-child(34),
circle:nth-child(158),
circle:nth-child(282) {
  animation-timing-function: cubic-bezier(0.27339, 1, 0.35661, 1);
}

circle:nth-child(35),
circle:nth-child(159),
circle:nth-child(283) {
  animation-timing-function: cubic-bezier(0.35002, 1, 0.98891, 1);
}

circle:nth-child(36),
circle:nth-child(160),
circle:nth-child(284) {
  animation-timing-function: cubic-bezier(0.18036, 1, 0.18467, 1);
}

circle:nth-child(37),
circle:nth-child(161),
circle:nth-child(285) {
  animation-timing-function: cubic-bezier(0.13704, 1, 0.3247, 1);
}

circle:nth-child(38),
circle:nth-child(162),
circle:nth-child(286) {
  animation-timing-function: cubic-bezier(0.77794, 1, 0.36716, 1);
}

circle:nth-child(39),
circle:nth-child(163),
circle:nth-child(287) {
  animation-timing-function: cubic-bezier(0.61986, 1, 0.89402, 1);
}

circle:nth-child(40),
circle:nth-child(164),
circle:nth-child(288) {
  animation-timing-function: cubic-bezier(0.41855, 1, 0.5626, 1);
}

circle:nth-child(41),
circle:nth-child(165),
circle:nth-child(289) {
  animation-timing-function: cubic-bezier(0.29346, 1, 0.59316, 1);
}

circle:nth-child(42),
circle:nth-child(166),
circle:nth-child(290) {
  animation-timing-function: cubic-bezier(0.85815, 1, 0.82099, 1);
}

circle:nth-child(43),
circle:nth-child(167),
circle:nth-child(291) {
  animation-timing-function: cubic-bezier(0.5155, 1, 0.50335, 1);
}

circle:nth-child(44),
circle:nth-child(168),
circle:nth-child(292) {
  animation-timing-function: cubic-bezier(0.99322, 1, 0.36023, 1);
}

circle:nth-child(45),
circle:nth-child(169),
circle:nth-child(293) {
  animation-timing-function: cubic-bezier(0.27436, 1, 0.46048, 1);
}

circle:nth-child(46),
circle:nth-child(170),
circle:nth-child(294) {
  animation-timing-function: cubic-bezier(0.68162, 1, 0.02459, 1);
}

circle:nth-child(47),
circle:nth-child(171),
circle:nth-child(295) {
  animation-timing-function: cubic-bezier(0.918, 1, 0.54868, 1);
}

circle:nth-child(48),
circle:nth-child(172),
circle:nth-child(296) {
  animation-timing-function: cubic-bezier(0.22659, 1, 0.38076, 1);
}

circle:nth-child(49),
circle:nth-child(173),
circle:nth-child(297) {
  animation-timing-function: cubic-bezier(0.3243, 1, 0.40006, 1);
}

circle:nth-child(50),
circle:nth-child(174),
circle:nth-child(299) {
  animation-timing-function: cubic-bezier(0.16987, 1, 0.44202, 1);
}

circle:nth-child(51),
circle:nth-child(175),
circle:nth-child(300) {
  animation-timing-function: cubic-bezier(0.74054, 1, 0.33926, 1);
}

circle:nth-child(52),
circle:nth-child(176),
circle:nth-child(301) {
  animation-timing-function: cubic-bezier(0.24745, 1, 0.05715, 1);
}

circle:nth-child(53),
circle:nth-child(177),
circle:nth-child(302) {
  animation-timing-function: cubic-bezier(0.34017, 1, 0.38809, 1);
}

circle:nth-child(54),
circle:nth-child(178),
circle:nth-child(303) {
  animation-timing-function: cubic-bezier(0.3478, 1, 0.1429, 1);
}

circle:nth-child(55),
circle:nth-child(179),
circle:nth-child(304) {
  animation-timing-function: cubic-bezier(0.15264, 1, 0.02356, 1);
}

circle:nth-child(56),
circle:nth-child(180),
circle:nth-child(305) {
  animation-timing-function: cubic-bezier(0.90151, 1, 0.08169, 1);
}

circle:nth-child(57),
circle:nth-child(181),
circle:nth-child(306) {
  animation-timing-function: cubic-bezier(0.36411, 1, 0.69897, 1);
}

circle:nth-child(58),
circle:nth-child(182),
circle:nth-child(307) {
  animation-timing-function: cubic-bezier(0.24507, 1, 0.29457, 1);
}

circle:nth-child(59),
circle:nth-child(183),
circle:nth-child(308) {
  animation-timing-function: cubic-bezier(0.13453, 1, 0.024, 1);
}

circle:nth-child(60),
circle:nth-child(184),
circle:nth-child(309) {
  animation-timing-function: cubic-bezier(0.17939, 1, 0.46028, 1);
}

circle:nth-child(61),
circle:nth-child(185),
circle:nth-child(310) {
  animation-timing-function: cubic-bezier(0.16293, 1, 0.09927, 1);
}

circle:nth-child(62),
circle:nth-child(186),
circle:nth-child(311) {
  animation-timing-function: cubic-bezier(0.81774, 1, 0.03876, 1);
}

circle:nth-child(63),
circle:nth-child(187),
circle:nth-child(312) {
  animation-timing-function: cubic-bezier(0.32447, 1, 0.91753, 1);
}

circle:nth-child(64),
circle:nth-child(188),
circle:nth-child(313) {
  animation-timing-function: cubic-bezier(0.01196, 1, 0.24076, 1);
}

circle:nth-child(65),
circle:nth-child(189),
circle:nth-child(314) {
  animation-timing-function: cubic-bezier(0.4129, 1, 0.38187, 1);
}

circle:nth-child(66),
circle:nth-child(190),
circle:nth-child(315) {
  animation-timing-function: cubic-bezier(0.52955, 1, 0.1082, 1);
}

circle:nth-child(67),
circle:nth-child(191),
circle:nth-child(316) {
  animation-timing-function: cubic-bezier(0.72364, 1, 0.25717, 1);
}

circle:nth-child(68),
circle:nth-child(192),
circle:nth-child(317) {
  animation-timing-function: cubic-bezier(0.2346, 1, 0.91843, 1);
}

circle:nth-child(69),
circle:nth-child(193),
circle:nth-child(319) {
  animation-timing-function: cubic-bezier(0.59447, 1, 0.27263, 1);
}

circle:nth-child(70),
circle:nth-child(194),
circle:nth-child(320) {
  animation-timing-function: cubic-bezier(0.66391, 1, 0.78186, 1);
}

circle:nth-child(71),
circle:nth-child(195),
circle:nth-child(321) {
  animation-timing-function: cubic-bezier(0.04419, 1, 0.73754, 1);
}

circle:nth-child(72),
circle:nth-child(196),
circle:nth-child(322) {
  animation-timing-function: cubic-bezier(0.26692, 1, 0.23181, 1);
}

circle:nth-child(73),
circle:nth-child(197),
circle:nth-child(323) {
  animation-timing-function: cubic-bezier(0.03216, 1, 0.07927, 1);
}

circle:nth-child(74),
circle:nth-child(198),
circle:nth-child(324) {
  animation-timing-function: cubic-bezier(0.28628, 1, 0.45815, 1);
}

circle:nth-child(75),
circle:nth-child(199),
circle:nth-child(325) {
  animation-timing-function: cubic-bezier(0.04971, 1, 0.11371, 1);
}

circle:nth-child(76),
circle:nth-child(200),
circle:nth-child(326) {
  animation-timing-function: cubic-bezier(0.29577, 1, 0.56865, 1);
}

circle:nth-child(77),
circle:nth-child(201),
circle:nth-child(327) {
  animation-timing-function: cubic-bezier(0.89208, 1, 0.97122, 1);
}

circle:nth-child(78),
circle:nth-child(202),
circle:nth-child(328) {
  animation-timing-function: cubic-bezier(0.74118, 1, 0.6731, 1);
}

circle:nth-child(79),
circle:nth-child(203),
circle:nth-child(329) {
  animation-timing-function: cubic-bezier(0.48011, 1, 0.31692, 1);
}

circle:nth-child(80),
circle:nth-child(204),
circle:nth-child(330) {
  animation-timing-function: cubic-bezier(0.96694, 1, 0.66367, 1);
}

circle:nth-child(81),
circle:nth-child(205),
circle:nth-child(331) {
  animation-timing-function: cubic-bezier(0.37282, 1, 0.14509, 1);
}

circle:nth-child(82),
circle:nth-child(206),
circle:nth-child(332) {
  animation-timing-function: cubic-bezier(0.11114, 1, 0.1928, 1);
}

circle:nth-child(83),
circle:nth-child(207),
circle:nth-child(333) {
  animation-timing-function: cubic-bezier(0.09929, 1, 0.87666, 1);
}

circle:nth-child(84),
circle:nth-child(208),
circle:nth-child(334) {
  animation-timing-function: cubic-bezier(0.20277, 1, 0.99218, 1);
}

circle:nth-child(85),
circle:nth-child(209),
circle:nth-child(335) {
  animation-timing-function: cubic-bezier(0.08248, 1, 0.59871, 1);
}

circle:nth-child(86),
circle:nth-child(210),
circle:nth-child(336) {
  animation-timing-function: cubic-bezier(0.58107, 1, 0.38858, 1);
}

circle:nth-child(87),
circle:nth-child(211),
circle:nth-child(337) {
  animation-timing-function: cubic-bezier(0.73893, 1, 0.68754, 1);
}

circle:nth-child(88),
circle:nth-child(212),
circle:nth-child(338) {
  animation-timing-function: cubic-bezier(0.61194, 1, 0.9592, 1);
}

circle:nth-child(89),
circle:nth-child(213),
circle:nth-child(339) {
  animation-timing-function: cubic-bezier(0.68079, 1, 0.44011, 1);
}

circle:nth-child(90),
circle:nth-child(214),
circle:nth-child(340) {
  animation-timing-function: cubic-bezier(0.52917, 1, 0.59123, 1);
}

circle:nth-child(91),
circle:nth-child(215),
circle:nth-child(341) {
  animation-timing-function: cubic-bezier(0.83521, 1, 0.78818, 1);
}

circle:nth-child(92),
circle:nth-child(216),
circle:nth-child(342) {
  animation-timing-function: cubic-bezier(0.08445, 1, 0.49068, 1);
}

circle:nth-child(93),
circle:nth-child(217),
circle:nth-child(343) {
  animation-timing-function: cubic-bezier(0.46206, 1, 0.08856, 1);
}

circle:nth-child(94),
circle:nth-child(218),
circle:nth-child(344) {
  animation-timing-function: cubic-bezier(0.51924, 1, 0.50255, 1);
}

circle:nth-child(95),
circle:nth-child(219),
circle:nth-child(345) {
  animation-timing-function: cubic-bezier(0.57884, 1, 0.83033, 1);
}

circle:nth-child(96),
circle:nth-child(220),
circle:nth-child(346) {
  animation-timing-function: cubic-bezier(0.36602, 1, 0.32593, 1);
}

circle:nth-child(97),
circle:nth-child(221),
circle:nth-child(347) {
  animation-timing-function: cubic-bezier(0.81604, 1, 0.51995, 1);
}

circle:nth-child(98),
circle:nth-child(222),
circle:nth-child(348) {
  animation-timing-function: cubic-bezier(0.34867, 1, 0.67021, 1);
}

circle:nth-child(99),
circle:nth-child(223),
circle:nth-child(349) {
  animation-timing-function: cubic-bezier(0.05518, 1, 0.114, 1);
}

circle:nth-child(100),
circle:nth-child(224),
circle:nth-child(350) {
  animation-timing-function: cubic-bezier(0.76157, 1, 0.59872, 1);
}

circle:nth-child(101),
circle:nth-child(225),
circle:nth-child(351) {
  animation-timing-function: cubic-bezier(0.56148, 1, 0.86242, 1);
}

circle:nth-child(102),
circle:nth-child(226),
circle:nth-child(352) {
  animation-timing-function: cubic-bezier(0.05493, 1, 0.87467, 1);
}

circle:nth-child(103),
circle:nth-child(227),
circle:nth-child(353) {
  animation-timing-function: cubic-bezier(0.70156, 1, 0.07923, 1);
}

circle:nth-child(104),
circle:nth-child(228),
circle:nth-child(354) {
  animation-timing-function: cubic-bezier(0.59996, 1, 0.8712, 1);
}

circle:nth-child(105),
circle:nth-child(229),
circle:nth-child(355) {
  animation-timing-function: cubic-bezier(0.49138, 1, 0.16103, 1);
}

circle:nth-child(106),
circle:nth-child(230),
circle:nth-child(356) {
  animation-timing-function: cubic-bezier(0.31921, 1, 0.82142, 1);
}

circle:nth-child(107),
circle:nth-child(231),
circle:nth-child(357) {
  animation-timing-function: cubic-bezier(0.46058, 1, 0.42519, 1);
}

circle:nth-child(108),
circle:nth-child(232),
circle:nth-child(358) {
  animation-timing-function: cubic-bezier(0.56461, 1, 0.38595, 1);
}

circle:nth-child(109),
circle:nth-child(233),
circle:nth-child(359) {
  animation-timing-function: cubic-bezier(0.32743, 1, 0.48312, 1);
}

circle:nth-child(110),
circle:nth-child(234),
circle:nth-child(360) {
  animation-timing-function: cubic-bezier(0.88531, 1, 0.90724, 1);
}

circle:nth-child(111),
circle:nth-child(235),
circle:nth-child(361) {
  animation-timing-function: cubic-bezier(0.25175, 1, 0.69304, 1);
}

circle:nth-child(112),
circle:nth-child(236),
circle:nth-child(362) {
  animation-timing-function: cubic-bezier(0.83113, 1, 0.71416, 1);
}

circle:nth-child(113),
circle:nth-child(237),
circle:nth-child(363) {
  animation-timing-function: cubic-bezier(0.04976, 1, 0.95364, 1);
}

circle:nth-child(114),
circle:nth-child(238),
circle:nth-child(364) {
  animation-timing-function: cubic-bezier(0.67917, 1, 0.21854, 1);
}

circle:nth-child(115),
circle:nth-child(239),
circle:nth-child(365) {
  animation-timing-function: cubic-bezier(0.98085, 1, 0.56018, 1);
}

circle:nth-child(116),
circle:nth-child(240),
circle:nth-child(366) {
  animation-timing-function: cubic-bezier(0.24487, 1, 0.59138, 1);
}

circle:nth-child(117),
circle:nth-child(241),
circle:nth-child(367) {
  animation-timing-function: cubic-bezier(0.75576, 1, 0.96002, 1);
}

circle:nth-child(118),
circle:nth-child(242),
circle:nth-child(368) {
  animation-timing-function: cubic-bezier(0.56312, 1, 0.49235, 1);
}

circle:nth-child(119),
circle:nth-child(243),
circle:nth-child(369) {
  animation-timing-function: cubic-bezier(0.40446, 1, 0.04893, 1);
}

circle:nth-child(120),
circle:nth-child(244),
circle:nth-child(370) {
  animation-timing-function: cubic-bezier(0.0926, 1, 0.12723, 1);
}

circle:nth-child(121),
circle:nth-child(245),
circle:nth-child(371) {
  animation-timing-function: cubic-bezier(0.68859, 1, 0.97629, 1);
}

circle:nth-child(122),
circle:nth-child(246),
circle:nth-child(372) {
  animation-timing-function: cubic-bezier(0.59874, 1, 0.92, 1);
}

circle:nth-child(123),
circle:nth-child(247),
circle:nth-child(373) {
  animation-timing-function: cubic-bezier(0.08473, 1, 0.71165, 1);
}

circle:nth-child(124),
circle:nth-child(248),
circle:nth-child(374) {
  animation-timing-function: cubic-bezier(0.47108, 1, 0.06729, 1);
}

/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
.mv {
  width: 91.7%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media (max-width: 768px) {
  .mv {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .mv {
    flex-direction: column;
  }
}

.mv__title-box {
  width: 57%;
  padding-top: 9.2%;
  font-family: "LINE Seed", sans-serif;
}
@media (max-width: 768px) {
  .mv__title-box {
    width: 100%;
    padding-top: 0;
  }
}

.mv__title {
  margin-bottom: 7.2%;
  font-size: clamp(2.40625rem, 0.0052rem + 4.9957vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1.484375;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .mv__title {
    margin-bottom: 12.3%;
    font-size: 14.5vw;
    line-height: 1.5;
  }
}

.mv__text {
  font-size: clamp(0.8125rem, 0.0191rem + 1.6507vw, 2rem);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .mv__text {
    font-size: 3.78vw;
    line-height: 2;
  }
}

.mv__logo-box {
  width: 43%;
  padding-top: 6.9%;
}
@media (max-width: 768px) {
  .mv__logo-box {
    width: 80%;
    margin-inline: auto;
    padding-top: 11.5%;
  }
}

/* ====================================
Cookie
==================================== */
.cookie-consent__inner {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  padding: 44px 20px 25px 20px;
  background: linear-gradient(to right, #fbc2ca, #c7ebfb);
  transform: translateX(-50%);
  line-height: 2.25;
}
.cookie-consent__text {
  line-height: 1.75;
  text-align: center;
}
.cookie-consent__button--agree, .cookie-consent__button--reject {
  cursor: pointer;
}

.cookie-consent__button--agree {
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  width: 247px;
  margin: 33px auto 0 auto;
  padding: 15px 40px;
  border-radius: 8px;
  background: white;
}
.cookie-consent__button--agree::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-mask: linear-gradient(#fff 0%, #fff 100%) content-box, linear-gradient(#fff 0%, #fff 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.cookie-consent__button--agree::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cookie-consent__button-text {
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (hover: hover) {
  .cookie-consent__button--agree:hover:after {
    opacity: 1;
  }
  .cookie-consent__button--agree:hover .cookie-consent__button-text {
    background: none;
    -webkit-background-clip: border-box;
    color: white;
    -webkit-text-fill-color: initial;
  }
}
.cookie-consent__button--reject {
  position: absolute;
  top: 0;
  right: 10.4%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

.cookie-consent__button-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  transition: all 0.3s ease-in-out;
}
.cookie-consent__button-icon::before, .cookie-consent__button-icon::after {
  content: "";
  position: absolute;
  top: 26.5px;
  left: 13.5px;
  width: 27.6px;
  height: 2px;
  background-color: white;
}
.cookie-consent__button-icon::before {
  transform: rotate(-45deg);
}
.cookie-consent__button-icon::after {
  transform: rotate(45deg);
}

@media (hover: hover) {
  .cookie-consent__button--reject:hover .cookie-consent__button-icon {
    opacity: 0.8;
  }
}
.cc-hide {
  animation: hide 0.2s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-----------------------------------------
PAGE
-----------------------------------------*/
/* =======================================
トップページ

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Introduction --- */
.introduction {
  margin-top: 390px;
}
@media (max-width: 768px) {
  .introduction {
    margin-top: 180px;
  }
}
.introduction .section-heading__inner {
  margin-top: 95px;
}
@media (max-width: 768px) {
  .introduction .section-heading__inner {
    margin-top: 30px;
  }
}
.introduction .section-heading__lead {
  line-height: 2.6666666667;
  width: 100%;
  max-width: 730px;
  margin-top: 58px;
}
.introduction .section-heading__lead:not(:first-of-type) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .introduction .section-heading__lead:not(:first-of-type) {
    margin-top: 30px;
  }
}

.introduction-bottom-catchphrase {
  margin-top: 100px;
}

/* --- Who we are --- */
.who-we-are .section-heading__lead {
  width: 100%;
  max-width: 700px;
}

.who-we-are-bottom-catchphrase {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .who-we-are-bottom-catchphrase {
    margin-top: 100px;
  }
}

/* --- Best results --- */
.best-results .section-heading__lead {
  width: 100%;
  max-width: 875px;
}
.best-results .section-body {
  margin-top: 200px;
}

.best-results-bottom-catchphrase {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .best-results-bottom-catchphrase {
    margin-top: 100px;
  }
}

/* --- Who we are --- */
.what-we-do .section-heading__lead {
  width: 100%;
  max-width: 607px;
}

.what-we-do-bottom-catchphrase {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .what-we-do-bottom-catchphrase {
    margin-top: 100px;
  }
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/*--- Introduction ---*/
.introduction {
  position: relative;
}
.introduction .balloon-animation {
  position: absolute;
  top: 11.5%;
  left: 0;
  z-index: -1;
  width: clamp(18.313rem, 9.408rem + 37.994vw, 55rem);
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .introduction .balloon-animation {
    top: 6%;
  }
}
.introduction .section-heading {
  position: relative;
}
.introduction .section-heading .section-heading__bg {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  right: calc((100vw - 100%) / 2 * -1);
  top: 67%;
  width: min(31.77vw, 610px);
  min-width: 366px;
}
@media (max-width: 768px) {
  .introduction .section-heading .section-heading__bg {
    width: min(47.66vw, 366px);
    min-width: 219px;
    top: 85%;
  }
}
@media (max-width: 480px) {
  .introduction .section-heading .section-heading__bg {
    top: 95%;
  }
}
.introduction .section-heading .section-heading__bg .section-heading__circle {
  width: 35.73%;
  transform: translate(70%, -8%);
}
.introduction .section-heading .section-heading__bg .section-heading__balloon {
  width: 64.26%;
}

.contents-area--creative {
  position: relative;
}
.contents-area--creative .contents-area__creative-bg {
  position: absolute;
  display: flex;
  align-items: flex-start;
  top: 32%;
  left: calc(clamp(12.1875rem, -10.3125rem + 46.875vw, 45.9375rem) * -1);
  width: min(29.58vw, 568px);
  min-width: 340px;
}
@media (max-width: 768px) {
  .contents-area--creative .contents-area__creative-bg {
    width: min(44.27vw, 340px);
    min-width: 204px;
    left: -30vw;
  }
}
@media (max-width: 480px) {
  .contents-area--creative .contents-area__creative-bg {
    left: -6vw;
  }
}
.contents-area--creative .contents-area__creative-bg .contents-area__creative-balloon {
  width: 34.86%;
  transform: translate(-82%, -28%);
}
.contents-area--creative .contents-area__creative-bg .contents-area__creative-circle {
  width: 65.14%;
}

/*--- Who we are ---*/
.who-we-are {
  position: relative;
}
.who-we-are .balloon-animation {
  position: absolute;
  top: 7%;
  right: 4%;
  z-index: -1;
  width: clamp(16.667rem, 8.576rem + 34.52vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .who-we-are .balloon-animation {
    top: 4%;
  }
}
.who-we-are .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: 7.1%;
  left: 27.3%;
  z-index: -1;
  width: clamp(2.979rem, 1.533rem + 6.17vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .who-we-are .middle-background__balloon--left-bottom {
    bottom: -1%;
  }
}

.contents-area--founding {
  position: relative;
}
.contents-area--founding .contents-area__founding-bg {
  position: absolute;
  display: flex;
  align-items: flex-start;
  top: -58%;
  left: calc(clamp(11.4375rem, -24.2292rem + 74.3056vw, 64.9375rem) * -1);
  width: min(41.82vw, 803px);
  min-width: 481px;
}
@media (max-width: 768px) {
  .contents-area--founding .contents-area__founding-bg {
    width: min(63.63vw, 481px);
    min-width: 288px;
    left: -40vw;
  }
}
@media (max-width: 480px) {
  .contents-area--founding .contents-area__founding-bg {
    left: -15vw;
  }
}
.contents-area--founding .contents-area__founding-bg .contents-area__founding-balloon {
  width: 37.1%;
  transform: translate(46.5%, -18%);
}
.contents-area--founding .contents-area__founding-bg .contents-area__founding-circle {
  width: 62.89%;
}

/* --- Best results --- */
.best-results {
  position: relative;
}
.best-results .balloon-animation {
  position: absolute;
  top: 6.7%;
  left: 0;
  z-index: -1;
  width: clamp(13.375rem, 6.882rem + 27.702vw, 40.125rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .best-results .balloon-animation {
    top: 2.5%;
  }
}
@media (max-width: 480px) {
  .best-results .balloon-animation {
    top: 1.7%;
  }
}
.best-results .best-results__bottom-bg {
  position: absolute;
  display: flex;
  align-items: flex-start;
  bottom: -0.3%;
  left: 3.5%;
  width: min(26.14%, 502px);
  min-width: 301px;
}
@media (max-width: 768px) {
  .best-results .best-results__bottom-bg {
    width: min(39.1%, 301px);
    min-width: 181px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .best-results .best-results__bottom-bg {
    bottom: 0.2%;
  }
}
.best-results .best-results__bottom-bg .best-results__bottom-circle {
  width: 65.74%;
}
.best-results .best-results__bottom-bg .best-results__bottom-balloon {
  width: 34.26%;
  transform: translate(51%, -16%);
}

.section-heading--best-results {
  position: relative;
}
.section-heading--best-results .section-heading__best-results-bg {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  bottom: -52.3%;
  right: 9%;
  width: min(32.95%, 580px);
  min-width: 348px;
}
@media (max-width: 768px) {
  .section-heading--best-results .section-heading__best-results-bg {
    width: min(50.36%, 348px);
    min-width: 208px;
    bottom: -35%;
  }
}
@media (max-width: 480px) {
  .section-heading--best-results .section-heading__best-results-bg {
    bottom: -20%;
  }
}
.section-heading--best-results .section-heading__best-results-bg .section-heading__best-results-balloon {
  width: 31%;
  transform: translate(80%, 17%);
}
.section-heading--best-results .section-heading__best-results-bg .section-heading__best-results-circle {
  width: 68.96%;
}

/*--- What we do ---*/
.what-we-do {
  position: relative;
}
.what-we-do .balloon-animation {
  position: absolute;
  top: 9.7%;
  right: 4%;
  z-index: -1;
  width: clamp(16.667rem, 8.576rem + 34.52vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .what-we-do .balloon-animation {
    top: 8.5%;
  }
}
@media (max-width: 480px) {
  .what-we-do .balloon-animation {
    top: 4%;
  }
}
.what-we-do .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: 13%;
  left: 27.3%;
  z-index: -1;
  width: clamp(2.979rem, 1.533rem + 6.17vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .what-we-do .middle-background__balloon--left-bottom {
    bottom: -1%;
  }
}
.what-we-do .contents-area--marketing {
  position: relative;
}
.what-we-do .contents-area--marketing .contents-area__marketing-bg {
  position: absolute;
  display: flex;
  align-items: flex-start;
  width: min(41.82vw, 803px);
  min-width: 481px;
  top: -10%;
  left: calc(clamp(11.4375rem, -24.2292rem + 74.3056vw, 64.9375rem) * -1);
}
@media (max-width: 768px) {
  .what-we-do .contents-area--marketing .contents-area__marketing-bg {
    width: min(63.63vw, 481px);
    min-width: 288px;
    left: -40vw;
  }
}
@media (max-width: 480px) {
  .what-we-do .contents-area--marketing .contents-area__marketing-bg {
    left: -15vw;
  }
}
.what-we-do .contents-area--marketing .contents-area__marketing-bg .contents-area__marketing-balloon {
  width: 37.1%;
  transform: translate(46%, -18%);
}
.what-we-do .contents-area--marketing .contents-area__marketing-bg .contents-area__marketing-circle {
  width: 62.89%;
}

/* =======================================
STATEMENT

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Statement --- */
.statement .section-heading__inner {
  margin-top: 94px;
}
@media (max-width: 768px) {
  .statement .section-heading__inner {
    margin-top: 30px;
  }
}
.statement .section-heading__lead {
  line-height: 2.6666666667;
  width: 100%;
  max-width: 790px;
  margin-top: 47px;
}
.statement .section-heading__lead:not(:first-of-type) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .statement .section-heading__lead:not(:first-of-type) {
    margin-top: 30px;
  }
}

.introduction-bottom-catchphrase {
  margin-top: 100px;
}

/* --- Guild identity --- */
.guild-identity .section-heading__lead {
  width: 100%;
  max-width: 700px;
}

.guild-identity-bottom-catchphrase {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .guild-identity-bottom-catchphrase {
    margin-top: 100px;
  }
}

/* --- Sustainablity --- */
.sustainablity {
  margin-top: 545px;
}
@media (max-width: 768px) {
  .sustainablity {
    margin-top: 100px;
  }
}
.sustainablity .section-heading__lead {
  width: 79%;
  max-width: 1140px;
}

.sdgs__beginning {
  display: flex;
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .sdgs__beginning {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
}
.sdgs__beginning .contents-area {
  width: 48.6%;
  max-width: 700px;
  margin-top: 56px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sdgs__beginning .contents-area {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.sdgs__beginning .contents-area__red-list {
  position: relative;
  padding-left: 2.1em;
  line-height: 1.3;
  counter-increment: mycounter;
}
@media (max-width: 768px) {
  .sdgs__beginning .contents-area__red-list {
    line-height: 1.5;
  }
}
.sdgs__beginning .contents-area__red-list::before {
  content: counter(mycounter);
  position: absolute;
  top: 0;
  left: 0;
  color: #ed0020;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.09375rem, 0.9896rem + 0.217vw, 1.25rem);
}
.sdgs__beginning .contents-area__red-list:nth-child(n+2) {
  margin-top: 17.2px;
}

.sdgs__grow {
  display: flex;
}
@media (max-width: 768px) {
  .sdgs__grow {
    flex-direction: column;
  }
}
.sdgs__grow .sdgs__goals {
  width: 44.6%;
}
@media (max-width: 768px) {
  .sdgs__grow .sdgs__goals {
    width: 100%;
    max-width: 520px;
    margin: 30px auto 0;
  }
}
.sdgs__grow .contents-area {
  width: 44.6%;
  margin-top: 0;
  margin-right: 6.2%;
}
@media (max-width: 768px) {
  .sdgs__grow .contents-area {
    width: 100%;
    margin-right: 0;
  }
}

.sdgs__items {
  flex-shrink: 0;
  width: 44.6%;
  max-width: 600px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .sdgs__items {
    width: 100%;
    max-width: 520px;
    margin: 100px auto 0;
  }
}

.sdgs__hero-image {
  margin-bottom: 8.16%;
}

.sdgs__goals {
  display: flex;
  flex-wrap: wrap;
  gap: 6.6%;
  max-width: 591px;
  height: fit-content;
}

.sdgs__goal {
  display: flex;
  align-items: center;
  width: 46.7%;
  max-width: 276px;
  height: auto;
  max-height: 78px;
  aspect-ratio: 276/78;
  padding-block: 3%;
  padding-right: 1%;
  padding-left: 2.5%;
  border: solid 1px #ff8e9d;
  border-radius: 4px;
  color: #ff8e9d;
}

.sdgs__goal:nth-child(n+3) {
  margin-top: 6.7%;
}

.sdgs__goal-number {
  flex-shrink: 0;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.1875rem, 0.0601rem + 2.3458vw, 2.875rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sdgs__goal-number {
    font-size: clamp(1.25rem, 0.0274rem + 5.2163vw, 2.53125rem);
  }
}

.sdgs__goal-text {
  padding-top: 2px;
  padding-left: 2.7%;
  font-size: clamp(0.6875rem, 0.3952rem + 0.6082vw, 1.125rem);
  line-height: 1.22;
}
@media (max-width: 768px) {
  .sdgs__goal-text {
    font-size: clamp(0.6875rem, 0.4012rem + 1.2214vw, 0.9875rem);
  }
}

/* --- Amazing catchphrase --- */
.amazing-catchphrase {
  position: relative;
  margin-top: 180px;
  padding-left: 8.7%;
}
@media (max-width: 768px) {
  .amazing-catchphrase {
    margin-top: 100px;
  }
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/*--- Statement ---*/
.statement {
  position: relative;
}
.statement .balloon-animation {
  position: absolute;
  top: 7%;
  left: 0;
  z-index: -1;
  width: clamp(18.313rem, 9.408rem + 37.994vw, 55rem);
  transform: translate(0, -50%);
}
.statement .top-background__balloon--right {
  position: absolute;
  top: 21%;
  right: 0;
  z-index: -1;
  width: clamp(8.166rem, 5.436rem + 15.887vw, 24.5rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .statement .top-background__balloon--right {
    top: 34%;
  }
}
@media (max-width: 480px) {
  .statement .top-background__balloon--right {
    top: 38%;
  }
}
.statement .top-background__circle--right {
  position: absolute;
  top: 15.4%;
  right: 7%;
  z-index: -1;
  width: clamp(4.541rem, 2.336rem + 9.407vw, 13.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .statement .top-background__circle--right {
    top: 29%;
    right: 9%;
  }
}
@media (max-width: 480px) {
  .statement .top-background__circle--right {
    top: 34%;
  }
}
@media (max-width: 374px) {
  .statement .top-background__circle--right {
    top: 35%;
  }
}
.statement .middle-background__balloon--left {
  position: absolute;
  bottom: clamp(51.25rem, 44.1513rem + 14.7698vw, 61.875rem);
  left: 28.5%;
  z-index: -1;
  width: clamp(4.125rem, 2.123rem + 8.544vw, 12.375rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .statement .middle-background__balloon--left {
    bottom: clamp(28.75rem, 51.25rem - 46.875vw, 41.875rem);
  }
}
@media (max-width: 480px) {
  .statement .middle-background__balloon--left {
    left: 35%;
  }
}
.statement .middle-background__circle--left {
  position: absolute;
  bottom: 27%;
  left: 22.3%;
  z-index: -1;
  width: clamp(7.708rem, 3.966rem + 15.966vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .statement .middle-background__circle--left {
    bottom: 17.6%;
    left: 18%;
  }
}
@media (max-width: 480px) {
  .statement .middle-background__circle--left {
    bottom: 22.2%;
    left: 25%;
  }
}
.statement .bottom-background__circle--left {
  position: absolute;
  bottom: -1.1%;
  left: 37.3%;
  z-index: -1;
  width: clamp(3.0625rem, 1.5758rem + 6.343vw, 9.1875rem);
  transform: translate(-50%, -50%);
}

/*--- Guild identity ---*/
.guild-identity {
  position: relative;
}
.guild-identity .balloon-animation {
  position: absolute;
  top: 4.5%;
  right: 4.4%;
  z-index: -1;
  width: clamp(16.667rem, 8.576rem + 34.52vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .guild-identity .balloon-animation {
    top: 4%;
  }
}
.guild-identity .middle-background__balloon--left-top {
  position: absolute;
  bottom: clamp(36.5625rem, 27.7935rem + 18.245vw, 49.6875rem);
  left: 12%;
  z-index: -1;
  width: clamp(6.208rem, 3.194rem + 12.859vw, 18.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .guild-identity .middle-background__balloon--left-top {
    bottom: 25%;
  }
}
@media (max-width: 480px) {
  .guild-identity .middle-background__balloon--left-top {
    bottom: 24%;
    left: 20%;
  }
}
.guild-identity .middle-background__circle--left-top {
  position: absolute;
  bottom: 17.5%;
  left: 25.7%;
  z-index: -1;
  width: clamp(10.521rem, 5.413rem + 21.791vw, 31.563rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .guild-identity .middle-background__circle--left-top {
    bottom: 18%;
    left: 33%;
  }
}
.guild-identity .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: 5.5%;
  left: 30.8%;
  z-index: -1;
  width: clamp(2.979rem, 1.533rem + 6.17vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .guild-identity .middle-background__balloon--left-bottom {
    bottom: -1%;
  }
}

/* --- Sustainablity --- */
.sustainablity {
  position: relative;
}
.sustainablity .balloon-animation {
  position: absolute;
  top: clamp(2.8125rem, 1.2045rem + 6.8608vw, 9.4375rem);
  left: 0;
  z-index: -1;
  width: min(37.7%, 724px);
  height: fit-content;
  margin: auto;
  transform: translate(0, -50%);
}
.sustainablity .top-background__balloon--right {
  position: absolute;
  top: clamp(11.25rem, 9.3083rem + 8.2848vw, 19.25rem);
  right: -3.3%;
  z-index: -1;
  width: min(15%, 288px);
  transform: translate(-50%, -50%);
}
.sustainablity .top-background__circle--left {
  position: absolute;
  top: 27.9%;
  left: 25.3%;
  z-index: -1;
  width: clamp(8.333rem, 4.288rem + 17.26vw, 18rem);
  transform: translate(-50%, -50%);
}
.sustainablity .top-background__balloon--middle {
  position: absolute;
  top: 54.5%;
  left: 29.7%;
  z-index: -1;
  width: clamp(8.333rem, 4.288rem + 17.26vw, 25rem);
  transform: translate(-50%, -50%);
  max-width: 126px;
}
@media (max-width: 768px) {
  .sustainablity .top-background__balloon--middle {
    top: 62.5%;
    left: 53.7%;
    width: 15%;
  }
}

/* --- Amazing-catchphrase --- */
.amazing-catchphrase {
  position: relative;
}
.amazing-catchphrase__circle {
  position: absolute;
  top: 21.5%;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 24.2%;
  margin: auto;
}
.amazing-catchphrase__ballon {
  position: absolute;
  top: 119%;
  bottom: 0;
  left: 17.1%;
  z-index: -1;
  width: 9.48%;
  margin: auto;
}
@media (max-width: 374px) {
  .amazing-catchphrase .page-catchphrase__text {
    font-size: 16px;
  }
}

/* --- Statement cta --- */
.statement-cta {
  position: relative;
}
.statement-cta .balloon-animation {
  top: 38.5%;
}
.statement-cta .top-background__circle--right {
  top: 46%;
  right: 2.45%;
}
.statement-cta .top-background__balloon--left {
  top: 78%;
}

/* =======================================
Aboutページ

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- About us --- */
.about .section-heading__inner {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .about .section-heading__inner {
    margin-top: 30px;
  }
}
.about .section-body__contents--left-side {
  margin-top: 175px;
}
@media (max-width: 768px) {
  .about .section-body__contents--left-side {
    margin-top: 170px;
  }
}

/* --- Overview --- */
.overview {
  margin-top: 542px;
}
@media (max-width: 768px) {
  .overview {
    margin-top: 200px;
  }
}
.overview .section-heading__inner {
  margin-top: 112px;
}
@media (max-width: 768px) {
  .overview .section-heading__inner {
    width: 100%;
    margin-top: 30px;
  }
}
.overview .section-heading__inner .section-heading__lead {
  margin-top: 89px;
}

.horizontal-list {
  display: flex;
  gap: 7%;
  font-size: clamp(0.875rem, 0.708rem + 0.348vw, 1.125rem); /* min: 14px, max: 18px */
}
@media (max-width: 1240px) {
  .horizontal-list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .horizontal-list {
    font-size: clamp(1rem, 0.97rem + 0.129vw, 1.125rem);
  }
}
@media (max-width: 374px) {
  .horizontal-list {
    font-size: 14px;
  }
}
.horizontal-list__inner:nth-of-type(1) {
  width: 44%;
}
@media (max-width: 1240px) {
  .horizontal-list__inner:nth-of-type(1) {
    width: 100%;
  }
}
.horizontal-list__inner:nth-of-type(1) .horizontal-list__row:nth-of-type(n + 2) {
  margin-top: 35px;
}
.horizontal-list__inner:nth-of-type(1) .horizontal-list__header {
  flex: 0 0 150px;
}
@media (max-width: 480px) {
  .horizontal-list__inner:nth-of-type(1) .horizontal-list__header {
    flex: 1;
  }
}
.horizontal-list__inner:nth-of-type(2) {
  width: 49%;
}
@media (max-width: 1240px) {
  .horizontal-list__inner:nth-of-type(2) {
    margin-top: 31px;
    width: 100%;
  }
}
.horizontal-list__inner:nth-of-type(2) .horizontal-list__row:nth-of-type(n + 2) {
  margin-top: 31px;
}
.horizontal-list__inner:nth-of-type(2) .horizontal-list__header {
  flex: 0 0 170px;
}
@media (max-width: 768px) {
  .horizontal-list__inner:nth-of-type(2) .horizontal-list__header {
    flex: 0 0 150px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .horizontal-list__inner:nth-of-type(2) .horizontal-list__header {
    flex: 1;
    padding-right: 0;
  }
}
.horizontal-list__inner:nth-of-type(2) .horizontal-list__body {
  padding-left: 30px;
}
@media (max-width: 1240px) {
  .horizontal-list__inner:nth-of-type(2) .horizontal-list__body {
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  .horizontal-list__inner:nth-of-type(2) .horizontal-list__body {
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .horizontal-list__inner:nth-of-type(2) .horizontal-list__body {
    padding-left: 20px;
  }
}
.horizontal-list__row {
  display: flex;
  flex-wrap: wrap;
}
.horizontal-list__row:nth-of-type(n + 2) {
  margin-top: 35px;
}
@media (max-width: 480px) {
  .horizontal-list__row {
    flex-direction: column;
  }
}
.horizontal-list__header {
  padding: 0 16px;
  color: #ff9ba9;
  font-weight: 500;
  line-height: 1.8888888889;
}
@media (max-width: 768px) {
  .horizontal-list__header {
    padding-left: 0;
  }
}
.horizontal-list__body {
  flex: 1;
  line-height: 1.8888888889;
  padding-left: 33px;
}
@media (max-width: 768px) {
  .horizontal-list__body {
    padding-left: 28px;
  }
}
@media (max-width: 480px) {
  .horizontal-list__body {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
  }
}
.horizontal-list__body--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.horizontal-list .fz16 {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
}
.horizontal-list .link-box-list {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  margin-left: 40px;
}
.horizontal-list .child-list__item--fz16 {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
}

.overview .section-body {
  margin-top: 61px;
}
.overview .section-body__contents--left-side {
  margin-top: 233px;
}
@media (max-width: 768px) {
  .overview .section-body__contents--left-side {
    margin-top: 170px;
  }
}
.overview__logo-thoughts-area {
  max-width: 1320px;
  margin-top: 45px;
}
.overview .section-body__flex-container {
  gap: 9.65%;
}
.overview .flex-container__contents-wrapper:nth-of-type(1) {
  flex: 1;
}
.overview .flex-container__contents-wrapper:nth-of-type(2) {
  flex: 0 0 353px;
}
@media (max-width: 768px) {
  .overview .flex-container__contents-wrapper:nth-of-type(2) {
    flex: 1;
    margin-top: 60px;
    text-align: center;
  }
}
.overview .flex-container__contents-wrapper .contents-area__text--fz18:first-of-type {
  margin-top: 0;
}
.overview__origin {
  position: relative;
}

.logo-about {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease-in-out;
}
@media (max-width: 480px) {
  .logo-about {
    width: 230px;
    height: auto;
  }
}

.overview-bottom-catchphrase {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .overview-bottom-catchphrase {
    margin-top: 100px;
  }
}

/* --- Awards --- */
.awards {
  margin-top: 540px;
}
@media (max-width: 768px) {
  .awards {
    margin-top: 200px;
  }
}
.awards .section-heading__lead {
  margin-top: 70px;
}
.awards .section-button {
  margin-top: 165px;
}

.awards-list {
  font-size: clamp(1rem, 0.97rem + 0.129vw, 1.125rem);
}
.awards-list__inner:nth-of-type(n + 2) {
  margin-top: 46px;
}
.awards-list__item {
  display: flex;
  flex-wrap: wrap;
}
.awards-list__header {
  position: relative;
  z-index: -1;
  display: inline-block;
  flex: 0 0 270px;
  background: #fff;
  overflow: hidden;
  color: currentColor;
  font-weight: 500;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .awards-list__header {
    flex: 0 0 220px;
  }
}
@media (max-width: 480px) {
  .awards-list__header {
    flex: 0 0 160px;
  }
}
.awards-list__header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: calc(100% + 3px);
  height: calc(100% - 4px);
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  transform: translate(-5px, 2px);
  pointer-events: none;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .awards-list__header::before {
    width: calc(100% - 3px);
    transform: translate(2px, 1px);
  }
}
.awards-list__header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  flex: 1;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  transform: translate(30%, 50%);
}
@media (max-width: 768px) {
  .awards-list__header::after {
    width: 50px;
    transform: translate(70%, 50%);
  }
}
@media (max-width: 480px) {
  .awards-list__header::after {
    width: 20px;
    transform: translate(240%, 50%);
  }
}
.awards-list__catchphrase {
  margin-top: 5px;
  color: #f45c70;
  font-weight: 500;
}
.awards-list__catchphrase:nth-of-type(2) {
  margin-top: 32px;
}
.awards-list__catchphrase:nth-of-type(3) {
  margin-top: 32px;
}

.awards-bottom-catchphrase {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .awards-bottom-catchphrase {
    margin-top: 100px;
  }
}

.cta__about .cta-tabs {
  margin-top: 121px;
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/* --- About us --- */
.about {
  position: relative;
}
.about .balloon-animation {
  position: absolute;
  top: 1.7%;
  right: 0;
  z-index: -1;
  width: clamp(17.438rem, 8.973rem + 36.117vw, 52.313rem);
  transform: translate(0, -50%);
}
.about .middle-background__balloon--left {
  position: absolute;
  top: 30.2%;
  left: 22.5%;
  z-index: -1;
  width: clamp(4.125rem, 2.123rem + 8.544vw, 12.375rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about .middle-background__balloon--left {
    top: 1200px;
  }
}
@media (max-width: 480px) {
  .about .middle-background__balloon--left {
    left: 36%;
  }
}
.about .middle-background__circle--left {
  position: absolute;
  top: 33.9%;
  left: 16.5%;
  z-index: -1;
  width: clamp(7.708rem, 3.966rem + 15.966vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about .middle-background__circle--left {
    top: 1264px;
  }
}
@media (max-width: 480px) {
  .about .middle-background__circle--left {
    left: 25%;
  }
}
.about .middle-background__balloon--left-bottom {
  position: absolute;
  top: 52%;
  left: 35.9%;
  z-index: -1;
  width: clamp(2.375rem, 1.222rem + 4.919vw, 7.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about .middle-background__balloon--left-bottom {
    top: 50%;
    left: 70%;
  }
}
@media (max-width: 480px) {
  .about .middle-background__balloon--left-bottom {
    top: 45%;
  }
}
.about .bottom-background__balloon--right {
  position: absolute;
  right: 15.5%;
  bottom: 6.4%;
  z-index: -1;
  width: clamp(6.419rem, 3.395rem + 12.9vw, 18.875rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about .bottom-background__balloon--right {
    bottom: 143px;
  }
}
@media (max-width: 480px) {
  .about .bottom-background__balloon--right {
    right: 28.5%;
  }
}
.about .bottom-background__circle--right {
  position: absolute;
  right: -3%;
  bottom: 7.5%;
  z-index: -1;
  width: clamp(10.5rem, 5.403rem + 21.748vw, 31.5rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about .bottom-background__circle--right {
    right: -9%;
    bottom: 146px;
  }
}

/* --- Overview --- */
.overview {
  position: relative;
}
.overview .balloon-animation {
  position: absolute;
  top: 7.4%;
  left: 0;
  z-index: -1;
  width: clamp(18.125rem, 9.326rem + 37.54vw, 54.375rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .overview .balloon-animation {
    top: 4%;
  }
}
@media (max-width: 480px) {
  .overview .balloon-animation {
    top: 3%;
  }
}
.overview .middle-background__balloon--right {
  position: absolute;
  top: 1321px;
  right: 0;
  z-index: -1;
  width: min(20.67%, 397px);
  min-width: 250px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .overview .middle-background__balloon--right {
    top: 40%;
    min-width: 190px;
  }
}
.overview .middle-background__circle--right {
  position: absolute;
  top: 1175px;
  right: 7%;
  z-index: -1;
  width: min(11.35%, 218px);
  min-width: 135px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .overview .middle-background__circle--right {
    top: 37.5%;
    min-width: 110px;
  }
}
.overview .middle-background__balloon--right-bottom {
  position: absolute;
  bottom: -15.2%;
  right: -3.9%;
  z-index: -1;
  width: min(10.31vw, 198px);
  min-width: 120px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .overview .middle-background__balloon--right-bottom {
    bottom: -13%;
    right: 0;
    min-width: 90px;
  }
}
.overview .middle-background__circle--right-bottom {
  position: absolute;
  bottom: -16.1%;
  right: -6%;
  z-index: -1;
  width: min(19.2vw, 370px);
  min-width: 250px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .overview .middle-background__circle--right-bottom {
    min-width: 190px;
  }
}

/* --- Awards --- */
.awards {
  position: relative;
}
.awards .balloon-animation {
  position: absolute;
  top: 30%;
  right: 8%;
  z-index: -1;
  width: clamp(16.669rem, 8.579rem + 34.518vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .awards .balloon-animation {
    top: 20%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .awards .balloon-animation {
    top: 10%;
  }
}
.awards .top-background__circle--right {
  position: absolute;
  top: 69%;
  right: 2.2%;
  z-index: -1;
  width: clamp(4.75rem, 2.444rem + 9.838vw, 14.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .awards .top-background__circle--right {
    top: 42%;
  }
}
@media (max-width: 480px) {
  .awards .top-background__circle--right {
    top: 24.5%;
  }
}

/* --- Tell us about your project --- */
.cta__about {
  position: relative;
}
.cta__about .balloon-animation {
  position: absolute;
  top: 14.2%;
  right: 0;
  z-index: -1;
  width: clamp(8.104rem, 4.17rem + 16.785vw, 24.313rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta__about .balloon-animation {
    top: 8%;
  }
}
@media (max-width: 480px) {
  .cta__about .balloon-animation {
    top: 6%;
  }
}
.cta__about .top-background__circle--right {
  position: absolute;
  top: 37.5%;
  right: 2.2%;
  z-index: -1;
  width: clamp(5.083rem, 2.615rem + 10.529vw, 15.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cta__about .top-background__circle--right {
    top: 16%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .cta__about .top-background__circle--right {
    top: 13%;
  }
}
.cta__about .top-background__balloon--left {
  position: absolute;
  top: 53%;
  left: 0;
  z-index: -1;
  width: clamp(6.875rem, 3.538rem + 14.239vw, 20.625rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta__about .top-background__balloon--left {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .cta__about .top-background__balloon--left {
    top: 37%;
  }
}

/* =======================================
Serviceページ

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Service --- */
.service .section-heading__inner {
  margin-top: 93px;
}
@media (max-width: 768px) {
  .service .section-heading__inner {
    width: 100%;
    margin-top: 30px;
  }
}

/* --- Advantage --- */
@media (max-width: 768px) {
  .advantage {
    margin-top: 180px;
  }
}
.advantage .section-body {
  margin-top: 190px;
}
@media (max-width: 768px) {
  .advantage .section-body {
    margin-top: 120px;
  }
}
.advantage .section-body__contents--right-side {
  max-width: 800px;
}
.advantage .contents-area__text {
  margin-top: 66px;
}

/* --- Workflow -- */
@media (max-width: 768px) {
  .workflow {
    margin-top: 180px;
  }
}
.workflow .section-heading__lead {
  margin-top: 50px;
}
.workflow .gradient-list__item {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
}

/* --- Price list --- */
@media (max-width: 768px) {
  .price {
    margin-top: 180px;
  }
}

.price-area:nth-of-type(n + 2) {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .price-area:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
.price-area__title-wrapper {
  display: flex;
  gap: 29px;
  align-items: center;
}
@media (max-width: 480px) {
  .price-area__title-wrapper {
    flex-direction: column;
    gap: 5px;
    align-items: baseline;
  }
}
.price-area__title {
  display: inline-block;
  font-size: clamp(1.5rem, 1.257rem + 1.036vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.05;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .price-area__title {
    line-height: 1.375;
  }
}
.price-area__note {
  display: block;
  color: #f45c70;
  line-height: 2;
}
@media (max-width: 480px) {
  .price-area__note {
    align-self: flex-end;
  }
}
.price-area__text {
  line-height: 2.5;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .price-area__text {
    margin-top: 30px;
  }
}
.price-area__description {
  margin-top: 54px;
}
.price-area__price {
  position: relative;
  display: block;
  margin-top: 54px;
  padding-right: 40px;
  color: #f45c70;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.5rem, 1.379rem + 0.518vw, 2rem);
  text-align: right;
  line-height: 1;
}
.price-area__price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  background: #f45c70;
  transform: translate(0, -50%);
}
.price-area__price--monetary-unit {
  display: inline-block;
  padding: 0 13px;
  font-family: "Noto SansJP", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.879rem + 0.518vw, 1.5rem);
  line-height: 1.3333333333;
}

.price-bottom-catchphrase {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .price-bottom-catchphrase {
    margin-top: 100px;
    text-align: center;
  }
}
.price-bottom-catchphrase .inner {
  width: 81.8%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .price-bottom-catchphrase .inner {
    width: 90%;
  }
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/* --- Service --- */
.service {
  position: relative;
}
.service .balloon-animation {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
  width: clamp(16.313rem, 8.379rem + 33.851vw, 49rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .service .balloon-animation {
    top: 0;
  }
}
@media (max-width: 480px) {
  .service .balloon-animation {
    top: -1%;
  }
}
.service .top-background__balloon--right {
  position: absolute;
  top: 14.8%;
  right: 0;
  z-index: -1;
  width: clamp(8.25rem, 4.23rem + 17.152vw, 24.813rem);
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .service .top-background__balloon--right {
    top: 18%;
  }
}
.service .top-background__circle--right {
  position: absolute;
  top: 11.1%;
  right: 7%;
  z-index: -1;
  width: clamp(4.538rem, 2.332rem + 9.411vw, 13.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .service .top-background__circle--right {
    top: 16%;
  }
}
.service .middle-background__balloon--left-top {
  position: absolute;
  top: 37.5%;
  left: 28.3%;
  z-index: -1;
  width: clamp(4.125rem, 2.123rem + 8.544vw, 12.375rem);
  transform: translate(-50%, -50%);
}
.service .middle-background__circle--left-top {
  position: absolute;
  top: 41.5%;
  left: 22%;
  z-index: -1;
  width: clamp(7.688rem, 3.941rem + 15.987vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .service .middle-background__circle--left-top {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .service .middle-background__circle--left-top {
    top: 39%;
  }
}
.service .middle-background__balloon--left-middle {
  position: absolute;
  bottom: 18%;
  left: 24%;
  z-index: -1;
  width: clamp(8.625rem, 4.423rem + 17.929vw, 25.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .service .middle-background__balloon--left-middle {
    bottom: 20%;
    left: 24.5%;
  }
}
@media (max-width: 480px) {
  .service .middle-background__balloon--left-middle {
    bottom: 23%;
    left: 40%;
  }
}
.service .middle-background__circle--left-middle {
  position: absolute;
  bottom: 15.8%;
  left: 16.5%;
  z-index: -1;
  width: clamp(6.125rem, 3.152rem + 12.686vw, 18.375rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .service .middle-background__circle--left-middle {
    bottom: 25%;
  }
}
@media (max-width: 480px) {
  .service .middle-background__circle--left-middle {
    bottom: 26%;
    left: 25%;
  }
}
.service .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: 1.8%;
  left: 38.55%;
  z-index: -1;
  width: clamp(2.981rem, 1.536rem + 6.168vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .service .middle-background__balloon--left-bottom {
    left: 20%;
  }
}
@media (max-width: 480px) {
  .service .middle-background__balloon--left-bottom {
    left: 60%;
  }
}

/* --- Advantage --- */
.advantage {
  position: relative;
}
.advantage .balloon-animation {
  position: absolute;
  top: 12.5%;
  right: 12.5%;
  z-index: -1;
  width: clamp(16.669rem, 8.579rem + 34.518vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .advantage .balloon-animation {
    right: 5%;
  }
}
@media (max-width: 480px) {
  .advantage .balloon-animation {
    top: 5%;
  }
}
.advantage .middle-background__balloon--left {
  position: absolute;
  bottom: 4.3%;
  left: 12%;
  z-index: -1;
  width: clamp(6.188rem, 3.169rem + 12.88vw, 18.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .advantage .middle-background__balloon--left {
    bottom: 15%;
  }
}
@media (max-width: 480px) {
  .advantage .middle-background__balloon--left {
    bottom: 5%;
    left: 20%;
  }
}
.advantage .middle-background__circle--left {
  position: absolute;
  bottom: -20%;
  left: 25.8%;
  z-index: -1;
  width: clamp(10.5rem, 5.388rem + 21.812vw, 31.563rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .advantage .middle-background__circle--left {
    bottom: -5%;
  }
}
@media (max-width: 480px) {
  .advantage .middle-background__circle--left {
    left: 35%;
  }
}

/* --- Workflow --- */
.workflow {
  position: relative;
}
.workflow .balloon-animation {
  position: absolute;
  top: 22%;
  left: 0;
  z-index: -1;
  width: clamp(18.125rem, 9.326rem + 37.54vw, 54.375rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .workflow .balloon-animation {
    top: 13%;
  }
}
@media (max-width: 480px) {
  .workflow .balloon-animation {
    top: 8%;
  }
}
.workflow .top-background__balloon--right {
  position: absolute;
  top: 40.8%;
  right: -4.5%;
  z-index: -1;
  width: clamp(7.044rem, 3.626rem + 14.58vw, 21.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .workflow .top-background__balloon--right {
    top: 55%;
  }
}
.workflow .top-background__circle--right {
  position: absolute;
  top: 31%;
  right: 10.5%;
  z-index: -1;
  width: clamp(4.081rem, 2.099rem + 8.46vw, 12.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .workflow .top-background__circle--right {
    top: 47%;
  }
}
@media (max-width: 480px) {
  .workflow .top-background__circle--right {
    top: 51%;
    right: 20%;
  }
}
.workflow .bottom-background__ballon--left {
  position: absolute;
  bottom: clamp(-8.75rem, -16.0157rem + 15.1173vw, 2.125rem);
  left: 27.6%;
  z-index: -1;
  width: clamp(3.625rem, 1.865rem + 7.51vw, 10.875rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .workflow .bottom-background__ballon--left {
    bottom: clamp(0rem, -6.3896rem + 21.2544vw, 3.8125rem);
  }
}
@media (max-width: 480px) {
  .workflow .bottom-background__ballon--left {
    bottom: 0;
    left: 30%;
  }
}
.workflow .bottom-background__circle--left {
  position: absolute;
  bottom: -22.5%;
  left: 22%;
  z-index: -1;
  width: clamp(7.706rem, 3.964rem + 15.97vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .workflow .bottom-background__circle--left {
    bottom: -10%;
  }
}

/* --- Price list --- */
.price {
  position: relative;
}
.price .balloon-animation {
  position: absolute;
  top: 5.3%;
  right: 0;
  z-index: -1;
  width: clamp(13.644rem, 7.019rem + 28.27vw, 40.938rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .price .balloon-animation {
    top: 3%;
  }
}
@media (max-width: 480px) {
  .price .balloon-animation {
    top: 1.7%;
  }
}
.price .middle-background__balloon--left-top {
  position: absolute;
  top: 24.6%;
  left: 12%;
  z-index: -1;
  width: clamp(6.206rem, 3.192rem + 12.86vw, 18.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .middle-background__balloon--left-top {
    top: 25%;
    left: 15%;
  }
}
@media (max-width: 480px) {
  .price .middle-background__balloon--left-top {
    top: 26.5%;
  }
}
.price .middle-background__circle--left-top {
  position: absolute;
  top: 28%;
  left: 25.5%;
  z-index: -1;
  width: clamp(10.519rem, 5.411rem + 21.79vw, 31.563rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .price .middle-background__circle--left-top {
    left: 32%;
  }
}
.price .middle-background__balloon--left-middle {
  position: absolute;
  top: 47.5%;
  left: 36.8%;
  z-index: -1;
  width: clamp(2.981rem, 1.536rem + 6.17vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .middle-background__balloon--left-middle {
    left: 25%;
  }
}
.price .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: 24.3%;
  left: 23%;
  z-index: -1;
  width: clamp(8.331rem, 4.285rem + 17.26vw, 25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .middle-background__balloon--left-bottom {
    bottom: 1205px;
  }
}
.price .middle-background__circle--left-bottom {
  position: absolute;
  bottom: clamp(75.375rem, 64.4764rem + 22.6759vw, 91.6875rem);
  left: 31.5%;
  z-index: -1;
  width: clamp(4.625rem, 2.38rem + 9.58vw, 13.875rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .middle-background__circle--left-bottom {
    bottom: 1320px;
  }
}
.price .bottom-background__balloon--left {
  position: absolute;
  bottom: 5%;
  left: 25.7%;
  z-index: -1;
  width: clamp(4.419rem, 2.275rem + 9.15vw, 13.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .bottom-background__balloon--left {
    bottom: 3.5%;
    left: 15%;
  }
}
.price .bottom-background__circle--left {
  position: absolute;
  bottom: 5.5%;
  left: 33%;
  z-index: -1;
  width: clamp(7.044rem, 3.626rem + 14.58vw, 21.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price .bottom-background__circle--left {
    bottom: 3.7%;
    left: 25%;
  }
}
@media (max-width: 480px) {
  .price .bottom-background__circle--left {
    bottom: 3.4%;
  }
}

/* --- Tell us about your project --- */
.cta__service {
  position: relative;
}
.cta__service .balloon-animation {
  position: absolute;
  top: 14.2%;
  right: 0;
  z-index: -1;
  width: clamp(8.104rem, 4.17rem + 16.785vw, 24.313rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta__service .balloon-animation {
    top: 8%;
  }
}
@media (max-width: 480px) {
  .cta__service .balloon-animation {
    top: 6%;
  }
}
.cta__service .top-background__circle--right {
  position: absolute;
  top: 38.5%;
  right: 2.2%;
  z-index: -1;
  width: clamp(5.083rem, 2.615rem + 10.529vw, 15.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cta__service .top-background__circle--right {
    top: 16%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .cta__service .top-background__circle--right {
    top: 13%;
  }
}
.cta__service .top-background__balloon--left {
  position: absolute;
  top: 53%;
  left: 0;
  z-index: -1;
  width: clamp(6.875rem, 3.538rem + 14.239vw, 20.625rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .cta__service .top-background__balloon--left {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .cta__service .top-background__balloon--left {
    top: 37%;
  }
}

/* =======================================
Worksページ

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
.works .section-heading__lead {
  font-size: clamp(1.125rem, 1.064rem + 0.259vw, 1.375rem); /* min: 18px, max: 22px */
  line-height: 2.5454545455;
}
.works .section-body {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .works .section-body {
    margin-top: 120px;
  }
}
.works .section-button {
  margin-top: 185px;
}

.results-grid-container {
  align-items: start;
  column-gap: 25%;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 237px;
  position: relative;
  row-gap: 237px;
}
@media (max-width: 768px) {
  .results-grid-container {
    column-gap: 15%;
  }
}
@media (max-width: 480px) {
  .results-grid-container {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    place-items: center;
    row-gap: 150px;
  }
}
.results-grid-container .card:nth-child(2n) {
  transform: translateY(14.8%);
}
@media (max-width: 480px) {
  .results-grid-container .card:nth-child(2n) {
    transform: translateY(0);
  }
}

.pagination {
  margin-top: 185px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination__list {
  display: flex;
  justify-content: space-between;
}
.pagination__link {
  display: block;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.388vw, 1.375rem); /* min: 16px, max: 22px */
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  position: relative;
}
.pagination__link--prev .pagination__link--top,
.pagination__link--prev .pagination__link--bottom {
  padding: 0 1.14em 0.32em 2em;
}
.pagination__link--prev .pagination__link--top::after {
  content: "";
  background: linear-gradient(to right, rgba(246, 127, 143, 0.9) 0%, #f67f8f 100%);
  height: 1.23em;
  position: absolute;
  bottom: -11px;
  left: 10px;
  transform: rotate(57deg);
  transform-origin: left;
  width: 2px;
}
@media (max-width: 768px) {
  .pagination__link--prev .pagination__link--top::after {
    bottom: -9px;
  }
}
@media (max-width: 480px) {
  .pagination__link--prev .pagination__link--top::after {
    bottom: -8.5px;
    left: 9px;
  }
}
.pagination__link--prev .pagination__link--bottom::after {
  content: "";
  background: linear-gradient(to right, rgba(142, 192, 243, 0.9) 0%, #8ec1f3 100%);
  height: 1.23em;
  position: absolute;
  bottom: -11px;
  left: 10px;
  transform: rotate(57deg);
  transform-origin: left;
  width: 2px;
}
@media (max-width: 768px) {
  .pagination__link--prev .pagination__link--bottom::after {
    bottom: -9px;
  }
}
@media (max-width: 480px) {
  .pagination__link--prev .pagination__link--bottom::after {
    bottom: -8.5px;
    left: 9px;
  }
}
.pagination__link--next .pagination__link--top,
.pagination__link--next .pagination__link--bottom {
  padding: 0 2.41em 0.32em 0.68em;
}
@media (max-width: 768px) {
  .pagination__link--next .pagination__link--top,
  .pagination__link--next .pagination__link--bottom {
    padding: 0 2em 0.32em 1.14em;
  }
}
.pagination__link--next .pagination__link--top::after {
  content: "";
  background: linear-gradient(to right, rgba(142, 192, 243, 0.9) 0%, #8ec1f3 100%);
  height: 1.23em;
  position: absolute;
  bottom: -11px;
  right: 10px;
  transform: rotate(-57deg);
  transform-origin: right;
  width: 2px;
}
@media (max-width: 768px) {
  .pagination__link--next .pagination__link--top::after {
    bottom: -9px;
  }
}
@media (max-width: 480px) {
  .pagination__link--next .pagination__link--top::after {
    bottom: -8.5px;
    right: 9px;
  }
}
.pagination__link--next .pagination__link--bottom::after {
  content: "";
  background: linear-gradient(to right, rgba(246, 127, 143, 0.9) 0%, #f67f8f 100%);
  height: 1.23em;
  position: absolute;
  bottom: -11px;
  right: 10px;
  transform: rotate(-57deg);
  transform-origin: right;
  width: 2px;
}
@media (max-width: 768px) {
  .pagination__link--next .pagination__link--bottom::after {
    bottom: -9px;
  }
}
@media (max-width: 480px) {
  .pagination__link--next .pagination__link--bottom::after {
    bottom: -8.5px;
    right: 9px;
  }
}
.pagination__link--top {
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
}
.pagination__link--top::before {
  content: "";
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}
.pagination__link--bottom {
  background: linear-gradient(to right, #8ec1f3 0%, #f45c70 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.pagination__link--bottom::before {
  background: linear-gradient(to right, #8ec1f3 0%, #f45c70 100%);
  content: "";
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}
.pagination__link--disabled {
  pointer-events: none;
  filter: grayscale(100%) opacity(50%);
}
@media (hover: hover) {
  .pagination__link:hover .pagination__link--top {
    opacity: 0;
  }
  .pagination__link:hover .pagination__link--bottom {
    opacity: 1;
  }
}

.works-bottom-catchphrase {
  margin-top: 120px;
}

/* ----------------------------------------
背景設定
---------------------------------------- */
.works {
  position: relative;
}
.works .balloon-animation {
  position: absolute;
  top: -0.7%;
  right: 13.5%;
  transform: translate(-50%, -50%);
  width: clamp(15.206rem, 7.823rem + 31.502vw, 45.625rem); /* min: 243.3px, max: 730px */
  z-index: -1;
}
@media (max-width: 480px) {
  .works .balloon-animation {
    right: 10%;
  }
}
.works .top-background__circle--right {
  position: absolute;
  top: 3%;
  right: 9%;
  transform: translate(-50%, -50%);
  width: clamp(4.544rem, 2.34rem + 9.405vw, 13.625rem); /* min: 72.7px, max: 218px */
  z-index: -1;
}
@media (max-width: 768px) {
  .works .top-background__circle--right {
    top: 1.8%;
  }
}
@media (max-width: 480px) {
  .works .top-background__circle--right {
    top: 0.9%;
    right: 8.9%;
  }
}
.works .top-background__balloon--right-bottom {
  position: absolute;
  top: 8.35%;
  right: 28%;
  transform: translate(-50%, -50%);
  width: clamp(2.5rem, 1.286rem + 5.178vw, 7.5rem); /* min: 40px, max: 120px */
  z-index: -1;
}
@media (max-width: 480px) {
  .works .top-background__balloon--right-bottom {
    top: 4%;
  }
}
.works .middle-background__ballon--left-top {
  position: absolute;
  top: 29.7%;
  left: 24.3%;
  transform: translate(-50%, -50%);
  width: clamp(8.644rem, 4.446rem + 17.909vw, 25.938rem); /* min: 138.3px, max: 415px */
  z-index: -1;
}
@media (max-width: 768px) {
  .works .middle-background__ballon--left-top {
    top: 28%;
  }
}
@media (max-width: 480px) {
  .works .middle-background__ballon--left-top {
    left: 32%;
    top: 27%;
  }
}
.works .middle-background__circle--left-top {
  position: absolute;
  top: 32.1%;
  left: 16.5%;
  transform: translate(-50%, -50%);
  width: clamp(6.125rem, 3.152rem + 12.686vw, 18.375rem); /* min: 98px, max: 294px */
  z-index: -1;
}
@media (max-width: 768px) {
  .works .middle-background__circle--left-top {
    left: 10%;
    top: 29.3%;
  }
}
@media (max-width: 480px) {
  .works .middle-background__circle--left-top {
    left: 15%;
    top: 27.6%;
  }
}
.works .middle-background__balloon--right-bottom {
  position: absolute;
  bottom: 34.5%;
  right: -14%;
  transform: translate(-50%, -50%);
  width: clamp(16.669rem, 8.579rem + 34.518vw, 50rem); /* min: 266.7px, max: 800px */
  z-index: -1;
}
@media (max-width: 480px) {
  .works .middle-background__balloon--right-bottom {
    bottom: 31%;
  }
}
.works .bottom-background__balloon--left-top {
  position: absolute;
  bottom: 30.05%;
  left: 9.5%;
  transform: translate(-50%, -50%);
  width: clamp(6.206rem, 3.192rem + 12.861vw, 18.625rem); /* min: 99.3px, max: 298px */
  z-index: -1;
}
@media (max-width: 768px) {
  .works .bottom-background__balloon--left-top {
    left: 12%;
  }
}
@media (max-width: 480px) {
  .works .bottom-background__balloon--left-top {
    bottom: 27%;
    left: 50%;
  }
}
.works .bottom-background__circle--left-top {
  position: absolute;
  bottom: 25.6%;
  left: 23%;
  transform: translate(-50%, -50%);
  width: clamp(10.519rem, 5.411rem + 21.793vw, 31.563rem); /* min: 168.3px, max: 505px */
  z-index: -1;
}
@media (max-width: 768px) {
  .works .bottom-background__circle--left-top {
    bottom: 25.5%;
  }
}
@media (max-width: 480px) {
  .works .bottom-background__circle--left-top {
    bottom: 24.5%;
    left: 30%;
  }
}
.works .bottom-background__balloon--left-bottom {
  position: absolute;
  bottom: 7.12%;
  left: 20.5%;
  transform: translate(-50%, -50%);
  width: clamp(8.331rem, 4.285rem + 17.262vw, 25rem); /* min: 133.3px, max: 400px */
  z-index: -1;
}
@media (max-width: 480px) {
  .works .bottom-background__balloon--left-bottom {
    bottom: 13.5%;
    left: 40%;
  }
}
.works .bottom-background__circle--left-bottom {
  position: absolute;
  bottom: 11.2%;
  left: 29%;
  transform: translate(-50%, -50%);
  width: clamp(4.625rem, 2.38rem + 9.579vw, 13.875rem); /* min: 74px, max: 222px */
  z-index: -1;
}
@media (max-width: 480px) {
  .works .bottom-background__circle--left-bottom {
    bottom: 14.5%;
    left: 25%;
  }
}

/* =======================================
Membersページ

1.レイアウト設定
2.背景設定
======================================== */
/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Guild members --- */
.members .section-heading__inner {
  margin-top: 92px;
}
.members .text-br-none {
  display: block;
}
@media (max-width: 570px) {
  .members .text-br-none {
    display: none;
  }
}
.members .section-heading__lead {
  margin-top: 48px;
}
.members .section-heading__lead:nth-of-type(2) {
  margin-top: 54px;
}
.members .section-body {
  margin-top: 172px;
}
.members .contents-area__text--fz18 {
  margin-top: 48px;
}
.members .contents-area__text--fz18:nth-of-type(n + 2) {
  margin-top: 54px;
}

.members .section-heading__title--ja,
.team .section-heading__title--ja {
  font-size: clamp(2.6875rem, 0.781rem + 2.9263vw, 4rem);
}

/* --- The team --- */
.team .section-body__flex-container {
  padding-bottom: 300px;
}

.team .section-body__flex-container {
  justify-content: space-between;
  gap: min(50px, 3.5vw);
}
@media (max-width: 768px) {
  .team .section-body__flex-container {
    gap: min(100px, 17.2vw);
  }
}
.team .text-br-open {
  display: none;
}
@media (max-width: 630px) {
  .team .text-br-open {
    display: block;
  }
}

@media (max-width: 878px) {
  .team .section-body {
    width: 91.7%;
  }
}

.team-contents {
  max-width: 656px;
  width: 100%;
}
@media (max-width: 768px) {
  .team-contents {
    max-width: 100%;
  }
}
.team-contents__area {
  margin-bottom: 6.375rem;
}
.team-contents__area--last {
  margin-bottom: 0rem;
}
.team-contents__date {
  font-size: 0.875rem;
  text-align: end;
  padding-right: 17.7%;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .team-contents__date {
    padding-right: 0;
    margin-top: 0;
  }
}

.team-contents-heading__inner,
.team-contents-body__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.625rem;
}

.team-contents-heading {
  max-width: 636px;
}
@media (max-width: 768px) {
  .team-contents-heading {
    max-width: inherit;
  }
}
.team-contents-heading__inner {
  color: #f19393;
}
.team-contents-heading__title {
  align-content: center;
  font-size: clamp(1.15rem, 0.568rem + 1.2109vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.team-contents-heading__title--sub {
  color: #484848;
  font-size: clamp(0.8125rem, 0.764rem + 0.1009vw, 0.875rem);
  letter-spacing: 0.09rem;
}
@media (max-width: 768px) {
  .team-contents-heading__title--sub {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-contents-heading__title {
    font-size: clamp(1.75rem, 1.0344rem + 3.0534vw, 2.5rem);
  }
}
.team-contents-heading__number {
  font-family: "LINE Seed", sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  padding-right: 56px;
  min-width: 230px;
}
.team-contents-heading__number--large {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(3.125rem, 1.67rem + 3.0272vw, 5.05rem);
  padding-top: 1px;
  vertical-align: bottom;
  line-height: 1;
}
@media (max-width: 768px) {
  .team-contents-heading__number--large {
    font-size: clamp(3.75rem, 2.5573rem + 5.0891vw, 5rem);
  }
}
.team-contents-heading__number--small {
  font-size: clamp(1.5rem, 0.045rem + 3.0272vw, 3.375rem);
}
@media (max-width: 768px) {
  .team-contents-heading__number--small {
    font-size: clamp(2.25rem, 1.1765rem + 4.5802vw, 3.375rem);
  }
}
.team-contents-heading__unit {
  font-size: clamp(1.75rem, 1.168rem + 1.2109vw, 2.5rem);
  vertical-align: sub;
  margin-left: -2.2px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .team-contents-heading__unit {
    font-size: clamp(1.75rem, 1.0344rem + 3.0534vw, 2.5rem);
  }
}

/* --- The team left side--- */
.team-contents-body {
  border-left: solid 1px #f19393;
  margin: 3rem min(50px, 3vw) 3rem min(94px, 4.87vw);
  padding: 1.625rem 0 1.625rem 2.875rem;
  display: flex;
  flex-direction: column;
  gap: 2.015rem;
  min-width: 363px;
}
@media (max-width: 1150px) {
  .team-contents-body {
    margin: min(48px, 12vw) min(30px, 1.5vw);
    padding: 1.625rem 0 1.625rem min(46px, 3.5vw);
    gap: min(25px, 2.8vw);
    min-width: inherit;
  }
}
.team-contents-body__inner {
  max-width: 396.5px;
  align-items: center;
}
@media (max-width: 768px) {
  .team-contents-body__inner {
    min-width: inherit;
  }
}
.team-contents-body__title {
  font-size: clamp(1.125rem, 0.834rem + 0.5054vw, 1.506rem);
  width: 19.87vw;
  max-width: 240px;
  min-width: 171px;
  letter-spacing: 0.211rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .team-contents-body__title {
    font-size: clamp(1.1875rem, 0.8893rem + 1.2723vw, 1.5rem);
    width: 28.56vw;
    min-width: fit-content;
  }
}
.team-contents-body__number {
  width: 131px;
  text-align: end;
}
.team-contents-body__number--large {
  font-family: "LINE Seed", sans-serif;
  font-weight: bold;
  color: rgba(241, 147, 147, 0.8);
  font-size: clamp(1.875rem, 1.584rem + 0.6054vw, 2.241rem);
  letter-spacing: 0.4px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .team-contents-body__number--large {
    font-size: clamp(1.5rem, 0.7844rem + 3.0534vw, 2.25rem);
  }
}
.team-contents-body__unit {
  font-family: "LINE Seed", sans-serif;
  font-weight: bold;
  color: rgba(241, 147, 147, 0.8);
  font-size: clamp(1.375rem, 1.084rem + 0.6054vw, 1.75rem);
  vertical-align: sub;
  padding-left: 1.69px;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .team-contents-body__unit {
    font-size: clamp(1.1875rem, 0.6508rem + 2.2901vw, 1.75rem);
  }
}

.team-contents__area:first-of-type .team-contents-heading__number {
  padding-left: 13px;
}

.team-contents__area:nth-of-type(2) .team-contents-heading__number {
  padding-left: 37px;
  padding-right: 56px;
}

.team-contents__area:nth-of-type(4) .team-contents-heading__number {
  padding-right: 40px;
  padding-left: 38px;
  letter-spacing: -0.6px;
}

.team-contents__area:nth-of-type(5) .team-contents-heading__number {
  padding-right: 35px;
  padding-left: 40px;
  letter-spacing: -0.6px;
}

.team-contents__area:nth-of-type(6) .team-contents-body {
  gap: 2.05rem;
  padding: 1.685rem 0 1.555rem 2.875rem;
}
@media (max-width: 1107px) {
  .team-contents__area:nth-of-type(6) .team-contents-body {
    margin: min(48px, 12vw) min(30px, 1.5vw);
    padding: 1.625rem 0 1.625rem min(46px, 3.5vw);
    gap: min(25px, 2.8vw);
  }
}
@media (max-width: 1107px) {
  .team-contents__area:nth-of-type(6) .team-contents-body__title {
    width: 10.87vw;
    min-width: 95px;
  }
}

.team-contents__area:nth-of-type(7) {
  margin-top: 6.5rem;
}
.team-contents__area:nth-of-type(7) .team-contents-body {
  gap: 1.8999rem;
  padding: 1.195rem 0 1.195rem 2.875rem;
}
@media (max-width: 1107px) {
  .team-contents__area:nth-of-type(7) .team-contents-body {
    margin: min(48px, 12vw) min(30px, 1.5vw);
    padding: 1.625rem 0 1.625rem min(46px, 3.5vw);
    gap: min(25px, 2.8vw);
  }
}
@media (max-width: 1107px) {
  .team-contents__area:nth-of-type(7) .team-contents-body__title {
    width: 10.87vw;
    min-width: 95px;
  }
}
@media (max-width: 768px) {
  .team-contents__area:nth-of-type(7) .team-contents-body__title {
    width: 16.13vw;
    min-width: inherit;
  }
}

@media (max-width: 1107px) {
  .team-contents__area:nth-of-type(8) .team-contents-body__title {
    width: 12.87vw;
    min-width: 107px;
  }
}

.salt.team-contents-body__number--large {
  display: inline-flex;
}

@media (max-width: 1425px) {
  .team-contents-heading__number,
  .team-contents__area:nth-of-type(2) .team-contents-heading__number,
  .team-contents__area:nth-of-type(4) .team-contents-heading__number,
  .team-contents__area:nth-of-type(5) .team-contents-heading__number {
    padding-right: 20px;
    min-width: max-content;
    padding-left: 17px;
    text-align: end;
  }
}
@media (max-width: 1425px) and (max-width: 768px) {
  .team-contents-heading__number,
  .team-contents__area:nth-of-type(2) .team-contents-heading__number,
  .team-contents__area:nth-of-type(4) .team-contents-heading__number,
  .team-contents__area:nth-of-type(5) .team-contents-heading__number {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .team-contents-body,
  .team-contents__area:nth-of-type(6) .team-contents-body,
  .team-contents__area:nth-of-type(7) .team-contents-body {
    margin: 3.125rem auto;
    padding: 5% 7.666%;
    width: 90%;
    gap: min(35px, 5.2vw);
  }
}
@media (max-width: 374px) {
  .team-contents-body,
  .team-contents__area:nth-of-type(6) .team-contents-body,
  .team-contents__area:nth-of-type(7) .team-contents-body {
    padding: 5%;
  }
}

@media (max-width: 768px) {
  .team-contents-body__title,
  .team-contents__area:nth-of-type(6) .team-contents-body__title,
  .team-contents__area:nth-of-type(7) .team-contents-body__title,
  .team-contents__area:nth-of-type(8) .team-contents-body__title {
    font-size: clamp(1.1875rem, 0.8893rem + 1.2723vw, 1.5rem);
    width: 28.56vw;
    min-width: fit-content;
  }
}
@media (max-width: 374px) {
  .team-contents-body__title,
  .team-contents__area:nth-of-type(6) .team-contents-body__title,
  .team-contents__area:nth-of-type(7) .team-contents-body__title,
  .team-contents__area:nth-of-type(8) .team-contents-body__title {
    font-size: 16px;
  }
}

/* --- The team right side--- */
.team-jobs {
  display: flex;
  flex-direction: column;
  gap: min(162px, 8.5vw);
  margin-top: 13px;
}
.team-jobs .contents-area:nth-of-type(n + 2) {
  margin-top: 0;
}

.team-jobs__body .gradient-list__item {
  margin-bottom: 3.375rem;
}

.team-contents--right-side {
  width: 100%;
  max-width: 655px;
  margin-left: auto;
  padding-left: 40px;
}

.team-jobs__inner {
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  width: 97%;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.team-jobs__inner--title {
  font-size: clamp(1.75rem, 1.168rem + 1.2109vw, 2.5rem);
  margin-bottom: 65px;
}
@media (max-width: 1206px) {
  .team-jobs__inner--title {
    font-size: clamp(1.1rem, 0.9857rem + 0.936vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .team-jobs__inner--title {
    font-size: clamp(1.75rem, 1.0344rem + 3.4994vw, 2.85rem);
  }
}
.team-jobs__inner--name {
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(1.0625rem, 0.723rem + 0.6664vw, 1.5rem);
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  margin-top: -0.52%;
}
@media (max-width: 1206px) {
  .team-jobs__inner--name {
    min-width: 322px;
  }
}
@media (max-width: 768px) {
  .team-jobs__inner--name {
    font-size: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
    min-width: inherit;
  }
}
@media (max-width: 563px) {
  .team-jobs__inner--name {
    min-width: 100%;
  }
}

.team-jobs__inner--link {
  display: flex;
  gap: 0.7995rem;
  width: 35%;
}
@media (max-width: 1205px) {
  .team-jobs__inner--link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team-jobs__inner--link {
    gap: 20px;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .team-jobs__inner--link {
    width: 100%;
  }
}
.team-jobs__inner--link-text {
  color: #484848;
  display: block;
  font-family: "LINE Seed", sans-serif;
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .team-jobs__inner--link-text {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .team-jobs__inner--link-text:hover {
    color: #f45c70;
  }
}

.team-jobs__inner--text {
  line-height: 2;
  margin-top: min(14px, 0.74vw);
}

.team-jobs .section-button {
  margin-top: 177px;
}
@media (max-width: 768px) {
  .team-jobs .section-button {
    margin-top: min(176px, 22.6vw);
  }
}

@media (max-width: 1408px) {
  .team-jobs .contents-area__catchphrase {
    font-size: clamp(0.9375rem, 0.0762rem + 1.7921vw, 1.25rem);
  }
}
@media (max-width: 1408px) and (max-width: 768px) {
  .team-jobs .contents-area__catchphrase {
    font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem);
  }
}

/* --- join us--- */
.joinus .section-body {
  margin-top: 179px;
}
.joinus .text-br-none {
  display: block;
}
@media (max-width: 659px) {
  .joinus .text-br-none {
    display: none;
  }
}
.joinus .section-body__contents--left-side {
  margin-top: 234px;
  margin-bottom: 179px;
}
.joinus .section-body__contents--left-side .text-br-none {
  display: block;
}
@media (max-width: 707px) {
  .joinus .section-body__contents--left-side .text-br-none {
    display: none;
  }
}
.joinus .contents-area__catchphrase {
  letter-spacing: 0.288rem;
}
.joinus .section-button .section-button__text--en {
  font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1.125rem);
}
.joinus .section-button .arrow-diagonal--extlink {
  width: clamp(60px, 10vw, 120px);
  height: clamp(60px, 10vw, 120px);
  flex-shrink: 0;
}

.joinus .section-heading__inner .section-heading__lead:nth-of-type(2) {
  margin-top: 55px;
  letter-spacing: 0.11rem;
}

.joinus .section-heading__inner .section-heading__lead:nth-of-type(3) {
  margin-top: 55px;
  letter-spacing: 0.119rem;
}

.joinus .section-body__contents--left-side .section-heading__lead:nth-of-type(2) {
  margin-top: 55px;
  letter-spacing: 0.11rem;
}

.joinus .section-body__contents--left-side .section-heading__lead:nth-of-type(3) {
  margin-top: 55px;
  letter-spacing: 0.114rem;
}

.joinus .section-body__contents--right-side .section-button {
  margin-top: 240px;
}
.joinus .section-body__contents--right-side .section-button .section-button__text--ja {
  width: 100%;
  text-align: end;
}
@media (max-width: 768px) {
  .joinus .section-body__contents--right-side .section-button {
    margin-top: min(110px, 17.6565vw);
  }
}

/* ----------------------------------------
背景設定
---------------------------------------- */
.members,
.team,
.joinus {
  position: relative;
}

.team,
.joinus {
  position: relative;
  margin-top: min(540px, 28.125vw);
}

/* --- members--- */
.members .balloon-animation {
  position: absolute;
  top: 3%;
  right: -1%;
  z-index: -1;
  width: clamp(17.438rem, 8.973rem + 36.117vw, 50rem);
  transform: translate(0, -50%);
}

.members .middle-background__balloon--right-top {
  position: absolute;
  top: 42.1%;
  right: 18.8%;
  z-index: -1;
  width: clamp(4.125rem, 2.123rem + 8.544vw, 12.375rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .members .middle-background__balloon--right-top {
    width: clamp(4.125rem, 2.157rem + 8.3969vw, 6.1875rem);
    top: 1200px;
    right: 20px;
  }
}

.members .middle-background__circle--right-top {
  position: absolute;
  top: 47.6%;
  right: 15.9%;
  z-index: -1;
  width: clamp(7.708rem, 3.966rem + 15.966vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 1085px) {
  .members .middle-background__circle--right-top {
    top: 46.6%;
  }
}
@media (max-width: 768px) {
  .members .middle-background__circle--right-top {
    width: clamp(7.6875rem, 3.8707rem + 16.285vw, 11.6875rem);
    top: 1250px;
    right: 10px;
  }
}

.members .top-background__balloon--right {
  position: absolute;
  bottom: 0.6%;
  right: 0.2%;
  z-index: -1;
  width: clamp(8.166rem, 5.436rem + 15.887vw, 24.5rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .members .top-background__balloon--right {
    width: clamp(9.125rem, 5.4275rem + 12.7761vw, 13rem);
    bottom: 6px;
    right: -2px;
  }
}

.members .top-background__circle--right {
  position: absolute;
  bottom: clamp(15.5rem, 8.7771rem + 13.9878vw, 25.5625rem);
  right: 7.1%;
  z-index: -1;
  width: clamp(4.541rem, 2.336rem + 9.407vw, 13.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .members .top-background__circle--right {
    width: clamp(4.5rem, 2.2934rem + 9.4148vw, 6.8125rem);
    bottom: 180px;
    right: 48px;
  }
}

/* --- team --- */
.team .balloon-animation {
  position: absolute;
  top: 5.4%;
  right: 12.5%;
  z-index: -1;
  width: clamp(16.669rem, 8.579rem + 34.518vw, 50rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .team .balloon-animation {
    width: clamp(17.438rem, 8.973rem + 39.117vw, 52.313rem);
    top: 3%;
    right: 0;
  }
}

.team .under-background__balloon--left {
  position: absolute;
  bottom: -3.1%;
  left: 22.9%;
  z-index: -1;
  width: clamp(4.125rem, 2.123rem + 11.944vw, 13.975rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .team .under-background__balloon--left {
    width: clamp(5.5rem, 3.2934rem + 9.4148vw, 7.8125rem);
    bottom: 76px;
    left: 50px;
  }
}

.team .under-background__circle--left {
  position: absolute;
  bottom: -11.7%;
  left: 33.1%;
  z-index: -1;
  width: clamp(7.708rem, 3.966rem + 27.966vw, 23.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .team .under-background__circle--left {
    width: clamp(12.5rem, 10.1145rem + 10.1781vw, 15rem);
    bottom: -120px;
    left: 117px;
  }
}

/* --- join us--- */
.joinus .balloon-animation {
  position: absolute;
  top: 7%;
  left: 0;
  z-index: -1;
  width: clamp(18.125rem, 9.326rem + 37.54vw, 54.375rem);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .joinus .balloon-animation {
    width: clamp(21.125rem, 9.326rem + 48.54vw, 62.375rem);
    top: 5%;
    right: 9%;
  }
}

.joinus .middle-background__balloon--right {
  position: absolute;
  top: 15.1%;
  right: -4.9%;
  z-index: -1;
  width: clamp(7.044rem, 3.626rem + 14.58vw, 21.125rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .joinus .middle-background__balloon--right {
    width: 35%;
    min-width: 161px;
    top: 19.2%;
    right: -17%;
  }
}

.joinus .middle-background__circle--right {
  position: absolute;
  top: 11.8%;
  right: 10.57%;
  z-index: -1;
  width: clamp(4.081rem, 2.099rem + 8.26vw, 12.25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 1397px) {
  .joinus .middle-background__circle--right {
    top: 12.5%;
  }
}
@media (max-width: 768px) {
  .joinus .middle-background__circle--right {
    width: 18%;
    top: 17%;
    right: clamp(6.5625rem, 11.3125rem - 23.75vw, 4.1875rem);
  }
}
@media (max-width: 480px) {
  .joinus .middle-background__circle--right {
    top: 17.5%;
  }
}

.joinus .middle-background__balloon--left-top {
  position: absolute;
  top: 56.8%;
  left: 12%;
  z-index: -1;
  width: clamp(6.206rem, 3.192rem + 12.86vw, 18.625rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .joinus .middle-background__balloon--left-top {
    width: clamp(6.125rem, 3.5606rem + 10.9415vw, 8.8125rem);
    left: 11%;
    top: 58.2%;
  }
}

.joinus .middle-background__circle--left-top {
  position: absolute;
  top: 60.4%;
  left: 25.6%;
  z-index: -1;
  width: clamp(10.519rem, 5.411rem + 21.79vw, 31.563rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .joinus .middle-background__circle--left-top {
    width: clamp(15.5rem, 14.6651rem + 3.5623vw, 16.375rem);
  }
}

.joinus .middle-background__balloon--left-middle {
  position: absolute;
  top: 76.5%;
  left: 38.8%;
  z-index: -1;
  width: clamp(2.981rem, 1.536rem + 6.17vw, 8.938rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .joinus .middle-background__balloon--left-middle {
    width: clamp(3.481rem, 1.536rem + 8.23vw, 8.938rem);
    left: 88.8%;
  }
}

.joinus .middle-background__balloon--left-bottom {
  position: absolute;
  bottom: -6.1%;
  left: 23%;
  z-index: -1;
  width: clamp(8.331rem, 4.285rem + 17.26vw, 25rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .joinus .middle-background__balloon--left-bottom {
    width: clamp(9.875rem, 7.251rem + 11.1959vw, 12.625rem);
    bottom: -182px;
    left: 65px;
  }
}

.joinus .middle-background__circle--left-bottom {
  position: absolute;
  bottom: clamp(-5.4375rem, -12.4109rem + 14.5091vw, 5rem);
  left: 31.3%;
  z-index: -1;
  width: clamp(4.625rem, 2.38rem + 9.58vw, 13.875rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .joinus .middle-background__circle--left-bottom {
    width: clamp(4.625rem, 2.8359rem + 7.6336vw, 6.5rem);
    bottom: -30px;
    left: 133px;
  }
}

/* --- cta --- */
.members-cta .balloon-animation {
  top: 65.5%;
}

/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Contact --- */
.under-main--contact {
  margin-bottom: -300px;
  padding-bottom: 300px;
}

.contact .section-heading__inner {
  margin-top: 93px;
}
@media (max-width: 768px) {
  .contact .section-heading__inner {
    margin-top: 30px;
  }
}
.contact .section-heading__inner .section-heading__lead {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .contact .section-heading__inner .section-heading__lead {
    margin-top: 45px;
  }
}
.contact .contact__body {
  display: flex;
  flex-direction: column;
  gap: 176px;
  margin-top: -4px;
}
@media (max-width: 768px) {
  .contact .contact__body {
    gap: 170px;
  }
}
.contact .contents-area__title {
  margin-bottom: -5px;
  font-size: clamp(1.78125rem, 1.4854rem + 1.2621vw, 3rem);
}
.contact .contents-area__catchphrase {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contact .contents-area__catchphrase {
    margin-top: 30px;
  }
}
.contact .cta-link {
  display: inline-block;
  margin-top: 24px;
}
.contact .cta-link .arrow-diagonal__icon {
  width: 23.3%;
  height: 23.3%;
  min-width: 15px;
  min-height: 15px;
}
@media (hover: hover) {
  .contact .cta-link:hover .arrow-diagonal__icon--grad {
    transform: translate(200%, -200%);
  }
  .contact .cta-link:hover .arrow-diagonal::after {
    opacity: 1;
  }
  .contact .cta-link:hover .arrow-diagonal__icon--wh {
    transform: translate(0, 0);
  }
}
.contact .enough-catchphrase {
  margin-top: 242px;
}
@media (max-width: 768px) {
  .contact .enough-catchphrase {
    margin-top: 100px;
  }
}
.contact .enough-catchphrase .page-catchphrase__text {
  font-size: clamp(1rem, 0.1201rem + 3.754vw, 4.625rem);
}
@media (max-width: 374px) {
  .contact .enough-catchphrase .page-catchphrase__text {
    font-size: 14px;
  }
}
.contact .enough-catchphrase .page-catchphrase__text strong:nth-of-type(1) {
  padding-left: 4.5%;
}

.cta-link__body {
  display: flex;
  align-items: center;
}

.contact__production .cta-link__text {
  flex-shrink: 0;
  width: min(32.27vw, 464px);
  margin-right: 10%;
}

.contact__consultation {
  margin-bottom: -10px;
}
.contact__consultation .cta-link {
  margin-top: 31px;
}
.contact__consultation .cta-link__text {
  width: 90.3%;
  flex-shrink: 0;
  margin-right: 4.3%;
  min-width: 260px;
}
@media (max-width: 768px) {
  .contact__consultation .cta-link__text {
    width: 77%;
  }
}
@media (max-width: 374px) {
  .contact__consultation .cta-link__text {
    min-width: initial;
  }
}

.contact__guild .cta-link {
  margin-top: 31px;
}
.contact__guild .cta-link__text {
  width: 87.9%;
  margin-right: 5.5%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contact__guild .cta-link__text {
    width: 77%;
  }
}

.cta-link__icon {
  width: min(7.74vw, 120px);
  flex-shrink: 0;
  min-width: 75px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .cta-link__icon {
    width: min(12vw, 120px);
    min-width: 55px;
  }
}
.cta-link__icon .arrow-diagonal {
  width: 100%;
  height: 100%;
  background-color: initial;
}

.contents-area__descriptions {
  line-height: 1.5;
  margin-top: 61px;
}

.contents-area__description {
  display: flex;
  margin-bottom: 16px;
}
.contents-area__description:last-child {
  margin-bottom: 0;
}

.description__term {
  flex-shrink: 0;
  width: 75px;
  margin-right: 13px;
}

.description__detail-list:nth-child(n+2) {
  margin-top: 16px;
}

.contact-next-link-button.next-link-button {
  width: 51%;
  max-width: 980px;
  text-align: start;
  aspect-ratio: 831/102;
}
@media (max-width: 768px) {
  .contact-next-link-button.next-link-button {
    width: clamp(18.0625rem, 11.7409rem + 26.972vw, 24.6875rem);
    max-width: 395px;
    aspect-ratio: 395/48;
    font-size: clamp(1.1875rem, 0.77rem + 1.7812vw, 1.625rem);
  }
}
.contact-next-link-button.next-link-button::before {
  max-width: 830px;
  width: 84.69%;
}
.contact-next-link-button .next-link-button__gradient {
  max-width: 980px;
  text-align: start;
  aspect-ratio: 831/102;
}
.contact-next-link-button .next-link-button__gradient::before {
  max-width: 830px;
  width: 84.69%;
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/*--- Contact ---*/
.contact {
  position: relative;
}
.contact .balloon-animation {
  position: absolute;
  top: 2%;
  left: -31px;
  transform: translate(0, -50%);
  width: clamp(18.313rem, 9.408rem + 37.994vw, 53rem);
  z-index: -1;
}
.contact .bottom-background__balloon {
  position: absolute;
  width: clamp(450px, 40%, 620px);
  bottom: -16%;
  right: -229px;
}
@media (max-width: 768px) {
  .contact .bottom-background__balloon {
    width: 400px;
    bottom: -420px;
    right: -200px;
  }
}
@media (max-width: 374px) {
  .contact .bottom-background__balloon {
    width: 350px;
    bottom: -375px;
  }
}

/*--- Contact production ---*/
.contact__production {
  position: relative;
}
.contact__production .top-background__balloon--right {
  position: absolute;
  top: 15%;
  right: 6.6%;
  transform: translate(0, -50%);
  width: min(24.4%, 468px);
  height: fit-content;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact__production .top-background__balloon--right {
    top: clamp(1.875rem, -32.9261rem + 75.7576vw, 3.4375rem);
  }
}
.contact__production .top-background__circle--right {
  position: absolute;
  top: calc(clamp(1.75rem, -4.0125rem + 11.9896vw, 10.375rem) * -1);
  right: 23%;
  width: clamp(3.1875rem, 0.6693rem + 10.7443vw, 13.5625rem);
  height: fit-content;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact__production .top-background__circle--right {
    width: 11%;
  }
}

/*--- Contact consultation ---*/
.contact__consultation {
  position: relative;
}
.contact__consultation .middle-background__balloon--right {
  position: absolute;
  height: fit-content;
  top: 3.5%;
  right: clamp(0.9375rem, -15.2643rem + 33.7098vw, 25.1875rem);
  width: min(7.92%, 152px);
  min-width: 85px;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact__consultation .middle-background__balloon--right {
    width: 12%;
    min-width: 50px;
    top: 7%;
  }
}
.contact__consultation .middle-background__circle--right {
  position: absolute;
  height: fit-content;
  top: 8%;
  right: clamp(1.75rem, -15.9968rem + 36.9244vw, 28.3125rem);
  width: clamp(6.4375rem, 2.4542rem + 16.9953vw, 17.75rem);
  z-index: -1;
}

/*--- Contact guild ---*/
.contact__guild {
  position: relative;
}
.contact__guild .bottom-background__balloon--right {
  position: absolute;
  height: fit-content;
  top: 25%;
  right: 12.5%;
  width: min(4.9%, 94px);
  min-width: 50px;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact__guild .bottom-background__balloon--right {
    top: 30%;
  }
}

/* ----------------------------------------
1.レイアウト設定
---------------------------------------- */
/* --- Privacy,Site policy共通 --- */
.policy .link-mark,
.policy .act__detail-content-mail {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy .update-date {
  margin-top: 191px;
}
@media (max-width: 768px) {
  .policy .update-date {
    margin-top: 150px;
  }
}

/* --- Privacy --- */
.privacy .section-heading__inner {
  margin-top: 94px;
}
@media (max-width: 768px) {
  .privacy .section-heading__inner {
    margin-top: 30px;
  }
}

.Privacy__personal-info-acquisition .gradient-bullet {
  margin-top: 53px;
}

.privacy__personal-data-purpose .gradient-bullet-list,
.privacy__shared-privacy .gradient-bullet-list,
.privacy__disclosure-prohibited .gradient-bullet-list {
  margin-top: 53px;
}

.privacy__update .contents-area__text:nth-last-of-type(1) {
  margin-top: 40px;
}

.privacy__inquiry .contents-area__list {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .privacy__inquiry .contents-area__list {
    margin-top: 30px;
  }
}
.privacy__inquiry .contents-area__definition {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .privacy__inquiry .contents-area__definition {
    gap: 15px;
    margin-top: 20px;
  }
}

/* --- Sitepolicy --- */
.site-policy .section-heading__inner {
  margin-top: 94px;
}
@media (max-width: 768px) {
  .site-policy .section-heading__inner {
    margin-top: 30px;
  }
}

.site-policy__recommended-environment .gradient-bullet {
  display: flex;
  flex-direction: column;
  margin-top: 92px;
}
@media (max-width: 768px) {
  .site-policy__recommended-environment .gradient-bullet {
    margin-top: 50px;
  }
}
.site-policy__recommended-environment .gradient-bullet:last-child {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .site-policy__recommended-environment .gradient-bullet:last-child {
    margin-top: 30px;
  }
}

.site-policy__javaScript .contents-area__title--policy {
  padding-bottom: 5px;
  margin-bottom: -5px;
}

.site-policy__cookie .gradient-bullet {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .site-policy__cookie .gradient-bullet {
    margin-top: 30px;
  }
}

.site-policy__user-sessions .contents-area:nth-of-type(n + 2) {
  margin-top: 0;
}
.site-policy__user-sessions .contents-area:nth-child(2) {
  margin-top: 51px;
  margin-bottom: 117px;
}
@media (max-width: 768px) {
  .site-policy__user-sessions .contents-area:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.site-policy__user-sessions .gradient-bullet__list {
  margin-top: 48px;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .site-policy__user-sessions .gradient-bullet__list {
    padding-left: 1.6em;
    margin-top: 30px;
  }
}
.site-policy__user-sessions .gradient-bullet__item:nth-child(n+2) {
  margin-top: 50px;
}
.site-policy__user-sessions .contents-area__title {
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.site-policy__user-sessions .gradient-bullet__term {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .site-policy__user-sessions .gradient-bullet__term {
    margin-bottom: 20px;
  }
}
.site-policy__user-sessions .gradient-bullet__description {
  line-height: 2.5;
}

/* --- antisocial --- */
.antisocial .contents-area__title {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.antisocial__statement-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.antisocial__details-list {
  text-align: end;
}

.antisocial__details-list > * {
  margin-top: 24px;
}

/* --- act --- */
.act__position {
  position: relative;
}
.act .act__list {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}
.act .act__detail-list {
  display: flex;
  line-height: 1.8888888889;
}
@media (max-width: 480px) {
  .act .act__detail-list {
    display: block;
  }
}
.act .act__detail-list .act__detail-title {
  color: #ff9ba9;
  width: 29%;
}
@media (max-width: 480px) {
  .act .act__detail-list .act__detail-title {
    width: 100%;
  }
}
.act .act__detail-list .act__detail-content {
  width: 71%;
  padding-left: 33px;
}
@media (max-width: 480px) {
  .act .act__detail-list .act__detail-content {
    width: 100%;
    padding-left: 20px;
  }
}
.act .act__detail-list .act__detail-content-address {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.act .act__detail-list.act__detail-list:nth-child(n+2) {
  margin-top: 35px;
}
.act .act__detail-sub-lists .act__detail-sub-list--margin-top {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .act .act__detail-sub-lists .act__detail-sub-list--margin-top {
    margin-top: 1.5em;
  }
}
.act .act__detail-sub-lists .act__detail-sub-list--indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* ----------------------------------------
背景設定
---------------------------------------- */
/* --- Privacy --- */
.privacy {
  position: relative;
  /* --- 個人情報の取得 --- */
  /* --- 個人情報の利用目的 --- */
  /* --- 16歳未満のお客さまへのお願い --- */
  /* --- 個人情報保護に関するお問い合わせ --- */
}
.privacy .balloon-animation {
  position: absolute;
  top: clamp(2.5rem, -0.8406rem + 6.9505vw, 7.5rem);
  left: -3px;
  transform: translate(0, -50%);
  width: clamp(18.313rem, 9.408rem + 37.994vw, 55rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .balloon-animation {
    top: 1.2%;
  }
}
@media (max-width: 480px) {
  .privacy .balloon-animation {
    top: 1%;
  }
}
.privacy .Privacy__personal-info-acquisition {
  position: relative;
}
.privacy .Privacy__personal-info-acquisition .Privacy__personal-info-acquisition-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  right: 0;
  bottom: -13.5%;
  width: min(32.29%, 620px);
  min-width: 372px;
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .Privacy__personal-info-acquisition .Privacy__personal-info-acquisition-bg {
    min-width: 223px;
  }
}
.privacy .Privacy__personal-info-acquisition .top01-background__balloon--right {
  width: 64%;
}
.privacy .Privacy__personal-info-acquisition .top01-background__circle--right {
  transform: translate(70%, -9%);
  width: 35.16%;
}
.privacy .privacy__personal-data-purpose {
  position: relative;
}
.privacy .privacy__personal-data-purpose .privacy__personal-data-purpose-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  bottom: -43%;
  right: 12.2%;
  width: min(29.58%, 568px);
  min-width: 340px;
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .privacy__personal-data-purpose .privacy__personal-data-purpose-bg {
    width: min(44.27%, 340px);
    bottom: -23%;
    right: 0;
    min-width: 204px;
  }
}
@media (max-width: 374px) {
  .privacy .privacy__personal-data-purpose .privacy__personal-data-purpose-bg {
    bottom: -13%;
  }
}
.privacy .privacy__personal-data-purpose .middle01-background__balloon--right {
  transform: translate(-82%, -29%);
  width: 34.86%;
}
.privacy .privacy__personal-data-purpose .middle01-background__circle--right {
  width: 65.14%;
}
.privacy .privacy__minors-restrictions {
  position: relative;
}
.privacy .privacy__minors-restrictions .privacy__minors-restrictions-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  top: -63.5%;
  right: -1.1%;
  width: min(32%, 615px);
  min-width: 369px;
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .privacy__minors-restrictions .privacy__minors-restrictions-bg {
    top: -30%;
    width: min(48%, 369px);
    min-width: 221px;
  }
}
.privacy .privacy__minors-restrictions .middle02-background__balloon--right {
  width: 64.39%;
}
.privacy .privacy__minors-restrictions .middle02-background__circle--right {
  transform: translate(71%, -8%);
  width: 35.44%;
}
.privacy .privacy__inquiry {
  position: relative;
}
.privacy .privacy__inquiry .bottom-background__balloon--right {
  position: absolute;
  bottom: -5%;
  right: clamp(5rem, -9.6667rem + 30.5556vw, 25rem);
  transform: translate(0, -50%);
  width: min(10.1%, 198px);
  min-width: 120px;
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .privacy__inquiry .bottom-background__balloon--right {
    width: 15%;
    right: 4%;
    min-width: 80px;
    top: auto;
    bottom: calc(clamp(2.5rem, 7.3855rem - 10.1781vw, 5rem) * -1);
  }
  @supports (-webkit-touch-callout: none) {
    .privacy .privacy__inquiry .bottom-background__balloon--right {
      bottom: calc(clamp(3.75rem, 7.3282rem - 15.2672vw, 0rem) * -1);
    }
  }
}
.privacy .privacy__inquiry .bottom-background__circle--right {
  position: absolute;
  transform: translate(0, -50%);
  top: 139%;
  right: clamp(5rem, -9.6667rem + 30.5556vw, 27rem);
  bottom: 0;
  margin: auto;
  width: clamp(12.8125rem, 5.9226rem + 14.3354vw, 23.125rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .privacy .privacy__inquiry .bottom-background__circle--right {
    width: 26.6%;
    bottom: -21%;
    min-width: 155px;
    right: 4%;
  }
}

/*--- Site policy ---*/
.site-policy {
  position: relative;
}
.site-policy .balloon-animation {
  position: absolute;
  top: clamp(2.5rem, -0.8406rem + 6.9505vw, 7.5rem);
  left: -3px;
  transform: translate(0, -50%);
  width: clamp(18.313rem, 9.408rem + 37.994vw, 55rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .site-policy .balloon-animation {
    top: 1.2%;
  }
}
@media (max-width: 480px) {
  .site-policy .balloon-animation {
    top: 1%;
  }
}
.site-policy .bottom-background__balloon--right-xs {
  position: absolute;
  bottom: -2.3%;
  left: 0;
  right: -7%;
  margin: auto;
  transform: translate(0, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .site-policy .bottom-background__balloon--right-xs {
    width: 17.9%;
  }
}
@media (max-width: 374px) {
  .site-policy .bottom-background__balloon--right-xs {
    bottom: -1.5%;
  }
}
.site-policy .site-policy__trademark {
  position: relative;
}
.site-policy .site-policy__trademark .site-policy__trademark-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  top: -83%;
  right: 0;
  width: min(32%, 615px);
  min-width: 369px;
  z-index: -1;
}
@media (max-width: 768px) {
  .site-policy .site-policy__trademark .site-policy__trademark-bg {
    top: -65%;
    width: min(48%, 369px);
    min-width: 221px;
  }
}
.site-policy .site-policy__trademark .site-policy__trademark-bg .top-background__balloon--right {
  width: 64.55%;
}
.site-policy .site-policy__trademark .site-policy__trademark-bg .top-background__circle--right {
  width: 35.45%;
  transform: translate(71%, -8%);
}
.site-policy .site-policy__recommended-environment {
  position: relative;
}
.site-policy .site-policy__recommended-environment .site-policy__recommended-environment-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  right: 5.5%;
  bottom: -19%;
  width: min(29.58%, 568px);
  min-width: 340px;
  z-index: -1;
}
@media (max-width: 768px) {
  .site-policy .site-policy__recommended-environment .site-policy__recommended-environment-bg {
    width: min(44.27%, 340px);
    right: -5%;
    min-width: 204px;
  }
}
.site-policy .site-policy__recommended-environment .site-policy__recommended-environment-bg .middle-background__balloon--right {
  width: 34.86%;
  transform: translate(-81%, -26%);
}
.site-policy .site-policy__recommended-environment .site-policy__recommended-environment-bg .middle-background__circle--right {
  width: 65.14%;
}
.site-policy .site-policy__user-sessions {
  position: relative;
}
.site-policy .site-policy__user-sessions .site-policy__user-sessions-bg {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  right: 0;
  bottom: -17.5%;
  width: min(32%, 615px);
  min-width: 369px;
  z-index: -1;
}
@media (max-width: 768px) {
  .site-policy .site-policy__user-sessions .site-policy__user-sessions-bg {
    bottom: -9%;
    width: min(48%, 369px);
    min-width: 221px;
  }
}
@media (max-width: 480px) {
  .site-policy .site-policy__user-sessions .site-policy__user-sessions-bg {
    bottom: -5%;
  }
}
.site-policy .site-policy__user-sessions .site-policy__user-sessions-bg .bottom-background__balloon--right {
  width: 64.55%;
}
.site-policy .site-policy__user-sessions .site-policy__user-sessions-bg .bottom-background__circle--right {
  width: 35.44%;
  transform: translate(71%, -9%);
}

/* --- antisocial --- */
.antisocial {
  position: relative;
}
.antisocial__position {
  position: relative;
}
.antisocial .balloon-animation {
  overflow: visible;
  position: absolute;
  top: clamp(5rem, -0.0944rem + 10.5995vw, 12.625rem);
  right: -3px;
  transform: translate(0, -50%) scaleX(0);
  width: clamp(18.313rem, 12.408rem + 43.994vw, 90rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .antisocial .balloon-animation {
    top: 1.2%;
  }
}
@media (max-width: 480px) {
  .antisocial .balloon-animation {
    top: 1%;
  }
}
.antisocial .middle-background__circle--right-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: min(7.19%, 138px);
  min-width: 80px;
}
@media (max-width: 768px) {
  .antisocial .middle-background__circle--right-xs {
    min-width: 60px;
  }
}
.antisocial .bottom-background__box {
  position: absolute;
  width: min(29.84%, 573px);
  min-width: 350px;
  left: -10%;
  bottom: -65%;
  z-index: -1;
}
@media (max-width: 768px) {
  .antisocial .bottom-background__box {
    width: 42%;
    min-width: 175px;
    bottom: 3%;
  }
}
.antisocial .bottom-background__box .bottom-background__balloon--left {
  display: block;
  margin-left: 29%;
  transform: translateY(75%);
  width: 34.6%;
}
.antisocial .bottom-background__box .bottom-background__circle--left {
  display: block;
  margin-left: auto;
  width: 64.6%;
}

/* --- act --- */
.act {
  position: relative;
}
.act .balloon-animation {
  overflow: visible;
  position: absolute;
  top: 6%;
  right: -3px;
  transform: translate(0, -50%) scaleX(0);
  width: clamp(18.313rem, 12.408rem + 43.994vw, 90rem);
  z-index: -1;
}
.act .middle-background__balloon--right-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: min(7.19%, 138px);
  min-width: 80px;
}
@media (max-width: 768px) {
  .act .middle-background__balloon--right-xs {
    min-width: 60px;
  }
}
.act .bottom-background__box {
  position: absolute;
  width: min(56.3%, 811px);
  left: -13%;
  top: 22%;
  z-index: -1;
}
@media (max-width: 768px) {
  .act .bottom-background__box {
    width: 42%;
    min-width: 175px;
    left: 0;
    top: 144%;
  }
}
.act .bottom-background__box .bottom-background__balloon--right {
  margin-right: -23%;
  width: 37.24%;
  height: fit-content;
}
.act .bottom-background__box .bottom-background__circle--right {
  width: 62.14%;
  height: fit-content;
}

/* =======================================
404ページ
======================================== */
.error404 .header,
.error404 .footer {
  display: none;
}
.error404 .canvas-base,
.error404 .canvas-overlay {
  position: fixed;
}
.error404 .canvas-overlay {
  mix-blend-mode: soft-light;
}

.error404__body {
  background-color: white;
  width: 100%;
  height: 100vh;
  padding-inline: min(9.1%, 160px);
}
@media (max-width: 768px) {
  .error404__body {
    padding-inline: 0;
  }
}

.error404__inner {
  position: relative;
  width: fit-content;
  font-size: 217px;
  max-height: 1080px;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "LINE Seed", sans-serif;
}
@media (max-width: 768px) {
  .error404__inner {
    font-size: 85px;
    max-height: 1132px;
  }
}

.error404__bg {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 550px;
  max-height: 100vh;
  aspect-ratio: 1440/1080;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .error404__bg {
    aspect-ratio: 768/1132;
  }
}

.error404__content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: min(3.41%, 60px);
}
@media (max-width: 768px) {
  .error404__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 85%;
  }
}

.error404__head {
  display: flex;
  justify-content: space-between;
  padding-top: min(7.37%, 106px);
  padding-bottom: clamp(130px, 12.16%, 175px);
}
@media (max-width: 768px) {
  .error404__head {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 10%;
  }
}

.error404__title {
  width: fit-content;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  padding-top: min(2.3%, 33px);
  padding-bottom: min(1.05%, 15px);
  font-size: max(1em, 95px);
}
@media (max-width: 768px) {
  .error404__title {
    font-size: max(1.5em, 90px);
    padding-top: 27%;
  }
}

.error404__title-number {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.error404__title-text {
  display: block;
  padding-top: min(6%, 32px);
  margin-left: min(0.8%, 4px);
  font-size: 0.562em;
  letter-spacing: 0.1em;
}

.error404__message {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49.3%;
  max-width: 709px;
  min-width: 325px;
  padding-top: min(3.5%, 50px);
  padding-right: min(6.95%, 100px);
  padding-left: min(8%, 115px);
  border-radius: 50%;
  color: white;
  z-index: 10;
  animation: balloon-animation404 6s infinite;
}
@media (max-width: 768px) {
  .error404__message {
    width: 60%;
    padding-inline: 0;
    min-width: 295px;
    align-items: center;
  }
}

.error404__message::after {
  position: absolute;
  top: max(26%, 91px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(to right, #f45c70, #8ec1f3);
  z-index: -1;
}
@media (max-width: 768px) {
  .error404__message::after {
    top: max(46%, 65px);
  }
}

.error404__subtitle {
  font-size: 0.24em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .error404__subtitle {
    font-size: max(0.24em, 20px);
  }
}

.error404__description {
  font-size: max(0.083em, 11px);
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin-top: 9.4%;
}
@media (max-width: 768px) {
  .error404__description {
    font-size: max(0.083em, 10px);
    margin-top: 8%;
    padding-right: 3%;
    padding-left: 6%;
    width: 85%;
  }
}

.error404__space {
  display: inline-block;
  width: 0.9em;
}

@media (max-width: 768px) {
  .error404__footer {
    display: flex;
    justify-content: center;
  }
}

.error404__footer-message {
  color: rgba(236, 120, 138, 0.5);
  font-size: 0.332em;
  line-height: 1.64;
  letter-spacing: 0.22em;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .error404__footer-message {
    display: inline-block;
  }
}

.error404__footer-message-bold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */