@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

section {
  padding: 72px 2.5%;
}
@media screen and (max-width: 999px) {
  section {
    padding: 50px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 35px 2.5%;
  }
}

img {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 5.6rem;
  font-family: "ab-taro", sans-serif;
  color: #1a1a1a;
}
@media screen and (max-width: 999px) {
  h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.3rem;
  font-family: "kiwi-maru", sans-serif;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 3rem;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 399px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.5rem;
  font-family: "kiwi-maru", sans-serif;
  color: #1a1a1a;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 399px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "kiwi-maru", sans-serif;
  color: #1a1a1a;
}
@media screen and (max-width: 999px) {
  h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 399px) {
  h4 {
    font-size: 2.2rem;
  }
}

p {
  font-family: "kiwi-maru", sans-serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 399px) {
  p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

section.concept .card {
  display: flex;
  margin: 0 0 25px 0;
}
section.concept .card .thumb {
  width: 20%;
}
section.concept .card .description {
  width: 100%;
  padding: 20px;
}

section.menu .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.menu .wrapper .card {
  width: 30%;
}

section.member .card {
  height: 400px;
  margin: 0 0 25px 0;
  position: relative;
}
section.member .card .thumb {
  width: 60%;
  position: absolute;
  left: 0;
  margin: -30px 0 0 0;
}
section.member .card .thumb img {
  width: auto;
  height: 400px;
}
section.member .card .description {
  width: 60%;
  padding: 20px;
  position: absolute;
  background: #e2e2e2;
  right: 0;
  margin: 0 0 -30px 0;
}

.nav-home-decoration .cls-1 {
  fill: none;
}
.nav-home-decoration .cls-2 {
  fill: #f8b862;
  fill-rule: evenodd;
}

.nav-works-decoration .cls-1 {
  fill: none;
}
.nav-works-decoration .cls-2 {
  fill: #f8e58c;
  fill-rule: evenodd;
}

.nav-about-decoration .cls-1 {
  fill: none;
}
.nav-about-decoration .cls-2 {
  fill: #d8e698;
  fill-rule: evenodd;
}

.work-single-title-decoration .cls-1 {
  fill: #f5e56b;
}

.other-works-title-decoration .cls-1 {
  fill: #f5e56b;
}

.about-btn-decoration .cls-1 {
  fill: none;
}
.about-btn-decoration .cls-2 {
  fill: #a8bf93;
  fill-rule: evenodd;
}

.sub-title-decoration .cls-1 {
  fill: #d8e698;
}

.password-btn-decoration .cls-1 {
  fill: none;
}
.password-btn-decoration .cls-2 {
  fill: #f5e56b;
  fill-rule: evenodd;
}

.front-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 0 2.5% 0 0;
}
.front-header nav .nav-box {
  background-color: rgba(255, 255, 255, 0.5647058824);
  width: fit-content;
  border-radius: 70px;
  margin-left: auto;
}
.front-header nav .nav-box ul {
  display: flex;
  padding: 5px 30px 5px 40px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .front-header nav .nav-box ul {
    padding: 4px 10px 4px 23px;
    margin: 15px 0 0 0;
  }
}
.front-header nav .nav-box ul li {
  margin: 0 0 0 60px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 999px) {
  .front-header nav .nav-box ul li {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .front-header nav .nav-box ul li {
    margin: 0 0 0 30px;
  }
}
.front-header nav .nav-box ul li svg {
  width: 35px;
  position: absolute;
  left: -12px;
}
@media screen and (max-width: 999px) {
  .front-header nav .nav-box ul li svg {
    width: 29px;
  }
}
@media screen and (max-width: 767px) {
  .front-header nav .nav-box ul li svg {
    width: 22px;
  }
}
@media screen and (max-width: 399px) {
  .front-header nav .nav-box ul li svg {
    width: 20px;
  }
}
.front-header nav .nav-box ul li a {
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "ab-taro", sans-serif;
  font-size: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .front-header nav .nav-box ul li a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .front-header nav .nav-box ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 399px) {
  .front-header nav .nav-box ul li a {
    font-size: 1.6rem;
  }
}
.front-header nav .nav-box ul li a:hover {
  color: #666666;
}
.front-header nav .nav-box ul li:nth-child(1) {
  margin: 0;
}

.about-header {
  position: absolute;
  width: 100%;
  height: 81.5px;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/themes/practice/assets/img/about-background.png");
  padding: 0 2.5% 0 0;
}
@media screen and (max-width: 999px) {
  .about-header {
    height: 78.5px;
  }
}
@media screen and (max-width: 767px) {
  .about-header {
    height: 36.5px;
  }
}
@media screen and (max-width: 399px) {
  .about-header {
    height: 35px;
  }
}
.about-header .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.about-header .container nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0 0;
}
.about-header .container nav .nav-box {
  background-color: rgba(255, 255, 255, 0.5647058824);
  width: fit-content;
  border-radius: 70px;
}
.about-header .container nav .nav-box ul {
  display: flex;
  padding: 5px 30px 5px 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about-header .container nav .nav-box ul {
    padding: 4px 10px 4px 23px;
  }
}
.about-header .container nav .nav-box ul li {
  margin: 0 0 0 60px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 999px) {
  .about-header .container nav .nav-box ul li {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-header .container nav .nav-box ul li {
    margin: 0 0 0 30px;
  }
}
.about-header .container nav .nav-box ul li svg {
  width: 35px;
  position: absolute;
  left: -12px;
}
@media screen and (max-width: 999px) {
  .about-header .container nav .nav-box ul li svg {
    width: 29px;
  }
}
@media screen and (max-width: 767px) {
  .about-header .container nav .nav-box ul li svg {
    width: 22px;
  }
}
@media screen and (max-width: 399px) {
  .about-header .container nav .nav-box ul li svg {
    width: 20px;
  }
}
.about-header .container nav .nav-box ul li a {
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "ab-taro", sans-serif;
  font-size: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .about-header .container nav .nav-box ul li a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-header .container nav .nav-box ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 399px) {
  .about-header .container nav .nav-box ul li a {
    font-size: 1.6rem;
  }
}
.about-header .container nav .nav-box ul li a:hover {
  color: #666666;
}
.about-header .container nav .nav-box ul li:nth-child(1) {
  margin: 0;
}

.page-header {
  position: absolute;
  width: 100%;
  height: 81.5px;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/themes/practice/assets/img/work-single-background.png");
  padding: 0 2.5% 0 0;
}
@media screen and (max-width: 999px) {
  .page-header {
    height: 78.5px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 36.5px;
  }
}
@media screen and (max-width: 399px) {
  .page-header {
    height: 35px;
  }
}
.page-header .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-header .container nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0 0;
}
.page-header .container nav .nav-box {
  background-color: rgba(255, 255, 255, 0.5647058824);
  width: fit-content;
  border-radius: 70px;
}
.page-header .container nav .nav-box ul {
  display: flex;
  padding: 5px 30px 5px 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-header .container nav .nav-box ul {
    padding: 4px 10px 4px 23px;
  }
}
.page-header .container nav .nav-box ul li {
  margin: 0 0 0 60px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-header .container nav .nav-box ul li {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .container nav .nav-box ul li {
    margin: 0 0 0 30px;
  }
}
.page-header .container nav .nav-box ul li svg {
  width: 35px;
  position: absolute;
  left: -12px;
}
@media screen and (max-width: 999px) {
  .page-header .container nav .nav-box ul li svg {
    width: 29px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .container nav .nav-box ul li svg {
    width: 22px;
  }
}
@media screen and (max-width: 399px) {
  .page-header .container nav .nav-box ul li svg {
    width: 20px;
  }
}
.page-header .container nav .nav-box ul li a {
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "ab-taro", sans-serif;
  font-size: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .page-header .container nav .nav-box ul li a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header .container nav .nav-box ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 399px) {
  .page-header .container nav .nav-box ul li a {
    font-size: 1.6rem;
  }
}
.page-header .container nav .nav-box ul li a:hover {
  color: #666666;
}
.page-header .container nav .nav-box ul li:nth-child(1) {
  margin: 0;
}

.main-section {
  padding: 0;
}
.main-section .container {
  max-width: 100%;
}
.main-section .container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 999px) {
  .main-section .container video {
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container video {
    height: 50vh;
  }
}

.works-section {
  background-image: url("/wp-content/themes/practice/assets/img/portfolio-works-background-img.png");
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
}
.works-section .pattern {
  opacity: 0.7;
}
.works-section > .cloud-one, .works-section > .cloud-two, .works-section > .cloud-three, .works-section > .cloud-four, .works-section > .cloud-five {
  position: absolute;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  display: block;
}
.works-section > .cloud-one {
  top: 17%;
  width: 13%;
  animation: cloudOne 130s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-section > .cloud-one {
    width: 17%;
  }
}
@media screen and (max-width: 399px) {
  .works-section > .cloud-one {
    width: 19%;
  }
}
.works-section > .cloud-two {
  top: 22%;
  width: 10%;
  animation: cloudTwo 150s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-section > .cloud-two {
    width: 14%;
  }
}
@media screen and (max-width: 399px) {
  .works-section > .cloud-two {
    width: 16%;
  }
}
.works-section > .cloud-three {
  top: 38%;
  width: 11%;
  animation: cloudThree 100s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-section > .cloud-three {
    width: 15%;
  }
}
@media screen and (max-width: 399px) {
  .works-section > .cloud-three {
    width: 17%;
  }
}
.works-section > .cloud-four {
  top: 58%;
  width: 12%;
  animation: cloudFour 160s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-section > .cloud-four {
    width: 16%;
  }
}
@media screen and (max-width: 399px) {
  .works-section > .cloud-four {
    width: 18%;
  }
}
.works-section > .cloud-five {
  top: 69%;
  width: 11%;
  animation: cloudFive 155s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-section > .cloud-five {
    width: 15%;
  }
}
@media screen and (max-width: 399px) {
  .works-section > .cloud-five {
    width: 17%;
  }
}
.works-section .container img {
  width: 100%;
  display: block;
}
.works-section .dragonfly {
  position: absolute;
  width: 4%;
  left: -12vw;
  top: 62%;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  will-change: transform, filter, opacity;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .works-section .dragonfly {
    width: 7%;
  }
}
@media screen and (max-width: 399px) {
  .works-section .dragonfly {
    width: 8%;
  }
}
.works-section.inview .dragonfly {
  opacity: 1;
  animation: dragonfly-fly 17s linear 0.2s 1 both, dragonfly-buzz 0.18s ease-in-out 0s infinite alternate;
  animation-direction: reverse, alternate;
}
@keyframes dragonfly-fly {
  0% {
    transform: translate3d(0, 0vh, 0) rotate(-6deg);
  }
  10% {
    transform: translate3d(10vw, -2vh, 0) rotate(-2deg);
  }
  20% {
    transform: translate3d(22vw, -3vh, 0) rotate(2deg);
  }
  35% {
    transform: translate3d(38vw, -4vh, 0) rotate(0deg);
  }
  55% {
    transform: translate3d(60vw, -2vh, 0) rotate(-4deg);
  }
  75% {
    transform: translate3d(82vw, 2vh, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(120vw, 8vh, 0) rotate(0deg);
  }
}
@keyframes dragonfly-buzz {
  from {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.12));
  }
  to {
    filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.18));
  }
}
@media (prefers-reduced-motion: reduce) {
  .works-section.inview .dragonfly {
    animation: none;
    opacity: 1;
  }
}
.works-section .container .works-title {
  display: flex;
  align-items: center;
  gap: 3%;
  margin: 82px 0;
  padding: 0 2.5%;
}
@media screen and (max-width: 1199px) {
  .works-section .container .works-title {
    margin: 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .works-section .container .works-title {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .works-section .container .works-title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 399px) {
  .works-section .container .works-title {
    margin: 40px 0 25px;
  }
}
.works-section .container .works-title #works-lottie-animation {
  width: 11%;
  display: inline-block;
  transform-origin: bottom center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .works-section .container .works-title #works-lottie-animation {
    width: 13%;
  }
}
.works-section .container .works-title h1 {
  z-index: 2;
}
.works-section .container .works-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3.5%;
  row-gap: 5%;
  padding: 0 2.5% 20px;
  /* ===== 余りが2枚（例: 8枚）→ 最後の行は「中央・右」に配置 ===== */
  /* ===== 余りが1枚（例: 7枚）→ 真ん中に1枚配置 ===== */
  /* 2カラム（md以下）の時の調整（46% × 2列想定） */
}
@media screen and (max-width: 767px) {
  .works-section .container .works-wrapper {
    padding: 0 2.5%;
  }
}
.works-section .container .works-wrapper .works-card {
  flex: 0 1 31%;
  margin: 0 0 5% 0;
  z-index: 2;
}
.works-section .container .works-wrapper .works-card a {
  text-decoration: none;
}
.works-section .container .works-wrapper .works-card a .works-img {
  cursor: pointer;
  z-index: 2;
}
.works-section .container .works-wrapper .works-card a .works-img:hover {
  filter: brightness(1.05);
}
.works-section .container .works-wrapper .works-card a .works-type {
  text-align: center;
  margin: 3% 0 0 0;
}
.works-section .container .works-wrapper:has(.works-card:nth-last-child(2):nth-child(3n+1))::after {
  content: "";
  flex: 0 0 31%;
}
.works-section .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(3n+1))::before, .works-section .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(3n+1))::after {
  content: "";
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  .works-section .container .works-wrapper {
    column-gap: 8%;
    /* 2カラムで最後が1枚のとき、中央に寄せる */
  }
  .works-section .container .works-wrapper .works-card {
    flex-basis: 46%;
  }
  .works-section .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(2n+1))::after {
    content: "";
    flex: 0 0 46%;
  }
}
.works-section .container .password-btn {
  display: flex;
  width: fit-content;
  margin: 0 2.5% 82px auto;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 5px 30px 5px 40px;
  background-color: rgba(255, 255, 255, 0.5647058824);
  border-radius: 70px;
}
@media screen and (max-width: 767px) {
  .works-section .container .password-btn {
    margin: 0 2.5% 60px auto;
    padding: 4px 10px 4px 23px;
  }
}
@media screen and (max-width: 399px) {
  .works-section .container .password-btn {
    margin: 0 2.5% 50px auto;
  }
}
.works-section .container .password-btn .password-btn-decoration {
  width: 34px;
  position: absolute;
  right: 210px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .works-section .container .password-btn .password-btn-decoration {
    width: 29px;
    right: 198px;
  }
}
@media screen and (max-width: 767px) {
  .works-section .container .password-btn .password-btn-decoration {
    width: 24px;
    right: 156px;
  }
}
@media screen and (max-width: 399px) {
  .works-section .container .password-btn .password-btn-decoration {
    width: 21px;
    right: 143px;
  }
}
.works-section .container .password-btn a {
  cursor: pointer;
  font-size: 2.5rem;
  text-decoration: none;
  font-family: "ab-taro", sans-serif;
  color: #1a1a1a;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .works-section .container .password-btn a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .works-section .container .password-btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .works-section .container .password-btn a {
    font-size: 1.8rem;
  }
}
.works-section .container .password-btn a:hover {
  color: #666666;
}

