@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

:root {
  --color-pink: pink;
  --color-gray: #222;
  --color-text: #333;
  --color-head: #222;
  --color-bg: #F0ECEE;
  --color-nav: #222;
  --color-nav-hover: #B0B0B0;
  --color-nav-current-sp: #888;
  --color-header-bg: white;
  --color-footer-hover: #AAA;
  --color-toggle: white;
  --color-toggle-dark: #808080;
  --color-gallery-bg: white;
  --color-about-box-border: #707070;
  --color-service-bg: #E0E0E0;
  --color-work-memo-bg: #D9D9D9;
  --color-work-info-bg: white;
  --color-required: #F24F8A;
  --color-form-border: #333;
  --color-form-bg: #F9F9F9;
  --color-disabled: #888;
  --color-privacy-policy-link: #F24F8A;
  --color-dot-active: white;
  --color-dot: rgba(0,0,0,0.1);
  --color-scrollbar-track: transparent;
  --color-scrollbar-thumb: rgba(0, 0, 0, 0.15);
  --color-scrollbar-thumb-hover: rgba(0, 0, 0, 0.3);
}

/* for Dark Reader */
@media (prefers-color-scheme: dark) {
  :root {
    /* ダークテーマ用カラー変数 */
    --color-scrollbar-thumb: rgba(150, 150, 150, 0.4); /* 白寄り透明 */
    --color-scrollbar-thumb-hover: rgba(150, 150, 150, 0.8); /* 濃くなる */
  }
}
/* for OS */
[data-darkreader-scheme=dark] {
  /* ダークテーマ用カラー変数 */
  --color-scrollbar-thumb: rgba(150, 150, 150, 0.4); /* 白寄り透明 */
  --color-scrollbar-thumb-hover: rgba(150, 150, 150, 0.8); /* 濃くなる */
}

:root {
  --font-montserrat: montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-hiragino-kaku-gothic-pron: hiragino-kaku-gothic-pron, "Hiragino Sans", Meiryo, sans-serif;
  --font-futura-pt: futura-pt, "Helvetica Neue", Arial, sans-serif;
  --font-futura-pt-bold: futura-pt-bold, "Helvetica Neue", Arial, sans-serif;
  --font-futura-pt-condensed: futura-pt-condensed, "Helvetica Neue", Arial, sans-serif;
}

.montserrat {
  font-family: var(--font-montserrat);
}

.hiragino {
  font-family: var(--font-hiragino-kaku-gothic-pron);
}

.futura {
  font-family: var(--font-futura-pt);
}

.futura-bold {
  font-family: var(--font-futura-pt-bold);
}

.futura-condensed {
  font-family: var(--font-futura-pt-condensed);
}

.inner {
  width: 80%;
  margin-left: 20%;
}

/* break point */
body {
  margin: 0;
  position: relative;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-hiragino-kaku-gothic-pron);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  min-width: 320px;
}

