html,body {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif, "Shippori Mincho";
  margin: 0;
  padding: 0;
  background-color: white;
  margin: 0;
  justify-content: center;
  width: 100%; /* ビューポートの幅を100%に設定 */
  height: 100%; /* ビューポートの高さを100%に設定 */
  line-height: 1.5;
  overflow-x: hidden;
}

.container{
max-width: 1080px;
margin: 0 auto; /* これにより、コンテナが中央に配置されます */
background-color: #fff; /* 背景色はお好みで調整してください */

}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section-title {
  margin-bottom: 0.2rem;
  padding: 0.5rem;
  border-left: 10px solid;
  color: #333;
  font-weight:bold;
  font-size: 28px;
  font-family: Century Gothic;
}

.section-title h2{
font-weight:bold;
font-size: 28px;
font-family: Century Gothic;
letter-spacing: 0.3em;

}

.section-title p {
margin:0.1em;
font-family: Noto Sans JP;
font-size: 16px;
font-weight: 500;


}

:target::before {
  content: "";
  display: block;
  height: 70px; /* ずらしたい高さ */
  margin-top: -64px; /* heightに対するネガティブマージン */
  visibility: hidden;
}


.c-header {
  align-items: center;
  background-color: #fff; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
  position: sticky; /* ヘッダーを固定 */
  top: 0;
  z-index: 1000; /* ヘッダーを他の要素よりも上に表示 */
  font-size: 16px;

}

.c-header__logo {
  margin:0;
  width: 240px; /* カスタマイズしてください */
  height: 40px;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;

}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
  border-left: 2px solid;
  color: gray;
  padding:0 0 0 8px;
}


.c-header__list-item a {
line-height:0.1em;
}


.c-header__list-link {
  color: #000; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: sticky;
  top: 0;
  z-index: 1000;

}



@media screen and (max-width: 768px) {
  .c-header__logo {
    margin-right: 2rem;
    width: 240px; /* カスタマイズしてください */
    height: 40px;
  }

  .c-hamburger-menu {
    position:sticky;
    

  }

  .c-hamburger-menu__list {
    background-color: #eeeeee; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 1rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
    z-index: 1;
  }

  .c-header__list-link{
    margin: 10px;

  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;

}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
  margin: 0 10%;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 35px; /* カスタマイズしてください */
    justify-content: center;
    width: 35px; /* カスタマイズしてください */
    
    
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 3px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 25px; /* カスタマイズしてください */
}

@media screen and (max-width: 768px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}

.sec09 {
	background: #f0f0f0;
}

.sec09 .secHead {
	background-repeat: no-repeat;
	background-image: url("../LP制作/img/パーキング株式会社LP_PC_0403-assets/bg-title_contact.svg");
	background-position: top center;
	background-size: 100%;
	padding: 0 0 0 0;
	text-align: center;
}

/* PCの時に .title_contact_sp クラスの要素を非表示にする */
@media (min-width: 769px) {
  .title_contact_sp {
    display: none !important;
  }
  .title_contact_pc {
    display: block !important;
  }
}


/* SPの時に .title_contact_pc クラスの要素を非表示にする */
@media (max-width: 768px) {
  .title_contact_pc {
    display: none !important;
  }
  .title_contact_sp {
    display: block !important;
  }
}



@media (min-width: 769px) {
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block !important;
  }
}

/* SPの時に .title_contact_pc クラスの要素を非表示にする */
@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}




