:root {
	--frame: #e3e3e3;
	--pad: 24px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}
.section {
	max-width: 1080px;
	margin: 28px auto;
	padding: var(--pad);
}

.frame {
	padding: 20px;
	text-align: center;
}

.title-box {
	position: relative;
	padding: 13px 40px 5px 40px;
	border: 2px solid #61a6f5;
	background: #fff;
	display: block;
	margin: 0 auto 20px auto;
}

.title-box::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	right: -8px;
	bottom: -8px;
	border: 2px solid #61a6f5;
	/* 螟門�縺ｮ譫� */
	pointer-events: none;
}

.title-box h2 {
	margin: 0;
	color: #61a6f5;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}


/* 繝偵�繝ｭ繝ｼ繝舌リ繝ｼ */
.hero {
	position: relative;
}

.hero-inner {
	position: relative;
}

.hero img {
	width: 100%;
	display: block;
}

/* 繝懊ち繝ｳ繧ｨ繝ｪ繧｢ */
.hero-buttons {
	position: absolute;
	top: 33vw;
	left: 33vw;
	display: flex;
	gap: 15px;
}

/* 繝懊ち繝ｳ蜈ｱ騾� */
.hero-buttons .btnTop {
	display: inline-block;
	padding: 10px 70px 10px 84px;
	border-radius: 35px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #111111;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

/* 蛟句挨繧ｫ繝ｩ繝ｼ */
.hero-buttons .contact-btnTop {
	background: #ffffff;
	background-image: url(img/mail.svg);
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: 15px 15px;
}

.hero-buttons .tel-btn {
	background: #ffffff;
	background-image: url(img/tel.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 22px 12px;
}

/* --- 繧ｹ繝槭�譎� --- */
@media(max-width:768px) {

	.hero-buttons {
		position: static;
		/* 驥阪�繧九�隗｣髯､ */
		margin-top: 15px;
		/* 逕ｻ蜒上→縺ｮ菴咏區 */
		width: 100%;
		display: flex;
		/* 讓ｪ荳ｦ縺ｳ */
		gap: 12px;
		justify-content: space-between;
		width: 90%;
		margin: 15px auto 0 auto;
	}

	.hero {
		text-align: center;
	}

	.hero-buttons .btnTop {
		padding: 12px 24px;
		font-size: 18px;
		display: block;
		width: 100%;
		background-color: #2d9cfa;
		color: #fff;
	}

	/* 蛟句挨繧ｫ繝ｩ繝ｼ */
	.hero-buttons .contact-btnTop {
		background-image: url(img/mail_w.svg);
        background-size: 1.7em;
        background-position: 10% center;
        font-size: 1.1em;
        line-height: 1.8em;
	}

	.hero-buttons .tel-btn {
		background-image: url(img/tel_w.svg);
		background-size: 1.3em;
        background-position: 10% center;
        font-size: 1.1em;
        line-height: 1.8em;
	}
}

.banner-large {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}

.banner-large img {
	width: 100%;
	height: auto;
	display: block;
}

/* ------------------------ */
/* 蜈ｱ騾� */
/* ------------------------ */
.promo-banner {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}

.promo-img picture,
.promo-img img {
	width: 100%;
	height: auto;
	display: block;
}

.promo-buttons {
	display: flex;
	gap: 16px;
}

.promo-btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 20px;
	background: #fff;
	border-radius: 8px;
	font-weight: bold;
}

/* 繧｢繧､繧ｳ繝ｳ */
.promo-btn.contact {
	background-image: url(img/mail_w.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 30px center;
	padding-left: 48px;
	background-color: #1ba2fc;
	color: #fff;
	text-decoration: none;
	border-radius: 35px;
	text-align: center;
	width: 50%;
}

.promo-btn.tel {
	background-image: url(img/tel_w.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 30px center;
	padding-left: 48px;
	background-color: #1ba2fc;
	color: #fff;
	text-decoration: none;
	border-radius: 35px;
	text-align: center;
	width: 50%;
}

/* ------------------------ */
/* PC�夂判蜒丞ｷｦ荳九↓驥阪�繧� */
/* ------------------------ */
@media (min-width: 769px) {
	.promo-buttons {
		position: absolute;
		bottom: 12px;
        left: 21%;
        width: 560px;
	}
}

/* ------------------------ */
/* 繧ｹ繝槭��夂判蜒上�荳九↓陦ｨ遉ｺ */
/* ------------------------ */
@media (max-width: 768px) {
	.promo-buttons {
		position: static;
		margin-top: 12px;
		justify-content: center;
		width: 90%;
		margin: 11px auto 0 auto;
	}

	.promo-btn {
		padding: 8px 55px;
		font-size: 1.1em;
	}

	.promo-btn.contact {
		background-image: url(img/mail_w.svg);
        background-repeat: no-repeat;
        background-size: 27px;
        background-position: 17px center;
        line-height: 1.8em;
        padding-left: 48px;
        background-color: #1ba2fc;
        color: #fff;
        text-decoration: none;
        border-radius: 35px;
        text-align: center;
        width: 100%;
	}

	.promo-btn.tel {
		background-image: url(img/tel_w.svg);
		background-repeat: no-repeat;
		background-size: 1.3em;
        background-position: 10% center;
        line-height: 1.8em;
		background-color: #1ba2fc;
		color: #fff;
		text-decoration: none;
		border-radius: 35px;
		text-align: center;
		width: 50%;
	}
}


/* 繧ｰ繝ｩ繝暮Κ蛻� */
.energy-48 {
	padding: 25px 82px;
	background: #f4f4f4;
}

/* PC譎ゅ�蟾ｦ蜿ｳ荳ｦ縺ｳ */
.energy-flex {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

/* --- 蟾ｦ繝�く繧ｹ繝� --- */
.energy-box {
	background: #c8efff;
	padding: 30px 40px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}

.energy-box .pink {
	color: #ff2c8a;
	font-size: 46px;
}

.energy-desc {
	margin-top: 25px;
	font-size: 27px;
	line-height: 1.6;
	text-align: center;
}

.energy-desc .note {
	font-size: 14px;
	margin-top: 5px;
	opacity: 0.7;
}

/* --- 蜿ｳ繧ｰ繝ｩ繝慕判蜒� --- */
.energy-chart {
	text-align: center;
}

.energy-chart img {
	width: 366px;
	max-width: 100%;
}

.chart-caption {
	margin-top: 10px;
	font-size: 14px;
}

/* --- 繧ｹ繝槭� --- */
@media(max-width:768px) {
	.energy-flex {
		flex-direction: column;
		text-align: center;
	}

	.energy-box {
		font-size: 22px;
		padding: 20px;
	}

	.energy-box .pink {
		font-size: 28px;
	}
	/* 繧ｰ繝ｩ繝暮Κ蛻� */
	.energy-48 {
		padding: 25px 43px;
		background: #f4f4f4;
	}
	.energy-desc {
		font-size: 20px;
		font-weight: bold;
	}

	.energy-chart {
		margin-top: 20px;
	}
}


/* 縺薙ｓ縺ｪ譎ゅ↓縺翫☆縺吶ａ */
.bg_gray {
	background-color: #f2f2f2;
}

.recommend-wrap {
	display: flex;
	gap: 20px;
	margin: 30px 0 0 0;
}

.recommend-item p {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.recommend-item {
	flex: 1;
}

.recommend-item img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
	margin: 0 auto 10px auto;
	display: block;
}

@media(max-width:768px) {
	.recommend-wrap {
		flex-direction: column;
	}
}

/* 蟆主�莠倶ｾ� */
/* reset-ish */
.cases-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	color: #111;
}
.subText1{
	text-align: center;
    margin: 40px 0;
}
.cases-item {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 64px;
}

.cases-img {
	flex: 1;
	min-width: 40%;
}

.cases-img img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
	object-fit: cover;
}

/* content */
.cases-content {
	flex: 1;
	min-width: 40%;
}

.cases-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 18px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.cases-title .bar {
	display: inline-block;
	width: 4px;
	height: 26px;
	background: #4a9fe6;
	border-radius: 2px;
	margin-right: 8px;
}

/* stat rows */
.cases-stats {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}

.stat-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
	border-radius: 4px;
}

.stat-icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
}

.stat-label {
	color: #666;
	font-size: 15px;
	flex: 1;
}

.stat-value {
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap;
}

.stat-value .yaku {
	font-size: 13px;
	font-weight: 400;
	margin-left: 6px;
	color: #4b9fe6;
}

.stat-value .yen {
	font-size: 13px;
	font-weight: 400;
	margin-left: 6px;
	color: #333;
}

.stat-value.large {
	font-size: 40px;
}

.stat-value.blue {
	color: #4a9fe6;
	font-size: 26px;
	font-weight: 700;
}

/* CTA */
.cases-cta {
	display: inline-block;
	padding: 14px 30px;
	border: 2px solid #4a9fe6;
	color: #4a9fe6;
	text-decoration: none;
	font-weight: 700;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
}

/* reverse for PC only */
.cases-item.cases-reverse {
	flex-direction: row-reverse;
}

/* responsive: mobile */
@media (max-width:768px) {

	.cases-item {
		flex-direction: column !important;
		/* 竊千ｸｦ荳ｦ縺ｳ縺ｫ蠑ｷ蛻ｶ */
		align-items: flex-start;
	}

	/* 2蛟狗岼縺ｮ reverse 繧偵せ繝槭�縺ｧ縺ｯ辟｡蜉ｹ縺ｫ縺吶ｋ */
	.cases-item.cases-reverse {
		flex-direction: column !important;
		/* 竊舌％縺薙′驥崎ｦ� */
	}

	.cases-img {
		order: 0;
		width: 100%;
		min-width: 100%;
	}

	.cases-content {
		order: 1;
		width: 100%;
		min-width: 100%;
	}

	.cases-title {
		font-size: 18px;
	}

	.stat-value.large {
		font-size: 28px;
	}

	.stat-value {
		font-size: 18px;
	}

	.cases-cta {
		width: 100%;
		text-align: center;
		padding: 12px 0;
	}
}

/* 縺薙％縺後☆縺斐＞ */
.subText{
	text-align: center;
    margin: 40px 0;
}
.mechanism {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.point {
  color: #3fa9f5;
  font-size: 1.3em;
/*  display: inline-flex;*/
  align-items: center;
  gap: 0.2em;
}

.slash {
  width: 0.5em;
  height: 1em;
  flex-shrink: 0;
  transform: translateY(0.15em);
}

.label {
  line-height: 1;
}


.mecha-block {
	margin-bottom: 70px;
}

.mecha-title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.mecha-title .bar {
	display: inline-block;
	width: 4px;
	height: 24px;
	background: #4a9fe6;
	border-radius: 2px;
	margin-right: 10px;
}

.mecha-lead {
	margin-bottom: 25px;
	color: #444;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
}

.mecha-img img {
	width: 100%;
	display: block;
	border-radius: 10px;
	background: #fff;
}

/* ---- 邂｡逅�判髱｢��1蛻� ---- */
.monitor-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 10px;
	text-align: center;
}

.monitor-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
	margin-top: 40px;
}

