@charset "UTF-8";
/* Entry Point */
/* Variables */
/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1.6rem;
}

body {
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul, ol {
  list-style: none;
}

/* Mixins */
/* Entry Point */
/* Base Styles */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  background-color: #efefef;
}

/* パララックス背景 */
.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: opacity 0.3s ease;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.parallax-hero {
  background-image: url("../images/parallax-hero.jpg");
  background-image: -webkit-image-set(url("../images/parallax-hero.webp") type("image/webp"), url("../images/parallax-hero.jpg") type("image/jpg"));
  background-image: image-set(url("../images/parallax-hero.webp") type("image/webp"), url("../images/parallax-hero.jpg") type("image/jpg"));
  opacity: 1;
}

.parallax-why {
  background-image: url("../images/parallax-why.jpg");
  background-image: -webkit-image-set(url("../images/parallax-why.webp") type("image/webp"), url("../images/parallax-why.jpg") type("image/jpg"));
  background-image: image-set(url("../images/parallax-why.webp") type("image/webp"), url("../images/parallax-why.jpg") type("image/jpg"));
  opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.Container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.Paragraph {
  font-size: 1.6rem;
  line-height: 1.67;
  font-weight: 400;
}

.Heading {
  font-family: "Noto Sans JP", sans-serif;
}
.Heading h1 {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: 1.6px;
  font-weight: 400;
}
.Heading h2 {
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
}
.Heading h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 1.4px;
  font-weight: 400;
}

