html {
  font-size: 16px;
}

body {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Serif;
  background-color: #fff;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  margin: 6px 0;
}

.header-nav {
  display: block;
}

.pc-only {
  display: flex;
}

.sp-buttons {
  display: none;
}

.header-top {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #d9d9d9;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
}

.header-left,
.header-right {
  display: flex;
  height: 100%;
}

.header-left {
  align-items: center;
}

.logo {
  width: 60px;
  height: 60px;
}

.site-title {
  font-size: 16px;
  font-weight: normal;
}

.phone-contact {
  padding: 18px 24px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-top: none;
  background-color: #fff;
  cursor: pointer;
}

.phone-contact:hover {
  background-color: #000;
  border: 1px solid #d9d9d9;
  color: #fff;
}

.contact {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 18px 28px;
  cursor: pointer;
}

.contact:hover {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #000;
  border-bottom: none;
  border-top: none;
  border-left: none;
}

.header-list {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 120px;
  font-size: 14px;
  padding: 8px 0;
}

/* FV */

.fv-inner {
  display: block;
}

.fv-inner img {
  width: 100%;
}

/* main-content */
.main-content {
  background-color: #a5a5e933;
}

.main-content-inner {
  display: flex;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
  justify-content: space-between;
  padding: 120px 60px;
}

.image-box1 img {
  width: 100%;
  max-width: 360px;
  display: block;
}

.image-box2 {
  display: grid;
  align-self: end;
  justify-self: end;
}

.image-box2 img {
  width: 100%;
  max-width: 320px;
  display: block;
}

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

.main-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}

.main-content p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.free-contact {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 16px 48px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 30px;
}

/* Women Profiles */
.women-profiles {
  padding-bottom: 120px;
}

.section-head {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 60px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profiles-container {
  display: block;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.section-label::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000;
}

.section-title {
  font-size: 36px;
  margin-top: 0;
}

.button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 16px 48px;
  font-size: 14px;
  cursor: pointer;
}

.profiles-list {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding-left: 60px;
  padding-right: 60px;
  list-style: none;
  padding-top: 40px;
}

.profile-card {
  position: relative;
}

.profile-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.badge-new {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 8px;
  border-radius: 999px;
  z-index: 2;
}

/* Features */
.features-head {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 60px 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature {
  padding: 54px 0;
  background-color: #fff;
}

.features-list {
  list-style: none;
  margin-bottom: 120px;
}

.feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #ededfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.feature-image {
  margin-top: -60px;
  width: 500px;
  height: 340px;
}

.feature-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-2 .feature-inner {
  flex-direction: row-reverse;
}

.feature-2 .feature-image {
  margin-right: -70px;
}

.feature-1 .feature-image,
.feature-3 .feature-image {
  margin-left: -70px;
}

.feature-text {
  max-width: 480px;
  padding: 24px 40px;
}

.feature-text h3,
.feature-text p {
  margin: 0 0 16px;
  line-height: 1.8;
}

.feature-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 16px;
}

.button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 60px;
  margin-top: 10px;
}

/* workshop */
.workshop {
  background-color: #a5a5e933;
}

.workshop-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 60px 40px 60px;
}

.workshop-list {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 32px;
  padding-bottom: 80px;
}

.workshop1,
.workshop2 {
  position: relative;
  padding-bottom: 300px;
}

.workshop1 img,
.workshop2 img {
  object-fit: cover;
  display: block;
}