html {
  font-size: 16px;
  /* 共通スクロールバー */
  /* トラック部分（背景と同化させる） */
  /* サム部分（つまみ） */
  /* ホバー時 */
}
html ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html ::-webkit-scrollbar-track {
  background: var(--color-scrollbar-track);
  border-radius: 10px;
}
html ::-webkit-scrollbar-thumb {
  background: var(--color-scrollbar-thumb);
  border-radius: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
html ::-webkit-scrollbar-thumb:hover {
  background: var(--color-scrollbar-thumb-hover);
}

a {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 600;
  color: var(--color-head);
  text-decoration: none;
}

h1 {
  font-family: var(--font-futura-pt);
  font-style: normal;
  color: var(--color-head);
  font-weight: 700;
  letter-spacing: 0em;
}

.sp {
  display: none;
}

.gray {
  fill: var(--color-gray);
}

.pink {
  fill: var(--color-pink);
}

@media screen and (max-width: 1200px) {
  .sp {
    display: block;
  }
}
.upper {
  text-transform: uppercase;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-service {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-in-service.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.for-page {
  transition: all 0.3s ease;
}
.for-page .c-container ul li a {
  color: white;
  border-color: white;
}

.for-page.scrolled .c-container ul li a {
  color: var(--color-head);
  border-color: var(--color-head);
}
.for-page.scrolled .c-container ul li a:hover {
  background-color: white;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 1200px) {
  .br_pc {
    display: none;
  }
}
.br_tab {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br_tab {
    display: block;
  }
}
.br_tab_only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br_tab_only {
    display: block;
  }
}
@media screen and (max-width: 756px) {
  .br_tab_only {
    display: none;
  }
}
.br_sp {
  display: none;
}

@media screen and (max-width: 756px) {
  .br_sp {
    display: block;
  }
}
.br_xsp {
  display: none;
}

@media screen and (max-width: 500px) {
  .br_xsp {
    display: block;
  }
}
/* hidden recaptcha badge */
.grecaptcha-badge {
  visibility: hidden;
}

/* for recaptcha text */
.recaptcha {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--font-montserrat);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: lightgray;
}
.recaptcha a {
  color: pink;
}
.recaptcha a:hover {
  color: gray;
}

@media screen and (max-width: 756px) {
  .recaptcha {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.cookie-p-link {
  color: #F24F8A;
}

.c-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: transparent;
}
.c-button span {
  position: relative;
  z-index: 3;
}
.c-button span i {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.4em;
  transition: all 0.3s ease;
}

.c-button::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 0;
  background-color: pink;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease;
  mix-blend-mode: difference;
}

.c-button:hover {
  background-color: var(--color-text);
}
.c-button:hover span {
  color: var(--color-header-bg);
}
.c-button:hover span i {
  margin-left: 1em;
}

.c-button:hover::before {
  right: -50px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 756px) {
  .c-button {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-global-nav {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.c-global-nav li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.c-global-nav li span {
  display: none;
  width: 50px;
  height: 1px;
  background-color: var(--color-text);
  position: absolute;
}
.c-global-nav li a {
  display: block;
  width: 35%;
  min-width: 120px;
  max-width: 160px;
  text-decoration: none;
  color: var(--color-nav);
  padding: 0.5em;
  margin-left: 50px;
  transition: all 0.3s ease;
}
.c-global-nav li a::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-size: 0.9em;
  margin-left: 0.4em;
  transition: all 0.3s ease;
}
.c-global-nav li a:hover {
  color: var(--color-nav-hover);
}
.c-global-nav li a:hover::after {
  margin-left: 1em;
}
.c-global-nav .current span {
  display: block;
}
.c-global-nav .privacy-policy a {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .c-global-nav {
    position: absolute;
    width: 25%;
    top: 200px;
    left: 75%;
    row-gap: 0;
    padding: 1em;
    background-color: var(--color-bg);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .c-global-nav .current span {
    display: none;
  }
  .c-global-nav .current a {
    color: var(--color-nav-current-sp);
  }
  .c-global-nav li {
    justify-content: left;
  }
  .c-global-nav li a {
    margin: 0;
  }
}
@media screen and (max-width: 756px) {
  .c-global-nav {
    width: 80%;
    top: 200px;
    left: 20%;
    row-gap: 0;
    padding: 1em;
    background-color: var(--color-bg);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .c-global-nav .current span {
    display: none;
  }
  .c-global-nav .current a {
    color: var(--color-nav-current-sp);
  }
  .c-global-nav li {
    justify-content: left;
  }
  .c-global-nav li a {
    margin: 0;
  }
}
.c-button-set {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: right;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  padding: 0 20px;
}
.c-button-set ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  justify-content: right;
}
.c-button-set ul li a {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  width: 120px;
  text-decoration: none;
  padding: 0.5em;
  color: var(--color-nav);
  font-weight: 600;
  border: 2px solid var(--color-nav);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.c-button-set ul li a::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.c-button-set ul li a:hover {
  background-color: var(--color-nav);
  color: var(--color-header-bg);
  border: 2px solid var(--color-header-bg);
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 1200px) {
  .c-button-set {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .c-button-set li:nth-of-type(1) {
    display: none;
  }
  .c-button-set.open .c-toggle span:nth-of-type(1) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 25px;
  }
  .c-button-set.open .c-toggle span:nth-of-type(2) {
    width: 0;
  }
  .c-button-set.open .c-toggle span:nth-of-type(3) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 25px;
  }
}
.c-toggle {
  width: 50px;
  height: 50px;
  padding: 19px 30%;
  cursor: pointer;
  position: relative;
  background-color: var(--color-toggle);
}
.c-toggle span {
  display: block;
  width: 40%;
  height: 1px;
  background-color: var(--color-nav);
  position: absolute;
  transition: all 1s ease;
}
.c-toggle span:nth-of-type(1) {
  top: 19px;
}
.c-toggle span:nth-of-type(2) {
  top: 25px;
}
.c-toggle span:nth-of-type(3) {
  top: 31px;
}

/* for Dark Reader */
[data-darkreader-scheme=dark] .c-toggle {
  background: var(--color-toggle-dark);
}

/* for OS */
@media (prefers-color-scheme: dark) {
  .c-toggle {
    background: var(--color-toggle-dark);
  }
}
.c-page-top-button {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  bottom: 220px;
  right: 50px;
  padding: 2em 0.5em 1em;
  z-index: 888;
  color: #F0ECEE;
  font-weight: 300;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  cursor: pointer;
  border: 1px solid #F0ECEE;
  background-color: #222;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  height: 130px;
  max-width: 2em;
  overflow: hidden;
}

.c-page-top-button::before {
  display: inline-block;
  content: "\f0de";
  font: var(--fa-font-solid);
  font-size: 0.9em;
  transition: all 0.3s ease;
  position: absolute;
  top: 1em;
}

.c-page-top-button.fixed {
  visibility: visible;
  opacity: 1;
}
.c-page-top-button.fixed p {
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}

.c-page-top-button:hover {
  color: #222;
  background-color: #F0ECEE;
  border: 1px solid #222;
}

.c-page-top-button:hover::before {
  top: 0.75em;
}

@media screen and (max-width: 756px) {
  .c-page-top-button {
    right: 20px;
  }
}
.c-logo {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 800;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  align-items: flex-start;
  margin-left: 50px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.c-logo h1 {
  font-family: montserrat, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.c-logo h1 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 200;
}

.bird {
  width: 1em;
  height: auto;
  aspect-ratio: 1;
}

.hatena {
  width: 1em;
  height: auto;
  aspect-ratio: 1;
}

.c-section-title {
  margin-left: 20px;
  height: 100px;
  mix-blend-mode: difference;
}
.c-section-title h1 {
  font-family: var(--font-futura-pt);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
}
.c-section-title p {
  font-family: var(--font-hiragino-kaku-gothic-pron);
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.c-gallery {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  background-color: var(--gallery-bg);
}

.gallery-container {
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding: 50px 20px 20px 20px;
  gap: 20px;
}

.gallery-item {
  width: 25%;
  cursor: pointer;
  min-width: 335px;
  height: 600px;
  position: relative;
  border-radius: 10px;
}
.gallery-item .box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
  width: 300px;
  height: auto;
  /*min-height: 480px;*/
  color: var(--color-text);
  justify-content: left;
  padding: 20px 20px 40px;
  background-color: var(--color-gallery-bg);
  position: absolute;
  bottom: -100px;
  left: 335px;
  visibility: hidden;
  opacity: 0;
  transition: bottom 2s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: var(--font-hiragino-kaku-gothic-pron);
}
.gallery-item .box h1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  padding: 0.25em 0;
  letter-spacing: 0;
  margin: 0;
}
.gallery-item .box h1 .text {
  border-bottom: 1px solid var(--color-text);
  font-family: var(--font-futura-pt-bold);
  font-weight: 700;
}
.gallery-item .box h1 .caution {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}
.gallery-item .box h1 .caution::before {
  content: "※";
}
.gallery-item .box p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.gallery-item .box .c-category {
  width: 100%;
}

.image-frame {
  display: inline-block;
  width: 100%;
  min-width: 335px;
  height: 600px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 32px;
  margin-top: 2rem;
}
.image-frame img {
  width: 100%;
  height: auto;
  max-width: 335px;
  min-height: 600px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 64px;
  margin-top: 4rem;
  transition: margin-top 1s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s, margin-top 1s;
  transition: transform 0.3s, filter 0.3s, margin-top 1s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  border-radius: 10px;
}

.gallery-item.hovered {
  padding-right: 500px;
}
.gallery-item.hovered .image-frame img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-top: 0;
}
.gallery-item.hovered .box {
  left: 200px;
  bottom: -20px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 756px) {
  .gallery-container {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .gallery-item {
    padding-right: 0;
  }
}
/* ダミーの空白用 */
.dummy-space {
  background: none;
  pointer-events: none; /* Hoverなどのイベントを無効化 */
}

.linked {
  display: flex;
  align-items: center;
  justify-content: center;
}
.linked .c-button {
  pointer-events: initial;
}

.linked:hover {
  padding-right: 0;
}

.c-sns {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.c-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  aspect-ratio: 1;
}
.c-sns li a svg {
  width: 100%;
  height: 100%;
}
.c-sns li a:hover svg {
  fill: var(--color-footer-hover);
}

.x-twitter, .github {
  -webkit-transform: scale(0.67);
  transform: scale(0.67);
}

@media screen and (max-width: 756px) {
  .c-sns {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
}
.c-container {
  width: 80%;
  margin-left: 20%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c-container {
    width: 100%;
    margin-left: 0;
  }
}
.c-category {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  font-family: var(--font-hiragino-kaku-gothic-pron);
}
.c-category li {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
.c-category li::before {
  content: "#";
}

.c-service-list .list-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
}
.c-service-list .list-container .list-item {
  width: 100%;
  height: 472px;
  position: relative;
}
.c-service-list .list-container .list-item .list-image-frame {
  width: 70%;
  height: 400px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 30;
}
.c-service-list .list-container .list-item .list-image-frame img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-service-list .list-container .list-item .box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  position: absolute;
  bottom: 30px;
  padding: 30px 30px 60px 30px;
  background-color: var(--color-service-bg);
  font-family: var(--font-hiragino);
  z-index: 31;
}
.c-service-list .list-container .list-item .box h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  font-family: var(--font-hiragino);
}
.c-service-list .list-container .list-item .box h1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-service-list .list-container .list-item .box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
}
.c-service-list .list-container .list-item:nth-of-type(odd) .c-number-title {
  justify-content: right;
}
.c-service-list .list-container .list-item:nth-of-type(odd) .c-number-title .head {
  justify-content: right;
}
.c-service-list .list-container .list-item:nth-of-type(odd) .list-image-frame {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.c-service-list .list-container .list-item:nth-of-type(odd) .list-image-frame img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.c-service-list .list-container .list-item:nth-of-type(odd) .box {
  right: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.c-service-list .list-container .list-item:nth-of-type(even) .c-number-title {
  justify-content: left;
}
.c-service-list .list-container .list-item:nth-of-type(even) .c-number-title .head {
  margin-left: 0;
  justify-content: left;
}
.c-service-list .list-container .list-item:nth-of-type(even) .list-image-frame {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  right: 0;
}
.c-service-list .list-container .list-item:nth-of-type(even) .list-image-frame img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.c-service-list .list-container .list-item:nth-of-type(even) .box {
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 756px) {
  .c-service-list {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .c-service-list .list-container {
    scroll-behavior: smooth;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    row-gap: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    /* animation clear*/
  }
  .c-service-list .list-container .fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-service-list .list-container .list-item {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    height: auto;
    border: 1px solid var(--color-head);
  }
  .c-service-list .list-container .list-item .c-number-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-service-list .list-container .list-item .c-number-title .head {
    background-color: var(--color-head);
    padding: 12px;
  }
  .c-service-list .list-container .list-item .c-number-title .head h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25;
    color: var(--color-bg);
  }
  .c-service-list .list-container .list-item .c-number-title .head span, .c-service-list .list-container .list-item .c-number-title .head p {
    display: none;
  }
  .c-service-list .list-container .list-item .c-number-title::before {
    display: none;
  }
  .c-service-list .list-container .list-item .list-image-frame {
    width: 100%;
    height: auto;
    position: static;
  }
  .c-service-list .list-container .list-item .list-image-frame img {
    width: 100%;
    height: auto;
  }
  .c-service-list .list-container .list-item .box {
    width: 100%;
    padding: 20px;
    position: static;
    row-gap: 12px;
  }
  .c-service-list .list-container .list-item .box h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .c-service-list .list-container .list-item .box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-service-list .list-container .list-item:nth-of-type(odd) .c-number-title {
    justify-content: left;
  }
  .c-service-list .list-container .list-item:nth-of-type(odd) .list-image-frame img {
    border-radius: 0;
  }
  .c-service-list .list-container .list-item:nth-of-type(even) .list-image-frame img {
    border-radius: 0;
  }
  .c-service-list .list-container::-webkit-scrollbar {
    height: 8px;
  }
  .c-service-list .list-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .c-service-list .list-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.c-number-title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-number-title .head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-column-gap: 0.1em;
  -moz-column-gap: 0.1em;
  column-gap: 0.1em;
  color: var(--color-head);
  padding: 0 20px;
  font-family: var(--font-futura-pt-bold);
  z-index: 21;
}
.c-number-title .head h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02;
  font-weight: 700;
}
.c-number-title .head span {
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: var(--color-head);
}
.c-number-title .head p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.c-number-title .head p::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-head);
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-number-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-head);
  position: absolute;
  top: 36px;
  z-index: 20;
}

