@charset "UTF-8";
/* 共通部分
--------------------------------------------------- */
html {
  font-size: 100%;
}

body {
  background-color: #FFFEFD;
  color: #333;
  margin: 0;
}

main {
  margin-top: 70px;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  display: block; /* インライン要素の隙間をなくす */
}

h1, h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}

p, h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}

.pink-back {
  background-color: #f2ecec;
  position: relative;
  padding-bottom: 100px;
  padding-top: 60px;
}

.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-2 {
  padding-bottom: 100px;
}

/* ヘッダー */
header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #FFFEFD;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(124, 72, 81, 0.1529411765);
  width: 100vw;
}

.main-nav {
  display: flex;
}

.main-nav li {
  margin: 0 45px;
  list-style: none;
  font-family: "Noto Serif JP", serif;
}

.main-nav a {
  color: #333;
}

.main-nav a:hover {
  color: #DA7F8F;
}

/* ハンバーガーボタン */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  right: 20px; /* 右端からの距離 */
}

.hamburger span {
  width: 30px;
  height: 3px;
  background: #DA7F8F;
  margin: 5px 0;
  transition: 0.3s;
}

/* ボタン */
.button {
  background-color: #DA7F8F;
  color: #FFFEFD;
  border-radius: 3px;
  padding: 15px 40px;
  font-size: 16px;
}

.button:hover {
  background-color: #576489;
  color: #FFFEFD;
  border-radius: 3px;
  padding: 15px 40px;
  opacity: 0.8;
}

/* フッター */
footer {
  background-color: #FFFEFD;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HOME--------------------------------------------------- */
/* メインビジュアル */
.main {
  background-image: url(../images/main.png);
  background-size: cover;
  height: 770px;
  color: #FFFEFE;
  display: none;
}

.main-title, #main-description {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.main-title {
  padding-top: 200px;
}

.main-title p {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}

.main-title h1 {
  font-size: 64px;
  line-height: 50%;
}

#right-p {
  margin-left: 32%;
}

.line {
  width: 265px;
  border-bottom: solid #DA7F8F 3px;
  margin: 50px auto 70px auto;
}

#main-description p {
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
}

/* About */
.title {
  text-align: center;
  display: flex;
  justify-content: center;
}

.title-line {
  height: 75px;
  width: 53px;
  border-bottom: solid #DA7F8F 2px;
}

.title h2 {
  margin-left: 15px;
  padding-right: 68px;
  font-size: 45px;
}

.about-content {
  display: flex;
  width: 78.125%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  position: relative;
}

.profile-img {
  width: 270px;
  height: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-text {
  margin-left: 76px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.about-text p {
  line-height: 32px;
}

#myname {
  font-size: 29px;
  margin: 0;
}

#about-button {
  align-self: flex-end;
  margin-top: 47px;
}

/* Skills */
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin-right: 220px;
  margin-left: 220px;
  margin-top: 50px;
}

.item {
  height: -moz-max-content;
  height: max-content;
  display: flex;
}

.item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}

.skill-name {
  font-size: 24px;
  line-height: 10%;
}

.item-p {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.icons8 {
  position: absolute;
  right: 220px;
  bottom: 30px;
  font-size: 10px;
  font-weight: lighter;
  color: #333;
}

/* Works */
.works-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  margin-right: 220px;
  margin-left: 220px;
  margin-bottom: 90px;
  margin-top: 50px;
}

.swiper-container {
  display: none; /* デフォルトで非表示 */
}

.direction-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.works-tag {
  background-color: #DA7F8F;
  color: #FFFEFD;
  border-radius: 20px;
  padding: 3px 12px 3px 12px;
  font-size: 16px;
  /* height: 20px; */
  text-align: center;
  margin-right: 7px;
  min-width: 28px;
}

.works-theme {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.works-description {
  font-size: 80%;
  margin: 0;
}

#works-button {
  text-align: center;
}

/* フォーム */
form {
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
}

form .itembox {
  margin-bottom: 14px;
}

label {
  font-size: 16px;
}

