*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;

}
html{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body{font-family: 'Century Gothic', 'Futura', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	font-size: 2rem;
	font-weight: 500;
	font-style: normal;
	line-height: 2;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
body::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(./images/bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.shadow{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	width: 100%;
	max-width: 900px;
	margin: auto;
	background: #fff;
}
amp-img,img{display:block;width:100%;height:auto;}
a{text-decoration:none;}
strong{background:linear-gradient(transparent 40%, #ffff66 0%);}
em{color:#ff6013;font-style:normal;font-weight:700;}
.mkr {
    background: linear-gradient(transparent 50%, #fff293 50%);
    font-weight: bold;
}
.yellow{ color:#fffc04;}
.or{color: #e49505}
.blue{color: #0a70ce;}
.under{text-decoration: underline;}
.small{font-size: 1.6rem;}
.big{font-size: 3rem;}
/*form*/
.form p{text-align: center;
    line-height: 1.5;
    margin-top: 3%;color:#fff;}
	.btn{
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.btn:hover{
		cursor: pointer;
		opacity: 0.8;
	}


/**koe**/
.note {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2em;
    line-height: 2em;
    padding-bottom: 1px;
}
.note > * {
    line-height: 1;
}
.recomwaku {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
		background: linear-gradient(90deg, #feb92f 0%, #ff9924 100%);
}
.recomwaku .content {box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    background: #fff;
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2px;
}
.recomtxt{padding: 1em 2em 2em;}
.recomwaku .recomtxt p {
    font-size: 24px;
}
.recomwaku .movie {
    width: 90%;
    padding-bottom: 56.25%;
    height: 0px;
    margin: 0px auto;
    position: relative;
}
.recomwaku .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** **/
.no{background: url(../images/bg23550082.jpg);background-repeat: repeat-y;background-size: 100%;padding: 0 0 3%;}
.no div{padding: 3% 5% 3%;}
/* 卡片樣式 */
.koe{padding: 0 0px 5%;background-color: #f2eeeb;}
.koe h2{
    font-size: 3rem;
    margin: 3% auto 0;
    line-height: 1.7;
	text-align: center;
}
.slider-track {
	display: flex !important;
	flex-wrap: nowrap !important;
  }
.slide-card {
	background: #fff;
	height: 380px !important;
	border-radius: 0;
	padding: 0 0 15px;
	box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
	text-align: center;
	margin: 10px;
  }
  .slide-card img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
  }
  .slide-card h4 {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
  }
  /*.slide-card p {
	margin: 6% 0 0;
  }*/
  .slide-card  h5{    border-radius: 20px;font-size:1.6rem;text-align: left;padding: 0 15px;background: linear-gradient(90deg, #ff6013 0%, #ffa500 100%);color: #fff;margin: 0 5%;}
  .card-highlight {
	border-left: 4px solid orange;
	padding-left: 8px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;    line-height: 1.5;
    text-align: left;    font-size: 1.9rem;
  }
  /* 圓形箭頭按鈕 */
  .slick-prev,
  .slick-next {
	  position: absolute;
	  top: 42%;
	  width: 30px;
	  height: 30px;
	  border: 2px solid #666;
	  border-radius: 50%;
	  background-color: #000;
	  cursor: pointer;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 2;
  }
  .slick-next {
	  right: 23px;
  }
  .slick-prev {
	  left: 29px;
  }
  .slick-prev::before,
  .slick-next::before {
	  content: '';
	  display: block;
	  width: 8px;
	  height: 8px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  margin: auto;
  }
  .slick-prev:hover,
  .slick-next:hover {
	  background-color: #666;
	  border-color: #333;
	  transition: all 0.3s ease;
	  transform: scale(1.1);
  }
  .slick-prev:hover::before,
  .slick-next:hover::before {
	  border-color: white;
	  transition: border-color 0.3s ease;
  }
  .slick-prev::before {
	  transform: rotate(-135deg);
  }
  .slick-next::before {
	  transform: rotate(45deg);
  }
  
  /* 點點導航 */
  .slick-dots {
	  text-align: center;
	  bottom: -40px;
  }
  .slick-dots li {
	  display: inline-block;
	  margin: 0 5px;
  }
  .slick-dots button {
	  color: transparent;
	  outline: none;
	  width: 8px;
	  height: 8px;
	  display: block;
	  border-radius: 50%;
	  background: #ccc;
  }
  .slick-dots .slick-active button {
	  background: #333;
  }
  /*voice*/
  .card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr); /* SP: 2列 */
	align-items: stretch; /* 確保同一列的卡片高度一致 */
	padding: 8% 1% 5%;
  }
  .card-grid  .card-highlight {
	font-size: clamp(18px,3vw,24px);
}
  /* PC: 768px 以上切換為 4列 */
  @media screen and (min-width: 768px) {
	.card-grid  .card-highlight {
		font-size: 2rem;
	}
	.card-grid {padding: 6% 2% 3%;
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  /* 單張卡片 */
  .grid-card {
	display: flex; /* 使用 flex 垂直排版 */
	flex-direction: column;
	height: 100%; /* 撐滿網格的高度 */
	background: #f9f9f9;
	border-radius: 0;
	padding: 0 0 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .grid-card h5 { text-align: left;font-size: 1.6rem;padding: 0 16px;color: #e49505;line-height: normal;}
  .grid-card h4{text-align: left;margin-top: 10px;padding: 0 16px;}
  /* 重點文字樣式（如你的 p.card-highlight）*/
  .card-highlight {
	font-weight: bold;
	color: #333;
	margin-top: 12px;
	margin-left: 10px;
	padding: 0 10px 0 10px;
  }
  
.plan{ padding-bottom: 3%;
	background: url(./images/plan.jpg);
	background-attachment: fixed;
    background-size: cover;
}
.plan p {    margin: 0 5% 1%;
    font-size: 2.4rem;}
.plan input{
	display: none;
}

.btn{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;

}
.btn::after{
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;

}
.btn:hover{
	cursor: pointer;
	opacity: 0.8;
}

 /*qa*/
/*---------------------
* FAQリスト
---------------------*/
.qa{padding: 5% 0 ;}
.qa-6 {
    max-width: 95%; margin: 0 auto;
    margin-bottom: 5px;
}

.qa-6 summary {    font-size: 1.9rem;
    display: flex;line-height: 1.5;margin: 1% 0;
    justify-content: space-between;
    align-items: center;background: #ededed;
    border-radius: 10px;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #ff6016;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #307bc1;
    line-height: 1.2;
    content: "A";
}

.formbox {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.formbox p {margin: 0; padding: 0;}
.formbox .headbtn{
  position: absolute;
  width: 96%;
  top: 74.5%;
  left: 2%;
  -ms-transform: translate(-0%,-0%);
  -webkit-transform: translate(-0%,-0%);
  transform: translate(-0%,-0%);
  margin: 0;
  padding: 0
}
.formbox .headbtn2 {
    position: absolute;
    width: 96%;
    top: 67%;
    left: 2%;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    margin: 0;
    padding: 0;
}
.hdrA h3{width:80%; margin: 0 auto;}
.hdrA {
    max-width: 100%;
    padding: 5% 0;
    margin-bottom: 0;
    background: #1a1b1c;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    margin-top: auto;
}
.hdrA::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 40px transparent;
    border-top: solid 30px #1a1b1c;
    position: absolute;
    bottom: -69px;
    left: 50%;
    transform: translate(-50%, 0);
}
.hdrB {
    max-width: 100%;
    padding: 5% 0;
    margin-bottom: 0;
    background: #941418;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    margin-top: auto;
}
.hdrB::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 40px transparent;
    border-top: solid 30px #941418;
    position: absolute;
    bottom: -69px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tw1  div {    font-size: 2.2rem;
    width: 100%;
    max-width: calc(800px + 8%);
    margin: auto;
    padding: 50px 4% 40px;
}

.block01 {
    background: linear-gradient(90deg, #ffccb9 0%, #fcf0b9 100%); padding:0 0 9%;}

.bg_f {background: url(../images/bg_square.png) repeat 0 0;padding: 2% 3% 4%;    text-align: center;font-weight: 800;    font-size: 2.5rem;}	
.bg_f h2{width: 90%; margin: 5% auto;}
.mkr {
    background: linear-gradient(transparent 50%, #fff293 50%);
    font-weight: bold;
}

input{
	display: none;
}
label{
	display: block;
	position: relative;
	height: 8em;
	overflow: hidden;
	margin-top: -1em;
	transition: 0.2s;
}
input:checked + label{
	height: auto;
	margin-top: 0;
}
label::before{
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
}
label::after{
	content: "続きを読む";
	display: block;
	width: 7em;
	padding: 1em;
	color: #fff;
	background: #4ca6c9;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
input:checked + label::before{
	display: none;
}
input:checked + label::after{
	position: static;
	content: "閉じる";
	transform: translate(0, 0);
	margin: 1em auto 0;
	background: #666;
}
label:hover{
	cursor: pointer;
}

/* 下排跑馬燈 */
.secbg_y{ background: #ff9b48;}
.carousel2 { overflow: hidden; width: 100%;  padding-bottom: 30px; }
.carousel-marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .carousel-marquee p {
	display: inline-block;
    font-weight: 600;
	white-space: nowrap;
	/**animation: marquee 25s linear infinite;**/
  }
  
  @keyframes marquee {
	from {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(-100%);
	}
  }
.carousel-track {
  display: flex;
  animation: scroll 40s linear infinite;
  width: max-content;
}
.carousel2 p {    border-radius: 20px;
    display: block;
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
	margin: 0 5%;
    background: #fff;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.image-wrapper {
    width: 180px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}
.thumbnail-wrapper {
  width: 280px;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


footer{
	padding: 30px 5%;    text-align: center;
	justify-content: center;
	flex-wrap: wrap;color: #fff;
	font-size: 75%;background: #000;
}
footer a{
	color: #ddd;
	transition: 0.2s;
}
footer a::after{
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
footer a:last-of-type::after{
	display: none;
}
footer a:hover{
	opacity: 0.5;
}
small{
	display: block;
	width: 100%;
	text-align: center;
}



.forpc { display: block; margin: 0 auto;}
.forsp { display: none; }
@media screen and (max-width: 640px) {  
  .forpc { display: none !important;}
  .forsp { display: block;margin: 0 auto;}
  }


@media only screen and (max-width: 767px){
	.carousel2 {padding-bottom: 10px;}
	.card-grid {gap: 7px;padding: 8% 0% 5%;}
	.card-grid .card-highlight {padding: 0 5px 0 10px;}
	.grid-card h5{letter-spacing: -1px;}
	.carousel2 p {font-size: 16px;}
	.carousel-marquee p {font-size: 1.4rem !important;margin: 0 2%;}
	.bg_f{font-size: 2rem;padding: 3% 0;}
	.recomtxt {padding: 1em 1em 2em;}
	.recomwaku .recomtxt p {font-size: 1.8rem;}
	.big {font-size: 2.5rem;}
	.bg_f h2 {width: 90%;}
	.slick-dots {bottom: -30px;}
	.card-highlight {font-size: 2.2rem;}
	.slide-card p {margin: 1% 15px 0;}
	.slide-card h5 {font-size: 1.8rem;}
	.slide-card {height: 430px !important;}
	.pointbox{width: 95%;margin: 20px 0 10px;}
	.pointbox .txt_column {height: 160px;}
	.slick-dots .slick-active button {background: none;}
	.pinbox {margin: 0.1rem;padding: 1em;}
	.point {top: 12rem;}
	.titlecenter{margin: 0 auto;padding: 10px 0 10px;}
.form p {font-size: 1.2rem;}	
.form h2 {padding: 0 0% 3%;}
.form{background-position: initial;}
.hdrA::after {bottom: -57px;}
.hdrB::after {bottom: -57px;}
.block02 h2 {width: 95%;}
.sm {font-size: 2rem;}
.tw1 h1 {font-size: 2.5rem;margin: 0 0 3%;}
.tw1 div {line-height: 1.6;font-size: 1.9rem;padding: 30px 4% 20px;}
strong{background:linear-gradient(transparent 50%, #ffff66 0%);}
.hdrA { padding: 4% 0 5%;  font-size: 2.4rem;}
.hdrB {font-size: 2.4rem;}
.shadow{
	overflow: hidden;
}

.koe{
	padding: 0px 0 03%;
}
.koe h2{
font-size: 2.2rem;
margin: 1% auto 3%;
}
.img-letter{
	width: 120px;
	margin: 0 auto 30px;
}
.koe section{
	margin-bottom: 1px;
}
.koe section:last-of-type{
	margin-bottom: 30px;
}
.koe section div{
	padding: 10px;
}
.koe section div::after{
	width: 120px;
	height: 29px;
	top: 20px;
	right: -25px;
}
.koe .notice{
	padding: 20px;
	margin-top: 30px;
}



label::after{
	padding: 0.8em;
}


footer{
	padding: 10px 5%;
	font-size: 64%;
}
footer a:nth-child(2)::after,
footer a:last-of-type::after{
	display: none;
}


}