@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f5ffff;
}

main {
  padding-top: 70px;
}
@media screen and (max-width: 1250px) {
  main {
    padding-top: 52.66px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.fadeIn {
  opacity: 0;
  transition: ease-in 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

html {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.5208333333vw;
  color: #0f2d2e;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
h1, h2, h3 {
  font-weight: 700;
}

#header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.logo {
  font-size: 20px;
  font-weight: 700;
}

#global-nav {
  display: flex;
  gap: 30px;
}
#global-nav a {
  font-size: 14px;
  color: #0f2d2e;
  position: relative;
}
#global-nav a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #64ccc5;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  #global-nav a::after {
    display: none;
  }
}
#global-nav a:hover::after {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #global-nav a:hover::after {
    display: none;
  }
}
#global-nav a:hover {
  color: #64ccc5;
}
#global-nav {
  /* SPメニュー開閉状態 */
}
#global-nav.active {
  transform: translateY(0);
}
#global-nav {
  /* SPメニュー */
}
@media screen and (max-width: 768px) {
  #global-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 30px 5%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-120%);
    transition: 0.4s;
  }
}

/* ハンバーガー */
.menu-toggle {
  width: 28px;
  height: 24px;
  background: none;
  border: none;
  position: relative;
  display: none;
  transition: 0.3s;
}
.menu-toggle::before, .menu-toggle::after,
.menu-toggle .hamburger-line {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0f2d2e;
  left: 0;
  transition: 0.3s;
}
.menu-toggle .hamburger-line {
  top: 10px;
}
.menu-toggle::before {
  top: 0;
}
.menu-toggle::after {
  bottom: 0;
}
.menu-toggle {
  /* SPメニュー開閉状態 */
}
.menu-toggle.active::before {
  transform: translateY(10px) rotate(45deg);
}
.menu-toggle.active .hamburger-line {
  opacity: 0;
}
.menu-toggle.active::after {
  transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

/* ========================================
FOOTER
======================================== */
#footer {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  background: #0f2d2e;
  color: #f5ffff;
  font-size: 14px;
}

form {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  form {
    max-width: 100%;
    gap: 5.33vw;
  }
}
form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form .form-group label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  form .form-group label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
form .form-group label .required {
  font-size: 14px;
  background-color: #D4A017;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  form .form-group label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
form .form-group label .small-notice {
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  form .form-group label .small-notice {
    font-size: 3.73vw;
  }
}
form .form-group .form-label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  form .form-group .form-label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
form .form-group .form-label .required {
  font-size: 14px;
  background-color: #D4A017;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  form .form-group .form-label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
form .form-group input {
  border: 1px solid #64ccc5;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 50px;
  margin-top: 6px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  form .form-group input {
    font-size: 3.73vw;
    padding: 2.67vw;
    height: 10.67vw;
    margin-top: 1.87vw;
  }
}
form .form-group ::-moz-placeholder {
  color: rgba(15, 45, 46, 0.3);
}
form .form-group ::placeholder {
  color: rgba(15, 45, 46, 0.3);
}
form .form-group textarea {
  border: 1px solid #64ccc5;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 348px;
  margin-top: 6px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  form .form-group textarea {
    font-size: 3.73vw;
    height: 80vw;
    padding: 3vw;
    margin-top: 1.87vw;
  }
}
form .form-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  form .form-radio {
    flex-direction: column;
    gap: 1.6vw;
  }
}
form .form-radio .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-left: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  form .form-radio .wpcf7-radio {
    justify-content: flex-start;
    margin-left: 0;
    gap: 8.53vw;
  }
}
form .form-radio .wpcf7-radio label {
  display: flex;
  align-items: center;
}
form .form-radio .wpcf7-radio label input {
  width: 14px;
  height: 14px;
  border: 1px solid #0f2d2e;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 9px;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  form .form-radio .wpcf7-radio label input {
    width: 3.73vw;
    height: 3.73vw;
  }
}
form .form-radio .wpcf7-radio label input:checked {
  background-color: #64ccc5;
  border-color: #64ccc5;
  position: relative;
}
form .form-radio .wpcf7-radio label input:checked::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media screen and (max-width: 768px) {
  form .form-radio .wpcf7-radio label input:checked::after {
    font-size: 3.73vw;
  }
}
form .form-privacy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  form .form-privacy {
    margin-top: 9.87vw;
  }
}
form .form-privacy label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  form .form-privacy label {
    font-size: 4.8vw;
  }
}
form .form-privacy label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #64ccc5;
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  form .form-privacy label input[type=checkbox] {
    width: 5.33vw;
    height: 5.33vw;
    margin-right: 2.65vw;
  }
}
form .form-privacy label input[type=checkbox]:checked {
  background-color: #64ccc5;
  border-color: #64ccc5;
  position: relative;
}
form .form-privacy label input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media screen and (max-width: 768px) {
  form .form-privacy label input[type=checkbox]:checked::after {
    font-size: 5.33vw;
  }
}
form .privacy__text {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  form .privacy__text {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
}
form .privacy__link {
  text-decoration: underline;
}
form .form-submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  form .form-submit {
    margin-top: 32px;
  }
}
form .form-submit__button,
form .form-submit input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  width: 320px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #64ccc5;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  form .form-submit__button,
  form .form-submit input[type=submit] {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
form .form-submit__button::after,
form .form-submit input[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s;
}
form .form-submit__button:hover,
form .form-submit input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(100, 204, 197, 0.3);
}
form .form-submit__button:hover::after,
form .form-submit input[type=submit]:hover::after {
  left: 100%;
}
form .form-submit__button:active,
form .form-submit input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 5px 10px rgba(100, 204, 197, 0.2);
}