.workshop-text1,
.workshop-text2 {
  position: absolute;
  background-color: #fff;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  padding: 20px;
  text-align: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.workshop-text1 p,
.workshop-text2 p {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 26px;
  font-size: 16px;
}

.workshop-text1 h3,
.workshop-text2 h3 {
  margin-bottom: 24px;
}

.workshop-text1 .button,
.workshop-text2 .button {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-img {
  width: 100%;
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .header-list {
    gap: 30px;
  }

  .section-head,
  .profiles-list,
  .features-head,
  .feature-inner,
  .workshop-inner {
    max-width: 900px;
  }

  .section-head,
  .features-head,
  .workshop-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* main-content */
  .main-content-inner {
    gap: 20px;
  }

  /* Women Profiles */
  .profiles-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    padding-bottom: 0;
  }

  .women-proflies {
    padding-bottom: 80px;
  }

  /* features */
  .features {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .feature {
    padding: 40px 0;
  }

  .features-head {
    padding: 80px 0 0;
    margin: 0;
  }

  .feature-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #ededfb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 24px 32px;
  }

  .features-list {
    padding: 0;
    margin: 0;
  }

  .feature-2 .feature-inner {
    flex-direction: row-reverse;
  }

  .feature-image {
    width: 420px;
    height: 300px;
    margin-top: -45px;
    flex-shrink: 0;
  }

  .feature-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .feature-1 .feature-image,
  .feature-3 .feature-image {
    margin-left: -40px;
  }

  .feature-2 .feature-image {
    margin-right: -40px;
  }

  /* テキスト */
  .feature-text {
    max-width: 440px;
    padding: 16px 16px;
  }

  .feature-text h3,
  .feature-text p {
    margin: 0 0 16px;
    line-height: 1.8;
  }

  .button {
    margin-top: 0;
  }

  /* workshop */
  .workshop-inner {
    padding-top: 80px;
  }

  .workshop-list {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    gap: 40px;
  }

  .workshop1,
  .workshop2 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .workshop1 img,
  .workshop2 img {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: block;
  }

  .workshop-text1,
  .workshop-text2 {
    position: absolute;
    background-color: #fff;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    padding: 40px;
    text-align: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .workshop-text1 p,
  .workshop-text2 p {
    text-align: center;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .workshop-text1 .button,
  .workshop-text2 .button {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 820px) {
  .feature-inner {
    align-items: center;
  }

  .feature-1 .feature-image {
    transform: translate(20px, 20px);
  }

  .feature-2 .feature-image {
    transform: translate(-30px, 25px);
  }

  .feature-3 .feature-image {
    transform: translate(25px, 35px);
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .pc-only {
    display: none;
  }

  .header-top {
    height: auto;
  }

  .hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
  }

  .header-inner {
    padding: 16px;
  }

  .header-nav {
    position: fixed;
    inset: 0;
    background: #fff;
    display: none;
    z-index: 1000;
    padding-top: 80px;
    text-align: center;
  }

  .header-nav.active {
    display: block;
  }

  .header-nav.active {
    display: block;
  }

  .header-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .sp-buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .sp-buttons .phone-contact {
    border: 1px solid #d9d9d9;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 16px;
  }

  .phone-contact,
  .contact {
    width: 80%;
    max-width: 320px;
  }

  /* Main Content */
  .main-content-inner {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    padding: 80px 28px;
  }

  .image-box1,
  .image-box2 {
    display: grid;
    align-self: center;
  }

  .image-box1 img,
  .image-box2 img {
    width: 100%;
    margin: 0 auto;
  }

  .main-content .text {
    text-align: center;
  }

  /* Women Profiles */
  .women-profiles {
    padding-bottom: 80px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px 40px;
  }

  .profiles-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 32px 20px 0;
  }

  /* Features */
  .features-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px 40px;
  }

  .feature {
    padding: 32px 0 0;
  }

  .features-list {
    margin: 0;
  }

  .feature-1 .feature-image,
  .feature-3 .feature-image {
    margin-right: auto !important;
    transform: none;
    margin-left: 0;
  }

  .feature-2 .feature-image {
    margin-left: auto !important;
    transform: none;
    margin-right: 0;
  }

  .feature-inner {
    display: block;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #ededfb;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 40px;
  }

  .feature-image {
    width: 100%;
    margin: 40px auto 20px;
    height: auto;
  }

  .feature-image img {
    width: 100%;
    object-fit: cover;
    align-items: center;
  }

  .feature-text {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }

  .feature-text h3 {
    display: block;
    line-height: 1.4;
    gap: 12px;
    font-size: 20px;
  }

  .feature-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .feature-text .button {
    margin-top: 16px;
    text-align: center;
  }

  .feature-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 16px;
  }

  /* workshop */
  .workshop-inner {
    padding: 80px 20px 0;
  }

  .workshop-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .workshop1,
  .workshop2 {
    position: static;
    width: auto;
    padding: 0 28px;
  }

  .workshop1 img,
  .workshop2 img {
    max-width: 420px;
    width: 100%;
    height: auto;
    position: static;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }

  .workshop-text1,
  .workshop-text2 {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 75%;
    margin: -30px 0;
    padding: 20px 32px;
  }

  .workshop-text1 {
    margin-bottom: 40px;
  }

  .workshop-text2 {
    margin-bottom: 80px;
  }

  .workshop-text1 p,
  .workshop-text2 p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .workshop-text1 .button,
  .workshop-text2 .button {
    padding: 14px 40px;
  }
  /* footer */
  .footer-img {
    width: 100%;
    height: auto;
  }
}