input[type=text], input[type=email], input[type=department], textarea {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  box-shadow: 0px 2px 2px 0px rgba(124, 72, 81, 0.1529411765);
}

input[type=text], input[type=email], input[type=department] {
  width: 100%;
  max-width: 480px;
}

textarea {
  width: 100%;
  max-width: 480px;
  height: 6rem;
}

input[type=submit] {
  border: none;
  cursor: pointer;
  line-height: 1;
}

#submit-button {
  margin: 50px;
  margin: 0 auto;
}

#submit-button p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* About
--------------------------------------------------- */
/* メインビジュアル */
.about {
  background-image: url(../images/about.png);
  background-position: 0 -180px;
  background-size: cover;
  height: 368px;
  margin-top: 70px;
  color: #FFFEFE;
}

.main-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-top: 134px;
}

.main-title h1 {
  font-size: 64px;
  line-height: 50%;
}

.line {
  width: 257px;
  border-bottom: solid #DA7F8F 3px;
  margin: 50px auto 70px auto;
}

/* Profile */
.profile-content {
  flex-direction: column;
}

.subtitle {
  display: flex;
  margin-left: 76px;
}

.subtitle-line {
  height: 35px;
  width: 53px;
  border-bottom: solid #DA7F8F 2px;
}

.subtitle h2 {
  margin-left: 10px;
  padding-right: 68px;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 20px;
}

.about-content .back-text {
  font-size: 40px;
  font-family: "Tangerine", "HanziPen TC", "Kavivanar", serif;
  color: #E5DADB;
  position: absolute;
  right: -20px;
  top: 10px;
  transform: rotate(7deg);
  line-height: 75%;
}

.about-content .title {
  display: none;
}

.profile-wrapper .title {
  display: none;
}

/* Skills */
.pink-back-box {
  margin: 0 auto 60px auto;
  max-width: 1000px;
  width: 90%;
  border-radius: 20px;
  background-color: #f2ecec;
  padding-bottom: 100px;
  padding-top: 30px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  z-index: 8;
}

.pink-back-box .icons8 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 10px;
  font-weight: lighter;
  color: #333;
}

.skill-title {
  font-size: 29px;
  text-align: center;
  line-height: 100%;
}

.skill-div {
  display: flex;
  margin: 0 auto;
}

.skill-div > div {
  width: 30%;
  padding: 0 15px;
}

.border-left {
  border-left: solid #DA7F8F 1px;
}

.pink-back-box .item {
  align-items: center;
  margin-top: 10px;
}

.skill-icon {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0 10px 25px;
}

.item-p-2 {
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.skill-p {
  width: 95%;
  margin: 0 auto;
  text-align: justify;
}

/* ×部分 */
#z-index {
  position: relative;
}

.peke {
  width: 100%;
  text-align: center;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.peke img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  align-items: center;
}

/* Strength */
.strength {
  width: 90%;
  line-height: 30px;
  margin: 0 auto;
  text-align: justify;
}

#strength-div .pink-back-box {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  border-radius: 20px;
  background-color: #f2ecec;
  padding-bottom: 100px;
  padding-top: 30px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  z-index: 8;
}

/* Career */
.career {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 120px;
  float: left;
  margin-top: 20px;
  font-size: 20px;
}

.timeline-content {
  width: 85%;
  float: left;
  border-left: 2px #DA7F8F solid;
  padding-left: 20px;
}

.arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #DA7F8F;
  border-right: 2px solid #DA7F8F;
  margin-left: 115px;
  margin-top: -12px;
}