.c-page-header {
  width: 100%;
}
.c-page-header .c-container {
  display: flex;
  flex-wrap: wrap;
}
.c-page-header .c-container .page-title {
  width: 90%;
  margin-left: 10%;
  height: 20vh;
  min-height: 120px;
  max-height: 200px;
  position: relative;
}
.c-page-header .c-container .page-title .text {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  mix-blend-mode: difference;
  position: absolute;
  bottom: -30px;
  left: 15px;
  z-index: 81;
  opacity: 1;
}
.c-page-header .c-container .page-title .text h1 {
  font-family: var(--font-futura-pt);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
  color: var(--color-bg);
}
.c-page-header .c-container .page-title .text p {
  font-family: var(--font-hiragino-kaku-gothic-pron);
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-bg);
  padding-bottom: 0.5em;
}
.c-page-header .c-container .page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./img/webp/contact_bg.webp);
  background-position: center center;
  background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 60px;
  opacity: 1;
  z-index: 80;
}
@supports (background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x)) {
  .c-page-header .c-container .page-title::before {
    background-image: -webkit-image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
    background-image: image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-page-header .c-container .page-title::before {
    background-image: url(./img/jpg/contact_bg@2x.jpg);
  }
}
.c-page-header .c-container .c-breadcrumb {
  width: 80%;
  margin: 200px auto 0;
  opacity: 1;
}

@media screen and (max-width: 756px) {
  .c-page-header .c-container .c-breadcrumb {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .c-page-header .c-container .page-title .text {
    flex-wrap: wrap;
    flex-direction: column;
    bottom: -60px;
    left: 15px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.c-page-contents-title {
  display: inline-block;
  position: relative;
}
.c-page-contents-title h1 {
  display: inline-block;
  font-family: var(--font-futura-pt-condensed);
  text-transform: uppercase;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  margin-right: 10px;
}
.c-page-contents-title p {
  display: inline-block;
  font-family: var(--font-hiragino-kaku-gothic-pron);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.c-page-contents-title::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .c-page-contents-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 8px;
  }
  .c-page-contents-title p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 756px) {
  .c-page-contents-title h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 4px;
  }
  .c-page-contents-title p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.c-breadcrumb li a {
  transition: all 0.3s ease;
  color: var(--color-head);
}
.c-breadcrumb li a::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 0.9em;
  margin-left: 0.4em;
}
.c-breadcrumb li a:hover {
  color: var(--color-nav-hover);
}
.c-breadcrumb li a:hover::after {
  color: var(--color-head);
}
.c-breadcrumb li .current::after {
  display: none;
  cursor: none;
}
.c-breadcrumb li .current:hover {
  color: var(--color-head);
}

.c-text-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  row-gap: 0.625em;
}
.c-text-list li {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  white-space: nowrap;
}
.c-text-list li::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--color-head);
}

@media screen and (max-width: 1000px) {
  .c-text-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fade 32s infinite;
  animation: fade 32s infinite;
}

.slide .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide:nth-child(1) {
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: fade_1 32s infinite;
  animation: fade_1 32s infinite;
}