.wpcf7-spinner {
  display: none !important;
}

.page-single__section {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1250px) {
  .page-single__section {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-single__section {
    padding: 8vw 5.33vw 16vw 5.33vw;
    margin-top: 0;
  }
}
.page-single__section .sub-page__heading::before {
  content: "WORK";
}
.page-single__section .single__container {
  margin-bottom: 90px;
}
@media screen and (max-width: 1250px) {
  .page-single__section .single__container {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container {
    margin-bottom: 4.8vw;
  }
}
.page-single__section .single__container .single__heading {
  font-size: 28px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 50px;
  line-height: 1.5em;
  border-bottom: 2px dashed #64ccc5;
}
@media screen and (max-width: 1250px) {
  .page-single__section .single__container .single__heading {
    font-size: clamp(20px, 2.24vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__heading {
    font-size: 4.8vw;
    padding: 1.867vw 2.4vw;
    margin-top: 4.267vw;
    font-weight: 500;
  }
}
.page-single__section .single__container .single__link {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__link {
    font-size: 3.77vw;
    padding-left: 2.4vw;
  }
}
.page-single__section .single__container .single__link a {
  position: relative;
  display: inline-block;
}
.page-single__section .single__container .single__link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #0f2d2e;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-single__section .single__container .single__link a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.page-single__section .single__container .single__inner {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__inner {
    margin-top: 2.67vw;
  }
}
.page-single__section .single__container .single__inner .single__img {
  width: 800px;
  height: 480px;
}
@media screen and (max-width: 1250px) {
  .page-single__section .single__container .single__inner .single__img {
    width: 64vw;
    height: 38.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__inner .single__img {
    width: 100%;
    height: 53vw;
  }
}
.page-single__section .single__container .single__inner .single__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-single__section .single__container .single__inner .single__details {
  width: 100%;
}
.page-single__section .single__container .single__inner .single__details .single-cat__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.page-single__section .single__container .single__inner .single__details .single-cat__wrapper .single__category {
  color: #D4A017;
  border: 1px solid #D4A017;
  padding: 0 5px 0 5px;
  font-size: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__inner .single__details .single-cat__wrapper .single__category {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }
}
.page-single__section .single__container .single__inner .single__details .single__text {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}
@media screen and (max-width: 1250px) {
  .page-single__section .single__container .single__inner .single__details .single__text {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__inner .single__details .single__text {
    font-size: 3.73vw;
    margin-top: 1.6vw;
  }
}
.page-single__section .single__container .single__inner .single__details .single__list {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}
@media screen and (max-width: 1250px) {
  .page-single__section .single__container .single__inner .single__details .single__list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .page-single__section .single__container .single__inner .single__details .single__list {
    font-size: 3.73vw;
    margin-top: 1.6vw;
  }
}

/* ========================================
HERO
======================================== */
.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5ffff;
  position: relative;
  overflow: hidden;
  /* ▼ 背景画像レイヤー（下層） */
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/mv_01_pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.hero-section {
  /* ▼ グラデーションレイヤー（上層） */
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #64ccc5, #0b4b4d, #64ccc5, #f5ffff);
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
  z-index: -1;
  opacity: 0.6;
}

@keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ▼ HERO見出し */
.hero__inner {
  text-align: left;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.main-title {
  font-size: clamp(48px, 8vw, 56px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 10.8vw;
  }
}

.sub-title {
  font-size: clamp(24px, 5vw, 32px);
  opacity: 0.9;
  font-weight: 400;
}

/* ▼ スクロールダウン */
.circle-text__container {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  right: 10vw;
  bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .circle-text__container {
    width: 20vw;
    height: 20vw;
  }
}

.circle-text {
  overflow: visible;
  animation: rotateCircle 18s linear infinite;
}

.circle-text__circle {
  fill: none;
}

.circle-text__text {
  fill: #f5ffff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* 中心の矢印 */
.circle-arrow {
  font-size: 28px;
  font-weight: 500;
  color: #f5ffff;
  animation: arrowBounce 1.5s ease-in-out infinite;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 30px;
  left: 52px;
}
@media screen and (max-width: 768px) {
  .circle-arrow {
    top: 20%;
    left: 40%;
    font-size: 7.4vw;
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
/* ========================================
ABOUT
======================================== */
.about-section {
  padding: 120px 0 80px;
  position: relative;
  background: linear-gradient(180deg, #f5ffff 0%, #ffffff 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-section {
    padding: 15vw 5.33vw 10vw 5.33vw;
  }
}
.about-section {
  /* ぼかしあしらい */
}
.about-section::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  right: -8vw;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(100, 204, 197, 0.35) 0%, rgba(100, 204, 197, 0) 70%);
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  .about-section::before {
    bottom: -3vw;
    right: -3vw;
    width: 60vw;
    height: 60vw;
  }
}
.about-section::after {
  content: "";
  position: absolute;
  top: -6vw;
  left: -6vw;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(100, 204, 197, 0.35) 0%, rgba(100, 204, 197, 0) 70%);
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  .about-section::after {
    top: -2vw;
    left: -2vw;
    width: 60vw;
    height: 60vw;
  }
}

.about__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    align-items: center;
  }
}

.about__img {
  width: 340px;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.about__img img {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 50vw;
  }
}

.about__text {
  flex: 1;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 4vw;
  }
}

.profile__title {
  font-size: 18px;
  color: #0b4b4d;
  margin-right: 30px;
}

.profile__name {
  text-align: right;
  font-size: 24px;
  color: #0b4b4d;
  margin-top: 30px;
  font-family: "Noto Serif", serif;
}

/* ========================================
SKILL
======================================== */
.section#skills {
  padding: 140px 0;
  position: relative;
  background: linear-gradient(180deg, #f5ffff 0%, #ffffff 100%);
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .section#skills {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .section#skills {
    padding: 10vw 5.33vw;
  }
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.skill-group {
  margin-top: 40px;
  padding: 28px 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .skill-group {
    margin-top: 4vw;
  }
}
.skill-group h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
  color: #0f2d2e;
  font-weight: 600;
  letter-spacing: 0.03em;
  z-index: 1;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .skill-group h3 {
    font-size: 6.4vw;
  }
}
.skill-group h3::after {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-60%);
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #64ccc5;
  opacity: 0.2;
  z-index: -1;
  white-space: nowrap;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .skill-group h3::after {
    font-size: 8.66vw;
  }
}
.skill-group h3::before {
  position: absolute;
  left: -15px;
  content: "";
  width: 2px;
  height: 1em;
  background-color: #D4A017;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .skill-group {
    padding: 22px 24px;
  }
}

