@charset "utf-8";
html{
	overflow-x: hidden;
}
html, body {
  margin: 0;
  padding: 0;
}


body {
  background: #fcfcfc;
  text-align: center;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

strong {
  color: #4b602e;
  font-weight: bold; 
}

.large-text {
  font-size: 1.25em;   
  font-weight: bold;
}

.sp-br {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  margin: 0 auto;     /* ← 中央寄せ */
}

.centering{
	display: flex;
}

.centering_100{
	display: block;
	padding-left: 20%;
    margin: 0 auto;
}


.centering_ad{
	 left: -260px !important; /* 左に60px動かす */
}

.comflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.comflex_nowrap{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	
}

.comflexleft{
	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.comflexleft_change{
	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.comflexleft_change p{
	text-align: left;
	
}

.orange-box {
  background-color: orange;
  margin-top: -23px;
  width: 100vw;       /* ← ビューポート幅いっぱいにする */
  padding: 5px 5px;
  margin-bottom: 10px;
}

#mt{
	margin-top: 12px;
}

.titlepart {
  width: 100%;
  max-width: 1000px; /* 必要に応じて最大幅を調整 */
  height: auto;
  margin: 0 auto;
  background-image: url("../img/bamboo_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 5 / 1; /* 例：画像の縦横比に合わせて */
}

.white-box img{
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}


.double-outline {
  position: relative;
  color: #222; /* 中央の文字色 */
  font-size: 3.8vw;
  font-weight: bold;
  z-index: 1;
 /* -webkit-text-stroke: 2px #fff; /* 内側の線 */
  padding-bottom: 10px;
}

/*.double-outline::before {
  content: attr(data-text);
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  color: transparent;
  -webkit-text-stroke: 4px #000; 
  z-index: -1;
  font-size: 4vw;
  font-weight: bold;
  pointer-events: none;
}*/

.catch-speech-wrapper {
  background-color: #eceec9;
  padding: 10px 5px;
}

.catchcopy-image {
  width: 95vw;
  margin: 20px 0;
　display: flex;
  flex-direction: row;
  font-family: m-plus-rounded-2p, sans-serif;
  font-weight: 800;
  font-style: normal;  
}

.catchcopy-image img {
  max-width: 90%;
  height: auto;
}

.muryoudekantan{
	font-weight: 900;
	font-size: 34px;
}


.speech-center {
  display: flex;
  justify-content: center;
  margin: 70px 0 100px 0;
}

.fukidashi-only {
  width: 93%;
  max-width: 952px;
  aspect-ratio: 952/604;    /* 最新の画像サイズに合わせて */
  background: url("../img/fukidasi_c.png") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 270px 200px 50px; /* 上 右 下 左 */
}


.character {
  width: 300px;           /* サイズ調整はお好みで */
  position: absolute;
  left: 600px;       /* 横位置、調整可 */
  bottom: -110px;     /* 下位置、調整可 */
  height: auto;
  z-index: 2;
}

.fukidashi-inner {
  width: 100%;
  text-align: center;
}

.fukidashi-inner p {
  font-size: 36px;  /* em, px, rem どれでもOK */
  color: #222;       /* 色も指定できる */
  margin: 0.2em 0;
}

.tilt-text {
  display: inline-block;
  text-align: left;
  transform: rotate(-4deg);  /* 角度はお好みで */
  margin: 0.2em 0;
}

.fukidashi-only h1 {
  font-size: 36px;      /* お好みで */
  font-weight: bold;
  margin: 0.2em 0;
  color: #222;
}

.muryoude_l {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 4px;
  background-image: linear-gradient(to bottom, transparent 60%, #72bc4c 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #333;
}
.arrow_box {
  flex: 1 1 0%;
  width: 100%;
  max-width: 90vw;
  position: relative;
  background: #fafafa;
  border: 4px solid #141719;
  border-radius: 0px;
  line-height: 1.6;
  color: #141719;
  text-align: left;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 32px;
  padding: 40px 30px 40px 30px;
  font-weight: bold;
}

.arrow_box_set{
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-left: 2vw;
}

.arrow_box p,
.arrow_box h1 {
  margin-top: 0em;
  margin-bottom: 0em;
}
	.arrow_box h1{
		font-size: 32px;
	}


.arrow_box::before,
.arrow_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-95%);
  border: solid transparent;
  pointer-events: none;
}

.arrow_box::before {
  border-width: 16px 0 21px 16px;
  border-left-color: #141719;
}

.arrow_box::after {
  border-width: 15px 0 20px 15px;
  border-left-color: #fafafa;
  margin-left: -4px;
}
.speech-container {
  display: flex;
  width: 92%;
  max-width: 920px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0 auto;
  margin-top: 30px;
}

.speech-container img {
  width: 35%;
  max-width: 270px;
  height: auto;
}


.highlight-line_t {
  display: inline-block;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 0.3;
  padding: 0 4px;
  background-image: linear-gradient(to bottom, transparent 80%, #72bc4c 80%);
  background-size: 100% 80%;
  background-repeat: no-repeat;
  color: #333;
}


.mitumuryo-block {
  display: inline-flex;
  align-items: center;      /* ← 縦方向センタリング！ */
  justify-content:flex-start;  /* 横方向中央寄せ */
  gap: 12px;
  width: fit-content;
  height: 80px; /* ← 例。高さを決めたい場合は指定（お好みで） */
  font-size:33px;
  font-weight: bold;
  margin-top:4px;
  margin-bottom: 5px;
}

.mitumuryo-icon {
  width: 80px;    /* ← 小さくしたい場合。値は自由に調整OK */
  height: auto;   /* 縦横比を自動で維持 */
  display: block;
}

.mitumuryo-textmini{
	font-size: 0.6em;
	padding-bottom: 5px;
	
}

.left_cent{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 60%;
	height: 200px;
	margin: 0 auto;
}

.under{
	height: 55px;
	display: flex;
	align-items: flex-end;
}



 .catchcopy {
    display: block;
	position: absolute;
    text-align: center;
	top:400px;
  }

  .catchcopy img {
    width: 80%;
	max-width: 980px;
	margin: 0 auto;
	margin-left: 10vw;
    height: auto;
  }

.top_container{
	width: auto;
	border-radius: 20px;
}






/* 選ばれる理由セクション */
.reasons {
  margin-top: 60px;
  padding: 0 20px 60px;
}

.reasons-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  text-align: left;
}

.reasons-header img {
  width: 300px;
  height: auto;
}

.reasons-header p {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.reasons-header .highlight {
  color: red;
  font-weight: bold;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.reason-box {
  border: 2px solid black;
  border-radius: 30px 0 30px 0;
  padding: 20px;
  background: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
}

.box-title {
   display: block; /* ← ブロック要素にすることで幅100%有効 */
  width: 100%;
  background: #f8cc00;
  font-weight: bold;
  font-size: 22px;
  padding: 12px;
  border-radius: 20px 0 0 0;
  margin-bottom: 10px;
  text-align: center;
  border: none;
  transition: all 0.3s ease;    /* ← ホバーアニメーション用 */
  cursor: pointer;
}
.box-title:hover {
  background: #ffb347;              /* ← ホバー時の色（少し明るく） */
  transform: scale(1.03);           /* ← 少し拡大 */
}
.reason-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.reason-image img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
}

/* お客様の声セクション */
.voice-section {
  background: #eceec9;
  padding: 30px 20px;
  text-align: center;
}

.voice-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 25px 45px;
  border: 6px solid #333;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
}


#fudousan01,
#fudousan02,
#fudousan03
{
  background-color: #ddf5c5; /*midori */
}


#goirai01,
#goirai02 {
  background-color: #f5c5d6; /* pink */
}


.badge-area {
  margin: 30px auto;
}

.badge-area img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 40px auto 0;
}