.slide:nth-child(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.slide:nth-child(3) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.slide:nth-child(4) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* start from opacity 1 */
@-webkit-keyframes fade_1 {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_1 {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.dot {
  width: 10px;
  height: 10px;
  background: var(--color-dot);
  transition: all 0.3s ease;
}

.slide:nth-child(1) {
  z-index: 1;
}

.slide:nth-child(2) {
  z-index: 2;
}

.slide:nth-child(3) {
  z-index: 3;
}

.slide:nth-child(4) {
  z-index: 4;
}

.c-slider::after {
  content: "";
  -webkit-animation: dotActive 32s infinite;
  animation: dotActive 32s infinite;
  display: none;
}

.dot:nth-child(1) {
  background-color: var(--color-dot-active);
  -webkit-animation: dot1 32s infinite;
  animation: dot1 32s infinite;
}

.dot:nth-child(2) {
  -webkit-animation: dot2 32s infinite;
  animation: dot2 32s infinite;
}

.dot:nth-child(3) {
  -webkit-animation: dot3 32s infinite;
  animation: dot3 32s infinite;
}

.dot:nth-child(4) {
  -webkit-animation: dot4 32s infinite;
  animation: dot4 32s infinite;
}

@-webkit-keyframes dot1 {
  0%, 24.9% {
    background-color: var(--color-dot-active);
  }
  25%, 100% {
    background-color: var(--color-dot);
  }
}
@keyframes dot1 {
  0%, 24.9% {
    background-color: var(--color-dot-active);
  }
  25%, 100% {
    background-color: var(--color-dot);
  }
}
@-webkit-keyframes dot2 {
  0%, 24.9% {
    background-color: var(--color-dot);
  }
  25%, 49.9% {
    background-color: var(--color-dot-active);
  }
  50%, 100% {
    background-color: var(--color-dot);
  }
}
@keyframes dot2 {
  0%, 24.9% {
    background-color: var(--color-dot);
  }
  25%, 49.9% {
    background-color: var(--color-dot-active);
  }
  50%, 100% {
    background-color: var(--color-dot);
  }
}
@-webkit-keyframes dot3 {
  0%, 49.9% {
    background-color: var(--color-dot);
  }
  50%, 74.9% {
    background-color: var(--color-dot-active);
  }
  75%, 100% {
    background-color: var(--color-dot);
  }
}
@keyframes dot3 {
  0%, 49.9% {
    background-color: var(--color-dot);
  }
  50%, 74.9% {
    background-color: var(--color-dot-active);
  }
  75%, 100% {
    background-color: var(--color-dot);
  }
}
@-webkit-keyframes dot4 {
  0%, 74.9% {
    background-color: var(--color-dot);
  }
  75%, 99.9% {
    background-color: var(--color-dot-active);
  }
  100% {
    background-color: var(--color-dot);
  }
}
@keyframes dot4 {
  0%, 74.9% {
    background-color: var(--color-dot);
  }
  75%, 99.9% {
    background-color: var(--color-dot-active);
  }
  100% {
    background-color: var(--color-dot);
  }
}
.overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-header-bg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.logo-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fadeInOut 5.5s ease-in-out forwards;
  animation: fadeInOut 5.5s ease-in-out forwards;
  overflow: visible;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bird-logo {
  width: 80px;
  height: 80px;
  -webkit-animation: flyAway 2.4s ease-in-out forwards;
  animation: flyAway 2.4s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -10px) scale(1.02);
    transform: translate(10px, -10px) scale(1.02);
  }
  100% {
    -webkit-transform: translate(40px, -60px) scale(0.95);
    transform: translate(40px, -60px) scale(0.95);
    opacity: 0;
  }
}
@keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -10px) scale(1.02);
    transform: translate(10px, -10px) scale(1.02);
  }
  100% {
    -webkit-transform: translate(40px, -60px) scale(0.95);
    transform: translate(40px, -60px) scale(0.95);
    opacity: 0;
  }
}
.wing {
  transform-box: fill-box;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: flap 0.6s ease-in-out 3 forwards;
  animation: flap 0.6s ease-in-out 3 forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes flap {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes flap {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.body {
  transform-box: fill-box;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: tiltBody 0.6s ease-in-out 3 forwards;
  animation: tiltBody 0.6s ease-in-out 3 forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes tiltBody {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); /* 軽くうしろに引くような感じ */
  }
}
@keyframes tiltBody {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); /* 軽くうしろに引くような感じ */
  }
}
.loading-text {
  display: block;
  margin-top: 80px;
  margin-left: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #333;
  opacity: 0;
  -webkit-animation: loadingTextFade 2.4s ease-in-out forwards;
  animation: loadingTextFade 2.4s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; /* 鳥が動き出してから表示 */
}