.skill__lang h3::after {
  content: "Language";
}

.skill__tools h3::after {
  content: "Tools";
}

.skill__env h3::after {
  content: "Environment";
}

.skill__text {
  font-size: 16px;
  line-height: 1.8;
  color: #0f2d2e;
}
@media screen and (max-width: 768px) {
  .skill__text {
    font-size: 4vw;
  }
}

.strength-summary {
  margin-top: 70px;
  padding: 40px 32px;
  background: #f5ffff;
  border-radius: 16px;
  border: 1px solid #64ccc5;
  box-shadow: 0 8px 30px rgba(100, 204, 197, 0.35);
}

.strength-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0f2d2e;
  z-index: 1;
  margin-bottom: 40px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .strength-title {
    font-size: 6.4vw;
  }
}
.strength-title::after {
  content: "Strength";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-60%);
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #64ccc5;
  opacity: 0.1;
  z-index: -1;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .strength-title::after {
    font-size: 8.66vw;
  }
}
.strength-title::before {
  position: absolute;
  left: -15px;
  content: "";
  width: 2px;
  height: 1em;
  background-color: #D4A017;
  top: 20%;
}

.strength__list {
  list-style: none;
  padding: 0;
}

.strength__item {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  margin-bottom: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .strength__item {
    font-size: 4vw;
  }
}
.strength__item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  color: #64ccc5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .strength__item::before {
    font-size: 4vw;
  }
}

