body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
	font-size:24px;
	font-weight:500;
}

.forsp {
	display:none;
}
.forsp {
	display:none;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.section {
	max-width:800px;
  margin: 75px auto;
}

.center {
  text-align: center;
}

.btn {
}
.btn a {
  display: inline-block;
  padding: 12px 24px;
  background-color:#ff8400;
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 900;
	font-size:32px;
}



.voice-box {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}

.highlight {
  background: yellow;
  font-weight: bold;
}



/* ===============================
   CTAボタン
   =============================== */
.cta {
	text-align:center;
  font-weight: 700;
  margin-bottom: 120px;
	padding:0px 20px;
}
.cta a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff8400;
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 900;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: -0.05em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.cta a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
    opacity: 0;
  }
  25% {
    left: 125%;
    opacity: 1;
  }
  50% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: -75%;
    opacity: 0;
  }
}
.cta a:hover {
  background-color: #ffa733; /* より明るいオレンジに */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px); /* 少し浮かせる */
}


/* ===============================
   header
   =============================== */

header {
	height:75px;
  display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center;            /* 垂直中央揃え */
  padding: 20px;
}
header #LOGO {
	width:200px;
}



/* ===============================
   normalセクション
   =============================== */
.normal {
	text-align:center;
}
h2 {
	text-align:center;
	margin:auto;
	margin-bottom:70px;
	margin-top:120px;
  position: relative;
	font-size:50px;
	font-weight:900;
	padding:0;
	padding-bottom:35px;
  line-height: 1.3em;
}
h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 400px;              /* ← これが線の長さ（固定） */
  border-bottom: 4px solid #000; /* 線の太さと色 */
}
.normal h2 strong {
	border: 1px solid #000; /* 線の太さと色 */
  display: inline-block;
	background-color:#e4ff00;
  font-weight: 900;
  line-height: 1;
  padding: 2px 4px;
}
.normal .txt {
	text-align:left;
	margin-top:75px;
	padding:0px 20px;
}
.normal .image {
	margin:40px auto;
}

.normal p {
	margin-bottom:1.5em;
}

.normal .txt strong {
	color:#ff8400;
}
.normal img {
	width: 90%;
	max-width:400px !important;
	margin:auto;
	box-sizing: border-box;
  display: block;
}
span.underline {
  text-decoration: underline;
}


/* ===============================
   normal_voiceセクション
   =============================== */

.voice {
	margin-top:45px;
	background-color:#efefef;
	padding:25px;
	padding-right:20px;

	text-align:left;
}
.voice .photo  {
	width:250px;
	float:left;
	margin-right:15px;
}
.voice .photo img {
	width:250px;
}
.voice .num {
	font-size:36px;
	font-weight:900;
}
.voice .name {
	font-size:24px;
	font-weight:900;
	margin-bottom:30px;
	letter-spacing:-0.05em;
}
.voice .comment {
	font-size:16px;
	font-weight:500;
}
.voice_menseki {
	text-align:right;
	font-size:16px;
	margin-top:20px;
}


/* ===============================
   HENKAセクション
   =============================== */

#HENKA {
	margin-top:75px;
	padding-top:60px;
	padding-bottom:10px;
	width:100%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/bg_henka.jpg);
  background-repeat: no-repeat;
		background-size: cover;
background-position: center;
}
#HENKA h2 {
	color:#ffffff;
}
#HENKA h2::after {
  border-bottom: 4px solid #ffffff; /* 線の太さと色 */
}
#HENKA ul li {
	text-align:center;
	padding:12px 20px;
}

#HENKA ul li img {
	margin:auto;
}
#HENKA .section {
	margin:80px auto 50px;
	padding: 0px 20px;

}
#HENKA .normal {
	max-width:650px;
}
#HENKA .txt {
	color:#ffffff;
	font-weight:900;
	margin:0px auto ;
	padding-left:10px;
	padding-right:10px;
}