.arrow.-bottom::before {
  transform: rotate(135deg);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.timeline-content p {
  margin: 0 0 10px 10px;
  line-height: 30px;
}

.timeline .back-text {
  font-size: 40px;
  font-family: "Tangerine", "HanziPen TC", "Kavivanar", serif;
  color: #E5DADB;
  position: absolute;
  right: -50px;
  bottom: 20%;
  transform: rotate(-10deg);
  line-height: 100%;
}

/* Vision */
.vision {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.vision-p {
  width: 95%;
  line-height: 32px;
  margin: 0 auto;
  text-align: justify;
}

.vision-p .back-text {
  font-size: 40px;
  font-family: "Tangerine", "HanziPen TC", "Kavivanar", serif;
  color: #E5DADB;
  position: absolute;
  right: -50px;
  top: 290px;
  transform: rotate(-10deg);
  line-height: 100%;
}

/* Contact部分 */
.contact-sub {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-sub p {
  margin: 25px;
  line-height: 100%;
}

/* Works
--------------------------------------------------- */
/* メインビジュアル */
.works-main {
  background-image: url(../images/work.png);
  background-position: 0 -200px;
  background-size: cover;
  height: 368px;
  margin-top: 70px;
  color: #FFFEFE;
}

.works-attention-p {
  width: 1000px;
  margin: 40px auto 0 auto;
  text-align: center;
}

/* メニューボタン */
.works-nav {
  max-width: 1000px;
  margin: 40px auto 0 auto;
  padding: 0;
  display: flex;
}

.works-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px; /* ボタン同士の余白 */
}

ul {
  padding: 0;
}

.works-nav li {
  list-style: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.works-nav a {
  color: #333;
}

.nav-a {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #DA7F8F;
  box-shadow: 0px 3px 6px rgba(124, 72, 81, 0.3137254902);
  border-radius: 25px;
  padding: 3px 30px 3px 30px;
  font-size: 26px;
}

.nav-a p {
  color: #fffffd;
  text-align: center;
}

.nav-a:hover {
  background-color: #576489;
  box-shadow: 0px 3px 6px rgba(124, 72, 81, 0.1529411765);
  border-radius: 25px;
  padding: 3px 30px 3px 30px;
  font-size: 26px;
  margin-top: -5px;
}

/* リスト */
.list-title {
  display: flex;
}

.list-title h2 {
  margin-left: 10px;
  padding-right: 68px;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 20px;
}

.works-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
}

.works-list-img {
  display: block;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-div {
  position: relative;
  display: inline-block;
}

/* 白いオーバーレイ */
.works-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}

.works-div:hover::after {
  background: rgba(255, 255, 255, 0.5);
}

.works-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
  justify-items: center; /* ← これを追加 */
}

.works-div .works-description {
  font-size: 16px;
}

.works-div .works-theme {
  font-size: 24px;
}

/* LP */
.lp {
  position: relative;
}

#coming-soon {
  margin-top: 50px;
  font-size: 40px;
  font-family: "HanziPen TC", "Kavivanar", serif;
  color: #E5DADB;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 100%;
}

/* 作品詳細
--------------------------------------------------- */
/* タイトル部分 */
.worksdetail-title {
  max-width: 80%;
  margin: 0 auto 70px auto;
  padding-bottom: 50px;
  border-bottom: solid #DA7F8F 2px;
}

.worksdetail-title .max-width {
  max-width: 1000px;
  margin: 0 auto;
}

.worksdetail-title h1 {
  font-size: 48px;
  padding-top: 80px;
  margin: 0 0 7px 0;
}

.worksdetail-tag {
  background-color: #DA7F8F;
  color: #FFFEFD;
  border-radius: 25px;
  padding: 4px 15px;
  font-size: 20px;
  text-align: center;
  margin-right: 7px;
  min-width: 60px;
}

.worksdetail-description {
  font-size: 20px;
  margin: 0;
}

/* 詳細部分 */
.worksdetail {
  position: relative;
  max-width: 1000px;
  margin: 70px auto;
}