/* ========================================
WORK
======================================== */
.section#works {
  padding: 140px 0 80px 0;
}
@media screen and (max-width: 1550px) {
  .section#works {
    padding: 14rem 5% 8rem 5%;
  }
}
@media screen and (max-width: 768px) {
  .section#works {
    padding: 10vw 5.33vw;
  }
}

.section-lead {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-lead {
    font-size: 4vw;
  }
}

.swiper-outer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 62px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1250px) {
  .swiper-outer {
    max-width: 90vw;
  }
}

.work-swiper {
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-top: 6vw;
  }
}

.work-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 570px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .work-slide {
    height: 120vw !important;
  }
}
.work-slide:hover {
  transform: translateY(-6px);
}

.work-img {
  width: 100%;
  aspect-ratio: 380/230;
  overflow: hidden;
}
.work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.work-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.work-cat__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.work-cat {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #D4A017;
  color: #D4A017;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .work-cat {
    font-size: 3.2vw;
  }
}

.work-title {
  font-size: 22px;
  margin-bottom: 12px;
  min-height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .work-title {
    font-size: 5.87vw;
    margin-top: 3vw;
    min-height: 18vw;
  }
}

.work-description {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .work-description {
    font-size: 4vw;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent !important;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}

/* 右矢印 */
.swiper-button-next {
  background-image: url("../images/icon_arrow_02_pc.png");
  right: -100px !important;
  top: 40%;
}
@media screen and (max-width: 1250px) {
  .swiper-button-next {
    right: -60px !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -40px !important;
  }
}

/* 左矢印 */
.swiper-button-prev {
  background-image: url("../images/icon_arrow_01_pc.png");
  left: -100px !important;
  top: 40%;
}
@media screen and (max-width: 1250px) {
  .swiper-button-prev {
    left: -60px !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -40px !important;
  }
}

/* ========================================
CONTACT
======================================== */
.section#contact {
  padding: 140px 0 50px;
}
@media screen and (max-width: 768px) {
  .section#contact {
    padding: 10vw 0 10vw 0;
  }
}

.contact-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.privacy__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 80px 0;
}
@media screen and (max-width: 1250px) {
  .privacy__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .privacy__wrapper {
    padding: 1.3vw 4vw 16vw 4vw;
  }
}
.privacy__wrapper .privacy__text {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 2em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper .privacy__text {
    font-size: 14px;
    margin-top: 2vw;
  }
}
.privacy__wrapper .privacy__heading {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper .privacy__heading {
    font-size: 20px;
    margin-top: 2vw;
  }
}
.privacy__wrapper .privacy__sub-heading {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  text-indent: 1em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper .privacy__sub-heading {
    font-size: 18px;
    margin-top: 2vw;
  }
}
.privacy__wrapper .privacy__name {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-indent: 2em;
  margin-top: 2em;
  text-align: right;
}
.privacy__wrapper .privacy__list {
  list-style-type: disc;
  margin-top: 2em;
}
.privacy__wrapper .privacy__list .privacy__item {
  font-size: 16px;
  line-height: 1.5em;
  margin-left: 2em;
  padding-left: 1em;
}
.privacy__wrapper .indent2 {
  padding-left: 2em;
}
.privacy__wrapper .indent3 {
  margin-left: 3em;
}