.monitor-item img {
	width: 100%;
	height: auto;
	display: block;
}

.cap {
	margin-top: 10px;
	font-size: 15px;
	color: #333;
}

/* ---- 繧ｹ繝槭���1蛻� ---- */
@media (max-width: 768px) {
	.monitor-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.cap {
		font-size: 14px;
	}
}

/* responsive */
@media (max-width:768px) {
	.mecha-title {
		font-size: 20px;
	}

	.mecha-lead {
		font-size: 14px;
	}

	.mecha-block {
		margin-bottom: 50px;
	}

}

/* FAQ */
.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
}

.faq-q {
	width: 100%;
	background: none;
	border: none;
	padding: 8px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
}

.faq-q .icon {
	font-size: 22px;
	font-weight: 700;
	width: 24px;
	text-align: center;
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.faq-a.open {
	max-height: 500px;
	margin-top: 6px;
}

/* 縺雁撫蜷医○繝輔か繝ｼ繝�蜈ｨ菴� */
.form-title {
	border-left: 5px solid #4b9fe6;
    padding: 0 0 0 8px;
    height: 27px;
    margin: 30px 0 9px 0;
}
#contactForm {
	max-width: 1070px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* 繝ｩ繝吶Ν */
#contactForm label {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
  color: #222;
}

