@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  color: #333333;
}
* p {
  letter-spacing: 0.2rem;
  color: #333333;
  font-family: "Noto Sans JP";
}

.content {
  position: absolute;
  top: 50%;
  left: 25%;
  height: 100px;
  width: 50vw;
}

.content-text {
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

body {
  background-color: #f8f8f8;
  font-family: "Noto Serif JP", serif;
}
body .l-header {
  font-family: "Noto Sans JP", serif;
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
body .l-header ul,
body .l-header ol {
  list-style: none;
}
body .l-header a {
  text-decoration: none;
}
body .c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
body .c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}
body .c-hamburger span:nth-of-type(1) {
  top: -4px;
}
body .c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
body .c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
body .c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
body .c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
body .c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
body .p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
body .p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 40px;
}
body .p-header__inner .p-header__title {
  display: none;
}
body .p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 32px;
  right: 0;
  width: 95px;
  height: 100%;
}
body .p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
body .p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}
body .p-nav__item {
  margin: 20px 0;
  position: relative;
  width: 100%;
}
body .p-nav__item:nth-child(4) {
  margin: 20px 0;
}
body .p-nav__item:nth-child(4) .p-nav__link {
  color: #fff;
  background: #333;
  border: 1px #333 solid;
  border-radius: 50px;
  padding: 12px 52px;
}
body .p-nav__link {
  color: black;
  display: block;
  padding: 8px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  body .p-header__inner .p-header__title {
    display: block;
  }
  body .p-nav__item {
    margin: 20px;
    position: relative;
    width: 100%;
  }
  body .p-nav__item:nth-child(4) {
    margin: 20px;
  }
  body .p-nav__item:nth-child(4) .p-nav__link {
    color: #fff;
    background: #333;
    border: 1px #333 solid;
    border-radius: 50px;
    padding: 8px 44px;
  }
  body .p-header__hamburger {
    display: none;
  }
  body .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }
  body .p-header__nav.is-active {
    background-color: rgba(255, 255, 255, 0);
  }
  body .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }
  body .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }
}
body main {
  padding-top: 80px;
  overflow: hidden;
  /* アニメーション */
}
body main .mainvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  height: 100vh;
}
body main .mainvisual h1 {
  font-size: clamp(48px, 8vw, 96px);
  position: relative;
  display: block;
  z-index: 2;
}
body main .mainvisual h1 .left {
  margin-right: -1rem;
}
body main .mainvisual h1 .left,
body main .mainvisual h1 .right {
  letter-spacing: 2rem;
  position: relative;
}
body main .mainvisual h1 .mv-fast {
  font-size: 1.3em;
}
body main .mainvisual h1 .mv-second {
  font-size: 1.15em;
}
body main .mainvisual h1 .right .gradient {
  position: absolute;
  bottom: -35%;
  left: 50%;
  width: 180%;
  height: 350%;
  background: radial-gradient(ellipse at 20% 25%, rgba(255, 80, 200, 0.5), transparent 40%), radial-gradient(ellipse at 65% 15%, rgba(80, 200, 255, 0.4), transparent 50%), radial-gradient(ellipse at 85% 75%, rgba(255, 220, 80, 0.3), transparent 60%), radial-gradient(ellipse at 35% 85%, rgba(80, 255, 150, 0.3), transparent 60%), radial-gradient(ellipse at 50% 50%, rgba(255, 80, 100, 0.25), transparent 60%);
  filter: blur(60px);
  transform: translateX(-50%) rotate(0deg) scale(1);
  z-index: 1;
  border-radius: 50%;
  animation: chaos 12s ease-in-out infinite, rotate 40s linear infinite;
}
body main .mainvisual h1 .right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220%;
  height: 300%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(80px);
  z-index: -1;
}
body main .mainvisual .subtitle {
  font-size: 20px;
  letter-spacing: 0.4rem;
  margin-top: 44px;
  position: relative;
  z-index: 2;
  color: #333;
}
@keyframes chaos {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  25% {
    transform: translateX(-52%) translateY(-10%) scale(1.05);
  }
  50% {
    transform: translateX(-48%) translateY(15%) scale(1.1);
  }
  75% {
    transform: translateX(-50%) translateY(-5%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
body main .works {
  margin-bottom: 120px;
}
body main .works .works-title {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
body main .works .works-title h2 {
  letter-spacing: 0.8rem;
  font-size: 80px;
  font-weight: 300;
}
body main .works .works-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
}
body main .works .works-title p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: "Noto serif JP";
}
body main .works .works-tab {
  max-width: 1280px;
  margin: 0 auto;
}
body main .works .works-tab .tab-menu {
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background: #f0f0f0;
  font-weight: 500;
  letter-spacing: 0.2rem;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
}
body main .works .works-tab .tab-menu li {
  font-family: "Noto Sans JP";
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  width: 100px;
  text-align: center;
  font-size: 16px;
  color: #6D6D6D;
  position: relative;
  transition: 0.6s;
  padding: 6px 12px;
}
body main .works .works-tab .tab-menu li:hover {
  color: #333333;
  background: #dfdfdf;
  border-radius: 50px;
}
body main .works .works-tab .tab-menu li:hover::after {
  transform: scaleX(1);
  /* ホバー時に全幅へ */
}
body main .works .works-tab .tab-menu li.active {
  background: #333333;
  color: white;
  border-radius: 50px;
}
body main .works .works-tab .tab-content > div:first-child.active {
  position: relative;
}
body main .works .works-tab .tab-content > div {
  display: grid;
  /* 元のグリッドを保持 */
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 0;
  /* 非表示時に高さをゼロにする */
  overflow: hidden;
}
body main .works .works-tab .tab-content > div.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  height: auto;
  /* 表示時に元の高さに戻す */
}
body main .works .works-tab .tab-content {
  letter-spacing: 0.2rem;
  width: 100%;
  /*コレ*/
  border-top: 1px solid #C0C0C0;
  /*コレ*/
  padding: 80px 0;
  margin-top: 32px;
  /* カードのスタイル */
}
body main .works .works-tab .tab-content .card-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(594px, 1fr));
  gap: 80px;
}
body main .works .works-tab .tab-content .card {
  margin-bottom: 4px;
}
body main .works .works-tab .tab-content .card a {
  text-decoration: none;
}
body main .works .works-tab .tab-content .card:hover img {
  transform: scale(1.05);
}
body main .works .works-tab .tab-content .card:hover:hover h3::after {
  width: 100%;
}
body main .works .works-tab .tab-content .card:hover .circle_btn05 .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .works .works-tab .tab-content .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .works .works-tab .tab-content .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .works .works-tab .tab-content .card .img-wrap {
  position: relative;
  z-index: 0;
  width: 432px;
  height: 270px;
  padding: 52px 80px;
  background-color: #f0f0f0;
  overflow: hidden;
}
body main .works .works-tab .tab-content .card .img-wrap img {
  margin: 0 auto;
  display: block;
  height: 100%;
  transition: transform 0.6s ease, filter 0.6s ease;
  will-change: transform, filter;
}
body main .works .works-tab .tab-content .card .works-textarea {
  padding: 40px 0;
  gap: 32px;
  /* Gridを指定 */
  display: grid;
  /* 3つの行に分割*/
  grid-row: span 3;
}
body main .works .works-tab .tab-content .card .works-textarea .category {
  display: flex;
  gap: 14px;
}
body main .works .works-tab .tab-content .card .works-textarea .category p {
  display: flex;
  align-items: center;
  /* 上下中央 */
  justify-content: center;
  /* 左右中央（必要なら） */
  height: 30px;
  /* 好きな高さ */
  font-size: 13px;
  font-weight: 400;
  color: #005ea4;
  background: #333333;
  padding: 0px 12px;
  border-radius: 20px;
  color: #fff;
}
body main .works .works-tab .tab-content .card .works-textarea .category p:nth-of-type(2) {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  color: #333333;
  font-weight: 500;
}
body main .works .works-tab .tab-content .card .works-textarea .aoyama {
  font-size: 19px;
}
body main .works .works-tab .tab-content .card .works-textarea h3 {
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  font-family: "Noto Sans JP";
  height: 20px;
}
body main .works .works-tab .tab-content .card .works-textarea h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: width 0.6s ease;
}
body main .works .works-tab .tab-content .card .works-textarea p {
  font-size: 13px;
  color: #6D6D6D;
  height: 40px;
  align-items: center;
}
body main .works .works-tab .tab-content .card .circle_btn05 {
  position: relative;
  display: inline-block;
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .works .works-tab .tab-content .card .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .about {
  margin-bottom: 120px;
}
body main .about .about-title {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
body main .about .about-title h2 {
  letter-spacing: 0.8rem;
  font-size: 80px;
  font-weight: 300;
}
body main .about .about-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
}
body main .about .about-title p {
  font-family: "Noto serif JP";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
body main .about .about-container {
  letter-spacing: 0.2rem;
  /*コレ*/
  border-top: 1px solid #C0C0C0;
  /*コレ*/
  padding: 80px 0;
  margin-top: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
body main .about .about-container .about-content {
  display: flex;
  align-items: center;
  gap: 120px;
  /* 幅を画像サイズに合わせる */
}
body main .about .about-container .about-content img {
  width: 100%;
  /* 元の横幅を保持 */
  height: auto;
}
body main .about .about-container .about-content .about-profile .about-profile-name {
  margin-bottom: 52px;
}
body main .about .about-container .about-content .about-profile .about-profile-name p {
  font-size: 13px;
  letter-spacing: 0.2rem;
  margin-bottom: 16px;
}
body main .about .about-container .about-content .about-profile .about-profile-name h3 {
  font-size: 24px;
  letter-spacing: 0.4rem;
  font-family: "Noto Sans JP";
}
body main .about .about-container .about-content .about-profile .about-profile-text {
  margin-bottom: 32px;
}
body main .about .about-container .about-content .about-profile .about-profile-text p {
  margin-bottom: 20px;
  line-height: 2rem;
}
body main .about .btn .circle_btn05 {
  position: relative;
  display: inline-block;
}
body main .about .btn .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .about .btn .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .about .btn .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .about .btn:hover .circle_btn05 .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .contact .contact-container {
  margin: 0 auto;
  max-width: 1280px;
  border-radius: 4px;
  padding: 120px 200px;
  text-decoration: none;
  background: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
}
body main .contact .contact-container:hover {
  background: #444444;
}
body main .contact .contact-container:hover .circle_btn05 .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .contact .contact-container:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .contact .contact-container:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .contact .contact-title {
  display: flex;
  align-items: flex-end;
}
body main .contact .contact-title h2 {
  color: #fff;
  letter-spacing: 0.8rem;
  font-size: 80px;
  font-weight: 300;
}
body main .contact .contact-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
  background: #fff;
}
body main .contact .contact-title p {
  font-family: "Noto serif JP";
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
body main .contact .btn {
  margin-left: auto;
}
body main .contact .btn .circle_btn05 {
  position: relative;
  display: inline-block;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon {
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  pointer-events: none;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 80px;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
  width: 16px;
  height: 16px;
}
body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
  stroke: #ffffff;
}
body main .contact .btn .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
  background-color: #ffffff;
}
body main .global {
  max-width: 1280px;
  margin: 0 auto;
  background: #f0f0f0;
}
body main .global .global-img {
  text-align: center;
  padding: 4rem 8rem;
}
body main .global .global-img img {
  max-width: 100%;
  height: auto;
  transition: opacity 1s ease-in-out;
  /* フェード用 */
  opacity: 1;
}
body main .data {
  max-width: 1280px;
  margin: 0 auto;
}
body main .data .data-area {
  margin-top: 80px;
}
body main .data .data-area .data-title {
  justify-content: space-between;
  /* 左右に振り分け */
  align-items: center;
  /* 縦方向を中央に揃える */
  display: flex;
  border-bottom: 1px solid #C0C0C0;
}
body main .data .data-area .data-title .data-title-btn {
  padding-bottom: 32px;
}
body main .data .data-area .data-title .data-title-btn h1 {
  line-height: 2.5rem;
  font-size: 38px;
  color: #333333;
  letter-spacing: 0.4rem;
}
body main .data .data-area .data-title .data-title-btn .category {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}
body main .data .data-area .data-title .data-title-btn .category p {
  display: flex;
  align-items: center;
  /* 上下中央 */
  justify-content: center;
  /* 左右中央（必要なら） */
  height: 30px;
  /* 好きな高さ */
  font-size: 14px;
  font-weight: 400;
  color: #005ea4;
  background: #333333;
  padding: 0px 12px;
  border-radius: 20px;
  color: #fff;
}
body main .data .data-area .data-title .data-title-btn .category p:nth-of-type(2) {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  color: #333333;
  font-weight: 500;
}
body main .data .data-area .data-text {
  margin: 52px 0;
  font-size: 16px;
}
body main .data .data-area .data-text p {
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
body main .data .data-area .btn {
  width: -moz-fit-content;
  width: fit-content;
}
body main .data .data-area .btn .circle_btn05 {
  position: relative;
  display: inline-block;
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .data .data-area .btn .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .w-table {
  max-width: 1280px;
  margin: 0 auto;
}
body main .w-table .w-table-title {
  margin-top: 120px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
body main .w-table .w-table-title h2 {
  letter-spacing: 0.4rem;
  font-size: 48px;
  font-weight: 300;
}
body main .w-table .w-table-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
}
body main .w-table .w-table-title p {
  font-family: "Noto serif JP";
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
}
body main .w-table table {
  font-family: "Noto Sans JP";
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
body main .w-table table tr:first-child ul {
  display: flex;
  list-style: none;
  gap: 20px;
}
body main .w-table table tr:first-child ul li {
  background: #333333;
  color: #fff;
  border: #333333 solid 1px;
  display: flex;
  /* flexboxにする */
  align-items: center;
  /* 縦方向中央 */
  justify-content: center;
  /* 横方向中央 */
  padding: 0 20px;
  border-radius: 30px;
}
body main .w-table table tr:first-child th,
body main .w-table table tr:first-child td {
  border-top: 1px solid #C0C0C0;
  /* 上線の色 */
}
body main .w-table table th,
body main .w-table table td {
  border-bottom: 1px solid #C0C0C0;
  padding: 40px 0;
  text-align: left;
  letter-spacing: 0.2rem;
}
body main .w-table table th {
  vertical-align: top;
  background: rgba(238, 238, 238, 0);
  width: 20%;
  color: #333333;
  font-weight: 600;
}
body main .w-table table td {
  line-height: 2rem;
  word-break: break-word;
  /* 長い単語でも折り返す */
  white-space: normal;
  /* 改行を許可 */
}
body main .w-table table td .w-table-list {
  display: flex;
  gap: 32px;
}
body main .w-table table td .w-table-list ul,
body main .w-table table td .w-table-list li {
  list-style: none;
}
body main .w-table table td .w-table-list-color ul {
  gap: 20px;
  display: flex;
  list-style: none;
}
body main .w-table table td .w-table-list-color ul li {
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.322);
  width: 52px;
  height: 52px;
}
@media (max-width: 650px) {
  body main .w-table table tr:first-child th {
    border-top: 1px solid #C0C0C0;
    /* 上線の色 */
  }
  body main .w-table table tr:first-child td {
    border-top: 0px;
    /* 上線の色 */
  }
  body main .w-table table th,
  body main .w-table table td {
    border-bottom: 0px solid #C0C0C0;
    display: block;
  }
  body main .w-table table th {
    width: 100%;
    padding: 32px 0 20px 0;
  }
  body main .w-table table td {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
body main .comp-none {
  margin-top: 120px;
  margin-bottom: 120px;
  width: 100%;
}
body main .comp-none .btn {
  padding-top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body main .comp-none .btn .circle_btn05 {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 12px;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  order: -1;
  /* 左に配置 */
  position: relative;
  /* 絶対位置リセット */
  width: 32px;
  height: 32px;
  pointer-events: none;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .comp-none .btn .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .comp-none .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
  transform: scaleX(-1);
  /* 左向きに反転 */
}
body main .comp-none .btn .circle_btn05 .circle_btn05-txt {
  order: 1;
  /* 矢印の右に配置 */
}
body main .comp-none .btn:hover .circle_btn05 .circle_btn05-txt {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .comp-none .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .comp-none .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .comp {
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 120px 0;
  width: 100%;
  background: #f0f0f0;
}
body main .comp .comp-img {
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  gap: 10%;
}
body main .comp .comp-img .comp-img-pc {
  cursor: pointer;
}
body main .comp .comp-img .comp-img-pc img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
body main .comp .comp-img .comp-img-sp {
  cursor: pointer;
}
body main .comp .comp-img .comp-img-sp img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
body main .comp .modal {
  cursor: zoom-out;
  /* 背景部分にマウス置いたら縮小アイコン */
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* ← スクロール可能 */
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px;
  /* 余白 */
}
body main .comp .modal .close {
  cursor: pointer;
  /* 閉じるボタンはポインター */
}
body main .comp .modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  /* 画面幅の90%まで縮小 */
  max-height: 90%;
  /* 画面高の90%まで縮小 */
  -o-object-fit: contain;
     object-fit: contain;
  /* 縦横比を保持して縮小 */
}
body main .comp .modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
body main .work-btn .btn {
  padding: 120px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body main .work-btn .btn .circle_btn05 {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 12px;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  order: -1;
  /* 左に配置 */
  position: relative;
  /* 絶対位置リセット */
  width: 32px;
  height: 32px;
  pointer-events: none;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .work-btn .btn .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .work-btn .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
  transform: scaleX(-1);
  /* 左向きに反転 */
}
body main .work-btn .btn .circle_btn05 .circle_btn05-txt {
  order: 1;
  /* 矢印の右に配置 */
}
body main .work-btn .btn:hover .circle_btn05 .circle_btn05-txt {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .work-btn .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .work-btn .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .works-others {
  letter-spacing: 0.2rem;
  width: 100%;
  /* カードのスタイル */
}
body main .works-others .card-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(594px, 1fr));
  gap: 80px;
}
body main .works-others .card {
  margin-bottom: 4px;
}
body main .works-others .card a {
  text-decoration: none;
}
body main .works-others .card:hover img {
  transform: scale(1.05);
}
body main .works-others .card:hover:hover h3::after {
  width: 100%;
}
body main .works-others .card:hover .circle_btn05 .circle_btn05-txt {
  transform: translateX(-12px);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body main .works-others .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transform: rotate(1turn);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
body main .works-others .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transform: scale(1.3);
}
body main .works-others .card .img-wrap {
  position: relative;
  z-index: 0;
  width: 432px;
  height: 270px;
  padding: 52px 80px;
  background-color: #f0f0f0;
  overflow: hidden;
}
body main .works-others .card .img-wrap img {
  margin: 0 auto;
  display: block;
  height: 100%;
  transition: transform 0.6s ease, filter 0.6s ease;
  will-change: transform, filter;
}
body main .works-others .card .works-textarea {
  padding: 40px 0;
  gap: 32px;
  /* Gridを指定 */
  display: grid;
  /* 3つの行に分割*/
  grid-row: span 3;
}
body main .works-others .card .works-textarea .category {
  display: flex;
  gap: 14px;
}
body main .works-others .card .works-textarea .category p {
  display: flex;
  align-items: center;
  /* 上下中央 */
  justify-content: center;
  /* 左右中央（必要なら） */
  height: 30px;
  /* 好きな高さ */
  font-size: 13px;
  font-weight: 400;
  color: #005ea4;
  background: #333333;
  padding: 0px 12px;
  border-radius: 20px;
  color: #fff;
}
body main .works-others .card .works-textarea .category p:nth-of-type(2) {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  color: #333333;
  font-weight: 500;
}
body main .works-others .card .works-textarea .aoyama {
  font-size: 19px;
}
body main .works-others .card .works-textarea h3 {
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  font-family: "Noto Sans JP";
  height: 20px;
}
body main .works-others .card .works-textarea h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: width 0.6s ease;
}
body main .works-others .card .works-textarea p {
  font-size: 13px;
  color: #6D6D6D;
  height: 40px;
  align-items: center;
}
body main .works-others .card .circle_btn05 {
  position: relative;
  display: inline-block;
}
body main .works-others .card .circle_btn05 .circle_btn05-txt {
  height: 32px;
  line-height: 32px;
  padding-right: 44px;
  color: #333333;
  /* 文字色 */
  text-decoration: none;
  /* 文字の太さ */
  font-family: "Noto Sans JP";
}
body main .works-others .card .circle_btn05 .circle_btn05-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: 32px;
}
body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  position: relative;
}
body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
  stroke-width: 1;
  transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
}
body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
  stroke-width: 1.2;
  stroke: #333333;
  /* 矢印の色 */
}
body main .works-others .card .circle_btn05 .circle_btn05-circle-itm {
  background-color: #333333;
  /* 丸の色 */
  height: 48px;
}
body main .contact-page {
  margin-top: 80px;
}
body main .contact-page .contact-page-title {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
body main .contact-page .contact-page-title h2 {
  letter-spacing: 0.4rem;
  font-size: 48px;
  font-weight: 300;
}
body main .contact-page .contact-page-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
}
body main .contact-page .contact-page-title p {
  font-family: "Noto serif JP";
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
body main .contact-page-container {
  width: 100%;
}
body main .contact-page-container .contact-page-content {
  height: auto;
  border-top: 1px solid #C0C0C0;
  padding-top: 52px;
  max-width: 1280px;
  margin: 0 auto;
}
body main .contact-page-container .contact-page-content p {
  font-size: 20px;
}
body main .contact-page-container .contact-page-content .c-form {
  max-width: 1280px;
  margin: 0 auto;
}
body main .contact-page-container .contact-page-content .c-form__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 32px;
}
body main .contact-page-container .contact-page-content .c-form__label,
body main .contact-page-container .contact-page-content .c-form__input {
  padding: 10px;
  font-family: "Noto Sans JP";
}
body main .contact-page-container .contact-page-content .c-form__label {
  width: 100%;
  letter-spacing: 0.2rem;
}
body main .contact-page-container .contact-page-content .c-form__input {
  border: 1px solid #e9e9e9;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}
body main .contact-page-container .contact-page-content ::-moz-placeholder {
  letter-spacing: 0.2rem;
  color: #d8d8d8;
}
body main .contact-page-container .contact-page-content ::placeholder {
  letter-spacing: 0.2rem;
  color: #d8d8d8;
}
body main .contact-page-container .contact-page-content .c-form__input:focus-visible {
  outline: #a3a3a3 auto 1px;
}
body main .contact-page-container .contact-page-content .c-form__required {
  color: #ff0000;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 0 0 18px;
  font-size: 18px;
}
body main .contact-page-container .contact-page-content textarea.c-form__input {
  height: 160px;
}
body main .contact-page-container .contact-page-content .c-form__submit {
  margin-top: 60px;
  text-align: center;
}
body main .contact-page-container .contact-page-content .c-form__submit button {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 40px 180px;
  cursor: pointer;
  background: #333333;
  z-index: 0;
  /* 基準 */
}
body main .contact-page-container .contact-page-content .c-form__submit button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #444444;
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: inherit;
  z-index: -1;
  /* 背景として配置 */
}
body main .contact-page-container .contact-page-content .c-form__submit button:hover::before {
  opacity: 1;
}
body main .thanks {
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
body main .thanks h1 {
  font-size: 52px;
}
body main .thanks .thanks-sub {
  padding: 52px 0;
  font-weight: bold;
  font-size: 24px;
}
body main .thanks .thanks-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
body main .thanks .thanks-btn {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-top: 52px;
}
body main .thanks .thanks-btn .btn {
  display: inline-block;
  padding: 40px 160px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
body main .thanks .thanks-btn .btn:hover {
  background: #444;
  opacity: 0.6s;
}
body main .about-page {
  margin-bottom: 120px;
  margin-top: 80px;
}
body main .about-page .about-page-title {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
body main .about-page .about-page-title h2 {
  letter-spacing: 0.4rem;
  font-size: 48px;
  font-weight: 300;
}
body main .about-page .about-page-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 1px;
  height: 1em;
  margin: 0 0.6em;
  vertical-align: middle;
  transform: rotate(45deg);
}
body main .about-page .about-page-title p {
  font-family: "Noto serif JP";
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
}
body main .about-page .about-page-container {
  letter-spacing: 0.2rem;
  /*コレ*/
  border-top: 1px solid #C0C0C0;
  /*コレ*/
  padding: 80px 0;
  margin-top: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
body main .about-page .about-page-container .about-page-content {
  display: flex;
  align-items: center;
  gap: 120px;
  /* 幅を画像サイズに合わせる */
}
body main .about-page .about-page-container .about-page-content img {
  width: 400px;
  /* 元の横幅を保持 */
  height: auto;
}
body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name {
  margin-bottom: 52px;
}
body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name p {
  font-size: 13px;
  letter-spacing: 0.2rem;
  margin-bottom: 16px;
}
body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name h3 {
  font-size: 24px;
  letter-spacing: 0.4rem;
  font-family: "Noto Sans JP";
}
body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text {
  margin-bottom: 32px;
}
body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text p {
  margin-bottom: 20px;
  line-height: 2rem;
}
body main .about-page .about-page-biography {
  border-top: 1px solid #C0C0C0;
  padding-top: 80px;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  gap: 60px;
}
body main .about-page .about-page-biography .about-page-biography-list {
  flex: 1;
  min-width: 0;
  letter-spacing: 0.2rem;
}
body main .about-page .about-page-biography .about-page-biography-list p {
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}
body main .about-page .about-page-biography .about-page-biography-list ul {
  line-height: 2rem;
  margin-bottom: 20px;
  gap: 20px;
  font-family: "Noto Sans JP";
  display: flex;
  list-style: none;
}
body main .skills-container {
  border-top: 1px solid #C0C0C0;
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 60px;
}
body main .skills-container .skills {
  padding: 32px 0px;
  border-radius: 8px;
  font-family: "Noto Sans JP";
}
body main .skills-container .skills .title {
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  gap: 12px;
}
body main .skills-container .skills .title span {
  font-size: 12px;
}
body main .skills-container .skills .title img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
body main .skills-container .skills .desc {
  line-height: 1.8rem;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 16px;
  color: #333333;
  margin: 20px 0;
}
body main .skills-container .skills .meter {
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}
body main .skills-container .skills .meter span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 10px;
  transition: width 1s ease;
}
body main .skills-text {
  max-width: 1280px;
  margin: 0 auto;
}
body main .skills.html .meter span {
  background: linear-gradient(to right, #ff6600, rgb(255, 163.2, 102));
}
body main .skills.css .meter span {
  background: linear-gradient(to right, #446ad4, rgb(150.9304347826, 172.0782608696, 231.0695652174));
}
body main .skills.js .meter span {
  background: linear-gradient(to right, #ffbb00, rgb(255, 214.2, 102));
}
body main .skills.sass .meter span {
  background: linear-gradient(to right, #dd5c8d, rgb(238.6040609137, 176.3959390863, 200.0253807107));
}
body main .skills.illustrator .meter span {
  background: linear-gradient(to right, #ff5100, rgb(255, 150.6, 102));
}
body main .skills.Photoshop .meter span {
  background: linear-gradient(to right, #0099ff, rgb(102, 193.8, 255));
}
body main .skills.XD .meter span {
  background: linear-gradient(to right, #bd0074, rgb(255, 36, 170.4126984127));
}
body main .skills.figma .meter span {
  background: linear-gradient(to right, #27c23c, rgb(109.2918454936, 225.7081545064, 125.0643776824));
}
body main .skills.php .meter span {
  background: linear-gradient(to right, #8457ff, rgb(206.6785714286, 189, 255));
}
body main .skills.WP .meter span {
  background: linear-gradient(to right, #7ca0d6, rgb(201.6860465116, 216.3372093023, 238.3139534884));
}
body main .skills.VSCode .meter span {
  background: linear-gradient(to right, #57a0ff, rgb(189, 217.6785714286, 255));
}
body .footer {
  margin-top: 120px;
  display: flex;
  height: 680px;
  color: #fff;
}
body .footer .footer-left {
  flex: 4;
  position: relative;
  overflow: hidden;
}
body .footer .footer-left .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/Group 2.webp") center/cover no-repeat;
  z-index: 0;
}
body .footer .footer-left .footer-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.473);
  z-index: 1;
}
body .footer .footer-right {
  padding-left: 200px;
  flex: 6;
  background: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
body .footer .footer-right .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body .footer .footer-right .footer-nav a {
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ddd;
  transition: color 0.3s;
}
body .footer .footer-right .footer-nav a:hover {
  color: #fff;
}
body .footer .footer-right .footer-copy {
  position: absolute;
  bottom: 20px;
  left: 200px;
  font-size: 12px;
  color: #777;
}
@media (max-width: 768px) {
  body .footer {
    flex-direction: column;
    height: auto;
  }
  body .footer .footer-left {
    display: none;
  }
  body .footer .footer-right {
    flex: none;
    width: 100%;
    padding: 60px 0 20px 0;
    align-items: center;
  }
  body .footer .footer-right .footer-nav {
    align-items: center;
  }
  body .footer .footer-right .footer-nav a {
    font-size: 16px;
  }
  body .footer .footer-right .footer-copy {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 1280px) {
  body main .works .works-title {
    max-width: 1080px;
  }
  body main .works .works-title p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: "Noto serif JP";
  }
  body main .works .works-tab {
    max-width: 1080px;
  }
  body main .works .works-tab .tab-content .card-container {
    max-width: 1080px;
    grid-template-columns: repeat(auto-fill, minmax(329px, 1fr));
  }
  body main .works .works-tab .tab-content .card-container .card .img-wrap {
    width: 400px;
    padding: 40px 40px;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3 {
    height: 24px;
    line-height: 1.5rem;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3::after {
    width: 0px;
    height: 0px;
  }
  body main .about .about-title {
    max-width: 1080px;
  }
  body main .about .about-container {
    max-width: 1080px;
  }
  body main .contact {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
  }
  body main .contact .contact-container {
    padding: 60px 80px;
  }
  body main .contact .contact-container .contact-title {
    display: block;
  }
  body main .contact .contact-container .contact-title h2 {
    margin-bottom: 20px;
  }
  body main .contact .contact-container .contact-title h2::after {
    display: none;
  }
  body main .global {
    max-width: 1080px;
  }
  body main .data {
    max-width: 1080px;
  }
  body main .w-table {
    max-width: 1080px;
  }
  body main .comp .comp-img {
    max-width: 1080px;
  }
  body main .works-others .card-container {
    grid-template-columns: repeat(auto-fill, minmax(329px, 1fr));
    max-width: 1080px;
  }
  body main .works-others .card-container .img-wrap {
    width: 400px;
    padding: 40px 40px;
  }
  body main .works-others .card-container .works-textarea h3 {
    height: 30px;
    line-height: 1.5rem;
  }
  body main .works-others .card-container .works-textarea h3::after {
    width: 0px;
    height: 0px;
  }
  body main .contact-page .contact-page-title {
    max-width: 1080px;
  }
  body main .contact-page-container .contact-page-content {
    max-width: 1080px;
  }
  body main .contact-page-container .contact-page-content .c-form {
    max-width: 1080px;
  }
  body main .thanks {
    max-width: 1080px;
  }
  body main .about-page .about-page-title {
    max-width: 1080px;
  }
  body main .about-page .about-page-container {
    max-width: 1080px;
  }
  body main .about-page .about-page-biography {
    max-width: 1080px;
  }
  body main .skills-container {
    max-width: 1080px;
  }
  body main .skills-text {
    max-width: 1080px;
  }
}
@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
  body main {
    padding-top: 0px;
  }
  body main .mainvisual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    height: 100vh;
  }
  body main .mainvisual h1 {
    font-size: clamp(48px, 8vw, 96px);
    position: relative;
    display: block;
    z-index: 2;
  }
  body main .mainvisual h1 .left {
    margin-right: -0.5rem;
  }
  body main .mainvisual h1 .left,
  body main .mainvisual h1 .right {
    letter-spacing: 0.5rem;
    position: relative;
  }
  body main .mainvisual h1 .mv-fast {
    font-size: 1.3em;
  }
  body main .mainvisual h1 .mv-second {
    font-size: 1.15em;
  }
  body main .mainvisual h1 .right .gradient {
    position: absolute;
    bottom: -35%;
    left: 50%;
    width: 180%;
    height: 350%;
    background: radial-gradient(ellipse at 20% 25%, rgba(255, 80, 200, 0.4), transparent 40%), radial-gradient(ellipse at 65% 15%, rgba(80, 200, 255, 0.4), transparent 50%), radial-gradient(ellipse at 85% 75%, rgba(255, 220, 80, 0.4), transparent 60%), radial-gradient(ellipse at 35% 85%, rgba(80, 255, 150, 0.4), transparent 60%), radial-gradient(ellipse at 50% 50%, rgba(255, 80, 100, 0.4), transparent 60%);
    filter: blur(60px);
    transform: translateX(-50%) rotate(0deg) scale(1);
    z-index: 1;
    border-radius: 50%;
    animation: chaos 12s ease-in-out infinite, rotate 40s linear infinite;
  }
  body main .mainvisual h1 .right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(80px);
    z-index: -1;
  }
  body main .mainvisual .subtitle {
    font-size: 16px;
    letter-spacing: 0.2rem;
    margin-top: 44px;
    position: relative;
    z-index: 2;
    color: #333;
  }
  body main .works {
    padding: 0 32px;
    margin-bottom: 60px;
  }
  body main .works .works-title {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .works .works-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    font-weight: 300;
  }
  body main .works .works-title h2::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #333333;
    width: 1px;
    height: 1em;
    margin: 0 0.4em;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  body main .works .works-title p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: "Noto serif JP";
  }
  body main .works .works-tab {
    max-width: 100%;
    margin: 0 auto;
  }
  body main .works .works-tab .tab-menu {
    font-weight: 500;
    letter-spacing: 0.2rem;
    display: flex;
    list-style: none;
    padding: 0;
  }
  body main .works .works-tab .tab-menu li {
    font-family: "Noto Sans JP";
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #6D6D6D;
    position: relative;
    transition: 0.6s;
    padding: 6px 0;
  }
  body main .works .works-tab .tab-menu li:hover {
    color: #333333;
  }
  body main .works .works-tab .tab-menu li:hover::after {
    transform: scaleX(1);
    /* ホバー時に全幅へ */
  }
  body main .works .works-tab .tab-menu li.active {
    background: 359AE5;
    background: #333333;
    color: white;
  }
  body main .works .works-tab .tab-content > div:first-child.active {
    position: relative;
  }
  body main .works .works-tab .tab-content > div {
    display: grid;
    /* 元のグリッドを保持 */
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 0;
    /* 非表示時に高さをゼロにする */
    overflow: hidden;
  }
  body main .works .works-tab .tab-content > div.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    height: auto;
    /* 表示時に元の高さに戻す */
  }
  body main .works .works-tab .tab-content {
    letter-spacing: 0.2rem;
    width: 100%;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 60px 0;
    margin-top: 32px;
  }
  body main .works .works-tab .tab-content .card-container {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 80px;
    /* カードのスタイル */
  }
  body main .works .works-tab .tab-content .card-container .card {
    margin-bottom: 4px;
  }
  body main .works .works-tab .tab-content .card-container .card a {
    text-decoration: none;
  }
  body main .works .works-tab .tab-content .card-container .card:hover img {
    transform: scale(1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover:hover h3::after {
    width: 100%;
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .works .works-tab .tab-content .card-container .card .img-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    padding: 3rem;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main .works .works-tab .tab-content .card-container .card .img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
    will-change: transform, filter;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea {
    padding: 40px 0 20px 0;
    gap: 16px;
    /* Gridを指定 */
    display: grid;
    /* 3つの行に分割*/
    grid-row: span 3;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category {
    display: flex;
    gap: 14px;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category p {
    display: flex;
    align-items: center;
    /* 上下中央 */
    justify-content: center;
    /* 左右中央（必要なら） */
    height: 30px;
    /* 好きな高さ */
    font-size: 12px;
    font-weight: 400;
    color: #005ea4;
    background: #333333;
    padding: 0px 12px;
    border-radius: 20px;
    color: #fff;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category p:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333333;
    color: #333333;
    font-weight: 500;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .aoyama {
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3 {
    color: #333333;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: "Noto Sans JP";
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0px;
    background-color: #333333;
    transition: none;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea p {
    line-height: 2rem;
    font-size: 13px;
    color: #6D6D6D;
    height: auto;
    align-items: center;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .about {
    padding: 0 32px;
    margin-bottom: 120px;
  }
  body main .about .about-title {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .about .about-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    font-weight: 300;
  }
  body main .about .about-title h2::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #333333;
    width: 1px;
    height: 1em;
    margin: 0 0.4em;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  body main .about .about-title p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: "Noto serif JP";
  }
  body main .about .about-container {
    letter-spacing: 0.2rem;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 60px 0 0 0;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .about .about-container .about-content {
    display: block;
    align-items: center;
    gap: 120px;
    /* 幅を画像サイズに合わせる */
  }
  body main .about .about-container .about-content img {
    width: 100%;
    /* 元の横幅を保持 */
    height: auto;
  }
  body main .about .about-container .about-content .about-profile {
    margin: 60px 0;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name {
    margin-bottom: 32px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name p {
    font-size: 13px;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name h3 {
    font-size: 24px;
    letter-spacing: 0.4rem;
    font-family: "Noto Sans JP";
  }
  body main .about .about-container .about-content .about-profile .about-profile-text {
    margin-bottom: 32px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-text p {
    margin-bottom: 12px;
    line-height: 2rem;
    font-size: 14px;
  }
  body main .about .btn .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .about .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .about .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .global {
    max-width: 100%;
    margin: 0 32px;
    background: #f0f0f0;
  }
  body main .global .global-img {
    text-align: center;
    padding: 3rem 4rem;
  }
  body main .global .global-img img {
    max-width: 100%;
    height: auto;
    transition: opacity 1s ease-in-out;
    /* フェード用 */
    opacity: 1;
  }
  body main .w-table {
    max-width: 100%;
    padding: 0 32px;
  }
  body main .w-table .w-table-title {
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .w-table .w-table-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    font-weight: 300;
  }
  body main .w-table .w-table-title h2::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #333333;
    width: 1px;
    height: 1em;
    margin: 0 0.6em;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  body main .w-table .w-table-title p {
    font-family: "Noto serif JP";
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
  }
  body main .w-table table {
    font-family: "Noto Sans JP";
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  body main .w-table table tr:first-child ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  body main .w-table table tr:first-child ul li {
    background: #333333;
    color: #fff;
    border: #333333 solid 1px;
    display: flex;
    /* flexboxにする */
    align-items: center;
    /* 縦方向中央 */
    justify-content: center;
    /* 横方向中央 */
    padding: 0px 20px;
    border-radius: 30px;
  }
  body main .w-table table tr:first-child th,
  body main .w-table table tr:first-child td {
    border-top: 1px solid #C0C0C0;
    /* 上線の色 */
  }
  body main .w-table table th,
  body main .w-table table td {
    border-bottom: 1px solid #C0C0C0;
    padding: 32px 0;
    text-align: left;
    letter-spacing: 0.2rem;
    font-size: 14px;
  }
  body main .w-table table th {
    vertical-align: top;
    background: rgba(238, 238, 238, 0);
    width: 20%;
    color: #333333;
    font-weight: 600;
  }
  body main .w-table table td {
    line-height: 2rem;
    word-break: break-word;
    /* 長い単語でも折り返す */
    white-space: normal;
    /* 改行を許可 */
  }
  body main .w-table table td .w-table-list {
    display: flex;
    gap: 32px;
  }
  body main .w-table table td .w-table-list ul,
  body main .w-table table td .w-table-list li {
    list-style: none;
  }
  body main .w-table table td .w-table-list-color ul {
    gap: 20px;
    display: flex;
    list-style: none;
  }
  body main .w-table table td .w-table-list-color ul li {
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.322);
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 960px) and (max-width: 650px) {
  body main .w-table table tr:first-child th {
    border-top: 1px solid #C0C0C0;
    /* 上線の色 */
  }
  body main .w-table table tr:first-child td {
    border-top: 0px;
    /* 上線の色 */
  }
  body main .w-table table th,
  body main .w-table table td {
    border-bottom: 0px solid #C0C0C0;
    display: block;
  }
  body main .w-table table th {
    width: 100%;
    padding: 32px 0 20px 0;
  }
  body main .w-table table td {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  body main .comp-none {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
  }
  body main .comp-none .comp-img {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    gap: 10%;
  }
  body main .comp-none .btn {
    padding-top: 0px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body main .comp {
    margin-top: 120px;
    margin-bottom: 120px;
    padding: 120px 0px;
    width: 100%;
    background: #f0f0f0;
  }
  body main .comp .comp-img {
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    gap: 60px;
    padding: 0 32px;
  }
  body main .comp .comp-img .comp-img-pc {
    cursor: pointer;
  }
  body main .comp .comp-img .comp-img-pc img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  }
  body main .comp .comp-img .comp-img-sp {
    cursor: pointer;
  }
  body main .comp .comp-img .comp-img-sp img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  }
  body main .comp .modal {
    cursor: zoom-out;
    /* 背景部分にマウス置いたら縮小アイコン */
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* ← スクロール可能 */
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 20px;
    /* 余白 */
  }
  body main .comp .modal .close {
    cursor: pointer;
    /* 閉じるボタンはポインター */
  }
  body main .comp .modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    /* 画面幅の90%まで縮小 */
    max-height: 90%;
    /* 画面高の90%まで縮小 */
    -o-object-fit: contain;
       object-fit: contain;
    /* 縦横比を保持して縮小 */
  }
  body main .comp .modal-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  body main .comp .btn {
    padding-top: 80px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body main .comp .btn .circle_btn05 {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    order: -1;
    /* 左に配置 */
    position: relative;
    /* 絶対位置リセット */
    width: 32px;
    height: 32px;
    pointer-events: none;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .comp .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
    transform: scaleX(-1);
    /* 左向きに反転 */
  }
  body main .comp .btn .circle_btn05 .circle_btn05-txt {
    order: 1;
    /* 矢印の右に配置 */
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-txt {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .works-others {
    width: 100%;
    /* カードのスタイル */
  }
  body main .works-others .card-container {
    padding: 0 32px;
    max-width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  body main .works-others .card {
    margin-bottom: 4px;
  }
  body main .works-others .card a {
    text-decoration: none;
  }
  body main .works-others .card:hover img {
    transform: scale(1);
  }
  body main .works-others .card:hover:hover h3::after {
    width: 100%;
  }
  body main .works-others .card:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .works-others .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .works-others .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .works-others .card .img-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main .works-others .card .img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
    will-change: transform, filter;
  }
  body main .works-others .card .works-textarea {
    padding: 40px 0 20px 0;
    gap: 16px;
    /* Gridを指定 */
    display: grid;
    /* 3つの行に分割*/
    grid-row: span 3;
  }
  body main .works-others .card .works-textarea .category {
    display: flex;
    gap: 14px;
  }
  body main .works-others .card .works-textarea .category p {
    display: flex;
    align-items: center;
    /* 上下中央 */
    justify-content: center;
    /* 左右中央（必要なら） */
    height: 30px;
    /* 好きな高さ */
    font-size: 12px;
    font-weight: 400;
    color: #005ea4;
    background: #333333;
    padding: 0px 12px;
    border-radius: 20px;
    color: #fff;
  }
  body main .works-others .card .works-textarea .category p:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333333;
    color: #333333;
    font-weight: 500;
  }
  body main .works-others .card .works-textarea .aoyama {
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works-others .card .works-textarea h3 {
    color: #333333;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: "Noto Sans JP";
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works-others .card .works-textarea h3::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0px;
    background-color: #333333;
    transition: none;
  }
  body main .works-others .card .works-textarea p {
    line-height: 2rem;
    font-size: 13px;
    color: #6D6D6D;
    height: auto;
    align-items: center;
  }
  body main .works-others .card .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .works-others .card .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .works-others .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .works-others .card .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .work-btn .btn {
    padding: 80px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body main .data {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .data .data-area {
    margin-top: 80px;
  }
  body main .data .data-area .data-title {
    padding-bottom: 20px;
    justify-content: space-between;
    /* 左右に振り分け */
    align-items: center;
    /* 縦方向を中央に揃える */
    display: block;
    border-bottom: 1px solid #C0C0C0;
  }
  body main .data .data-area .data-title .data-title-btn.none-btn {
    padding-bottom: 0;
  }
  body main .data .data-area .data-title .data-title-btn {
    padding-bottom: 32px;
  }
  body main .data .data-area .data-title .data-title-btn h1 {
    line-height: 2.5rem;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.4rem;
  }
  body main .data .data-area .data-title .data-title-btn .category {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
  }
  body main .data .data-area .data-title .data-title-btn .category p {
    display: flex;
    align-items: center;
    /* 上下中央 */
    justify-content: center;
    /* 左右中央（必要なら） */
    height: 30px;
    /* 好きな高さ */
    font-size: 14px;
    font-weight: 400;
    color: #005ea4;
    background: #333333;
    padding: 0px 12px;
    border-radius: 20px;
    color: #fff;
  }
  body main .data .data-area .data-title .data-title-btn .category p:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333333;
    color: #333333;
    font-weight: 500;
  }
  body main .data .data-area .data-text {
    margin: 32px 0;
    font-size: 14px;
  }
  body main .data .data-area .data-text p {
    line-height: 2rem;
    letter-spacing: 0.2rem;
  }
  body main .data .data-area .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  body main .data .data-area .btn .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .about-page {
    margin-bottom: 60px;
    margin-top: 80px;
    padding: 0 32px;
  }
  body main .about-page .about-page-title {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .about-page .about-page-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    font-weight: 300;
  }
  body main .about-page .about-page-title h2::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #333333;
    width: 1px;
    height: 1em;
    margin: 0 0.4em;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  body main .about-page .about-page-title p {
    font-family: "Noto serif JP";
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
  }
  body main .about-page .about-page-container {
    letter-spacing: 0.2rem;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 0px 0;
    margin-top: 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .about-page .about-page-container .about-page-content {
    margin-top: 60px;
    display: block;
    align-items: center;
    gap: 120px;
    text-align: center;
    /* 幅を画像サイズに合わせる */
  }
  body main .about-page .about-page-container .about-page-content img {
    width: 100%;
    /* 元の横幅を保持 */
    height: auto;
  }
  body main .about-page .about-page-container .about-page-content .about-profile {
    margin: 60px 0;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name {
    margin-bottom: 32px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name p {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name h3 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.4rem;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text {
    margin-bottom: 0px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    line-height: 2rem;
  }
  body main .about-page .about-page-biography {
    border-top: 1px solid #C0C0C0;
    padding-top: 60px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    gap: 60px;
  }
  body main .about-page .about-page-biography .about-page-biography-list {
    margin-bottom: 32px;
    flex: 1;
    min-width: 0;
  }
  body main .about-page .about-page-biography .about-page-biography-list p {
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
  }
  body main .about-page .about-page-biography .about-page-biography-list ul {
    font-size: 14px;
    line-height: 2rem;
    margin-bottom: 8px;
    gap: 20px;
    font-family: "Noto Sans JP";
    display: flex;
    list-style: none;
  }
  body main .skills-container {
    border-top: 1px solid #C0C0C0;
    padding: 60px 0;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 80px;
  }
  body main .skills-container .skills {
    padding: 0px 0px;
    border-radius: 8px;
    font-family: "Noto Sans JP";
  }
  body main .skills-container .skills .title {
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    gap: 12px;
  }
  body main .skills-container .skills .title span {
    font-size: 12px;
  }
  body main .skills-container .skills .title img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  body main .skills-container .skills .desc {
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
    color: #333333;
    margin: 20px 0;
  }
  body main .skills-container .skills .meter {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
  }
  body main .skills-container .skills .meter span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 10px;
    transition: width 1s ease;
  }
  body main .contact {
    margin: 0 8px;
    padding: 0;
  }
  body main .contact .contact-container {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 4px;
    padding: 52px 52px;
    text-decoration: none;
    background: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
  }
  body main .contact .contact-container:hover {
    background: #444444;
  }
  body main .contact .contact-container:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .contact .contact-container:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .contact .contact-container:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .contact .contact-title {
    display: block;
    align-items: flex-end;
  }
  body main .contact .contact-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  body main .contact .contact-title h2::after {
    display: none;
  }
  body main .contact .contact-title p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Noto serif JP";
  }
  body main .contact .btn {
    margin-left: auto;
  }
  body main .contact .btn .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 40px;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
    width: 16px;
    height: 16px;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
    stroke: #ffffff;
  }
  body main .contact .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
    background-color: #ffffff;
  }
  body main .contact-page {
    margin-top: 80px;
  }
  body main .contact-page .contact-page-title {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .contact-page .contact-page-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
  }
  body main .contact-page .contact-page-title h2::after {
    margin: 0 0.4em;
  }
  body main .contact-page .contact-page-title p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  body main .thanks {
    padding: 120px 32px 0 32px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body main .thanks h1 {
    font-size: 44px;
  }
  body main .thanks .thanks-sub {
    padding: 52px 0;
    font-weight: bold;
    font-size: 18px;
  }
  body main .thanks .thanks-text p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  body main .thanks .thanks-btn {
    margin-top: 60px;
  }
  body main .thanks .thanks-btn .btn {
    width: 320px;
    padding: 40px 0px;
    font-size: 14px;
    transition: 0.3s;
  }
  body main .contact-page-container {
    width: 100%;
  }
  body main .contact-page-container .contact-page-content {
    height: auto;
    border-top: 1px solid #C0C0C0;
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 32px;
  }
  body main .contact-page-container .contact-page-content .c-form {
    max-width: 100%;
  }
  body main .contact-page-container .contact-page-content ::-moz-placeholder {
    font-size: 14px;
  }
  body main .contact-page-container .contact-page-content ::placeholder {
    font-size: 14px;
  }
  body main .contact-page-container .contact-page-content .c-form__input:focus-visible {
    outline: #a3a3a3 auto 1px;
  }
  body main .contact-page-container .contact-page-content .c-form__label {
    font-size: 14px;
  }
  body main .contact-page-container .contact-page-content .c-form__submit button {
    width: 320px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 40px 0;
    cursor: pointer;
    background: #333333;
    z-index: 0;
    /* 基準 */
  }
  body main .contact-page-container .contact-page-content .c-form__submit button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #444444;
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: inherit;
    z-index: -1;
    /* 背景として配置 */
  }
}
@media (max-width: 430px) {
  body {
    overflow-x: hidden;
  }
  body main {
    padding-top: 0px;
  }
  body main .mainvisual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    height: 100vh;
  }
  body main .mainvisual h1 {
    font-size: clamp(38px, 8vw, 96px);
    position: relative;
    display: block;
    z-index: 2;
  }
  body main .mainvisual h1 .right .gradient {
    position: absolute;
    bottom: -35%;
    left: 50%;
    width: 180%;
    height: 350%;
    background: radial-gradient(ellipse at 20% 25%, rgba(255, 80, 200, 0.4), transparent 40%), radial-gradient(ellipse at 65% 15%, rgba(80, 200, 255, 0.4), transparent 50%), radial-gradient(ellipse at 85% 75%, rgba(255, 220, 80, 0.4), transparent 60%), radial-gradient(ellipse at 35% 85%, rgba(80, 255, 150, 0.4), transparent 60%), radial-gradient(ellipse at 50% 50%, rgba(255, 80, 100, 0.4), transparent 60%);
    filter: blur(60px);
    transform: translateX(-50%) rotate(0deg) scale(1);
    z-index: 1;
    border-radius: 50%;
    animation: chaos 12s ease-in-out infinite, rotate 40s linear infinite;
  }
  body main .works {
    padding: 0 32px;
    margin-bottom: 60px;
  }
  body main .works .works-title {
    display: block;
  }
  body main .works .works-title h2 {
    margin-bottom: 8px;
  }
  body main .works .works-title h2::after {
    display: none;
  }
  body main .works .works-title p {
    margin-bottom: 0px;
  }
  body main .works .works-tab {
    max-width: 100%;
    margin: 0 auto;
  }
  body main .works .works-tab .tab-menu {
    font-weight: 500;
    letter-spacing: 0.2rem;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 0;
  }
  body main .works .works-tab .tab-menu li {
    font-family: "Noto Sans JP";
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #6D6D6D;
    position: relative;
    transition: 0.6s;
    padding: 4px 0px;
  }
  body main .works .works-tab .tab-menu li:hover {
    color: #333333;
  }
  body main .works .works-tab .tab-menu li:hover::after {
    transform: scaleX(1);
    /* ホバー時に全幅へ */
  }
  body main .works .works-tab .tab-menu li.active {
    background: 359AE5;
    background: #333333;
    color: white;
  }
  body main .works .works-tab .tab-content > div:first-child.active {
    position: relative;
  }
  body main .works .works-tab .tab-content > div {
    display: grid;
    /* 元のグリッドを保持 */
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 0;
    /* 非表示時に高さをゼロにする */
    overflow: hidden;
  }
  body main .works .works-tab .tab-content > div.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    height: auto;
    /* 表示時に元の高さに戻す */
  }
  body main .works .works-tab .tab-content {
    letter-spacing: 0.2rem;
    width: 100%;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 60px 0;
    margin-top: 32px;
  }
  body main .works .works-tab .tab-content .card-container {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 80px;
    /* カードのスタイル */
  }
  body main .works .works-tab .tab-content .card-container .card {
    margin-bottom: 4px;
  }
  body main .works .works-tab .tab-content .card-container .card .img-wrap {
    padding: 1.5rem;
  }
  body main .works .works-tab .tab-content .card-container .card a {
    text-decoration: none;
  }
  body main .works .works-tab .tab-content .card-container .card:hover img {
    transform: scale(1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover:hover h3::after {
    width: 100%;
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .works .works-tab .tab-content .card-container .card:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea {
    padding: 40px 0 20px 0;
    gap: 16px;
    /* Gridを指定 */
    display: grid;
    /* 3つの行に分割*/
    grid-row: span 3;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category {
    display: flex;
    gap: 14px;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category p {
    display: flex;
    align-items: center;
    /* 上下中央 */
    justify-content: center;
    /* 左右中央（必要なら） */
    height: 30px;
    /* 好きな高さ */
    font-size: 12px;
    font-weight: 400;
    color: #005ea4;
    background: #333333;
    padding: 0px 12px;
    border-radius: 20px;
    color: #fff;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .category p:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333333;
    color: #333333;
    font-weight: 500;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea .aoyama {
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3 {
    color: #333333;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: "Noto Sans JP";
    height: auto;
    font-size: 20px;
    line-height: 2rem;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea h3::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0px;
    background-color: #333333;
    transition: none;
  }
  body main .works .works-tab .tab-content .card-container .card .works-textarea p {
    line-height: 2rem;
    font-size: 13px;
    color: #6D6D6D;
    height: auto;
    align-items: center;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .works .works-tab .tab-content .card-container .card .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .about {
    padding: 0 32px;
    margin-bottom: 120px;
  }
  body main .about .about-title {
    display: block;
  }
  body main .about .about-title h2 {
    margin-bottom: 8px;
  }
  body main .about .about-title h2::after {
    display: none;
  }
  body main .about .about-title p {
    margin-bottom: 0px;
  }
  body main .about .about-container {
    letter-spacing: 0.2rem;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 60px 0 0 0;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .about .about-container .about-content {
    display: block;
    align-items: center;
    gap: 120px;
    /* 幅を画像サイズに合わせる */
  }
  body main .about .about-container .about-content img {
    width: 100%;
    /* 元の横幅を保持 */
    height: auto;
  }
  body main .about .about-container .about-content .about-profile {
    margin: 60px 0;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name {
    margin-bottom: 32px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name p {
    font-size: 13px;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-name h3 {
    font-size: 24px;
    letter-spacing: 0.4rem;
    font-family: "Noto Sans JP";
  }
  body main .about .about-container .about-content .about-profile .about-profile-text {
    margin-bottom: 32px;
  }
  body main .about .about-container .about-content .about-profile .about-profile-text p {
    margin-bottom: 12px;
    line-height: 2rem;
    font-size: 14px;
  }
  body main .about .btn .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .about .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .about .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .about .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .about .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .global {
    max-width: 100%;
    margin: 0 32px;
    background: #f0f0f0;
  }
  body main .global .global-img {
    text-align: center;
    padding: 1.5rem;
  }
  body main .global .global-img img {
    max-width: 100%;
    height: auto;
    transition: opacity 1s ease-in-out;
    /* フェード用 */
    opacity: 1;
  }
  body main .w-table {
    max-width: 100%;
    padding: 0 32px;
  }
  body main .w-table .w-table-title {
    display: block;
    margin-top: 80px;
    margin-bottom: 32px;
  }
  body main .w-table .w-table-title h2 {
    margin-bottom: 8px;
  }
  body main .w-table .w-table-title h2::after {
    display: none;
  }
  body main .w-table .w-table-title p {
    margin-bottom: 0px;
  }
  body main .w-table table {
    font-family: "Noto Sans JP";
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  body main .w-table table tr:first-child ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  body main .w-table table tr:first-child ul li {
    background: #333333;
    color: #fff;
    border: #333333 solid 1px;
    display: flex;
    /* flexboxにする */
    align-items: center;
    /* 縦方向中央 */
    justify-content: center;
    /* 横方向中央 */
    padding: 0px 20px;
    border-radius: 30px;
  }
  body main .w-table table tr:first-child th,
  body main .w-table table tr:first-child td {
    border-top: 1px solid #C0C0C0;
    /* 上線の色 */
  }
  body main .w-table table th,
  body main .w-table table td {
    border-bottom: 1px solid #C0C0C0;
    padding: 32px 0;
    text-align: left;
    letter-spacing: 0.2rem;
    font-size: 14px;
  }
  body main .w-table table th {
    vertical-align: top;
    background: rgba(238, 238, 238, 0);
    width: 20%;
    color: #333333;
    font-weight: 600;
  }
  body main .w-table table td {
    line-height: 2rem;
    word-break: break-word;
    /* 長い単語でも折り返す */
    white-space: normal;
    /* 改行を許可 */
  }
  body main .w-table table td .w-table-list {
    display: flex;
    gap: 32px;
  }
  body main .w-table table td .w-table-list ul,
  body main .w-table table td .w-table-list li {
    list-style: none;
  }
  body main .w-table table td .w-table-list-color ul {
    gap: 20px;
    display: flex;
    list-style: none;
  }
  body main .w-table table td .w-table-list-color ul li {
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.322);
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 430px) and (max-width: 650px) {
  body main .w-table table tr:first-child th {
    border-top: 1px solid #C0C0C0;
    /* 上線の色 */
  }
  body main .w-table table tr:first-child td {
    border-top: 0px;
    /* 上線の色 */
  }
  body main .w-table table th,
  body main .w-table table td {
    border-bottom: 0px solid #C0C0C0;
    display: block;
  }
  body main .w-table table th {
    width: 100%;
    padding: 32px 0 20px 0;
  }
  body main .w-table table td {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
@media (max-width: 430px) {
  body main .comp {
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 60px 0px;
    width: 100%;
    background: #f0f0f0;
  }
  body main .comp .comp-img {
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    gap: 60px;
    padding: 0 32px;
  }
  body main .comp .comp-img .comp-img-pc {
    cursor: pointer;
  }
  body main .comp .comp-img .comp-img-pc img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  }
  body main .comp .comp-img .comp-img-sp {
    cursor: pointer;
  }
  body main .comp .comp-img .comp-img-sp img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  }
  body main .comp .modal {
    cursor: zoom-out;
    /* 背景部分にマウス置いたら縮小アイコン */
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* ← スクロール可能 */
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 20px;
    /* 余白 */
  }
  body main .comp .modal .close {
    cursor: pointer;
    /* 閉じるボタンはポインター */
  }
  body main .comp .modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    /* 画面幅の90%まで縮小 */
    max-height: 90%;
    /* 画面高の90%まで縮小 */
    -o-object-fit: contain;
       object-fit: contain;
    /* 縦横比を保持して縮小 */
  }
  body main .comp .modal-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  body main .comp .btn {
    padding-top: 60px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body main .comp .btn .circle_btn05 {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    order: -1;
    /* 左に配置 */
    position: relative;
    /* 絶対位置リセット */
    width: 32px;
    height: 32px;
    pointer-events: none;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .comp .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .comp .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg {
    transform: scaleX(-1);
    /* 左向きに反転 */
  }
  body main .comp .btn .circle_btn05 .circle_btn05-txt {
    order: 1;
    /* 矢印の右に配置 */
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-txt {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .comp .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .works-others {
    width: 100%;
    /* カードのスタイル */
  }
  body main .works-others .card {
    margin-bottom: 4px;
  }
  body main .works-others .card .img-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main .data {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .data .data-area {
    margin-top: 80px;
  }
  body main .data .data-area .data-title {
    padding-bottom: 20px;
    justify-content: space-between;
    /* 左右に振り分け */
    align-items: center;
    /* 縦方向を中央に揃える */
    display: block;
    border-bottom: 1px solid #C0C0C0;
  }
  body main .data .data-area .data-title .data-title-btn {
    padding-bottom: 32px;
  }
  body main .data .data-area .data-title .data-title-btn .aoyama {
    font-size: 26px;
  }
  body main .data .data-area .data-title .data-title-btn h1 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.4rem;
  }
  body main .data .data-area .data-title .data-title-btn .category {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
  }
  body main .data .data-area .data-title .data-title-btn .category p {
    display: flex;
    align-items: center;
    /* 上下中央 */
    justify-content: center;
    /* 左右中央（必要なら） */
    height: auto;
    /* 好きな高さ */
    font-size: 12px;
    font-weight: 400;
    color: #005ea4;
    background: #333333;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
  }
  body main .data .data-area .data-title .data-title-btn .category p:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #333333;
    color: #333333;
    font-weight: 500;
  }
  body main .data .data-area .data-text {
    margin: 32px 0;
    font-size: 14px;
  }
  body main .data .data-area .data-text p {
    line-height: 2rem;
    letter-spacing: 0.2rem;
  }
  body main .data .data-area .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  body main .data .data-area .btn .circle_btn05 {
    position: relative;
    display: inline-block;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-txt {
    height: 32px;
    line-height: 32px;
    padding-right: 44px;
    color: #333333;
    /* 文字色 */
    text-decoration: none;
    /* 文字の太さ */
    font-family: "Noto Sans JP";
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    height: 32px;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
    position: relative;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 1;
    transition: stroke-width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 1.2;
    stroke: #333333;
    /* 矢印の色 */
  }
  body main .data .data-area .btn .circle_btn05 .circle_btn05-circle-itm {
    background-color: #333333;
    /* 丸の色 */
    height: 48px;
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body main .data .data-area .btn:hover .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.3);
  }
  body main .about-page {
    margin-bottom: 60px;
    margin-top: 80px;
    padding: 0 32px;
  }
  body main .about-page .about-page-title {
    display: block;
  }
  body main .about-page .about-page-title h2 {
    margin-bottom: 8px;
  }
  body main .about-page .about-page-title h2::after {
    display: none;
  }
  body main .about-page .about-page-title p {
    margin-bottom: 0px;
  }
  body main .about-page .about-page-container {
    letter-spacing: 0.2rem;
    /*コレ*/
    border-top: 1px solid #C0C0C0;
    /*コレ*/
    padding: 0px 0;
    margin-top: 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  body main .about-page .about-page-container .about-page-content {
    margin-top: 60px;
    display: block;
    align-items: center;
    gap: 120px;
    text-align: center;
    /* 幅を画像サイズに合わせる */
  }
  body main .about-page .about-page-container .about-page-content img {
    width: 100%;
    /* 元の横幅を保持 */
    height: auto;
  }
  body main .about-page .about-page-container .about-page-content .about-profile {
    margin: 60px 0;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name {
    margin-bottom: 32px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name p {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-name h3 {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.4rem;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text {
    margin-bottom: 0px;
  }
  body main .about-page .about-page-container .about-page-content .about-profile .about-profile-text p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    line-height: 2rem;
  }
  body main .about-page .about-page-biography {
    border-top: 1px solid #C0C0C0;
    padding-top: 60px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    gap: 60px;
  }
  body main .about-page .about-page-biography .about-page-biography-list {
    margin-bottom: 32px;
    flex: 1;
    min-width: 0;
  }
  body main .about-page .about-page-biography .about-page-biography-list p {
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
  }
  body main .about-page .about-page-biography .about-page-biography-list ul {
    font-size: 14px;
    line-height: 2rem;
    margin-bottom: 8px;
    gap: 20px;
    font-family: "Noto Sans JP";
    display: flex;
    list-style: none;
  }
  body main .skills-container {
    border-top: 1px solid #C0C0C0;
    padding: 60px 0;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 80px;
  }
  body main .skills-container .skills {
    padding: 0px 0px;
    border-radius: 8px;
    font-family: "Noto Sans JP";
  }
  body main .skills-container .skills .title {
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    gap: 12px;
  }
  body main .skills-container .skills .title span {
    font-size: 12px;
  }
  body main .skills-container .skills .title img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  body main .skills-container .skills .desc {
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
    color: #333333;
    margin: 20px 0;
  }
  body main .skills-container .skills .meter {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
  }
  body main .skills-container .skills .meter span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 10px;
    transition: width 1s ease;
  }
  body main .contact-page {
    margin-top: 80px;
  }
  body main .contact-page .contact-page-title {
    padding: 0 32px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  body main .contact-page .contact-page-title h2 {
    letter-spacing: 0.4rem;
    font-size: 40px;
    margin-bottom: 8px;
  }
  body main .contact-page .contact-page-title h2::after {
    margin: 0 0.4em;
    display: none;
  }
  body main .contact-page .contact-page-title p {
    margin-bottom: 0px;
  }
  body main .contact-page-container {
    width: 100%;
  }
  body main .contact-page-container .contact-page-content ::-moz-placeholder {
    font-size: 14px;
  }
  body main .contact-page-container .contact-page-content ::placeholder {
    font-size: 14px;
  }
  body main .contact-page-container .contact-page-content .c-form__input:focus-visible {
    outline: #a3a3a3 auto 1px;
  }
  body main .contact-page-container .contact-page-content .c-form__item {
    margin-bottom: 24px;
  }
  body main .contact-page-container .contact-page-content .c-form__submit button {
    width: 240px;
    border-radius: 4px;
    padding: 24px 0;
  }
  body .footer {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */