:root {
  --main-green: #55b36a;
  --main-gray: #4b4b4b;
  --main-bg: #f8f8f8;
  --color-primary: #55b36a;
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
	 --pl-green:#55b36a;
  --pl-green-strong:#2e7d32;
  --pl-gray:#4b4b4b;
  --pl-input-bg:#e8f9e8;
  --pl-red:#ff2d2d;
  --pl-yellow:#fffa00;
  --pl-shadow:0 10px 24px rgba(0,0,0,.18);
  --pl-font:"Noto Sans JP","Hiragano Kaku Gothic ProN","Meiryo",sans-serif;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: var(--main-bg);
  margin: 0;
  padding: 0;
  color: var(--main-gray);
}
main {
  width: 100%;
  margin: 0 auto;
}
.login-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background-color: #007a4d; 
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.4em 1em;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.login-btn:hover {
  background-color: #00995f;
}

.login-btn i {
  font-size: 1.2em;
}

.projects-section {
  padding: 40px 20px;
  background: #f5f9f6;
  text-align: center;
}

.pl-meta__unit{ color:var(--pl-muted); margin-left:2px; }

.projects-frame {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 30px;

}

.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
	
}

.project-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.badge-new {
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}

.badge-remote {
  background: #e6f4ea;
  color: #008000;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}

.project-name {
  font-size: 24px;
  font-weight: bold;
  color: #56B36A !important;
	
}

.project-detail {
  font-size: 14px;
  color: #555;
  min-height: 60px;
  margin-bottom: 12px;
}

.project-price {
  margin: 10px 0;
}
.project-price__unit{
	color:black;
	font-weight:normal;
	font-size:14px;
}
.price{
	font-size: 20px;
	color:red;
	font-weight: bold;
}
.project-work,
.project-rate {
  font-size: 14px;
  color: #333;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pl-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  background: #28a745;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.pl-btn:hover {
  background: #218838;
}

.projects-footer .projects-link {
/*   display: inline-block; */
  color: #56B36A;
  font-weight: bold;
align-items: center;
  border-bottom: 2px solid #56B36A;
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #28a745; 

}

.icon-circle i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.project-price .price-unit {
  color: #000;  
  margin-left: 2px;
}

.project-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.project-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.projects-footer {
  text-align: center;
  margin-top: 20px;
}
.projects-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 22px 4rem; 
  border: 2px solid #28a745;
  border-radius: 9999px;
  color: #56B36A;
  text-decoration: none;
  transition: 0.3s;
  background: #fff;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.2;
  white-space: nowrap;
}


.projects-link i {
  font-size: 14px;
}

.projects-link:hover {
  background: #28a745;
  color: #fff;
}
.hero {
    background-image: url(https://professionallink.jp/wp-content/uploads/2025/09/kv.png);
    background-size: auto;
    background-position: center;
    padding-top: 110px;
    position: relative;
	justify-content: center;
	display: flex;
}

.hero__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  max-width: 670px;
  width: 50vw;  
	padding-bottom: 100px;
}

.kv__sub-title {
  font-size: 20px;
  color: var(--main-green);
  font-weight: 700;
  margin-bottom: 8px;
}
.kv__stand-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary);
    background-color: #fff;
    margin:0 !important;
	width:81%;
    padding: 5px 15px;
    border-radius: 4px;
    text-shadow: none;
}
.kv__text-content {
    margin-bottom: 120px;
}
.kv-transition {
  background: url("https://professionallink.jp/wp-content/uploads/2025/09/background_color.png")

}
/* 行コンテナ */
.banner-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px;
  margin: 0 auto;
  max-width: 1120px;
}

/* 各バナー */
.banner{
  width: 100%; 
  aspect-ratio: 400 / 220; 
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

@media (max-width: 1024px){
  .banner-row{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px){
  .banner-row{ grid-template-columns: 1fr; }
  .banner{ border-radius: 10px; }
}

.home-cta-section { 
  background: #56B36A1A; 
}

.banner-1 {
  background-image: url("https://professionallink.jp/wp-content/uploads/2025/09/バナー1.png");
}
.banner-2 {
  background-image: url("https://professionallink.jp/wp-content/uploads/2025/09/バナー2.png");
}
.banner-3 {
  background-image: url("https://professionallink.jp/wp-content/uploads/2025/09/バナー3.png");
}
.form-container {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.form-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-gray);
  margin-bottom: 16px;
}
.highlight {
  color: var(--main-green);
  font-weight: 700;
}
.form-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.form-group.two-cols > input {
  flex: 0 1 calc(50% - 8px);
}
.form-group label {
  font-size: 16px;
  color: var(--main-gray);
  font-weight: 500;
}
.form-container .required {
  display: inline-block;
  padding: 2px 6px;
  background-color: #ff2e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  line-height: 1.2;
  margin-left: 6px;
  vertical-align: middle;
}
.form-group input,
.form-group textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: var(--default-font-family);
}
.submit-btn,
.btn {
  background: var(--main-green);
  color: #fff;
  border-radius: 4px;
  padding: 10px 24px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}
.submit-btn:hover,
.btn:hover {
  background: #2e7d32;
}

.section-icon {
  width: 36px;
  height: 36px;
}
.tags-row{
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  justify-content: center;
}
.tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #fff;
  border: 2px solid var(--main-green);
  border-radius: 40px;
  font-size: 20px;
  color: var(--main-green);
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
}
.tag:visited{
	color: var(--main-green) !important;
}
.tag:hover{
  background: #e8f5e9;
  border-color: #2e7d32;
}
.tag-new {
  color: #ff2e2e;
  border-color: #ff2e2e;
  background: #fff0f0;
  font-size: 12px;
  padding: 4px 10px;
}
.tag-remote {
  color: #878787;
  border-color: #878787;
  background: #f8f8f8;
  font-size: 12px;
  padding: 4px 10px;
}
.projects-grid,
.wp-block-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: start;
	grid-template-columns: repeat(3, 360px);
}
.project-card,
.wp-block-group.full-width.has-background {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  min-width: 300px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-border{
	border-bottom: 2px dotted #868383;
}
.project-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.project-title,
.wp-block-heading.full-width {
  font-size: 24px;
  color: var(--main-green);
  font-weight: 700;
  margin: 0;
}
.project-desc,
.wp-block-paragraph.full-width {
  font-size: 16px;
  color: #555;
  margin: 0;
}
.project-info {
 display: flex;
  flex-direction: column; 
  gap: 8px;
  font-size: 16px;
  color: #555;
  align-items: flex-start;
}
.see-more {
  text-align: center;
  margin: 24px 0;
  color: var(--main-green);
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
}
.reasons-grid .wp-block-columns.alignwide {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.reason-card,
.wp-block-group.full-width.has-background {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  flex: 1 1 300px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.reason-title,
.wp-block-heading.has-text-align-center {
  font-size: 24px;
  color: var(--main-green);
  font-weight: 700;
  margin-bottom: 8px;
}
.reason-desc,
.wp-block-paragraph.has-text-align-left {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}
.faq-item details {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  padding: 16px;
  font-size: 16px;
}
.faq-answer {
  margin-top: 8px;
  color: #555;
}
.contact-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 32px 0;
}

.search-project {
  background-color: #ffffff;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5em;
}
.search-section {
  background-color: #187549;
  padding: 40px 20px;
}
.search__inner {
  background: #ffffff;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}

.section-border {
  border-bottom: 2px dotted #868383;
  margin-top: 32px;
  margin-bottom: 32px;
}
.search-input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: var(--default-font-family);
}
.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
margin-bottom: 32px;
}

/* select / input */
.search-form select,
.search-form input[type="text"] {
  padding: 10px 12px;
  border: none;
  background: #f3f4f6;
  border-radius: 6px;
  min-width: 200px;
  font-size: 14px;
  color: #333;
}

.search-form select,
.search-form input::placeholder {
  color: #999;
}

.search-form button {
  background: #56B36A;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.search-form button:hover {
  background: #16a34a;
}
.support {
  background: linear-gradient(to right, #b6cd01, #56b36a);
  padding: 80px 20px;
}
.support__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 5em;
}
.support__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.support-box {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
	 display: flex;
  flex-direction: column; 
}
.support-box__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  min-height: 58px; 
}
.support-box__icon {
  height: 200px;
  margin-bottom: 16px;
}
.support-box p {
  font-size: 16px;
  text-align: left;
	
}
.reasons {
  background-color: #e8ffdc;
  padding: 80px 20px;
}
.reasons__inner {
  background: #ffffff;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5em;
  text-align: center;
}
.reasons__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(min(450px, 100%), 1fr));
}
.card-box {
  background-color: #fff;
  padding: 24px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.card__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}
.card__graph {
  max-width: 327px;
  margin: 0 auto 24px;
}
.card__graph-wrapper {
  position: relative;
  display: inline-block;
}
.reason-box__graph-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
}
.reason-box__graph-text span {
  font-size: 2em;
}
.reason-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
.flow {
  background-image: url(https://professionallink.jp/wp-content/uploads/2025/08/Frame171.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flow__inner {
  background-color: #ffffff;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5em;
  text-align: center;
}
.flow__list {
  position: relative;
  padding-left: 50px;
}
.flow__list::before {
  content: "";
  position: absolute;
  height: 95%;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
}
.flow__item {
  margin-bottom: 32px;
  position: relative;
  display: flex;
}
.flow__item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.flow__item-number {
  width: 70px;
  height: 70px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-family: "Impact", sans-serif;
  flex-shrink: 0;
  position: absolute;
  left: -50px;
  top: 0;
}
.flow__item-title {
  width: 10em;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-left: 44px;
}
.flow__item p {
  font-size: 16px;
  padding-left: 44px;
  text-align: left;
}
.pl-btn {
  align-self:center; 
  display:inline-flex;
  width:max-content; 
  white-space:nowrap; 
  padding: 10px 30px;
  background:#55b36a;
  color:#fff;
  font-size:14px;
  border:0;
  border-radius:6px;
  cursor:pointer;
  transition:background .2s;
}

.pl-btn:hover {
  background-color: #2e7d32; 
}

.pl-signup{
  font-family:var(--pl-font);
  color:var(--pl-gray);
  background:#fff;
  border-radius:12px;
  box-shadow:0 0 10px rgba(0,0,0,.08);
  padding:28px 24px 32px;
  max-width:560px;
  position: relative; z-index: 10;
  margin-bottom: 10px;
}

/* Elements */
.pl-signup__title{
  margin:0 0 20px; line-height:1.2;
  font-weight:900; font-size:clamp(26px,4.2vw,36px);
  position:relative; display:inline-block;
}
.pl-signup__title::after{
  content:""; position:absolute; left:.1em; right:0; bottom:-4px;
  height:10px; background:var(--pl-yellow); border-radius:2px; z-index:-1;
}
.pl-signup__title-number{ color:var(--pl-green); font-weight:900; font-size:1.15em; }

.pl-signup__form{ display:block; }
.signup-center {
  text-align: center;
  margin-top: 16px;
}
.pl-signup__label{
  display:block; margin:14px 0 8px; font-weight:800; color:#111;
}

.pl-signup__badge{
  display:inline-block; margin-left:8px; padding:2px 6px;
  font-size:12px; font-weight:800; line-height:1.2; border-radius:4px;
}
.pl-signup__badge--required{ background:var(--pl-red); color:#fff; }

.pl-signup__row{ display:grid; gap:14px; margin-bottom:12px; }
.pl-signup__row--two-cols{ grid-template-columns:1fr 1fr; }

.pl-signup__input{
  width:100%; padding:14px 16px;
  border:1px solid #b9e4b9; border-radius:8px;
  background:var(--pl-input-bg); font-size:16px; color:#333;
  outline:0; transition:border-color .15s, box-shadow .15s, background .15s;
}
.pl-signup__input::placeholder{ color:#9abf9a; }
.pl-signup__input:focus{
  border-color:var(--pl-green);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--pl-green), #fff 75%);
  background:#f3fff3;
}

.pl-signup__cta{
  display:inline-flex; align-items:center; justify-content:center; gap:.35em;
  padding:14px 28px; margin:20px auto 0; width:fit-content;
  background:var(--pl-red); color:#fff; border:0; border-radius:9999px;
  font-size:18px; font-weight:900; line-height:1; text-decoration:none;
  box-shadow:var(--pl-shadow); cursor:pointer;
  transition:transform .15s, box-shadow .15s, background .15s;
}

.pl-signup__cta::before{ content:"＼"; margin-right:.35em; font-weight:900; }
.pl-signup__cta::after { content:"／"; margin-left:.35em; font-weight:900; }
.pl-signup__cta-em{ color:var(--pl-yellow); }
.pl-signup__cta:hover{ transform:translateY(-2px); box-shadow:0 14px 28px rgba(0,0,0,.24); background:#e62828; }
.pl-signup__cta:active{ transform:translateY(0);   box-shadow:0 8px 18px rgba(0,0,0,.2);  background:#cf2323; }
.pl-signup__cta:focus-visible{ outline:3px solid color-mix(in srgb, var(--pl-green), #fff 60%); outline-offset:3px; }

.projects__more {
  text-align: center;
  margin: 40px 0;
}

.projects__more-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #55b36a;
  border-radius: 40px;
  background: #fff;
  color: #55b36a;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.projects__more-btn:hover {
  background: #55b36a;
  color: #fff;
}

	.post-330,.post-332 {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 1em;
	}

@media (max-width:640px){
  .pl-signup{ padding:22px 16px 26px; }
  .pl-signup__row--two-cols{ grid-template-columns:1fr; }
}
@media (max-width: 640px){
  .pl-row-2{ grid-template-columns:1fr; }
  .pl-form-card{ padding:22px 16px 26px; }
}

@media screen and (max-width: 992px) {
  .kv__inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
  .projects-grid,
  .wp-block-columns {
    flex-direction: column;
    gap: 16px;
  }
  .reasons-grid,
  .wp-block-columns.alignwide {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 28px;
  }
 
  .project-title,
  .wp-block-heading.full-width {
    font-size: 18px;
  }
  .reason-title,
  .wp-block-heading.has-text-align-center {
    font-size: 18px;
  }
  .form-container,
  .contact-form {
    padding: 16px;
    min-width: 0;
    max-width: 100%;
  }

}
@media screen and (max-width: 576px) {
  .kv__title {
    font-size: 24px;
  }
  .kv__title span {
	  font-size: 24px;
	}
  .kv__title span b{
    font-size: 24px;
  }
  .project-title,
  .wp-block-heading.full-width {
    font-size: 16px;
  }
  .reason-title,
  .wp-block-heading.has-text-align-center {
    font-size: 16px;
  }
  .form-container,
  .contact-form {
    padding: 8px;
  }
  .tags-row,
  .occupation-container,
  .keyword-container {
   gap: 4px;
  }
}
@media screen and (max-width: 576px) {
	.kv__stand-title {
		font-size: 16px;
		width: 100%;
	}
}
	/* --- PC共通スタイル --- */
.header-cta-menu {
    display: flex; /* PCでメニューを横並びに */
    list-style: none;
    padding: 0;
    margin: 0;
}

.hamburger-menu-button {
    display: none; /* PCではハンバーガーボタンを非表示 */
}

/* --- モバイル用スタイル (ブレークポイント 768px以下を例とする) --- */
@media (max-width: 768px) {
    /* 1. ハンバーガーボタンのスタイル */
    .hamburger-menu-button {
        display: block; /* モバイルでボタンを表示 */
        /* アイコンのデザインなど（例: 3本線） */
        position: relative;
        z-index: 100; /* メニューの上に表示 */
        width: 30px;
        height: 40px;
		padding: 0;
        background: none;
        border: none;
        cursor: pointer;
		right: -70px;
    }
    
    .hamburger-menu-button span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #333; /* 線の色 */
        margin-bottom: 5px;
        transition: transform 0.3s, opacity 0.3s;
    }
    
    /* 2. メニュー本体のスタイル（初期状態は非表示） */
    .header-cta-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100vw;
        transition: right 0.3s;
        z-index: 90;
    }
	
	.site-header.is-open .header-cta-menu {
		right: 0; /* 画面内に表示 */
	}
    /* 3. メニューが開いた状態のスタイル */
    /* JavaScriptでnav要素に`is-open`クラスを付与することを想定 */
    nav.is-open .header-cta-menu {
        right: 0; /* 画面内に表示 */
    }

    /* メニュー項目を縦に配置 */
    .header-cta-menu li {
        border-bottom: 1px solid #eee;
    }

    .header-cta-menu a {
        display: block; /* リンクをブロック要素にしてタップ領域を広く */
        padding: 15px 20px;
    }
	.hero {
		padding: 2em 1em;
		display: block;
	}
	.hero__inner {
		width: 100%;
		padding-bottom: 2em;
	}
	.kv__text-content {
		margin-bottom: 2em;
	}
	.entry {
		width: 100%;
		background: #ffffffcc;
	}
	.banner {
		margin: 0;
	}
	.reasons {
		margin: 0;
		padding: 1em;
		background: #E8FFDC;
	}
	.reasons__inner {
		padding: 1em;
		background: white;
	}
	.flow__inner {
		padding: 1em;
	}
	.flow__item {
		padding-left: 1em;
	}
	.flow__item p {
		padding-left: 10px;
		font-size: 14px;
	}
	.flow__item-header {
		width: 5em;
	}
	.flow__item-number {
		font-size: 20px;
		width: 50px;
		height: 50px;
	}
	.flow__list::before {
		left: 25px;
		height: 90%;
	}
	.flow__item-title {
		margin: 0;
		font-size: 20px;
	}
	.post-330,.post-332 {
		margin: 0 auto;
		padding: 0 1em;
	}
}
@media (max-width: 768px) {
    /* ... 既存の通常状態のスタイル ... */
    
    /* 💡 修正: nav.is-open を .site-header.is-open に変更 */
    
    /* 2本目の線（中央）を非表示に */
    .site-header.is-open .hamburger-menu-button span:nth-child(2) {
        opacity: 0 !important; 
    }

    /* 1本目の線（上）を回転 */
    .site-header.is-open .hamburger-menu-button span:nth-child(1) {
        transform: translateY(8px) rotate(45deg) !important; 
    }

    /* 3本目の線（下）を回転 */
    .site-header.is-open .hamburger-menu-button span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg) !important;
    }
}
@media (max-width: 768px) {
    /* ... 既存のヘッダーおよびメニューのCSS ... */
    
    /* 💡 新規追加: オーバーレイ（背景マスク）のスタイル */
    .site-header.is-open::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        
        /* 半透明の黒色 (rgba) で背景を暗くする */
        background-color: rgba(0, 0, 0, 0.6); 
        
        /* メニュー本体より下、コンテンツ本体より上に配置 */
        z-index: 80; 
        
        /* スムーズな表示/非表示のためのトランジション */
        opacity: 1; 
        transition: opacity 0.3s;
        
        /* 💡 クリックしてメニューを閉じるための設定 (JavaScriptで別途処理が必要) */
        /* pointer-events: auto; */ 
    }
    
    /* 💡 通常時（メニューが閉じている時）のスタイル */
    .site-header::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        
        /* 初期状態は完全に透明で、クリックできないようにする */
        opacity: 0;
        transition: opacity 0.3s, visibility 0s 0.3s; /* opacity終了後にvisibilityをhiddenに */
        visibility: hidden;
        z-index: 80;
    }
    
    /* メニューが開いている時 */
    .site-header.is-open::before {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s; /* visibilityの遅延を解除 */
    }
   
	.header-cta-menu {
        position: fixed;
        top: 0;
        right: -100vw;
        width: min(300px, 80%);
        
        /* 💡 修正点: 高さをビューポートの高さからヘッダーの高さ分を差し引く */
        /* ヘッダーの高さ(例: 60px)が確定している場合 */
        height: 100vh; /* 画面いっぱいの高さを確保 */
        padding-top: 60px;
	}
}