.voice-item {
  width: 100%;
  max-width: 300px;
  max-height: 500px; /* ← 460px固定を解除、多少余裕を持たせる */
  height: auto !important;;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
}

.voice-item img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}


.spbold{
	width: auto;
	height: auto;
	padding: 3px;
	font-weight: bold;
	border: 2px solid black; 
	border-radius: 5px;
}

.speech-bubble {
	font-size: 14px !important; /* ← ← ← 強制適用させる！ */
  padding: 16px;
  white-space: normal;
  word-break: break-word;
  height: auto;
  box-sizing: border-box;
}

.speech-bubble::before,
.speech-bubble::after {
  display: none !important;
}

.voice-profile {
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-top: 5px;
}

/* 施工実績セクション */
.works-section {
  background: #f4f4d0;
  padding: 30px 20px;
  text-align: center;
}

.works-heading {
  font-size: 32px;
  font-weight: bold;
  border: 4px solid #333;
  display:inline-block;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.works-heading2 {
  font-size: 32px;
  font-weight: bold;
  border: 4px solid #333;
  display:inline-block;
  background: #fff;
  padding: 10px 21px;
  border-radius: 10px;
  margin-bottom: 15px;
}


.gokuyo-section .works-heading {
  /* 必要なスタイルを明示的に再指定 */
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  font-family: "m-plus-rounded-1c", sans-serif;

  /* 競合スタイルをリセット */
  margin: 0 auto;
  padding: 15px 15px;
}



.works-subheading {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 20px 0;
}


.makimono {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}

.scroll-wrapper {
  display: flex;
  align-items: stretch;
}

.scroll-left,
.scroll-right {
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.scroll-left {
  background-image: url("../img/scroll-left.png");
}

.scroll-right {
  background-image: url("../img/scroll-right.png");
}

.scroll-content {
  background: #fff;
  border: 4px solid #2a1c0f;
  padding: 30px;
  width: 80%;
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  min-height: 280px;
}

.scroll-character {
  position: absolute;
  top: -58px;
  right: 35px;
  width: 100px;
}

.works-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.works-images {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 280px;
  justify-content: center;
}

.works-images img {
  width: 45%;
  max-width: 200px;
  height: auto;
  border: 2px solid #ccc;
}

.arrow {
  font-size: 30px;
  color: #d66;
}

.works-info {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.works-info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.works-info th {
  text-align: left;
  background: #eee;
  padding: 6px 8px;
  font-weight: bold;
  width: 40%;
}

.works-info td {
  padding: 6px 8px;
  background: #f9f9f9;
}

.works-info p {
  font-size: 14px;
  line-height: 1.7;
}


/* 巻物画像の表示位置と高さを最終調整 */
.scroll-left,
.scroll-right {
  width: 40px;
  height: 120%; /* 最終高さ調整 */
  background-repeat: no-repeat;
  background-position: center top; /* 上に固定 */
  background-size: 100% 100%;
  margin-top: -42px; /* 上に押し上げる */
}

.scroll-left {
  background-image: url("../img/scroll-left.png");

}

.scroll-right {
  background-image: url("../img/scroll-right.png");
}

/* CTAボタンセクション維持 */
.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
  gap: 20px;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-button {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cta-button .icon {
  font-size: 24px;
  margin-right: 10px;
}

.cta-button.orange {
  background-color: #ff9900;
}

.cta-button.orange:hover {
  background-color: #e68a00;
  transform: scale(1.05);
}

.cta-button.red {
  background-color: #e60033;
}

.cta-button.red:hover {
  background-color: #cc0029;
  transform: scale(1.05);
}

.cta-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: transform 0.2s;
}

.cta-link .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9cc68d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.cta-link:hover {
  transform: scale(1.05);
}

.case-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  margin-bottom: 12px;
}

.case-images img {
  width: 48%;
  aspect-ratio: 4 / 3;     /* 縦横比を統一 */
  object-fit: cover;       /* トリミングして揃える */
  border-radius: 6px;
  display: inline-block;
}


/* 左寄せ＋フォントサイズUP用 */
.voice-lead{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 0px auto;
  transform: translateX(-20px);
}

.left-align{
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	margin-left: 50px;
}

.left-align_bottom{
	display: flex;
	align-items: flex-start;
	align-content: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: 50px;
}

.cent-align{
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	margin-left: 50px;
}



/*統一下線フォント */
.highlight-line {
  display: inline-block;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 4px;
  background-image: linear-gradient(to bottom, transparent 60%, #72bc4c 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #333;
}


.highlight-linesm {
 font-size: 28px !important;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 4px;
 margin-bottom: 30px;
  text-align: left;
}


.highlight{
	font-size: 1.5em;
}



.jokin-title-inner .highlight-line {
  font-size: 26px !important;
}

.shortmg{
	margin-left: 50px;
}

.voice-toggle-wrapper span,
.faq-toggle-wrapper span {
  font-weight: bold;
  color: #61b197;
}

.parcentage{
	min-width: 280px;
	min-height: 160px;
	background-image: url("../img/badgemedal.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-5px); 
	
}


/*ボトムセクション */

.centering_c{
	display: flex;
	justify-content: center;
}
.centering_left{
	display: flex;
	padding: 12px;
	font-size: 16px;
}

.btcontainar{display: flex;
             flex-direction: column;
             justify-content: center;}
.bttex{display: flex;
       flex-wrap: nowrap}
.bttexleft{
	       display: flex;
	       width: 120px;
	       height: 24px;
           text-align: right;
	       font-size: 13px;
	       flex-direction: column;
	       justify-content: flex-end;
	       
           }
.bttexright{
	        text-align: left;
	        font-size: 15px;
            }
.bttexright_mini{
	        text-align: left;
	        font-size: 12px;
            }
.bttexrighton{
	flex-direction: column;
}
.bottom-section {
  background-color: #f7931e;
  padding: 10px 0px;
  color: #fff;
  font-family: "mplus-rounded-1c", sans-serif;
  text-align: center;
}

.bottom-container {
  max-width: 900px;
  margin: 0 auto;
}

.bottom-title .bottom-logo-img {
  max-width: 100%;
  height: auto;
}

.bottom-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.bottom-panda {
  width: 20vw;
  max-width: 240px;
  min-width: 140px;
  height: auto;
  margin: 10px;
}

.bottom-buttons_c{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px;
  height: 100px;
  margin-top:40px; 
}

.bottom-btn {
  background-color: #333;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

.bottom-btn:hover {
  background-color: #555;
}

.bottom-info {
  text-align: left;
  font-size: 18px;
  padding: 20px;
  font-family: "m-plus-rounded-1c", sans-serif;
}
.bottommini{
	font-size: 15px;
}

.bottom-syou-logo {
  width: 160px;
  margin-bottom: 8px;
}

.bottom-note {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  line-height: 1.6;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: -10px;
}

.noteinner{
	width: 90%;
}

.bottom-tel{
	margin: 0 auto;
	font-size: 35px;
	font-weight: bold;
}
.font_ct_lg{
	font-size: 26px;
	font-weight: bold;
}

.floating-tel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  background: #25a54a;      /* 緑系：お好みで変更OK */
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 2em;        /* 丸み調整 */
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: background 0.2s;
}
.floating-tel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;      /* 縦並び */
  align-items: center;         /* 中央寄せ */
  padding: 18px 28px 18px 28px;/* 上下を少し大きく */
  background: #25a54a;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 2em;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: background 0.2s;
  min-width: 200px;            /* ボタンの最小幅（必要に応じて調整） */
}
.floating-tel:hover {
  background: #198034;
}
.tel-label {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 7px;
  opacity: 0.85;
  letter-spacing: 0.04em;
}
.tel-main {
  display: flex;
  align-items: center;
}
.tel-img {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.6em;
  vertical-align: middle;
  display: inline-block;
}

.contact_two_bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px;
	gap:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* デフォルト：モバイル画像は非表示 */
.mobile-catchcopy {
  display: none;
}