.worksdetail-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.worksdetail-img {
  max-width: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksdetail-text {
  display: flex;
  margin: 20px 0;
}

.worksdetail-text a {
  color: #333;
}

h4 {
  font-size: 18px;
  margin: 0 0 0 10px;
  height: 28px;
}

.worksdetailsubtitle {
  width: 200px;
  float: left;
  display: flex;
}

.worksdetailsubtitle-line {
  height: 14px;
  width: 27px;
  border-bottom: solid #DA7F8F 2px;
}

.worksdetail-text p {
  margin: 0;
  font-size: 18px;
  float: left;
  width: 85%;
}

.pc-img img {
  width: 90%;
}

.sp-img img {
  width: 100%;
}

.worksdetail-img {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

/* レスポンシブ
------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
    max-width: 100%;
  }
  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .timeline {
    list-style: none;
  }
  .timeline > li {
    margin-bottom: 60px;
  }
  /* ヘッダー 
  ------------------------------------------ */
  .main-nav {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    background: rgba(87, 100, 137, 0.9);
    width: 40%;
    text-align: center;
    flex-direction: column;
    padding: 20px 0;
  }
  .main-nav li {
    padding: 10px 0;
  }
  .main-nav li a {
    color: #FFFEFE;
  }
  .hamburger {
    display: flex;
  }
  /* メニュー表示時 */
  .main-nav.active {
    display: block;
  }
  /* ハンバーガーアイコンのアニメーション */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(11px, 7px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(11px, -7px);
  }
  /* メインビジュアル 
  ------------------------------------------ */
  .main {
    background-image: url("../images/main.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% + 210px) center;
    height: 600px;
  }
  .main-title h1 {
    font-size: 48px;
    line-height: 1.5; /* 1.5倍に広げる */
    margin: 0;
  }
  .main-title p {
    font-size: 26px;
    line-height: 1.5; /* 1.5倍に広げる */
    margin: 10px 0;
  }
  .main-title {
    padding-top: 15%;
  }
  #main-description p {
    font-size: 26px;
  }
  .title {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
  }
  .title h2 {
    font-size: 36px;
    padding: 0;
    margin: 0;
  }
  .title-line {
    display: none;
  }
  .sp-line {
    width: 53px; /* 好きな幅に調整 */
    height: 2px; /* 線の高さ */
    background-color: #DA7F8F; /* 線の色 */
    margin-top: 10px;
  }
  .about-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-text {
    margin: 0 0 10px 0;
  }
  .profile-img {
    margin: 0 auto 30px auto;
  }
  .about-text p {
    line-height: 25px;
  }
  #myname {
    font-size: 24px;
    margin: 0;
  }
  #sp-name {
    font-size: 18px;
  }
  #about-button {
    align-self: center;
    margin-top: 20px;
  }
  .skill-grid {
    width: 80%;
    margin: 30px auto;
    gap: 10px;
  }
  .item-p {
    margin-left: 10px;
    font-size: 14px;
  }
  .item img {
    width: 60px;
    height: 60px;
    margin-top: 15px;
  }
  .icons8 {
    position: absolute;
    right: 10%;
    bottom: 40px;
    font-size: 8px;
  }
  .pink-back {
    padding-bottom: 50px;
    padding-top: 25px;
  }
  .swiper-container {
    box-sizing: border-box;
    width: 100vw;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
  }
  /* スライドのレイアウト */
  .swiper-slide {
    /* スライドを中央に配置 */
    display: flex;
    justify-content: center; /* 水平方向の中央配置 */
    align-items: center; /* 垂直方向の中央配置 */
    margin: 0 10px;
  }
  /* ナビゲーションボタンのスタイル */
  .swiper-button-next,
  .swiper-button-prev {
    color: #DA7F8F; /* 矢印の色 */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px; /* 矢印アイコンのサイズ */
  }
  /* 矢印アイコンのサイズ調整 */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 8px;
    transform: scale(0.6);
    color: #DA7F8F;
  }
  /* ナビゲーションの位置調整 */
  .swiper-button-prev {
    left: 10px; /* 左端からの距離 */
  }
  .swiper-button-next {
    right: 10px; /* 右端からの距離 */
  }
  #works-button {
    margin-top: 20px;
  }
  form {
    width: 80%;
  }
  input[type=text], input[type=email], input[type=department], textarea {
    padding: 10px 0;
  }
  /* About
  --------------------------------------------------- */
  /* メインビジュアル */
  .about {
    height: 130px;
    margin-top: 70px;
    background-position: 20px -40px;
    display: flex;
  }
  .about .line {
    display: none;
  }
  .sp-mainline {
    padding-top: 10%;
  }
  .sp-titleline {
    width: 12%;
    height: 33%;
    border-bottom: solid #DA7F8F 3px;
    margin: 8% 0 auto 10%;
  }
  .sp-mainline h1 {
    font-size: 42px;
  }
  .subtitle {
    display: none;
  }
  .about-content .back-text {
    display: none;
  }
  #sp-profile {
    width: 200px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-text {
    height: 100%;
  }
  .profile-wrapper .padding {
    padding-bottom: 0;
  }
  .profile-wrapper .title {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
  }
  /* Aboutの中のSkills */
  .skill-div {
    display: flex;
    flex-direction: column;
  }
  .skill-div > div {
    width: 100%;
    padding: 0 auto 0 auto;
  }
  .pink-back-box {
    width: 80%;
    border-radius: 15px;
    padding-bottom: 60px;
  }
  .border-left {
    border-left: none;
  }
  .skill-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 12px;
  }
  .skill-p {
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: 16px;
  }
  .skill-name {
    font-size: 16px;
  }
  .item .skill-icon {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .skill-div .item {
    margin-top: 0px;
    padding: 0;
    max-width: 40%;
  }
  .item-p-2 {
    padding: 0;
  }
  .sp-tatenarabi {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  /* Aboutの中のStrength */
  #strength-div .pink-back-box {
    width: 80%;
    border-radius: 15px;
    padding-bottom: 60px;
  }
  .strength {
    width: 100%;
    line-height: 1.6;
  }
  .peke {
    display: flex;
    position: absolute;
    top: 670px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 11;
  }
  /* Aboutの中のCareer*/
  .career {
    width: 80%;
  }
  .timeline-date {
    width: 120px;
    float: left;
    margin: 10px 0;
  }
  .timeline-content {
    width: 100%;
    padding-left: 15px;
  }
  .timeline-content h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .timeline-content p {
    margin: 0;
    line-height: 1.5;
  }
  .timeline .back-text {
    font-size: 24px;
    position: absolute;
    right: 0;
    bottom: 5%;
    transform: rotate(-5deg);
  }
  .arrow {
    display: none;
  }
  /* Aboutの中のVision */
  .vision-p {
    width: 80%;
    line-height: 1.6;
  }
  .vision-p .back-text {
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 500px;
    transform: rotate(-10deg);
    line-height: 100%;
  }
  /* Works
  --------------------------------------------------- */
  /* メインビジュアル */
  .works-main {
    height: 130px;
    margin-top: 70px;
    background-position: 0px -30px;
    display: flex;
  }
  .works-main .line {
    display: none;
  }
  .works-attention-p {
    width: 270px;
  }
  .nav-a {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    background-color: #DA7F8F;
    border-radius: 14px;
    padding: 2px 16px;
    font-size: 16px;
    white-space: nowrap; /* ← 中の文字は折り返さない */
  }
  .nav-a p {
    margin: 0 auto;
    text-align: center;
  }
  .nav-a:hover {
    background-color: #576489;
    border-radius: 32px;
    padding: 2px 16px 2px 16px;
    font-size: 16px;
    margin-top: -5px;
  }
  .works-nav {
    max-width: 90%;
    margin: 40px auto 10px auto;
    padding: 0;
    display: flex;
  }
  .works-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* ← 列幅を揃える */
    gap: 16px;
    max-width: -moz-fit-content;
    max-width: fit-content; /* ← グリッド全体を内容幅に */
    margin: 0 auto; /* ← 中央寄せ */
  }
  .works-nav li {
    margin: 0 8px 0 0;
    width: auto;
  }
  .list-title .subtitle-line {
    display: none;
  }
  .list-title h2 {
    font-size: 36px;
    padding: 0;
    margin: 0;
  }
  .list-title {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
  }
  .works-list {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .works-list-grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
  /* Works詳細
  --------------------------------------------------- */
  .worksdetail {
    max-width: 80%;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .worksdetail-title h1 {
    font-size: 42px;
    margin: 0 auto 70px auto;
    padding-top: 40px;
    margin: 0;
  }
  .worksdetail-title {
    max-width: 80%;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .worksdetail-img {
    max-width: 80%;
  }
  .worksdetail-text {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .worksdetail-text p {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}/*# sourceMappingURL=style.css.map */