@keyframes cloudOne {
  0% {
    transform: translate(calc(-50% - 60vw), 0);
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + 75vw), 0);
  }
}
@keyframes cloudTwo {
  0% {
    transform: translate(calc(-50% + 60vw), 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% - 60vw), 0);
  }
}
@keyframes cloudThree {
  0% {
    transform: translate(calc(-50% + 60vw), 0);
  }
  100% {
    transform: translate(calc(-50% - 80vw), 0);
  }
}
@keyframes cloudFour {
  0% {
    transform: translate(calc(-50% - 60vw), 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + 80vw), 0);
    opacity: 1;
  }
}
@keyframes cloudFive {
  0% {
    transform: translate(calc(-50% + 60vw), 0);
  }
  100% {
    transform: translate(calc(-50% - 60vw), 0);
  }
}
.about-section {
  position: relative;
  background-image: url("/wp-content/themes/practice/assets/img/about-background.png");
  background-repeat: repeat;
  padding: 0 2.5% 82px;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 0 2.5% 60px;
  }
}
@media screen and (max-width: 399px) {
  .about-section {
    padding: 0 2.5% 50px;
  }
}
.about-section .flower {
  position: absolute;
  width: 14%;
  bottom: -5px;
  left: -18px;
  transform-origin: 50% 100%;
  will-change: transform;
  animation: flower-sway-lr 6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .about-section .flower {
    width: 18%;
  }
}
@keyframes flower-sway-lr {
  0% {
    transform: translateX(0) rotate(-2.5deg);
  }
  25% {
    transform: translateX(2px) rotate(1.2deg);
  }
  50% {
    transform: translateX(0) rotate(2deg);
  }
  75% {
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    transform: translateX(0) rotate(-2.5deg);
  }
}
.about-section .about-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3%;
  margin: 0 0 82px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-section .about-title {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .about-section .about-title {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-section .about-title {
    margin: 0 0 25px 0;
  }
}
.about-section .about-title .bubble {
  position: absolute;
  bottom: 55%;
  right: 9%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.9), rgba(255, 182, 193, 0.6) 30%, rgba(173, 216, 230, 0.5) 60%, rgba(221, 160, 221, 0.4) 80%, rgba(255, 255, 255, 0.2) 100%);
  opacity: 0.7;
  animation: floatUpLeft 4s linear infinite;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  transform: scale(0.5);
}
@media screen and (max-width: 999px) {
  .about-section .about-title .bubble {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-title .bubble {
    width: 13px;
    height: 13px;
    right: 10%;
  }
}
@keyframes floatUpLeft {
  0% {
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  50% {
    transform: translate(-20px, -50px) scale(1.6);
    opacity: 0.7;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-40px, -100px) scale(2);
    opacity: 0;
  }
}
.about-section .about-title #about-lottie-animation {
  width: 11%;
}
@media screen and (max-width: 767px) {
  .about-section .about-title #about-lottie-animation {
    width: 14%;
  }
}
.about-section .about-wrapper {
  align-items: center;
  display: flex;
  gap: 5%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper {
    display: block;
  }
}
.about-section .about-wrapper .about-thumb {
  width: 30%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper .about-thumb {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.about-section .about-wrapper .about-thumb img {
  width: 76%;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 999px) {
  .about-section .about-wrapper .about-thumb img {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper .about-thumb img {
    width: 33%;
  }
}
.about-section .about-wrapper .about-description {
  font-family: "kiwi-maru", sans-serif;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper .about-description {
    width: 100%;
  }
}
.about-section .about-wrapper .about-description ruby {
  font-size: 3.3rem;
  font-family: "kiwi-maru", sans-serif;
}
@media screen and (max-width: 999px) {
  .about-section .about-wrapper .about-description ruby {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper .about-description ruby {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 399px) {
  .about-section .about-wrapper .about-description ruby {
    font-size: 2.1rem;
  }
}
.about-section .about-wrapper .about-description p {
  margin: 10px 0 0 0;
}
.about-section .about-btn {
  display: flex;
  width: fit-content;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 5px 30px 5px 40px;
  background-color: rgba(255, 255, 255, 0.5647058824);
  border-radius: 70px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .about-section .about-btn {
    padding: 4px 10px 4px 23px;
  }
}
.about-section .about-btn .about-btn-decoration {
  width: 34px;
  position: absolute;
  right: 136px;
}
@media screen and (max-width: 999px) {
  .about-section .about-btn .about-btn-decoration {
    width: 29px;
    right: 130px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-btn .about-btn-decoration {
    width: 24px;
    right: 96px;
  }
}
@media screen and (max-width: 399px) {
  .about-section .about-btn .about-btn-decoration {
    width: 21px;
    right: 88px;
  }
}
.about-section .about-btn a {
  cursor: pointer;
  font-size: 2.5rem;
  text-decoration: none;
  font-family: "ab-taro", sans-serif;
  color: #1a1a1a;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .about-section .about-btn a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .about-section .about-btn a {
    font-size: 1.8rem;
  }
}
.about-section .about-btn a:hover {
  color: #666666;
}

.work-single-section {
  background-image: url("/wp-content/themes/practice/assets/img/work-single-background.png");
  background-repeat: repeat;
  font-family: "kiwi-maru", sans-serif;
  padding: 0;
}
.work-single-section .container {
  padding: 170px 2.5% 100px;
}
@media screen and (max-width: 1199px) {
  .work-single-section .container {
    padding: 130px 2.5% 100px;
  }
}
@media screen and (max-width: 999px) {
  .work-single-section .container {
    padding: 120px 2.5% 100px;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container {
    padding: 82px 2.5% 82px;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container {
    padding: 70px 2.5% 82px;
  }
}
.work-single-section .container .work-title {
  position: relative;
  display: flex;
}
.work-single-section .container .work-title .work-single-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-title .work-single-title-decoration {
    width: 7%;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-title .work-single-title-decoration {
    width: 8%;
    padding: 1% 0 0 0;
  }
}
.work-single-section .container .work-title h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-title h2 {
    padding: 0 0 0 20px;
  }
}
.work-single-section .container .work-single-wrapper {
  padding: 100px;
  border-radius: 15px;
  background-color: #fffffa;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-single-wrapper {
    padding: 60px;
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper {
    padding: 40px 20px;
    margin: 0 0 40px 0;
  }
}
.work-single-section .container .work-single-wrapper .work-thumb {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-single-wrapper .work-thumb {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .work-thumb {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .work-thumb {
    margin: 0 auto 15px;
  }
}
.work-single-section .container .work-single-wrapper .work-list {
  background-color: #fffffa;
}
.work-single-section .container .work-single-wrapper .work-list dl {
  display: flex;
  flex-wrap: wrap;
  font-family: "kiwi-maru", sans-serif;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .work-list dl {
    display: block;
  }
}
.work-single-section .container .work-single-wrapper .work-list dl dt {
  padding: 40px 0;
  width: 25%;
  border-bottom: 1px dashed #ccc;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .work-list dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 10px;
    line-height: 1.6;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .work-list dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 15px 0 10px;
  }
}
.work-single-section .container .work-single-wrapper .work-list dl dd {
  border-bottom: 1px dashed #ccc;
  padding: 40px 0 40px 10px;
  width: 75%;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .work-list dl dd {
    width: 100%;
    line-height: 1.6;
    padding: 0 0 20px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .work-list dl dd {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 15px 0;
  }
}
.work-single-section .container .work-single-wrapper .device-screenshots {
  display: flex;
  height: auto;
  gap: 3%;
  padding: 5%;
  background-color: #f8f7f0;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-single-wrapper .device-screenshots {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .device-screenshots {
    margin: 40px 0 0 0;
    padding: 3%;
    gap: 2%;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .device-screenshots {
    margin: 30px 0 0 0;
  }
}
.work-single-section .container .work-single-wrapper .device-screenshots .pc-screenshot {
  width: 62%;
  height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .device-screenshots .pc-screenshot {
    height: 70vh;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .device-screenshots .pc-screenshot {
    height: 60vh;
  }
}
.work-single-section .container .work-single-wrapper .device-screenshots .mobile-screenshot {
  width: 35%;
  height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .device-screenshots .mobile-screenshot {
    width: 36%;
    height: 70vh;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .device-screenshots .mobile-screenshot {
    height: 60vh;
  }
}
.work-single-section .container .work-single-wrapper .single-screenshot {
  padding: 6%;
  background-color: #f8f7f0;
  height: auto;
  overflow-y: auto;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .work-single-wrapper .single-screenshot {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .work-single-wrapper .single-screenshot {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .work-single-wrapper .single-screenshot {
    margin: 30px 0 0 0;
  }
}
.work-single-section .container .other-works .other-works-title {
  position: relative;
  display: flex;
}
.work-single-section .container .other-works .other-works-title .other-works-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .other-works .other-works-title .other-works-title-decoration {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .other-works .other-works-title .other-works-title-decoration {
    width: 7%;
    padding: 1% 0 0 0;
  }
}
.work-single-section .container .other-works .other-works-title h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .other-works .other-works-title h2 {
    padding: 0 0 0 20px;
  }
}
.work-single-section .container .other-works .mySwiper.is-static {
  overflow: visible;
}
.work-single-section .container .other-works .mySwiper.is-static .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.work-single-section .container .other-works .mySwiper.is-static .swiper-slide {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
}
.work-single-section .container .other-works .mySwiper.is-static .swiper-slide:hover {
  filter: brightness(1.05);
}
@media screen and (max-width: 767px) {
  .work-single-section .container .other-works .mySwiper.is-static .swiper-slide {
    flex-basis: calc(50% - 20px);
  }
}
.work-single-section .container .other-works-password .other-works-title {
  position: relative;
  display: flex;
}
.work-single-section .container .other-works-password .other-works-title .other-works-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .other-works-password .other-works-title .other-works-title-decoration {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .work-single-section .container .other-works-password .other-works-title .other-works-title-decoration {
    width: 7%;
    padding: 1% 0 0 0;
  }
}
.work-single-section .container .other-works-password .other-works-title h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .work-single-section .container .other-works-password .other-works-title h2 {
    padding: 0 0 0 20px;
  }
}
.work-single-section .container .other-works-password .mySwiper {
  position: relative;
  overflow: hidden;
}
.work-single-section .container .other-works-password .mySwiper .swiper-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .other-works-password .mySwiper .swiper-wrapper .swiper-slide {
    padding: 0 10%;
  }
}
@media screen and (max-width: 399px) {
  .work-single-section .container .other-works-password .mySwiper .swiper-wrapper .swiper-slide {
    padding: 0 15%;
  }
}
.work-single-section .container .other-works-password .mySwiper .swiper-wrapper .swiper-slide .other-works-img img {
  cursor: pointer;
}
.work-single-section .container .other-works-password .mySwiper .swiper-wrapper .swiper-slide .other-works-img:hover {
  filter: brightness(1.05);
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-next,
.work-single-section .container .other-works-password .mySwiper .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: 10px;
  z-index: 10;
  border-radius: 50%;
  background-color: #9d896c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .work-single-section .container .other-works-password .mySwiper .swiper-button-next,
  .work-single-section .container .other-works-password .mySwiper .swiper-button-prev {
    margin-top: -8px;
  }
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-next:hover,
.work-single-section .container .other-works-password .mySwiper .swiper-button-prev:hover {
  background-color: #cbb994;
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-next::after,
.work-single-section .container .other-works-password .mySwiper .swiper-button-prev::after {
  font-size: 35px;
  color: #fffffa;
  line-height: 1;
  display: block;
  position: relative;
  top: -3px;
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-next::after {
  content: "›";
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-prev::after {
  content: "‹";
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-next {
  right: 0;
}
.work-single-section .container .other-works-password .mySwiper .swiper-button-prev {
  left: 0;
}

footer {
  position: relative;
}
footer .container {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
footer .container .page-top {
  cursor: pointer;
  position: fixed;
  width: 70px;
  height: 70px;
  z-index: 999;
  right: 2.5%;
  bottom: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  footer .container .page-top {
    width: 50px;
    height: 50px;
    bottom: 10px;
  }
}
@media screen and (max-width: 399px) {
  footer .container .page-top {
    width: 45px;
    height: 45px;
  }
}
footer .container .page-top:hover {
  opacity: 1;
}
footer .container #lottie-animation {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin: 0;
  max-width: 100%;
  min-height: 90px;
}
footer .container #lottie-animation > svg, footer .container #lottie-animation > canvas {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  footer .container #lottie-animation {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
  }
  footer .container #lottie-animation > svg, footer .container #lottie-animation > canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
footer .container footer .container {
  padding-bottom: 0;
}

.about-page {
  background-image: url("/wp-content/themes/practice/assets/img/about-background.png");
  padding: 0;
  position: relative;
  z-index: -1;
}
.about-page .bird {
  position: absolute;
  width: 8%;
  right: -9px;
  bottom: 520px;
  transform-origin: bottom center;
  animation: sway 5s ease-in-out infinite;
}
@media screen and (max-width: 1199px) {
  .about-page .bird {
    bottom: 500px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .bird {
    width: 14%;
    bottom: 760px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .bird {
    width: 15%;
    bottom: 690px;
  }
}
@keyframes sway {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(2deg) translateX(2px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  75% {
    transform: rotate(-2deg) translateX(-2px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
.about-page .container {
  padding: 170px 2.5% 100px;
}
@media screen and (max-width: 1199px) {
  .about-page .container {
    padding: 130px 2.5% 100px;
  }
}
@media screen and (max-width: 999px) {
  .about-page .container {
    padding: 120px 2.5% 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container {
    padding: 82px 2.5% 82px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container {
    padding: 70px 2.5% 82px;
  }
}
.about-page .container .about-page-title {
  display: flex;
  align-items: center;
  gap: 3%;
  margin: 0 0 82px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-page .container .about-page-title {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .about-page .container .about-page-title {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .about-page-title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .about-page-title {
    margin: 0 0 25px 0;
  }
}
.about-page .container .about-page-title #about-lottie-animation {
  width: 10%;
  transform: scaleX(-1);
  transform-origin: 50% 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about-page .container .about-page-title #about-lottie-animation {
    width: 13%;
  }
}
.about-page .container .about-page-title .about-page-bubble {
  position: absolute;
  bottom: 55%;
  left: 9%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.9), rgba(255, 182, 193, 0.6) 30%, rgba(173, 216, 230, 0.5) 60%, rgba(221, 160, 221, 0.4) 80%, rgba(255, 255, 255, 0.2) 100%);
  opacity: 0.7;
  animation: floatUp 4s linear infinite;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  transform: scale(0.5);
}
@media screen and (max-width: 999px) {
  .about-page .container .about-page-title .about-page-bubble {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .about-page-title .about-page-bubble {
    width: 13px;
    height: 13px;
    left: 10%;
  }
}
@keyframes floatUp {
  0% {
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  50% {
    transform: translate(20px, -50px) scale(1.6);
    opacity: 0.7;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: translate(40px, -100px) scale(2);
    opacity: 0;
  }
}
.about-page .container .about-page-title h1 {
  z-index: 1;
}
.about-page .container .self-introduction {
  align-items: center;
  margin: 0 0 82px 0;
}
@media screen and (max-width: 1199px) {
  .about-page .container .self-introduction {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .about-page .container .self-introduction {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .self-introduction {
    margin: 0 0 30px 0;
  }
}
.about-page .container .self-introduction .sub-title {
  position: relative;
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-page .container .self-introduction .sub-title {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .self-introduction .sub-title {
    margin: 0 0 15px 0;
  }
}
.about-page .container .self-introduction .sub-title .sub-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .about-page .container .self-introduction .sub-title .sub-title-decoration {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .self-introduction .sub-title .sub-title-decoration {
    width: 7%;
    padding: 3% 0 0 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .self-introduction .sub-title .sub-title-decoration {
    padding: 2% 0 0 0;
  }
}
.about-page .container .self-introduction .sub-title ruby {
  position: relative;
  z-index: 1;
  font-size: 3.3rem;
  font-family: "kiwi-maru", sans-serif;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .about-page .container .self-introduction .sub-title ruby {
    font-size: 3rem;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .self-introduction .sub-title ruby {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .self-introduction .sub-title ruby {
    font-size: 2.1rem;
  }
}
.about-page .container .self-introduction .sub-title ruby rt {
  position: relative;
  z-index: 1;
}
.about-page .container .self-introduction p + p {
  margin: 1em 0 0 0;
}
.about-page .container .skill {
  align-items: center;
  margin: 0 0 82px 0;
}
@media screen and (max-width: 1199px) {
  .about-page .container .skill {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .about-page .container .skill {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .skill {
    margin: 0 0 30px 0;
  }
}
.about-page .container .skill .skill-title {
  position: relative;
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .skill-title {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .skill .skill-title {
    margin: 0 0 15px 0;
  }
}
.about-page .container .skill .skill-title .sub-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .skill-title .sub-title-decoration {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .skill-title .sub-title-decoration {
    width: 7%;
    padding: 2% 0 0 0;
  }
}
.about-page .container .skill .skill-title h4 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .skill-title h4 {
    padding: 0 0 0 20px;
  }
}
.about-page .container .skill .card-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper {
    display: block;
  }
}
.about-page .container .skill .card-wrapper .skill-card {
  width: 32%;
  border: 1px solid #a8bf93;
  border-radius: 15px;
  background-color: #fffffa;
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper .skill-card {
    width: 100%;
    margin: 0 0 2%;
  }
}
.about-page .container .skill .card-wrapper .skill-card img {
  padding: 35px 35px 15px;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .card-wrapper .skill-card img {
    padding: 30px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper .skill-card img {
    padding: 30px 110px 15px;
  }
}
.about-page .container .skill .card-wrapper .skill-card h3 {
  color: #769164;
  text-align: center;
  padding: 0 35px 5px;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .card-wrapper .skill-card h3 {
    padding: 0 30px 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper .skill-card h3 {
    padding: 0 20px 5px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .skill .card-wrapper .skill-card h3 {
    padding: 0 30px 5px;
  }
}
.about-page .container .skill .card-wrapper .skill-card .tools-used {
  color: #769164;
  font-size: 1.4rem;
  padding: 0 35px 5px;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .card-wrapper .skill-card .tools-used {
    padding: 0 30px 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper .skill-card .tools-used {
    padding: 0 20px 5px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .skill .card-wrapper .skill-card .tools-used {
    padding: 0 30px 5px;
  }
}
.about-page .container .skill .card-wrapper .skill-card .skill-description {
  padding: 0 35px 35px;
}
@media screen and (max-width: 999px) {
  .about-page .container .skill .card-wrapper .skill-card .skill-description {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .skill .card-wrapper .skill-card .skill-description {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .skill .card-wrapper .skill-card .skill-description {
    padding: 0 30px 30px;
  }
}
.about-page .container .strengths .strengths-title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-title {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .strengths .strengths-title {
    margin: 0 0 15px 0;
  }
}
.about-page .container .strengths .strengths-title .sub-title-decoration {
  width: 5%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .about-page .container .strengths .strengths-title .sub-title-decoration {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-title .sub-title-decoration {
    width: 7%;
    padding: 2% 0 0 0;
  }
}
.about-page .container .strengths .strengths-title h4 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 999px) {
  .about-page .container .strengths .strengths-title h4 {
    padding: 0 0 0 20px;
  }
}
.about-page .container .strengths .strengths-list > dl {
  display: flex;
  flex-wrap: wrap;
  font-family: "kiwi-maru", sans-serif;
  padding: 0 0 40px;
  border-bottom: 1px dashed #a8bf93;
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-list > dl {
    display: block;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .strengths .strengths-list > dl {
    padding: 0 0 15px;
  }
}
.about-page .container .strengths .strengths-list > dl > dt {
  width: 25%;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-list > dl > dt {
    width: 100%;
    border-bottom: none;
    padding: 0 0 10px 0;
    line-height: 1.6;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .strengths .strengths-list > dl > dt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.about-page .container .strengths .strengths-list > dl > dd {
  padding: 0 0 0 10px;
  width: 75%;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-list > dl > dd {
    width: 100%;
    line-height: 1.6;
    padding: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .strengths .strengths-list > dl > dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.about-page .container .strengths .strengths-list + .strengths-list > dl {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-page .container .strengths .strengths-list + .strengths-list > dl {
    padding-top: 20px;
  }
}
@media screen and (max-width: 399px) {
  .about-page .container .strengths .strengths-list + .strengths-list > dl {
    padding-top: 15px;
  }
}

.works-password-page {
  background-image: url("/wp-content/themes/practice/assets/img/portfolio-works-background-img.png");
}
.works-password-page .pattern {
  opacity: 0.7;
}
.works-password-page > .cloud-one, .works-password-page > .cloud-two, .works-password-page > .cloud-three, .works-password-page > .cloud-four, .works-password-page > .cloud-five {
  position: absolute;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  display: block;
}
.works-password-page > .cloud-one {
  top: 17%;
  width: 13%;
  animation: cloudOne 130s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-password-page > .cloud-one {
    width: 17%;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page > .cloud-one {
    width: 19%;
  }
}
.works-password-page > .cloud-two {
  top: 22%;
  width: 10%;
  animation: cloudTwo 150s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-password-page > .cloud-two {
    width: 14%;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page > .cloud-two {
    width: 16%;
  }
}
.works-password-page > .cloud-three {
  top: 38%;
  width: 11%;
  animation: cloudThree 100s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-password-page > .cloud-three {
    width: 15%;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page > .cloud-three {
    width: 17%;
  }
}
.works-password-page > .cloud-four {
  top: 58%;
  width: 12%;
  animation: cloudFour 160s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-password-page > .cloud-four {
    width: 16%;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page > .cloud-four {
    width: 18%;
  }
}
.works-password-page > .cloud-five {
  top: 80%;
  width: 11%;
  animation: cloudFive 155s linear infinite;
}
@media screen and (max-width: 767px) {
  .works-password-page > .cloud-five {
    width: 15%;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page > .cloud-five {
    width: 17%;
  }
}
.works-password-page .container img {
  width: 100%;
  display: block;
}
.works-password-page .container .works-password-title {
  display: flex;
  align-items: center;
  gap: 3%;
  margin: 82px 0;
  padding: 0 2.5%;
}
@media screen and (max-width: 1199px) {
  .works-password-page .container .works-password-title {
    margin: 60px 0;
  }
}
@media screen and (max-width: 999px) {
  .works-password-page .container .works-password-title {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .works-password-page .container .works-password-title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 399px) {
  .works-password-page .container .works-password-title {
    margin: 40px 0 25px;
  }
}
.works-password-page .container .works-password-title #works-lottie-animation {
  width: 11%;
  display: inline-block;
  transform-origin: bottom center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .works-password-page .container .works-password-title #works-lottie-animation {
    width: 13%;
  }
}
.works-password-page .container .works-password-title h1 {
  z-index: 2;
}
.works-password-page .container .works-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3.5%;
  row-gap: 5%;
  padding: 0 2.5% 20px;
  /* ===== 余りが2枚（例: 8枚）→ 最後の行は「中央・右」に配置 ===== */
  /* ===== 余りが1枚（例: 7枚）→ 真ん中に1枚配置 ===== */
  /* 2カラム（md以下）の時の調整（46% × 2列想定） */
}
.works-password-page .container .works-wrapper .works-card {
  flex: 0 1 31%;
  margin: 0 0 5% 0;
  z-index: 2;
}
.works-password-page .container .works-wrapper .works-card a {
  text-decoration: none;
}
.works-password-page .container .works-wrapper .works-card a .works-img {
  cursor: pointer;
  z-index: 2;
}
.works-password-page .container .works-wrapper .works-card a .works-img:hover {
  filter: brightness(1.05);
}
.works-password-page .container .works-wrapper .works-card a .works-type {
  text-align: center;
  margin: 3% 0 0 0;
}
.works-password-page .container .works-wrapper:has(.works-card:nth-last-child(2):nth-child(3n+1))::after {
  content: "";
  flex: 0 0 31%;
}
.works-password-page .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(3n+1))::before, .works-password-page .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(3n+1))::after {
  content: "";
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  .works-password-page .container .works-wrapper {
    column-gap: 8%;
    /* 2カラムで最後が1枚のとき、中央に寄せる */
  }
  .works-password-page .container .works-wrapper .works-card {
    flex-basis: 46%;
  }
  .works-password-page .container .works-wrapper:has(.works-card:nth-last-child(1):nth-child(2n+1))::after {
    content: "";
    flex: 0 0 46%;
  }
}

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