.page-404 .breadcrumb {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-404 .breadcrumb {
    margin-top: 10vw;
  }
}

.page-404__wrapper {
  padding: 30px 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-404__wrapper {
    padding: 1.3vw 4vw 16vw 4vw;
  }
}
.page-404__wrapper .page-404__img {
  width: 653px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-404__wrapper .page-404__img {
    width: 78.4vw;
  }
}
.page-404__wrapper .page-404__text-large {
  font-size: 36px;
  font-weight: 700;
  color: #64ccc5;
  margin-top: -27px;
}
@media screen and (max-width: 768px) {
  .page-404__wrapper .page-404__text-large {
    font-size: 4.8vw;
    margin-top: 1.44vw;
  }
}
.page-404__wrapper .page-404__text-small {
  font-size: 18px;
  margin-top: 23px;
  line-height: 1.5em;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .page-404__wrapper .page-404__text-small {
    font-size: 3.73vw;
    margin-top: 5.33vw;
    margin-bottom: 15.2vw;
  }
}

.page-works__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0 82px 0;
}
@media screen and (max-width: 1250px) {
  .page-works__section {
    padding: 4.4rem 5% 8.2rem 5%;
  }
}
@media screen and (max-width: 768px) {
  .page-works__section {
    padding: 8vw 5.3vw 1.8vw;
  }
}
.page-works__section .sub-page__heading::before {
  content: "WORKS";
}
.page-works__section .page-works__wrapper {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper {
    margin-top: 4.2vw;
  }
}
.page-works__section .page-works__wrapper .category__wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-works__section .page-works__wrapper .category__wrapper .category__button {
  font-size: 16px;
  color: #ffffff;
  padding: 0px 5px 0px 5px;
  background-color: #64ccc5;
  border-radius: 2px;
}
.page-works__section .page-works__wrapper .category__wrapper .category__button.active {
  color: #ffffff;
  background-color: #0f2d2e;
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .category__wrapper .category__button {
    font-size: 3.77vw;
  }
}
.page-works__section .page-works__wrapper .works__list {
  display: grid;
  gap: 15px 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 354px);
}
@media screen and (max-width: 1250px) {
  .page-works__section .page-works__wrapper .works__list {
    justify-content: space-between;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .works__list {
    gap: 8vw;
    grid-template-columns: 1fr;
    margin-bottom: 25.33vw;
  }
}
.page-works__section .page-works__wrapper .works__list .works__item {
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .works__list .works__item {
    width: 100%;
  }
}
.page-works__section .page-works__wrapper .works__list .works__item:hover {
  transform: translateY(-6px); /* 好みで調整 */
}
.page-works__section .page-works__wrapper .works__list .works__item .works__link .works__img {
  width: 100%;
  height: 250px;
  aspect-ratio: 380/250;
}
.page-works__section .page-works__wrapper .works__list .works__item .works__link .works__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1250px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works__img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works__img {
    height: 66.67vw;
  }
}
.page-works__section .page-works__wrapper .works__list .works__item .works__link .works-cat__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}
.page-works__section .page-works__wrapper .works__list .works__item .works__link .works-cat__wrapper .works__category {
  font-size: 12px;
  color: #D4A017;
  border: 1px solid #D4A017;
  line-height: 1.5em;
  display: inline-block;
  font-weight: 500;
  padding: 0 5px 0 5px;
}
@media screen and (max-width: 1250px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works-cat__wrapper .works__category {
    font-size: clamp(14px, 1.8rem, 18px);
  }
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works-cat__wrapper .works__category {
    font-size: 3.73vw;
    margin-top: 2.6vw;
    padding-top: 0.5vw;
  }
}
.page-works__section .page-works__wrapper .works__list .works__item .works__link .works__text {
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.5em;
}
@media screen and (max-width: 1250px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works__text {
    font-size: clamp(14px, 1.8rem, 18px);
  }
}
@media screen and (max-width: 768px) {
  .page-works__section .page-works__wrapper .works__list .works__item .works__link .works__text {
    font-size: 3.73vw;
  }
}