/* 繝�く繧ｹ繝育ｳｻ縺ｮ蝓ｺ譛ｬ */
#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}

/* 繝輔か繝ｼ繧ｫ繧ｹ譎� */
#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #4a9fe6;
  box-shadow: 0 0 0 3px rgba(74,159,230,0.2);
}

/* 繝�く繧ｹ繝医お繝ｪ繧｢ */
#contactForm textarea {
  min-height: 150px;
  resize: vertical;
}

/* 繧ｰ繝ｫ繝ｼ繝鈴俣縺ｮ菴咏區 */
#contactForm div {
  margin-bottom: 22px;
}

/* 騾∽ｿ｡繝懊ち繝ｳ */
#contactForm button {
  width: 100%;
  padding: 16px 0;
  background: #4a9fe6;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s, transform 0.1s;
}

#contactForm button:hover {
  background: #358cd1;
}

#contactForm button:active {
  transform: scale(0.98);
}

/* 繧ｹ繝槭�譛驕ｩ蛹� */
@media(max-width: 480px) {
  #contactForm {
    padding: 20px 16px;
  }

  #contactForm label {
    font-size: 15px;
  }

  #contactForm input,
  #contactForm textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  #contactForm button {
    font-size: 16px;
    padding: 14px 0;
  }
}
form select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-size: 18px;
  transition: border-color 0.2s ease;
}

form select:focus {
  border-color: #4a9fe6;
  outline: none;
}

/* 繝輔ャ繧ｿ繝ｼ */
.site-footer {
  background: #f5f5f5;
  padding: 40px 20px;
  margin-top: 60px;
  font-size: 14px;
  color: #333;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-info {
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-copy {
  margin-top: 20px;
  font-size: 13px;
  color: #777;
}
/* ===== Modal ===== */
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1000;
      animation: fadeIn 0.3s;
    }

    .modal.show {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background: white;
      padding: 40px;
      border-radius: 8px;
      text-align: center;
      max-width: 400px;
      width: 90%;
      animation: slideIn 0.3s;
    }

    .modal-content h3 {
      color: #56b5e3;
      margin-bottom: 15px;
      font-size: 22px;
    }

    .modal-content p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .modal-close {
      background: #56b5e3;
      color: white;
      border: none;
      padding: 12px 30px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      transition: background 0.3s;
    }

    .modal-close:hover {
      background: #45a049;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes slideIn {
      from {
        transform: translateY(-50px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .error-message {
      color: #f44336;
      font-size: 14px;
      margin-top: 20px;
      padding: 10px;
      background: #ffebee;
      border-radius: 4px;
      display: none;
    }