.sec09 .secHead img {
	display: block;
	margin: 0 auto;
	width: 85%;
  max-width: 100%;
  height: auto;

}
@media (min-width: 950px) {
	.sec09 {
		padding-bottom:0;
	}
	.sec09 .secHead {
		background-image: url("../img/パーキング株式会社LP_PC_0403-assets/bg-title_contact.svg");
		padding: 3.5% 0 3% 0;
	}
	.sec09 .secHead img {
		width: 24%;
	}
}
.required {
	color: #e74c3c;
}
.inputMore {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 1.5em 0 1em 0;
}
.sec09 .formWrap {
	width: calc(100% - 8vw);
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 20% 5vw;
	color: #324d95;
	position: relative;
}
@media (min-width: 950px) {
	.sec09 .formWrap {
		width: 55%;
		padding: 3%;
	}
}
.sec09 .formWrap dt {
	padding: 1em 0 .5em 0;
	font-weight: 600;
	font-size: 24px;
}
.sec09 .formWrap dd {
	padding: .5em 0 1.5em 0;
}
.sec09 .formWrap input[type="text"],
.sec09 .formWrap input[type="email"] {
	border: none;
	width: 100%;
	background: #f0f0f0;
	border-bottom: 2px solid #333333;
	font-size: 24px;
}
.sec09 .formWrap .list {
	display: flex;
	flex-direction: column;
}
.sec09 .formWrap input[type="radio"] {
	display: none;
}
.sec09 .formWrap input + label {
	transition: background-color .2s linear;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
	margin: .75em 0;
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
}
.sec09 .formWrap input + label:hover::after {
	border-color: #333333;
}
.sec09 .formWrap [type="radio"] + label span {
	order: 2;
	font-weight: 600;
	font-size: 24px;
}
.sec09 .formWrap [type="radio"] + label::after {
	transition: border-color .2s linear;
	order: 1;
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #ddd;
	border-radius: 50%;
	margin-right: .5em;
	content: '';
}
.sec09 .formWrap [type="radio"] + label::before {
	transition: opacity .2s linear;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #333333;
	border-radius: 50%;
	content: '';
	opacity: 0;
}
.sec09 .formWrap input:checked + label::before {
	opacity: 1;
}
.sec09 .formWrap input:checked + label::after {
	border-color: #333333;
}
.error {
	color: crimson;
}
.completePost {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	padding: 0 0 13vh 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../img/パーキング株式会社LP_PC_0403-assets/bg-title_contact.svg");
	background-position: center bottom;
	background-size: 100%;
}
.completePost .close {
	cursor: pointer;
}
.completePost .closeBtn {
	position: absolute;
	right: 4vw;
	top: 4vw;
	cursor: pointer;
	font-size: 48px;
	color: #fff;
}
@media (min-width: 950px) {
	.completePost .closeBtn {
		right: 4vw;
		top: 16px;
	}
}
.completePostInner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.completePostInner .completeImg {
	width: 160px;
	aspect-ratio: 10 / 8;
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.completePostInner img {
	position: absolute;
	max-width: 200%;
	width: 200%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.completePost p {
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
	padding: .5em 4vw;
	background: rgba(255, 255, 255, .75);
}
.sec09 .formWrap .btnWrap {
	text-align: center;
}
.sec09 .formWrap .btnWrap .notes {
	color: #e74c3c;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 1em;
}
.sec09 .formWrap .btnWrap .notes2 {
	color: #333333;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 3em;
}

.btn.submit {
  opacity: 0.5; /* デフォルトの不活性状態のボタン */
  cursor: not-allowed;
  pointer-events: none; /* ボタンが無効なときにクリックできないようにする */
}

.btn.submit.active {
  opacity: 1; /* チェックされたときのアクティブ状態のボタン */
  cursor: pointer;
  pointer-events: auto; /* ボタンが有効なときにクリックできるようにする */
}

.agreement {
  margin: 0 auto 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agreement .agree-note {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.agreement .agree-note a {
  font-weight: 700;
  text-decoration: underline;
}

.agreement label {
  padding: 0.5rem 0;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


label [type="checkbox"],
label [type="radio"] {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  appearance: auto; /* 変更点: チェックボックスのデフォルトの外観を有効にする */
}

label span {
  font-size: 14px;
  font-weight: 700;
}


.sec.thanks {
  display: flex;
  flex-direction: column; /* 垂直方向に要素を配置 */
  align-items: center; /* 水平方向の中央揃え */
  text-align: center; /* テキストを中央揃え */
  padding: 100px 20px; /* 上下左右に余白を追加 */
}

.thanksImg {
  margin-bottom: 30px; /* 画像と見出しの間隔 */
  transform: rotate(-5deg); /* 画像を少し傾ける */
}

.thanksImg img {
  width: 200px; /* 画像の幅を調整 */
}

.secHead {
  font-size: 24px; /* 見出しのフォントサイズ */
  margin-bottom: 20px; /* 見出しとテキストの間隔 */
}

.backHome {
  display: inline-block; /* インライン要素をブロック要素のように扱う */
  padding: 10px 20px; /* ボタンに内側の余白を追加 */
  background-color: #f0f0f0; /* ボタンの背景色 */
  border-radius: 5px; /* ボタンの角を丸める */
  text-decoration: none; /* リンクの下線を削除 */
  color: #333; /* リンクの文字色 */
}


.wd_contact_social {
  text-align: center; /* 中の要素を中央揃えに */
  margin: 20px 0; /* 上下のボタンとの間に余白を追加 */
}

.wd_contact_social a {
  display: inline-block;
  width: 30%; /* ← ここのパーセンテージをお好みで調整してください */
  max-width: 400px; /* PCなどで画像が大きくなりすぎるのを防ぐ上限値 */
}

.wd_contact_social img {
  width: 100%; /* 画像を親要素(aタグ)の幅いっぱいに表示 */
  height: auto;
  vertical-align: middle; /* 表示のズレを防止 */
}

@media screen and (max-width: 768px) {
  .wd_contact_social a {
    width: 100%; /* スマホでは幅を100%に */
    max-width: none; /* 上限値を解除 */
  }
  .wd_contact_social img {
    width: 100%; /* 画像も幅いっぱいに表示 */
  }
  
}