.Button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #888888;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 1.67;
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}
.Button a:hover {
  opacity: 0.95;
  filter: brightness(1.05);
  transform: translateY(-2px);
}
.Button a:active {
  opacity: 0.9;
  filter: brightness(0.95);
  transform: translateY(0);
}
.Button .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .Container {
    padding: 0 32px;
  }
  .Paragraph {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media (min-width: 1280px) {
  .Container {
    padding: 0 48px;
  }
}
/* Entry Point */
.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #222222;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, rgba(0, 109, 117, 0) 0%, #006d75 50%, rgba(0, 109, 117, 0) 100%);
}
.heading--gold::after {
  background: linear-gradient(90deg, rgba(201, 169, 97, 0) 0%, #c9a961 50%, rgba(201, 169, 97, 0) 100%);
}
.heading--white {
  color: #ffffff;
}
.heading--white::after {
  background: #ffffff;
}

@media (min-width: 768px) {
  .heading {
    margin-bottom: 60px;
    font-size: 4rem;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  .heading::after {
    width: 80px;
    height: 4px;
  }
}
@media (min-width: 1280px) {
  .heading {
    margin-bottom: 80px;
    font-size: 4.8rem;
  }
}
/* Entry Point */
/* Hero Section */
.hero {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(118deg, rgba(0, 109, 117, 0.75) 0%, #004D54 100%);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(145.89% 91.18% at 20% 30%, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0) 50%), radial-gradient(145.89% 91.18% at 80% 70%, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0) 50%);
}
.hero .container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 40px;
  min-height: auto;
  position: relative;
  z-index: 2;
}
.hero .content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.hero .content > p:first-child {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(201, 169, 97, 0.95);
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.hero .content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.hero .content h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
  white-space: normal;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.hero .content > p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.hero .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(101deg, #D4AF37 0%, #E6C248 100%);
  color: #1a2332;
  border: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  letter-spacing: 0.7px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  align-self: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(201, 169, 97, 0.15);
}
.hero .button:hover {
  opacity: 0.95;
  filter: brightness(1.05);
  box-shadow: 0 6px 16px rgba(201, 169, 97, 0.4);
  transform: translateY(-2px);
}
.hero .button:active {
  opacity: 0.9;
  filter: brightness(0.95);
  transform: translateY(0);
}
.hero .button svg path {
  stroke: #1a2332;
}
.hero .button .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.hero .seminar-image {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 20px 60px rgba(0, 0, 0, 0.2);
}
.hero .seminar-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(26, 35, 50, 0) 0%, rgba(26, 35, 50, 0.15) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero .seminar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero .container {
    padding: 100px 40px;
    gap: 60px;
    min-height: 600px;
  }
  .hero .content {
    gap: 20px;
  }
  .hero .content > p:first-child {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .hero .content h2 {
    font-size: 2.8rem;
    letter-spacing: 1.2px;
  }
  .hero .content h1 {
    font-size: 6rem;
    letter-spacing: 1.4px;
    white-space: nowrap;
  }
  .hero .content > p:last-of-type {
    font-size: 1.6rem;
    line-height: 1.67;
    letter-spacing: 0.7px;
    margin-bottom: 32px;
  }
  .hero .button {
    font-size: 1.6rem;
    line-height: 1.67;
    letter-spacing: 0.8px;
    padding: 18px 40px;
    gap: 14px;
  }
  .hero .seminar-image {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .hero .container {
    flex-direction: row;
    justify-content: space-between;
    padding: 140px 60px;
    gap: 100px;
    min-height: 820px;
  }
  .hero .content {
    max-width: 600px;
    text-align: left;
  }
  .hero .content > p:first-child {
    font-size: 2rem;
    letter-spacing: 4.5px;
  }
  .hero .content h2 {
    font-size: 3.2rem;
    letter-spacing: 1.4px;
  }
  .hero .content h1 {
    font-size: 8rem;
    letter-spacing: 1.6px;
  }
  .hero .content > p:last-of-type {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.9px;
    margin-bottom: 48px;
  }
  .hero .button {
    font-size: 1.8rem;
    line-height: 1.67;
    letter-spacing: 0.9px;
    padding: 20px 48px;
    gap: 16px;
    align-self: flex-start;
  }
  .hero .seminar-image {
    max-width: 500px;
  }
}
/* Entry Point */
.book {
  background: linear-gradient(121deg, rgba(26, 35, 50, 0.95) 0%, rgba(15, 20, 25, 0.98) 100%), linear-gradient(97deg, #2C3E50 0%, #34495E 100%);
  padding: 32px 20px;
  position: relative;
  z-index: 1;
}
.book .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.book-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.book-image {
  width: 120px;
  height: 176px;
  flex-shrink: 0;
}
.book-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}
.book-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.book-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #c9a961;
  margin: 0;
}
.book-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.book-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  letter-spacing: 0.7px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.book-detail span {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .book {
    padding: 40px 32px;
  }
  .book-wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .book-image {
    width: 140px;
    height: 205px;
  }
  .book-info {
    text-align: left;
  }
  .book-label {
    font-size: 1.6rem;
    letter-spacing: 2.4px;
  }
  .book-title {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  .book-detail {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1280px) {
  .book {
    padding: 48px;
  }
  .book-wrapper {
    gap: 64px;
  }
  .book-image {
    width: 150px;
    height: 220px;
  }
}
/* Entry Point */
/* Benefits Section */
.benefits {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  background: #f5f1ea;
}
.benefits .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.benefits .heading {
  margin-bottom: 40px;
}
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 900px;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.benefits-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 500;
  color: #222222;
  padding: 20px 24px 20px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e3d9;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.benefits-item:last-child {
  border-bottom: none;
}
.benefits-item::before {
  content: "";
  flex-shrink: 0;
  width: 21px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='21'%20viewBox='0%200%2024%2021'%20fill='none'%3E%3Cpath%20d='M1.1123%2011.2217L7.44564%2018.2217L22.1123%200.97168'%20stroke='url(%23paint0_linear_63_131)'%20stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient%20id='paint0_linear_63_131'%20x1='-10.3644'%20y1='10.5641'%20x2='27.0023'%20y2='10.5641'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23009689'%20stop-opacity='0.05'/%3E%3Cstop%20offset='0.495192'%20stop-color='%23006D75'%20stop-opacity='0.95'/%3E%3Cstop%20offset='1'%20stop-color='%23009689'%20stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .benefits {
    padding: 80px 32px;
  }
  .benefits .heading {
    margin-bottom: 60px;
  }
  .benefits-item {
    font-size: 1.6rem;
    line-height: 1.67;
    padding: 24px 32px 24px 28px;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .benefits {
    padding: 120px 48px;
  }
  .benefits .heading {
    margin-bottom: 80px;
  }
  .benefits-item {
    padding: 28px 40px 28px 32px;
  }
}
/* Entry Point */
.why {
  position: relative;
  background: linear-gradient(122deg, rgba(26, 35, 50, 0.95) 0%, rgba(15, 20, 25, 0.98) 100%);
  padding: 60px 20px;
  overflow: hidden;
  z-index: 1;
}
.why .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why .heading {
  color: #ffffff;
  margin-bottom: 32px;
}
.why .heading::after {
  background: linear-gradient(90deg, rgba(201, 169, 97, 0) 0%, #c9a961 50%, rgba(201, 169, 97, 0) 100%);
}
.why-intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  text-align: center;
}
.why-list {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
.why-item {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 24px 20px;
  border-left: 3px solid #c9a961;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.why-item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}
.why-item p + p {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .why {
    padding: 100px 32px;
  }
  .why .heading {
    margin-bottom: 40px;
  }
  .why-intro {
    font-size: 1.8rem;
    line-height: 1.67;
    margin-bottom: 44px;
  }
  .why-list {
    gap: 32px;
  }
  .why-item {
    padding: 36px 40px;
    border-left-width: 4px;
  }
  .why-item p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .why-item p + p {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .why {
    padding: 160px 48px;
  }
  .why .heading {
    margin-bottom: 56px;
  }
  .why-intro {
    font-size: 2rem;
    margin-bottom: 56px;
  }
  .why-list {
    gap: 48px;
  }
  .why-item {
    padding: 48px 60px;
  }
  .why-item p {
    line-height: 1.9;
  }
}
/* Entry Point */
/* Profile Section */
.profile {
  padding: 60px 20px;
  background: linear-gradient(180deg, #e8e3d9 0%, #f5f1ea 100%);
  position: relative;
  z-index: 1;
}
.profile .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile .contents {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 0;
}
.profile .contents .box-teacher {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 17/22.5;
  flex-shrink: 0;
  overflow: hidden;
  align-self: center;
}
.profile .contents .box-teacher img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .contents .box-history {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: auto;
}
.profile .contents .box-history h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #222222;
  padding-bottom: 12px;
  border-bottom: 2px solid #006d75;
  margin: 0;
}
.profile .contents .box-history .position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 500;
  color: #006d75;
  margin: 0;
}
.profile .contents .box-history p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: #222222;
  margin: 0;
}

@media (min-width: 768px) {
  .profile {
    padding: 80px 32px;
  }
  .profile .contents {
    gap: 48px;
  }
  .profile .contents .box-teacher {
    max-width: 320px;
  }
  .profile .contents .box-history {
    gap: 20px;
  }
  .profile .contents .box-history h4 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.6px;
    padding-bottom: 16px;
  }
  .profile .contents .box-history .position {
    font-size: 1.6rem;
    line-height: 1.67;
  }
  .profile .contents .box-history p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
@media (min-width: 1280px) {
  .profile {
    padding: 120px 48px;
  }
  .profile .contents {
    flex-direction: row;
    gap: 72px;
  }
  .profile .contents .box-teacher {
    width: 340px;
    max-width: none;
    height: 450px;
    aspect-ratio: auto;
    align-self: flex-start;
  }
  .profile .contents .box-history h4 {
    font-size: 3.2rem;
  }
}
/* Entry Point */
/* Company Section */
.company {
  background-color: #ffffff;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
.company .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-list {
  width: 100%;
  max-width: 950px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  list-style: none;
  background-color: #f5f1ea;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.company-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 20px;
  background-color: #ffffff;
  border-right: none;
  border-bottom: 1px solid #e8e3d9;
}
.company-item:last-child {
  border-bottom: none;
}
.company-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #006d75;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.company-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: #222222;
  margin: 0;
}

@media (min-width: 768px) {
  .company {
    padding: 80px 32px;
  }
  .company-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-item {
    gap: 10px;
    padding: 28px 32px;
    border-right: 1px solid #e8e3d9;
  }
  .company-item:nth-child(even) {
    border-right: none;
  }
  .company-item:nth-child(5), .company-item:nth-child(6) {
    border-bottom: none;
  }
  .company-label {
    font-size: 1.3rem;
    letter-spacing: 1.2px;
  }
  .company-value {
    font-size: 1.6rem;
    line-height: 1.67;
  }
}
@media (min-width: 1280px) {
  .company {
    padding: 120px 48px;
  }
  .company-item {
    padding: 32px 40px;
  }
}
/* Entry Point */
/* PS Section */
.ps {
  padding: 60px 20px;
  background-color: #f5f1ea;
  position: relative;
  z-index: 1;
}
.ps .container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.ps .heading {
  margin-bottom: 32px;
}
.ps-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  text-align: center;
  color: #222222;
  padding-top: 16px;
  padding-bottom: 28px;
  align-self: center;
  margin: 0;
}
.ps .container > p:not(.ps-subtitle) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: #222222;
  width: 100%;
  max-width: 880px;
  padding: 28px 20px;
  background-color: #ffffff;
  border-left: 3px solid #006d75;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  align-self: center;
  margin: 0;
}

@media (min-width: 768px) {
  .ps {
    padding: 80px 32px;
  }
  .ps .heading {
    margin-bottom: 40px;
  }
  .ps-subtitle {
    font-size: 1.6rem;
    line-height: 1.67;
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .ps .container > p:not(.ps-subtitle) {
    font-size: 1.6rem;
    line-height: 1.9;
    padding: 36px 32px;
  }
}
@media (min-width: 1280px) {
  .ps {
    padding: 120px 48px;
  }
  .ps .heading {
    margin-bottom: 56px;
  }
  .ps-subtitle {
    font-size: 1.8rem;
    padding-bottom: 36px;
  }
  .ps .container > p:not(.ps-subtitle) {
    padding: 44px 48px;
  }
}
@media (min-width: 1600px) {
  .ps {
    padding-left: 460px;
    padding-right: 460px;
  }
}
/* Entry Point */
/* CTA Section */
.cta {
  position: relative;
  padding: 60px 20px;
  background: #006d75;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.1) 0%, rgba(201, 169, 97, 0) 60%);
  pointer-events: none;
  z-index: 0;
}
.cta .container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta .heading {
  color: #ffffff;
  margin-bottom: 32px;
}
.cta-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}
.cta .form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta .form-container {
  width: 100%;
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.cta .form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cta .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
}
.cta .form-label .required {
  color: #d32f2f;
  margin-left: 4px;
}
.cta .form-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #e8e3d9;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #222222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cta .form-input::placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.cta .form-input:focus {
  outline: none;
  border-color: #006d75;
  box-shadow: 0 0 0 3px rgba(0, 109, 117, 0.1);
}
.cta .form-input[aria-invalid=true] {
  border-color: #d32f2f;
}
.cta .form-input[aria-invalid=true]:focus {
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}
.cta .form-error {
  display: none;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #d32f2f;
  font-weight: 400;
}
.cta .form-submit {
  width: 100%;
  height: 64px;
  background-color: #c9a961;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  padding: 16px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cta .form-submit:hover:not(:disabled) {
  opacity: 0.95;
  filter: brightness(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.cta .form-submit:active:not(:disabled) {
  opacity: 0.9;
  filter: brightness(0.95);
  transform: translateY(0);
}
.cta .form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.cta .form-submit .submit-text,
.cta .form-submit .submit-loading {
  display: inline-block;
}
.cta .form-submit .submit-loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .cta {
    padding: 100px 32px;
  }
  .cta .heading {
    margin-bottom: 40px;
  }
  .cta-description {
    font-size: 1.6rem;
    line-height: 1.67;
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .cta .form-container {
    padding: 48px 40px;
  }
  .cta .form-label {
    font-size: 1.4rem;
  }
  .cta .form-input {
    height: 52px;
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .cta .form-error {
    font-size: 1.4rem;
  }
  .cta .form-submit {
    height: 76px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .cta {
    padding: 120px 48px;
  }
  .cta .heading {
    margin-bottom: 56px;
  }
  .cta-description {
    font-size: 1.8rem;
    padding-bottom: 36px;
  }
  .cta .form-container {
    padding: 72px 60px;
  }
  .cta .form-submit {
    height: 90px;
  }
}
/* Entry Point */
/* Footer */
.footer {
  background-color: #f5f1ea;
  padding: 48px 20px;
  position: relative;
  z-index: 1;
}
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer .container p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.footer .container p a {
  color: #888888;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer .container p a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer .container p:last-child {
  opacity: 0.7;
  font-size: 1.2rem;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .footer {
    padding: 60px 32px;
  }
  .footer .container {
    gap: 20px;
  }
  .footer .container p {
    font-size: 1.4rem;
  }
  .footer .container p:last-child {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 120px 48px;
  }
  .footer .container {
    gap: 24px;
  }
}
/* Entry Point */
.is-sp {
  display: inline !important;
}
@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-tab {
  display: inline !important;
}
@media (min-width: 1280px) {
  .is-tab {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}
@media (min-width: 1280px) {
  .is-pc {
    display: inline !important;
  }
}

.is-sp-block {
  display: block !important;
}
@media (min-width: 768px) {
  .is-sp-block {
    display: none !important;
  }
}

.is-pc-block {
  display: none !important;
}
@media (min-width: 1280px) {
  .is-pc-block {
    display: block !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 768px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
}
@media (min-width: 769px) {
  .text-pc-left {
    text-align: left !important;
  }
  .text-pc-center {
    text-align: center !important;
  }
  .text-pc-right {
    text-align: right !important;
  }
}
.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.letter-spacing--0-001 {
  letter-spacing: -0.001em !important;
}

.text-xs {
  font-size: 1.2rem !important;
}

.text-sm {
  font-size: 1.4rem !important;
}

.text-base {
  font-size: 1.6rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.text-2xl {
  font-size: 2.4rem !important;
}

.text-3xl {
  font-size: 2.8rem !important;
}

.text-4xl {
  font-size: 3.2rem !important;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.items-center {
  align-items: center !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.w-full {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.max-w-full {
  max-width: 100% !important;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

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