.p-thanks {
  padding: 100px 0 120px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 60px 0 80px;
  }
}
.p-thanks__container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-thanks__container {
    padding: 40px 20px;
  }
}
.p-thanks__icon {
  color: #64ccc5;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease-out forwards;
}
.p-thanks__icon svg {
  margin: 0 auto;
}
.p-thanks__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  color: #0f2d2e;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-thanks__message {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #444;
}
.p-thanks__message p {
  margin-bottom: 1.5em;
}
.p-thanks__message p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-thanks__message {
    font-size: 14px;
  }
}
.p-thanks__notice {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 13px;
  color: #666;
  margin-bottom: 48px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-thanks__notice {
    font-size: 12px;
    padding: 15px;
  }
}
.p-thanks__button .c-button {
  margin-top: 0;
  width: 260px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.heading {
  font-size: clamp(52px, 3.75vw, 72px);
  color: #0f2d2e;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 13.86vw;
  }
}
.heading .heading__color {
  color: #64ccc5;
}

.sub-heading {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-left: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    font-size: 4vw;
  }
}
.sub-heading::before {
  content: "";
  background-color: #0b4b4d;
  width: 25px;
  position: absolute;
  height: 2px;
  left: -30px;
  top: 50%;
}

.sub-page__heading {
  font-size: clamp(52px, 3.75vw, 72px);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-page__heading {
    font-size: 10.86vw;
  }
}
.sub-page__heading::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.2em;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #64ccc5;
  opacity: 0.2;
  z-index: -1;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .sub-page__heading::before {
    font-size: 1.8em;
  }
}

/* ========================================
トップへ戻るボタン
======================================== */
.back-to-top {
  position: fixed;
  right: 5vw;
  bottom: 6vw;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  z-index: 9999;
  text-decoration: none;
  color: #ffffff;
  border-radius: 999px;
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transform: translateY(12px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms cubic-bezier(0.2, 0.9, 0.3, 1) opacity 180ms cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: transform, opacity;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.back-to-top .btt-icon {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #64ccc5;
  transform: translateY(-2px);
}
.back-to-top .btt-ring {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
}
.back-to-top .ring-bg {
  stroke: rgba(255, 255, 255, 0.06);
}
.back-to-top .ring-fg {
  stroke: #64ccc5;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transition: stroke-dashoffset 120ms linear;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}
.back-to-top:focus {
  outline: 3px solid rgba(14, 165, 164, 0.18);
  box-shadow: 0 6px 20px rgba(14, 165, 164, 0.14);
  border-radius: 50%;
}
.back-to-top:hover {
  transform: translateY(-4px) scale(1.06);
}
@media (max-width: 520px) {
  .back-to-top {
    width: 56px;
    height: 56px;
  }
  .back-to-top .btt-ring {
    width: 48px;
    height: 48px;
  }
}

.c-button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #64ccc5;
  width: 280px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #64ccc5;
  border-radius: 40px;
  background-color: transparent;
  transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 14px;
    width: 240px;
    height: 56px;
    margin-top: 40px;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64ccc5;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.c-button__arrow {
  position: relative;
  width: 40px;
  height: 1px;
  background-color: #64ccc5;
  margin-left: 15px;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.c-button__arrow::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #64ccc5;
  border-right: 1px solid #64ccc5;
  transform: rotate(45deg);
  transition: border-color 0.4s ease;
}
.c-button:hover {
  color: #fff;
}
.c-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-button:hover .c-button__arrow {
  background-color: #fff;
  transform: translateX(8px);
}
.c-button:hover .c-button__arrow::after {
  border-color: #fff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 4vw;
  }
}
.pagination .pagination__item {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(100, 204, 197, 0.4);
  transition: color 0.3s ease, border-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination .pagination__item {
    font-size: 14px;
  }
}
.pagination .pagination__item .pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.pagination .pagination__item .pagination__link img {
  width: 20px;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .pagination__item .pagination__link img {
    width: 16px;
  }
}
.pagination .pagination__item .pagination__link:hover {
  color: #64ccc5;
}
.pagination .pagination__item .pagination__link:hover img {
  opacity: 1;
  transform: translateX(2px);
}
.pagination .pagination__item.current, .pagination .pagination__item.active {
  pointer-events: none;
  color: #64ccc5;
  font-weight: 700;
}
.pagination .pagination__item.current::after, .pagination .pagination__item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #64ccc5;
}/*# sourceMappingURL=style.css.map */