/* ===============================
   PROFILEセクション
   =============================== */


#PROFILE {
	max-width:650px;
	padding: 0px 20px;


}
#PROFILE .txt .image img {
	max-width:500px !important;
}
#PROFILE .txt .name {
	font-weight:900;
	font-size:30px;

}

/* ===============================
   アコーディオンCSS
   =============================== */

#FAQ {
	max-width:1080px;
	padding:0px 20px;
}
.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 30px;
}

.accordion-btn {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 36px;
  font-weight: 900;
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  transition: background-color 0.2s ease;
	color:#000;
}

.accordion-btn:hover {
  background-color: #eee;
}

.accordion-content {
  font-size: 18px;
	text-align:left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
  padding: 0 15px;
}

.accordion-content p {
  margin: 10px 0;
}


/* ===============================
   FOOTER
   =============================== */


.site-footer {
	margin-top:80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 30px 10px;
  background-color: #f8f8f8;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  text-decoration: none;
  color: #666;
}

.footer-links a:hover {
  text-decoration: underline;
}



@media (max-width: 800px) {
  .btn a {
    font-size: 24px;
		letter-spacing:-0.05em;
    padding: 15px 10px;
position:relative;
left:10px;
  }
}

@media (max-width: 640px) {
header #LOGO {
	width:120px;
}
  .btn a {
    font-size: 18px;
		letter-spacing:-0.05em;
    padding: 15px 10px;
position:relative;
left:10px;
  }
}


@media (max-width: 480px) {
.forpc {
	display:none;
}
.forsp {
	display:block;
}

body {
	font-size:16px;
}
.section {
  margin: 40px auto;
}

header {
	height:30px;
  display: block;
	text-align:center;
}
header #LOGO {
	width:100px;
	margin:auto;
}

#TOPBTN {
	width:100%;
  background-color: #ff0000;
}

/* スマホ用にオーバーライド */
  .btn {
    display: none; /* 初期は非表示 */
		background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0px); /* 余白ありで中央に */
		padding:15px 0px 10px;
  }

  .btn a {
    font-size: 20px;
    padding: 15px 10px;
    border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
left:0px;
  }



.cta {
  margin-bottom: 50px;
	padding:0px 10px;
}
.cta a {
  padding: 12px 12px;
  font-size: 20px;
}
h2 {
	text-align:center;
	margin:auto;
	margin-bottom:35px;
	margin-top:80px;
  position: relative;
	font-size:30px;
	font-weight:900;
	padding:0;
	padding-bottom:20px;
  line-height: 1.3em;
}
h2::after {
  width: 60%;              /* ← これが線の長さ（固定） */
}
.normal .txt {
	margin-top:30px;
	padding:0px 20px;
}

.voice {
	margin:auto 10px;
	margin-top:45px;
	padding:10px 20px 20px;
}
.voice .photo  {
	width:250px;
	float:none;
	margin:auto;
}
.voice .photo img {
	margin-bottom:10px;
}
.voice .num {
	text-align:center;
}
.voice .name {
	font-size:20px;
	margin-bottom:15px;
}
.voice_menseki {
	font-size:12px;
	margin-top:0px;
	padding:10px;
}

#HENKA {
	margin-top:75px;
	padding-top:0px;
	padding-bottom:10px;
	width:100%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/bg_henka.jpg);
  background-repeat: no-repeat;
		background-size: cover;
background-position: center;
}
#HENKA h2{
	padding-top:40px;
}
#HENKA .section {
	margin:40px auto 20px;
	padding: 0px 20px;

}
#PROFILE {
	max-width:650px;
	padding: 0px;


}
#PROFILE .txt .image {
	margin:10px auto;
}
#PROFILE .txt .image img {
	max-width:90% !important;
}
#PROFILE .txt .name {
	font-size:24px;
	line-height:1.2em;

}
.accordion-btn {
  font-size: 20px;
}
.accordion-content {
  font-size: 14px;
}

}

}