@-webkit-keyframes loadingTextFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); /* 少しだけ上昇して消える */
  }
}
@keyframes loadingTextFade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); /* 少しだけ上昇して消える */
  }
}
.bird-logo-page {
  width: 80px;
  height: 80px;
  -webkit-animation: flyAway 1.5s ease-in-out forwards;
  animation: flyAway 1.5s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -10px) scale(1.02);
    transform: translate(10px, -10px) scale(1.02);
  }
  100% {
    -webkit-transform: translate(40px, -60px) scale(0.95);
    transform: translate(40px, -60px) scale(0.95);
    opacity: 0;
  }
}
@keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -10px) scale(1.02);
    transform: translate(10px, -10px) scale(1.02);
  }
  100% {
    -webkit-transform: translate(40px, -60px) scale(0.95);
    transform: translate(40px, -60px) scale(0.95);
    opacity: 0;
  }
}
.wing-page {
  transform-box: fill-box;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: flap 0.6s ease-in-out 1 forwards;
  animation: flap 0.6s ease-in-out 1 forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.body-page {
  transform-box: fill-box;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: tiltBody 0.6s ease-in-out 1 forwards;
  animation: tiltBody 0.6s ease-in-out 1 forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fadeInOut 1.5s ease-in-out forwards;
  animation: fadeInOut 1.5s ease-in-out forwards;
  overflow: visible;
}

.page-loader-text {
  display: block;
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #333;
  opacity: 0;
  -webkit-animation: loadingTextFade 1.5s ease-in-out forwards;
  animation: loadingTextFade 1.5s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; /* 鳥が動き出してから表示 */
}

@media screen and (max-width: 756px) {
  .overlay {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .logo-loader {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .bird-logo {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .wing {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .body {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .loading-text {
    display: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* header */
header {
  width: 20%;
  height: 100vh;
  background-color: var(--color-header-bg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: left;
}
header .inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  width: 100%;
  margin: 0;
}
header .c-logo:hover h1 {
  color: var(--color-nav-hover);
}
header .c-logo:hover p {
  color: var(--color-nav-hover);
}
header .c-logo:hover svg {
  fill: var(--color-nav-hover);
}

@media screen and (max-width: 1200px) {
  header {
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-right: 20%;
    transition: background-color 0.5s ease;
  }
  header .inner {
    width: 80%;
    margin-right: 20%;
    flex-wrap: nowrap;
    row-gap: 0;
    align-items: center;
  }
  header .c-logo h1 span {
    display: inline-block;
    margin-left: 1em;
  }
  header .c-global-nav {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
  }
  header.open .c-global-nav {
    left: 75%;
    opacity: 1;
    visibility: visible;
  }
  header.fixed {
    height: 50px;
    background-color: rgba(240, 236, 238, 0.6); /* page background rgb */
  }
  header.fixed .c-logo {
    font-size: 24px;
    font-size: 1.5rem;
  }
  header.fixed .c-logo h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  header.fixed .c-logo h1 span {
    display: none;
  }
  header.fixed .c-logo:hover h1 {
    color: var(--color-pink);
  }
  header.fixed .c-logo:hover svg {
    fill: var(--color-pink);
  }
}
@media screen and (max-width: 756px) {
  header {
    height: 80px;
  }
  header .inner .c-logo {
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
  }
  header .inner .c-logo span {
    display: none;
  }
  header .inner .c-global-nav {
    left: 80%;
  }
  header.open .c-global-nav {
    left: 20%;
  }
}
.top {
  padding-bottom: 100px;
}
.top .scroll {
  position: absolute;
  top: 50%;
  right: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
  opacity: 0.8;
  mix-blend-mode: difference;
  z-index: 81;
}
.top .circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.top .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-head);
  -webkit-animation: dotBounce 1.8s infinite;
  animation: dotBounce 1.8s infinite;
}
.top .scroll .circle:nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top .scroll .circle:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.top .scroll .circle:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.top .scroll .circle:nth-child(5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.top .scroll .circle:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.top .scroll-text {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-head);
  opacity: 1;
}
@-webkit-keyframes dotBounce {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
  }
}
@keyframes dotBounce {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
  }
}
.top .hero {
  display: block;
  position: absolute;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 1;
  bottom: -0.3em;
  right: 20px;
  mix-blend-mode: difference;
  z-index: 20;
  /*
  .word {
      @include m.font-size(200);
      line-height: 1.0;
      letter-spacing: -0.1em;
      font-weight: 200;
      color: var(--color-header-bg);
  }
      */
}
.top .hero h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 1;
  letter-spacing: -0.1em;
  font-weight: 200;
  color: var(--color-header-bg);
}
.top .c-slider {
  width: calc(100% - 60px);
  height: calc(100vh - 60px);
  max-height: 1100px;
  min-height: 800px;
  position: relative;
}
.top .c-slider .slider {
  border-bottom-right-radius: 60px;
}
.top .c-slider .dots {
  top: 100px;
  right: 60px;
  z-index: 21;
}

@media screen and (max-width: 1200px) {
  .top {
    padding-top: 150px;
  }
  .top .hero {
    font-size: 150px;
    font-size: 9.375rem;
  }
  .top .hero h1 {
    font-size: 150px;
    font-size: 9.375rem;
  }
  .top .c-slider {
    width: calc(100% - 50px);
    height: calc(100vh - 150px - 45px);
    max-height: 800px;
    min-height: 400px;
  }
  .top .c-slider .slider {
    border-bottom-right-radius: 50px;
  }
  .top .c-slider .dots {
    top: 54px;
  }
}
@media screen and (max-width: 756px) {
  .top {
    padding-top: 80px;
  }
  .top .scroll {
    right: 20px;
  }
  .top .c-slider {
    height: calc(100vh - 80px - 30px);
  }
  .top .c-slider .dots {
    top: 50px;
    right: 20px;
  }
  .top .hero {
    font-size: 120px;
    font-size: 7.5rem;
    right: 0;
    left: 20px;
    bottom: -30px;
    /*
    .word {
        @include m.font-size(120);
    }
    */
  }
  .top .hero h1 {
    font-size: 120px;
    font-size: 7.5rem;
    visibility: hidden;
  }
}
@media screen and (max-width: 500px) {
  .top {
    overflow: hidden;
  }
  .top .scroll {
    right: 0;
    left: 20px;
  }
  .top .hero {
    font-size: 96px;
    font-size: 6rem;
    text-align: right;
    left: 0;
    right: 5px;
    /*
    .word {
        @include m.font-size(96);
    }
    */
  }
  .top .hero h1 {
    max-width: 320px;
    font-size: 96px;
    font-size: 6rem;
  }
}
.about {
  padding: 20px 0 80px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.about .c-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.about-box {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
  background-color: var(--color-header-bg);
  border: 1px solid var(--color-about-box-border);
}
.about-box .text {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  row-gap: 1.5rem;
  justify-content: right;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  padding: 0.8rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.about-box .image {
  width: 40%;
}
.about-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .about-box {
    width: 80%;
  }
}
@media screen and (max-width: 756px) {
  .about-box {
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }
  .about-box .text {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .about-box .image {
    width: 100%;
  }
}
.service {
  background-color: var(--color-service-bg);
  padding-bottom: 100px;
}
.service .c-section-title {
  position: absolute;
  top: -50px;
  left: 0;
  height: 0;
}
.service .c-container {
  padding-top: 146px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  row-gap: 48px;
}
.service .c-container .c-service-list {
  width: 100%;
}
.service .c-container .c-service-list .c-number-title .head {
  background-color: var(--color-service-bg);
}
.service .c-container .c-button {
  margin-left: 20px;
}

@media screen and (max-width: 756px) {
  .service .c-container {
    justify-content: left;
  }
  .service .c-container .c-service-list {
    width: calc(100% - 40px);
  }
  .service .c-container .c-service-list .c-number-title .head {
    background-color: var(--color-head);
  }
  .service .c-container .c-service-list .list-item:nth-of-type(odd) .list-image-frame {
    border-radius: 0;
  }
  .service .c-container .c-service-list .list-item:nth-of-type(even) .list-image-frame {
    border-radius: 0;
  }
}
.work .c-section-title {
  position: absolute;
  top: -50px;
  left: 0;
}

.contact {
  height: 40vh;
  min-height: 600px;
  background-color: transparent;
  overflow: hidden;
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}
.contact .c-section-title h1 {
  color: var(--color-bg);
}
.contact .c-section-title p {
  color: var(--color-bg);
}
.contact .c-container {
  height: 40vh;
  min-height: 600px;
  position: relative;
}
.contact .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  row-gap: 1rem;
  visibility: hidden;
  opacity: 0;
  width: 80%;
  padding: 50px 60px 100px;
  background-color: var(--color-head);
  /*mix-blend-mode: difference;*/
  position: absolute;
  right: 0;
  bottom: -100vh;
  transition: all 0.5s ease;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  color: var(--color-pink);
}
.contact .box .c-button {
  color: var(--color-pink);
  border: 1px solid var(--color-pink);
}
.contact .box .c-button::after {
  background-color: var(--color-pink);
}
.contact .box .c-button:hover span {
  color: var(--color-pink);
}
.contact .box .text {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: var(--color-pink);
}
.contact img {
  width: 70%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: -100%;
  visibility: hidden;
  opacity: 0;
  transition: all 2s ease;
}

.contact::before {
  display: block;
  content: "";
  width: 100%;
  height: 40vh;
  min-height: 600px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(./img/webp/contact_bg.webp);
  background-position: center center;
  background-size: cover;
  background-size: cover;
  transition: all 1s ease;
}
@supports (background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x)) {
  .contact::before {
    background-image: -webkit-image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
    background-image: image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .contact::before {
    background-image: url(./img/jpg/contact_bg@2x.jpg);
  }
}

.contact.up {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.contact.up .box {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
  bottom: 5rem;
  z-index: 1;
}
.contact.up img {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.contact.up::before {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contact-title h1 {
  font-family: var(--font-montserrat);
  letter-spacing: 0.02em;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-pink);
}
.contact-title p {
  font-family: var(--font-hiragino-kaku-gothic-pron);
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-pink);
}

@media screen and (max-width: 756px) {
  .contact {
    min-height: 600px;
    background-color: transparent;
    overflow: hidden;
    padding-top: 80px;
    padding-top: 5rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    position: relative;
  }
  .contact .box .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contact-title h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .contact .box {
    padding: 48px 20px 48px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
footer {
  width: 100%;
  background-color: var(--color-head);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  padding: 60px 0 20px;
}
footer .c-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
footer .copyright {
  width: 100%;
  text-align: center;
  display: block;
  color: var(--color-pink);
  font-size: 12px;
  font-size: 0.75rem;
}
footer .prof {
  width: 20%;
  align-items: flex-start;
}
footer .prof .c-logo {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-left: 20px;
}
footer .prof .c-logo h1 {
  color: var(--color-pink);
}
footer .prof .c-logo svg {
  width: 1em;
  height: auto;
  aspect-ratio: 1;
  min-width: 32px;
  min-width: 2rem;
}
footer .prof .c-logo:hover svg {
  fill: var(--color-footer-hover);
}
footer .prof .c-logo:hover h1 {
  color: var(--color-footer-hover);
}

.footer_nav {
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  list-style: none;
}
.footer_nav li a {
  color: var(--color-pink);
  font-weight: 400;
}
.footer_nav li a:hover {
  color: var(--color-footer-hover);
}

@media screen and (max-width: 756px) {
  footer .c-container {
    flex-wrap: wrap;
    row-gap: 2em;
  }
  footer .prof {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .prof .c-logo {
    margin-left: 0;
  }
  .footer_nav {
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 0.5em;
  }
  .copyright {
    padding: 2em 0;
  }
}
@media screen and (max-width: 500px) {
  footer .prof {
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.about-contents {
  padding: 80px 0 180px;
}
.about-contents .c-page-contents-title {
  margin-bottom: 30px;
}
.about-contents .introduce {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 60px;
  width: 80%;
  margin: 0 auto;
}
.about-contents .introduce .profile {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
.about-contents .introduce .profile .image picture {
  display: block;
  width: 100%;
}
.about-contents .introduce .profile .image picture img {
  width: 100%;
  height: 100%;
  max-width: 450px;
  min-width: 400px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-contents .introduce .profile .profile-contents {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 150px 0;
}
.about-contents .introduce .profile .profile-contents .name {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.about-contents .introduce .profile .profile-contents .name .c-logo {
  margin-left: 0;
  line-height: 1;
}
.about-contents .introduce .profile .profile-contents .name .c-logo .bird {
  min-width: 2rem;
  min-width: 32px;
}
.about-contents .introduce .profile .profile-contents .name .c-logo h1 {
  padding-top: 6px;
}
.about-contents .introduce .profile .profile-contents .name .c-logo span {
  display: inline-block;
  color: var(--color-head);
  font-weight: 300;
  margin-left: 0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}
.about-contents .introduce .profile .profile-contents .name .c-logo span::before {
  content: "/";
  display: inline-block;
  margin-right: 0.5em;
}
.about-contents .introduce .profile .profile-contents .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.about-contents .introduce .profile .profile-contents .c-text-list li span::after {
  content: ":";
}
.about-contents .introduce .bio-and-certification {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
}
.about-contents .introduce .bio-and-certification p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2em;
}
.about-contents .introduce .bio-and-certification p:last-of-type {
  margin-bottom: 0;
}
.about-contents .introduce .greetings p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .about-contents .introduce .profile {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 24px;
  }
  .about-contents .introduce .profile .image picture {
    width: 100%;
    margin: 0 auto;
  }
  .about-contents .introduce .profile .image picture img {
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 3/2;
  }
  .about-contents .introduce .profile .profile-contents {
    width: 80%;
    margin: 0 auto;
    justify-content: flex-end;
    row-gap: 24px;
    padding: 60px 0;
  }
  .about-contents .introduce .profile .profile-contents .name {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 756px) {
  .about-contents .introduce {
    width: calc(100% - 40px);
  }
  .about-contents .introduce .profile {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .about-contents .introduce .profile .profile-contents {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .about-contents .introduce .profile .profile-contents .name {
    flex-wrap: wrap;
  }
  .about-contents .introduce .profile .profile-contents .detail p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about-contents .introduce .profile .profile-contents .c-text-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about-contents .introduce .bio-and-certification {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 60px;
  }
  .about-contents .introduce .bio-and-certification p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about-contents .introduce .greetings p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.service-contents {
  padding: 80px 0 180px;
}
.service-contents .servicies {
  width: 90%;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}
.service-contents .servicies .explain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}
.service-contents .servicies .c-service-list {
  width: 100%;
}
.service-contents .servicies .c-service-list .list-container .list-item .c-number-title .head {
  background-color: var(--color-bg);
}
.service-contents .servicies .c-service-list .list-container .list-item .box {
  background-color: var(--color-bg);
}
.service-contents .servicies .c-service-list .list-container .list-item .box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 756px) {
  .service-contents .servicies {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .service-contents .servicies .explain {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .service-contents .servicies .c-service-list {
    margin-left: 0;
  }
  .service-contents .servicies .c-service-list .list-container .list-item .c-number-title .head {
    background-color: var(--color-head);
  }
  .service-contents .servicies .c-service-list .list-container .list-item .list-image-frame {
    border-radius: 0;
  }
  .service-contents .servicies .c-service-list .list-container .list-item .list-image-frame img {
    border-radius: 0;
  }
  .service-contents .servicies .c-service-list .list-container .list-item .box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .service-contents .servicies .c-service-list .list-container .list-item:last-of-type {
    margin-right: 50%;
  }
}
.skill-contents {
  padding: 80px 0 180px;
}
.skill-contents .c-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.skill-contents .c-container .c-page-contents-title {
  margin-bottom: 30px;
}
.skill-contents .c-container .advantage {
  width: 80%;
  margin: 0 auto;
}
.skill-contents .c-container .advantage .explain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.skill-contents .c-container .tech {
  width: 80%;
  margin: 0 auto;
}
.skill-contents .c-container .tech .tech-contents .title {
  text-align: right;
  position: relative;
  padding-top: 4.25rem;
  padding-top: 68px;
  padding-right: 20px;
  margin-bottom: 16px;
}
.skill-contents .c-container .tech .tech-contents .title h1 {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: var(--font-hiragino);
  font-weight: 600;
  z-index: 50;
}
.skill-contents .c-container .tech .tech-contents .title span {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
  font-family: var(--font-futura-pt-bold);
  background-image: url(./img/webp/contact_bg.webp);
  background-position: center center;
  background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  bottom: 0;
  right: 20px;
  opacity: 0.4;
  z-index: 10;
  mix-blend-mode: difference;
}
@supports (background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x)) {
  .skill-contents .c-container .tech .tech-contents .title span {
    background-image: -webkit-image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
    background-image: image-set(url("./img/webp/contact_bg.webp") 1x, url("./img/webp/contact_bg@2x.webp") 2x);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .skill-contents .c-container .tech .tech-contents .title span {
    background-image: url(./img/jpg/contact_bg@2x.jpg);
  }
}
.skill-contents .c-container .tech .tech-contents .coding {
  margin-top: 48px;
}
.skill-contents .c-container .tech .tech-contents .coding .title {
  text-align: left;
  padding-right: 0;
  padding-left: 20px;
}
.skill-contents .c-container .tech .tech-contents .coding .title span {
  left: 20px;
}
.skill-contents .c-container .tech .tech-contents .tech-list {
  width: calc(100% - 40px);
  margin-left: 20px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* for xsp */
  row-gap: 0;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item {
  max-width: 648px;
  min-width: 648px;
  flex-shrink: 0;
  width: 50%;
  position: relative;
  height: auto;
  border: 1px solid var(--color-head);
  background-color: var(--color-bg);
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .c-number-title {
  position: absolute;
  top: 0;
  left: 0;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .c-number-title .head {
  background-color: var(--color-head);
  padding: 12px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .c-number-title .head h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25;
  color: var(--color-bg);
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .c-number-title::before {
  display: none;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .list-image-frame {
  width: 100%;
  height: auto;
  border-radius: 0;
  position: static;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .list-image-frame img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  row-gap: 12px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .box h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font-hiragino);
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 auto;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .box h1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-head);
  position: absolute;
  bottom: 0;
  left: 0;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item:last-of-type {
  margin-right: 25%;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container::-webkit-scrollbar {
  height: 8px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.skill-contents .c-container .tech .tech-contents .tech-list .list-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 756px) {
  .skill-contents .c-container .advantage {
    width: calc(100% - 40px);
  }
  .skill-contents .c-container .advantage .explain {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .skill-contents .c-container .tech {
    width: calc(100% - 40px);
  }
  .skill-contents .c-container .tech .tech-contents {
    width: 100%;
    max-width: 100%;
  }
  .skill-contents .c-container .tech .tech-contents .tech-list {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
  }
  .skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item .box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .skill-contents .c-container .tech .tech-contents .tech-list .list-container .list-item:last-of-type {
    margin-right: 40%;
  }
  .skill-contents .c-container .tech .tech-contents .title {
    padding-top: 30px;
  }
  .skill-contents .c-container .tech .tech-contents .title h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .skill-contents .c-container .tech .tech-contents .title span {
    font-size: 48px;
    font-size: 3rem;
  }
}
.work-contents .c-container .c-gallery {
  width: 90%;
  margin-left: 10%;
}

.work-single-contents .c-container .single {
  width: 100%;
}
.work-single-contents .c-container .single .image-container {
  position: relative;
  z-index: 10;
}
.work-single-contents .c-container .single .image-container img {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}
.work-single-contents .c-container .single .image-container::after {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background: linear-gradient(to top right, #000 0%, #000 55%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.work-single-contents .c-container .single .container {
  padding: 30vh 10% 15vh;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 2rem;
}
.work-single-contents .c-container .single .container .detail .title h1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  padding: 0.25em 0;
  letter-spacing: 0;
  margin: 0;
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .detail .title h1 .text {
  font-family: var(--font-futura-pt-bold);
  font-weight: 700;
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .detail .title h1 .caution {
  font-family: var(--font-hiragino);
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .detail .title h1 .caution::before {
  content: "※";
}
.work-single-contents .c-container .single .container .detail .title p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  color: var(--color-bg);
  letter-spacing: 0.2em;
}
.work-single-contents .c-container .single .container .detail ul {
  list-style: none;
}
.work-single-contents .c-container .single .container .detail .c-category li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.work-single-contents .c-container .single .container .detail .work-list {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.work-single-contents .c-container .single .container .detail .work-list li a {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  font-family: var(--font-hiragino);
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: var(--color-bg);
  font-weight: 300;
  transition: all 0.3s ease;
}
.work-single-contents .c-container .single .container .detail .work-list li a i {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.work-single-contents .c-container .single .container .detail .work-list li a:hover {
  color: var(--color-nav-hover);
}
.work-single-contents .c-container .single .container .detail .link-list li a {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: var(--color-bg);
  font-weight: 300;
  transition: all 0.3s ease;
}
.work-single-contents .c-container .single .container .detail .link-list li a:hover {
  color: var(--color-nav-hover);
}
.work-single-contents .c-container .single .container .c-breadcrumb li a {
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .c-breadcrumb li a:hover {
  color: var(--color-nav-hover);
}
.work-single-contents .c-container .single .container .c-breadcrumb li a:hover::after {
  color: var(--color-bg);
}
.work-single-contents .c-container .single .container .c-breadcrumb li .current:hover {
  color: var(--color-bg);
}
.work-single-contents .c-container .mockups {
  width: calc(80% - 40px);
  margin: 0 auto;
  padding: 200px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 0.7fr;
  gap: 20px;
}
.work-single-contents .c-container .mockups .image {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}
.work-single-contents .c-container .mockups .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.work-single-contents .c-container .mockups .image:first-of-type {
  grid-column: span 2;
}
.work-single-contents .c-container .info {
  width: 100%;
  padding: 120px 0;
  background-color: var(--color-work-info-bg);
}
.work-single-contents .c-container .info .info-contents {
  width: 80%;
  margin: 0 auto;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 32px;
}
.work-single-contents .c-container .info .info-contents .info-item {
  width: 50%;
  min-width: 500px;
}
.work-single-contents .c-container .info .info-contents .info-item .c-page-contents-title {
  margin-bottom: 30px;
}
.work-single-contents .c-container .info .info-contents .info-item .c-text-list li {
  white-space: wrap;
}
.work-single-contents .c-container .info .info-contents .info-item .memo {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item {
  min-width: 100%;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33em;
  font-family: var(--font-hiragino);
  font-weight: 600;
  margin-bottom: 0.67em;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5em;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 5px 10px;
  background-color: var(--color-work-memo-bg);
  border-radius: 0.875rem;
  border-radius: 14px;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item ul li:nth-child(n+4) {
  order: 1;
}
.work-single-contents .c-container .info .info-contents .info-item .memo .memo-item ul::after {
  content: "";
  width: 100%;
}
.work-single-contents .c-container .others {
  position: relative;
}
.work-single-contents .c-container .others .c-section-title {
  position: absolute;
  top: -50px;
  left: 0;
}
.work-single-contents .c-container .others .others-contents {
  width: 90%;
  margin-left: 10%;
}

@media screen and (max-width: 1200px) {
  .work-single-contents .c-container .single {
    width: 100%;
  }
  .work-single-contents .c-container .single .container {
    padding: 0 10% 0;
    justify-content: center;
  }
}
@media screen and (max-width: 756px) {
  .work-single-contents .c-container .single .container {
    padding: 0 20px 0;
    visibility: hidden;
    opacity: 0;
  }
  .work-single-contents .c-container .single .container .detail .title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .work-single-contents .c-container .single .container .detail .title p {
    font-size: 16px;
    font-size: 1rem;
  }
  .work-single-contents .c-container .single .container .detail .c-category li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .work-single-contents .c-container .single .container .detail .work-list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    justify-content: space-between;
  }
  .work-single-contents .c-container .single .container .detail .work-list li {
    flex-shrink: 0;
  }
  .work-single-contents .c-container .single .container .detail .work-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .work-single-contents .c-container .single .container .detail .work-list li a i {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .work-single-contents .c-container .single .container .detail .link-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .work-single-contents .c-container .single .mockups {
    padding: 100px 0;
    width: calc(100% - 40px);
  }
  .work-single-contents .c-container .single .info .info-contents {
    width: calc(100% - 40px);
  }
  .work-single-contents .c-container .single .info .info-contents .info-item .memo .memo-item h1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .work-single-contents .c-container .single .container .detail .title h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .work-single-contents .c-container .single .container .detail .title p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .work-single-contents .c-container .single .container .detail .c-category li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .work-single-contents .c-container .single .container .detail .work-list {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 0.5em;
  }
  .work-single-contents .c-container .single .container .detail .work-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .work-single-contents .c-container .single .container .detail .work-list li .br_sp {
    display: none;
  }
  .work-single-contents .c-container .single .mockups {
    width: 100%;
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%) minmax(50%, 50%) minmax(50%, 50%);
    grid-template-rows: 1fr;
    gap: 0;
    overflow-x: scroll;
    padding: 0 0 5px;
  }
  .work-single-contents .c-container .single .info .info-item .memo .memo-item h1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-contents {
  padding-top: 80px;
}
.contact-contents .contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}
.contact-contents .contents .explain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}
.contact-contents .contents .form-area {
  width: 100%;
  padding: 180px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-contents .contents .form-area form {
  padding: 100px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 60px;
  background-color: var(--color-form-bg);
}
.contact-contents .contents .form-area form .required {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-left: 0.84em;
  margin-top: 0.33em;
  vertical-align: top;
}
.contact-contents .contents .form-area form .required::after {
  content: "*必須";
  color: var(--color-required);
  font-weight: 600;
}
.contact-contents .contents .form-area form .select {
  position: relative;
  display: inline-block;
}
.contact-contents .contents .form-area form .select i {
  position: absolute;
  left: calc(180px - 1.2em);
  bottom: 0.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-contents .contents .form-area form .form-item {
  width: 100%;
}
.contact-contents .contents .form-area form .form-item .hidden {
  visibility: hidden;
}
.contact-contents .contents .form-area form .form-item .me {
  font-family: var(--font-montserrat);
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-right: 0.5em;
}
.contact-contents .contents .form-area form .form-item label:first-of-type {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}
.contact-contents .contents .form-area form .form-item input {
  width: 300px;
  height: 40px;
  border: 1px solid var(--color-form-border);
  background-color: var(--color-form-bg);
  padding: 0 0.5rem;
  margin-top: 1.125rem;
}
.contact-contents .contents .form-area form .form-item .radio-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}
.contact-contents .contents .form-area form .form-item .radio-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
.contact-contents .contents .form-area form .form-item .radio-input label:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
.contact-contents .contents .form-area form .form-item .radio-input label {
  display: flex;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.4em;
  -moz-column-gap: 0.4em;
  column-gap: 0.4em;
  align-items: center;
}
.contact-contents .contents .form-area form .form-item .radio-input label input {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
}
.contact-contents .contents .form-area form .form-item textarea {
  max-width: 600px;
  width: 100%;
  height: 255px;
  margin-top: 1.125rem;
  border: 1px solid var(--color-form-border);
  padding: 0.5rem;
  background-color: var(--color-form-bg);
}
.contact-contents .contents .form-area form .form-item textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-contents .contents .form-area form .form-item textarea::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-contents .contents .form-area form .form-item textarea:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-contents .contents .form-area form .form-item textarea::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-contents .contents .form-area form .form-item textarea::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-contents .contents .form-area form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-hiragino);
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid var(--color-form-border);
  background-color: var(--color-form-bg);
  margin-top: 1.125rem;
  width: 180px;
  height: auto;
  cursor: pointer;
}
.contact-contents .contents .form-area form .form-item .checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1rem;
}
.contact-contents .contents .form-area form .form-item .checkbox:hover {
  cursor: pointer;
}
.contact-contents .contents .form-area form .form-item .privacy-policy-link {
  text-decoration: none;
  color: var(--color-privacy-policy-link);
  margin-right: 0.5rem;
}
.contact-contents .contents .form-area form .form-item .privacy-policy-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.contact-contents .contents .form-area form .form-item .submit {
  white-space: nowrap;
}
.contact-contents .contents .form-area form .form-item .submit[disabled] {
  cursor: not-allowed;
  border: 1px solid var(--color-disabled);
}
.contact-contents .contents .form-area form .form-item .submit[disabled] span {
  color: var(--color-disabled);
}
.contact-contents .contents .form-area form .form-item .submit[disabled]:hover::before {
  visibility: hidden;
}
.contact-contents .contents .form-area form .form-item .submit[disabled]:hover {
  background-color: transparent;
}
.contact-contents .contents .form-area form .form-item .submit[disabled]:hover span i {
  margin-left: 0.4em;
}
.contact-contents .contents .form-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(./img/svg/pattern.svg);
  background-repeat: repeat;
}

@media screen and (max-width: 756px) {
  .contact-contents .contents .explain {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-contents .contents .form-area {
    padding: 100px 0;
  }
  .contact-contents .contents .form-area form {
    padding: 80px 20px;
  }
  .contact-contents .contents .form-area form .form-item input {
    width: 100%;
  }
  .contact-contents .contents .form-area form .form-item .radio-input label {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-contents .contents .form-area form .form-item label:first-of-type {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-contents .contents .form-area form .form-item .checkbox {
    margin-right: 0;
  }
  .contact-contents .contents .form-area form .form-item .radio-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-contents .contents .form-area .form-item:nth-of-type(8) {
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.privacy-policy-contents {
  padding: 80px 0 180px;
}
.privacy-policy-contents .contents {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.privacy-policy-contents .contents .title h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
.privacy-policy-contents .contents .title p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.privacy-policy-contents .contents .title p a {
  color: var(--color-privacy-policy-link);
  padding: 0.5em;
}
.privacy-policy-contents .contents .title p a:hover {
  text-decoration: underline;
}
.privacy-policy-contents .contents .policies {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 60px;
}
.privacy-policy-contents .contents .policies .item h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 0.5em;
}
.privacy-policy-contents .contents .policies .item p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.privacy-policy-contents .contents .policies .item p .email {
  font-family: var(--font-montserrat);
  font-weight: bold;
}
.privacy-policy-contents .contents .policies .item ol {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.privacy-policy-contents .contents .policies .item ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-left: 2em;
}

@media screen and (max-width: 756px) {
  .privacy-policy-contents .contents {
    width: calc(100% - 40px);
  }
  .privacy-policy-contents .contents .title h1 {
    font-size: 16px;
    font-size: 1rem;
  }
  .privacy-policy-contents .contents .title p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .privacy-policy-contents .contents .policies .item h1 {
    font-size: 16px;
    font-size: 1rem;
  }
  .privacy-policy-contents .contents .policies .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .privacy-policy-contents .contents .policies .item ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.complete-contents {
  height: 60vh;
  min-height: 600px;
  padding-top: 80px;
}
.complete-contents .contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 80px;
}
.complete-contents .contents .explain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}
.complete-contents .contents .c-button {
  margin: 0 auto;
}

.no-contents {
  height: 60vh;
  min-height: 600px;
  padding-top: 80px;
}
.no-contents .contents {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 80px;
}
.no-contents .contents p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

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