/*
Theme Name: テレコム
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	background: #fff;
	color: #111;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

.top-br--pc {
	display: inline;
}

.top-br--sp {
	display: none;
}

@media (max-width: 768px) {
	.top-br--pc {
		display: none;
	}

	.top-br--sp {
		display: inline;
	}
}

/* header */

.header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.header-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 20px;
}

.header-logo img {
	height: 40px;
}

/* スマホ（768px以下）のスタイル */
@media (max-width: 400px) {
  .header-logo img {
    width: 100%;
    height: auto;
		width: 100px; /* スマホ時のロゴサイズ（必要に応じて調整） */
    margin: 0 auto; /* 中央寄せ（任意） */
  }
}
@media (max-width: 950px) {
  .header-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto; /* 中央寄せ（任意） */
  }
}
@media (max-width: 450px) {
  .header-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto; /* 中央寄せ（任意） */
  }
}
@media (max-width: 350px) {
  .header-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto; /* 中央寄せ（任意） */
  }
}
/* .header-nav {
	margin-left: auto;
	display: flex;
	gap: 20px;
	margin-right: 40px;
	border-radius: 20px;      /* 角を丸くする。20pxなので pill型ボタンっぽい形 */
/* border: 1px solid #000;   /* 黒の実線ボーダーを付ける */


.header-nav {
	margin: 0 auto;
	/* 左右の余白を自動にして中央寄せ */
	display: flex;
	justify-content: center;
	/* フレックス内の要素を中央に配置 */
	align-items: center;
	/* 縦方向も中央に揃える */
	gap: 100px;
	/* 要素同士の間隔を広げる（20px→40px） */
	padding: 15px ;
	/* 内側余白を増やして円を大きくする */
	border-radius: 50px;
	/* 角をもっと丸くして円形っぽく */
	border: 2px solid #389a6e;
	/* 線を緑色＆少し太め */
	background-color: #fffcf1;
	/* 円形の中をベージュ色に */
	padding-left: 100px;
	padding-right: 100px;
	  margin: 3px auto;    /* 外側の上下余白 */

}
@media (max-width: 1360px) {
  .header-nav {
   gap: 50px;
	padding-left: 10px;
	padding-right: 10px;
	  margin: 3px auto;    /* 外側の上下余白 */
  }
	
}
.header-nav a {
	display: flex;
	flex-direction: column;
	/* 縦方向に並べる */
	align-items: center;
	/* 中央揃え */
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.header-nav .en {
	font-size: 14px;
	/* 英語を小さめに */
	color: #666;
	/* 少し薄い色に */
	margin-bottom: 4px;
	/* 日本語との間隔 */
}

.header-nav .jp {
	font-size: 16px;
	/* 日本語をやや大きく */
}


.header-nav a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.header-contact {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Jost', sans-serif;
}

.header-contact img {
	width: 50%;

}
@media (max-width: 1360px) {
    .header-contact {
        display: flex;
padding-left: 50px;       
 align-items: center;       /* 縦方向も中央に揃える（必要なら） */
    }
    .header-contact img {
        width: 50%;
        height: auto; /* 画像比率を保持 */
				/* padding-left: 50px; */
    }
}
@media (max-width: 1310px) {
    .header-contact {
        display: flex;
/* padding-left: 50px;        */
 align-items: center;       /* 縦方向も中央に揃える（必要なら） */
    }
    .header-contact img {
        width: 50%;
        height: auto; /* 画像比率を保持 */
				padding-left: 50px;
    }
}
@media (max-width: 1100px) {
    .header-contact {
        display: flex;
padding-left: 40px;     
padding-right: 30px;  
 align-items: center;       /* 縦方向も中央に揃える（必要なら） */
        width: 50%;              /* 右寄せのために幅を確保 */
    }
    .header-contact img {
        width: 40%;
        height: auto; /* 画像比率を保持 */
    }
}
@media (max-width: 850px) {
    .header-contact {
        display: flex;
padding-left: 40px;     
padding-right: 30px;  
 align-items: center;       /* 縦方向も中央に揃える（必要なら） */
        width: 50%;   
								padding-left: 100px;
           /* 右寄せのために幅を確保 */
    }
    .header-contact img {
        width: 50%;
        height: auto; /* 画像比率を保持 */
				padding-left: 80px;
    }
}
@media (max-width: 550px) {
        .header-contact img {
        width: 100%;
        height: auto; /* 画像比率を保持 */
		padding-left: 0 !important;
    }
}
@media (max-width: 450px) {
        .header-contact img {
        width: 100%;
        height: 50px; /* 画像比率を保持 */
				padding-left: 80px;
    }
}
@media (max-width: 400px) {
        .header-contact img {
        width: 100%;
        height: auto; /* 画像比率を保持 */
				padding-left: 80px;
    }
}
.header-contact-btn {
	background: #002f87;
	/* 右側の青色 */
	color: #fff;
	padding: 12px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-contact-btn span {
	font-size: 14px;
}

.header-contact-btn img {
	width: 24px;
	height: auto;
	margin-top: 4px;
}

/* footer.css */



.footer-wrapper {
	background: #fffcf1;
	color: #0d0d0d;
}

.footer-inner {
	display: flex;

	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 32px;
	/* display: grid; */
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}
@media (max-width: 1155px) {
        .footer-inner {
                flex-direction: column; /* 縦並びにする */

    }
	.footer-left {
		width: 100%;
	}
}

/* 左カラム */
.footer-brand {
	margin-bottom: 20px;
}

.footer-logo {
	height: 48px;
	display: block;
}

.footer-company {
	margin: 8px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.footer-address {
	margin-top: 20px;
	font-style: normal;
	font-weight: 500;
}

.footer-address p {
	margin: 8px 0;
	letter-spacing: .04em;
}

/* SNS（画像版） */
.footer-social {
	display: flex;
	gap: 18px;
	margin-top: 26px;
}

.footer-sns {
	width: 40px;
	height: 40px;
	display: inline-grid;
	/* 中央寄せが楽 */
	place-items: center;
	overflow: hidden;
	/* はみ出し防止 */
}

.footer-sns img {
	display: block;
	width: 32px !important;
	/* 他のCSS/inline属性に勝つ */
	height: 32px !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	/* 縦横比維持 */
	aspect-ratio: 1/1;
}

/* 右カラム */
.footer-right {
	width: 40%;
}

.footer-right-img {
	width: 70%;
}
@media screen and (max-width: 1155px) {
  .footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-nav-left,
  .footer-nav-right {
    align-items: center;
  }

  .footer-right img {
    width: 70%;
    max-width: 200px;
    margin-top: 20px;
  }
}
.footer-nav {
	display: flex;
	/* justify-content: center; /* 左右を中央寄せ */
	gap: 50px;
	/* 左右の間隔 */
	max-width: 1500px;
	margin: auto;
	padding: 10px 10px 30px 10px;
}

.footer-nav-left,
.footer-nav-right {
	display: flex;
	flex-direction: column;
	/* 縦に並べる */
	gap: 8px;
	/* 上下の間隔 */
}

.footer-nav a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	/* 太字にする */

}

.footer-nav img {
	width: 60%;
}



.footer-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #111;
	border: 2px solid #111;
	border-radius: 999px;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: 700;
}

.footer-cta-icon svg {
	width: 22px;
	height: 22px;
	fill: #111;
}

.footer-cta-label {
	font-size: 14px;
}

.footer-map {
	margin-top: 15px;
	width: 100%;
	/* padding-left: 10%; */
}

.footer-map iframe {
	width: 100%;
	max-width: 560px;
	height: 300px;
	display: block;
	border-radius: 4px;
}
/* 1155px以下は横いっぱいに表示 */
@media only screen and (max-width: 1155px) {
    .footer-map iframe {
        max-width: 100%; /* 制限を解除して横幅いっぱいに */
        width: 100%;
        height: 350px; /* 少し高さを増やしても見やすい */
    }
}
/* コピーライト */
.footer-bottom {
	text-align: center;
}

.footer-copy {
	font-weight: 700;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
	.footer-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-right {
		justify-items: stretch;
	}

	.footer-map iframe {
		max-width: 100%;
	}
}

/* TOP */

.top-mainvisual img {
	width: 100%;
	display: block;
}

/* ===== 新着情報 ===== */
.top-news {
	padding: 32px 0 40px;
}

.top-news__container {
	width: min(1100px, 92vw);
	margin: 0 auto;
	/* display: grid; */
	grid-template-columns: 210px 1fr;
	align-items: start;
	gap: 28px;
}
@media  (max-width: 900px) {
	.top-news__container img {
width: 20%;
	}
}
	@media  (max-width: 550px) {
	.top-news__container img {
width: 30%;
	}
}
.telecom-news__container {
	width: min(1100px, 92vw);
	margin: 0 auto;
	/* display: grid; */
	grid-template-columns: 210px 1fr;
	align-items: start;
	gap: 28px;
}
.careerattelecom__container {
	width: min(1100px, 92vw);
	margin: 0 auto;
	/* display: grid; */
	grid-template-columns: 210px 1fr;
	align-items: start;
	gap: 28px;
}
/* ラベル（左のピル） */
.top-news__label {
	margin: 0;
	display: inline-block;
	padding: 10px 26px;
	border-radius: 999px;
	background: #6f7f3f;
	/* くすみグリーン */
	color: #fff;
	font-weight: 800;
	letter-spacing: .2em;
	text-align: center;
	white-space: nowrap;
	font-size: 28px;
	font-weight: 600;
}

/* リスト */
.top-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-news__item {
	display: grid;
	grid-template-columns: 1fr auto;
	/* 本文 / ボタン */
	align-items: center;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 2px solid #c7d0ad;
	/* 薄いグリーンの下線 */
}

.top-news__item:first-child {
	border-top: 2px solid #c7d0ad;
}

/* 本文リンク（日時＋タイトル） */
.top-news__link {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 18px;
	text-decoration: none;
	color: #222;
}

.top-news__date {
	font-feature-settings: "palt";
	white-space: nowrap;
	font-weight: 600;
}

.top-news__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

/* ボタン */
.top-news__btn {
	display: inline-block;
	padding: 10px 18px;
	background: #6f7f3f;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #6f7f3f;
	transition: .25s ease;
}

.top-news__btn:hover {
	background: #fff;
	color: #6f7f3f;
}

/* 空状態 */
.top-news__item--empty {
	grid-template-columns: 1fr;
	border-top: 2px solid #c7d0ad;
}

.top-news__empty {
	color: #666;
}

/* ===== レスポンシブ ===== */
@media (max-width: 880px) {
	.top-news__container {
		grid-template-columns: 1fr;
	}

	.top-news__label {
		justify-self: start;
	}

	.top-news__item {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.top-news__link {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.top-news__date {
		opacity: .9;
	}

	.top-news__btn {
		justify-self: end;
	}
}

/* styles.css（bodyの一部用） */
.top-section {
	background-color: #fffcf1;
	padding: 40px 0;
	text-align: center;
}

.top-container {
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}

.top-container img {
	/* max-width: 300px;  画像の最大幅を小さめに設定 */
	/* レスポンシブ対応：親要素幅の80% */
	height: auto;
	/* 縦横比を保持 */
}

.top-text {
	font-size: 30px;
}

.ceo-top-text {
	font-size: 19px;

}

.ceo-name-text {
	
	font-size: 20px;

	font-weight: bold;
	/* 太字にする */
	text-align: right;
	/* 右寄せ */


}

.ceo-name-text2 {
	display: block;
  width: 100%;
  text-align: right;
}

.company-text {
	width: 50%;
}
/* 950px以下で縦並び＆順番を統一 */
@media only screen and (max-width: 950px) {
    .top-card {
        flex-direction: column; /* 縦並びにする */
        align-items: center;    /* 中央寄せ */
        gap: 20px;
    }

    .company-pic {
        order: 1; /* 画像を先に */
    }
    .company-text {
        order: 2; /* テキストを後に */
        width: 100%;
        text-align: center; /* 左寄せなら left */
    }
}
@media only screen and (max-width: 550px) {
    
    .top-heading {
      
        width: 20%;
       
    }
}
/* 950px以下で縦並び＋間隔を狭める */

.ceo-company-text {
	width: 35%;
}

@media only screen and (max-width: 1200px) {
    .ceo-company-text {	
width: 80%;
    }
}
.ceo-company-text {
	text-align: left;
	/* 左揃えにする */
}
@media only screen and (max-width: 1200px) {
    .ceo-company-text {	
	text-align: center;

    }
}
@media only screen and (max-width: 540px) {
    .ceo-company-text h2 {
font-size: 30px;    }
}
@media only screen and (max-width: 415px) {
    .ceo-company-text h2 {
font-size: 25px;    }
}
@media only screen and (max-width: 353px) {
    .ceo-company-text h2 {
font-size: 20px;    }
}
.top-card {
	display: flex;
	justify-content: center;
	/* 中央揃え */
	align-items: center;
	/* 上下も中央に */
	gap: 5px;
	                  /* 画像とテキストの間隔 */
	max-width: 1200px;
	/* コンテンツ幅を制限 */
	margin: 0 auto;
	/* ページ中央に配置 */
	padding: 40px 20px;
	/* 上下左右に余白 */
}
/* 1025px以下のときに間隔を狭くする */
@media only screen and (max-width: 1025px) {
    .top-card {
        gap: 20px;   /* 画像とテキストの間を狭く */
        padding: 30px 15px; /* 全体余白も少し調整するなら */
    }
}
.ceo-top-card {
	display: flex;
	justify-content: center;
	/* 中央揃え */
	align-items: center;
	/* 上下も中央に */
	gap: 0.5px;
	/* 画像とテキストの間隔  */
	max-width: 1200px;
	/* コンテンツ幅を制限 */
	margin: 0 auto;
	/* ページ中央に配置 */
	padding: 40px 20px;
	/* 上下左右に余白 */
}
@media only screen and (max-width: 1200px) {
    .ceo-top-card {
		flex-direction: column; /* 縦並びに変更 */
    }
}
.company-pic img {
	/* max-width: 400px;           画像の最大幅 */
	width: 65%;
	/* レスポンシブ対応 */
	height: auto;
}
@media only screen and (max-width: 950px) {
    .company-pic img {
        width: 100%;
    }
}
/* 600px以下で大きめに表示 */

@media only screen and (max-width: 850px) {
    .top-card {
        flex-direction: column;   /* 横並び→縦並び */
        align-items: center;      /* 子要素を中央揃え */
        text-align: center;       /* テキスト中央揃え */
    }

    .company-pic img {
        width: 50vw;      /* 画面幅の50% */
        max-width: none;  /* 制限を解除 */
        display: block;   /* 画像をブロック化 */
        margin: 0 auto;   /* 画像を中央寄せ */
    }

    .company-text {
        width: 100%;
        text-align: center; /* テキスト中央揃え */
    }
}
@media only screen and (max-width: 550px) {
    

    .company-pic img {
        width: 70vw;      /* 画面幅の50% */
        max-width: none;  /* 制限を解除 */
        display: block;   /* 画像をブロック化 */
        margin: 0 auto;   /* 画像を中央寄せ */
    }

    
}
@media only screen and (max-width: 550px) {
    

    .company-pic {
        width: 70vw;      /* 画面幅の50% */
        max-width: none;  /* 制限を解除 */
        display: block;   /* 画像をブロック化 */
        margin: 0 auto;   /* 画像を中央寄せ */
    }

    
}
.ceo-company-pic {
	/* width: 50%; */
	/* padding-right: 5%; */
}

.ceo-company-pic img {
	width: 70%;
}

/* .company-text {
  max-width: 500px;           /* テキストの横幅を制限 */
/* } */

.top-heading {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	writing-mode: horizontal-tb;
	text-orientation: mixed;
	padding-top: 10%;
}
@media only screen and (max-width: 1200px) {
    .top-heading {
	padding-top: 0%;
    }
}
.top-heading .highlight {
	color: #389a6e;
	/* 緑色に強調 */
}

.top-heading .line2 {
	display: inline-block;
	margin-left: 3em;
	/* ← ここで「2文字分」右にずらす */
	/* 『未』を『と』の下に寄せる */
}

.top-heading .line3 {
	display: inline-block;
	padding-left: 300px;
	/* ← ここで「2文字分」右にずらす */
	/* 『未』を『と』の下に寄せる */
}


.top-img {
	width: 100%;
	display: block;
}

.top-heading {
	font-size: 40px;
	/* 全体の文字サイズ */
	font-weight: bold;
	line-height: 1.4;
	/* 行間 */
	writing-mode: horizontal-tb;
	/* 横書きに強制 */
	text-orientation: mixed;
	display: inline-block;
	position: relative;
}
@media only screen and (max-width: 550px) {
  .top-heading {
    font-size: 35px;           /* スマホで少し小さく */
    line-height: 1.3;
    white-space: normal;       /* 折り返しを許可 */
    text-align: center;        /* 中央寄せ */
    word-break: keep-all;      /* 途中で単語が切れないようにする */
    width: 100%;               /* はみ出し防止 */
    box-sizing: border-box;
  }

  .top-heading .line1,
  .top-heading .line2,
  .top-heading .line3 {
  }
.top-heading .line3 {
	padding-left: 0;
	padding-top: 0%;
  }
	.top-heading .line2 {
	padding-left: 0;
  }
  .highlight {
    display: inline-block;
    padding: 0 0.2em;          /* 両側に少し余白をつけて見やすく */
  }
}
@media only screen and (max-width: 350px) {
  
.top-heading  {
	padding-right: 50px;
	 font-size: 30px;   
  }
	
}
@media only screen and (max-width: 350px) {
  
.top-heading .line2  {
	padding-right: 50px;
  }
	
}
@media only screen and (max-width: 1000px) {
  
.top-heading .line3 {
	padding-left: 0;
  }
	
}

@media only screen and (max-width: 1200px) {
    .ceo-company-text h2 {	
text-align: center;
    }
}
.top-heading .highlight {
	color: #389a6e;
	/* 「信頼と挑戦」を緑色に */
}

.top-heading .line1 {
	display: inline-block;
}


.top-btn {
	display: inline-block;
	margin: 16px 0;
	padding: 8px 20px;
	border-radius: 20px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border: 1px solid #000;
	background-color: transparent;
	transition: all 0.3s ease;
}

.top-btn:hover {
	background-color: #000;
	color: #fff;
}


@media (max-width: 880px) {
	.top-text {
		text-align: left;
	}
}

/* 可児追加分 */

/*  *  */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* contract */

.title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.en-title {
	text-align: center;
	width: fit-content;
	padding: 5px 25px;
	margin: 5px auto;
	background-color: #778A4A;
	font-family: 'futura-pt', sans-serif;
	color: white;
	font-weight: bold;
	border-radius: 40px;
}

.subtitle {
	color: #86916E;
	font-family: 'futura-pt', sans-serif;
	font-weight: bold;
}

.p-30 {
	padding: 30px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.font30 {
	font-size: 30px;
}

.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.font14 {
	font-size: 14px;
}

.w-90 {
	width: 90%;
	margin: 0 auto;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.w-48 {
	width: 48%;
}

.b-e1 {
	border-bottom: 2px solid #E1E9D3;
}

.w-80 {
	width: 80%;
	margin: 0 auto;
}

/* .table-row {
	
  text-decoration: underline;
  
} */

/* .b-top th {
  
}

.b-top th {
  position: relative;
  /* display: inline-block; テキスト幅に合わせる */


.b-top th,
.b-top td {
	position: relative;
	padding-bottom: 4px;
}

/* th の下線 */
.b-top th::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	/* セル幅いっぱいに揃える */
	height: 1px;
	background-color: #8fc31f;
}

/* td の下線 */
.b-top td::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	/* セル幅いっぱいに揃える */
	height: 1px;
	background-color: #cccccc;
}
 @media (max-width: 768px) {
  .b-top td {
    position: relative;      /* 擬似要素に対応 */
    padding-bottom: 2px;     /* 下線と文字の間隔 */
    border-bottom: 1px solid #cccccc; /* 下線を文字幅に合わせる */
  }
@media (max-width: 350px) {
  .nonline .role,
  .nonline .name {
    display: block;  /* それぞれをブロックにして縦並び */
    text-align: center; /* 中央寄せにする場合 */
  }

  .nonline {
    text-align: center; /* td全体も中央寄せ */
  }
}

  /* 擬似要素は不要になるので非表示 */
  .b-top td::after {
    content: none;
  }
}
.b-top2 th,
.b-top2 td {
	position: relative;
	padding-bottom: 4px;
}
@media only screen and (max-width: 560px) {
  .b-top2.sp-column.gap0 {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center;    /* 中央寄せ */
    width: 90%;
    margin: auto;
  }

  .b-top2.sp-column.gap0 th,
  .b-top2.sp-column.gap0 td {
    width: 100%;
    text-align: center;
    display: block; /* thとtdを縦に積む */
  }
}
@media (max-width: 768px) {
  .b-top2 td {
    position: relative;      /* 擬似要素に対応 */
    padding-bottom: 2px;     /* 下線と文字の間隔 */
    border-bottom: 1px solid #cccccc; /* 下線を文字幅に合わせる */
  }
	}
/* th の下線 */
.b-top2 th::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	/* セル幅いっぱいに揃える */
	height: 1px;
	background-color: #8fc31f;
}

/* td の下線 */
.b-top2 td::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	/* セル幅いっぱいに揃える */
	height: 1px;
	background-color: #cccccc;
}

/* .b-right {
	border-right: 1px solid #BEB1AA;
} */

.b-bottom {
	border-bottom: 1px solid #BEB1AA;
}

.w-100 {
	width: 100%;
	font-size: 20px;
	padding-left: 5%;
}

.w-18 {
	width: 18%;
}


th {
	text-align: left;


}

.nonline th {
	text-align: left;
	width: 20%;
}

.left {
	text-align: left;
}

/* factory */

.w-70 {
	width: 70%;
	margin: auto;
}

.p-15 {
	padding: 15px;
}

/* company */

.w-20 {
	width: 20%;
}

/* business */

.table-pad-mini {
	padding: 5px 10px;
}

.b-box {
	border-top: 1px solid #BEB1AA;
	border-right: 1px solid #BEB1AA;
	border-left: 1px solid #BEB1AA;
}

.bg-ash {
	background-color: #F1F0EB;
}

.other-fam {
	font-family: 'futura-pt', sans-serif;
	font-weight: bold;
}

.w-30 {
	width: 30%;
}

.table-pad-extra {
	padding: 5px 30px;
}

.bg-green {
	background-color: #F0F4E9;
}

.item-center {
	align-items: center;
}

.black {
	color: #000;
}

.title-effect {
	color: #86916E;
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.title-effect::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 40px;
	background-color: #86916E;
}

.bg-ee {
	background-color: #EEEFEA;
}

.font-green {
	color: #7CC346;
}

.green-num {
	background-color: #7CC346;
	color: #fff;
	padding: 2px 13px;
}

.black-en {
	background-color: #000;
	color: #fff;
	padding: 2px 5px;
}

.p-5 {
	padding: 5px;
}

.w-45 {
	width: 45%;
}

.w-52 {
	width: 52%;
}

.red {
	color: red;
}

.bg-cream {
	background-color: #FEFEF2;
}

/* contact */

.scrollable {
	overflow-y: scroll;
	height: 240px;
	background-color: rgba(252, 252, 252, 0.3);
	border: 2px solid #8fc31f;
}

.required-srt {
	color: #FF0000;
	border-radius: 5px;
	white-space: nowrap;
	margin-right: 10px;
	padding: 0 2px;
}

.vertical-top {
	vertical-align: top;
}

.wpcf7-form {
	width: 100%;
	margin: auto;
}

.cform {
	width: 80%;
	margin: auto;
}

.cform input {
	width: 60%;
	border: none;
	background-color: #fff;
	box-sizing: inherit;
	padding: 8px 2px;
}

.cform textarea {
	width: 100%;
	border: none;
	background-color: #Fff;
	padding: 0 2px 30px;
}

.cform th,
.cform td {
	padding: 1% 2%;
}

.cform th {
	text-align: left;
}

.sending_button {
	text-align: center;
	margin-top: 3%;
}

.btn-flat-border {
	background-color: #389a6e;
	color: white;
	border: none !important;
	border-radius: 10px;
	padding: 10px 30px;
}

.wpcf7-spinner {
	display: none;
}

/* news */

.radius-30 {
	border-radius: 30px;
}

#nav-links {
	display: flex;
	list-style: none;
	gap: 30px;
	justify-content: center;
	margin-top: 5%;
	font-size: 24px;
	font-weight: bold;
}

.current {
	border-bottom: 2px solid #389a6e;
}

.next,
.prev {
	color: #389a6e;
}

.page-numbers {
	padding: 0 5px;
}

.news-content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-direction: column;
}

.news-item {
	padding: 20px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap {
	flex-wrap: wrap;
}

.bg-00 {
	background-color: #6f7f3f;
}

.gap20 {
	gap: 40px;
}

.b-g {
	border: 1px solid #c7d0ad;
	border-radius: 24px;
	padding: 3% 5%;
}

.m0 p {
	margin-bottom: 0 !important;
}

.font30 {
	font-size: 30px;
}

.sp {
	display: none;
}

.w-85 {
	width: 85%;
	margin: auto;
}

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

.news-page {
	background-color: #8fc31f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
}

.font-green-77 {
	color: #8fc31f;
}

.circle {
	padding: 5px 10px;
	border-radius: 50%;
}

.de-none {
	text-decoration: none;
}

.white {
	color: #fff;
}

/* hamburger */

.header-hamburger-menu {
	display: flex;
	align-items: center;
	width: 13vw;
	text-align: right;
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 50;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.header-hamburger-menu.visible {
	opacity: 1;
}

#header-hamburger {
	margin-right: 10px;
	background: #6f7f3f;
	cursor: pointer;
	width: 66px;
	aspect-ratio: 1/1;
	margin-left: auto;
	position: relative;
	z-index: 20;
	border-radius: 2px
}

#header-hamburger span {
	display: inline-block;
	background: #fff;
	width: 50%;
	height: 2px;
	transition: all .4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#header-hamburger span:nth-of-type(1) {
	top: 30%
}

#header-hamburger span:nth-of-type(2) {
	top: 50%
}

#header-hamburger span:nth-of-type(3) {
	top: 70%
}

#header-hamburger.active span:nth-of-type(1) {
	top: 50%;
	left: 25%;
	transform: rotate(-45deg);
	width: 50%
}

#header-hamburger.active span:nth-of-type(2) {
	opacity: 0
}

#header-hamburger.active span:nth-of-type(3) {
	top: 50%;
	left: 25%;
	transform: rotate(45deg);
	width: 50%
}

#hamburger-window {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100vh - 50px);
	overflow-y: scroll;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
	transform: translateY(-100%);
	z-index: 450;
	margin-top: 25vh;
}

#hamburger-window::-webkit-scrollbar {
	display: none
}

#hamburger-window.open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}

#hamburger-window:not(.open) {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-25vh);
	transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out
}

#hamburger-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 40;
	pointer-events: none;
}

#hamburger-background.open {
	pointer-events: auto;
	opacity: 1
}

.hamburger-window__link {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.hamburger-window__link:hover {
	opacity: .5
}

.hamburger-window__link a:hover {
	color: #FFF
}

.acordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px 0;
	color: #fff;
	font-size: 18px;
	text-decoration: none
}

.hamburger-window__title {
	color: #333
}

li ::marker {
	display: none !important;
}

@media only screen and (max-width: 1210px) {
	.header-nav {
		display: none;
	}

	.header {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 400px) {
	.header-nav {width: 100%;
}}
@media only screen and (min-width: 851px) {
	.header-hamburger-menu {
		display: none;
	}
}

/* respo */
@media only screen and (max-width: 768px) {
	/* .sp-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	} */

	.reverse {
		flex-direction: column-reverse !important;
	}

	.w-35 img,
	.w-28 img,
	.img-w {
		width: 60%;
	}

	.b-r-ash {
		border-bottom: 3px solid #808080;
		border-right: none;
	}

	/* .w-20,
	.table-pad {
		width: 100%;
	} */

	.sp-center {
		text-align: center;
	}

	.nonline {
		text-align: center;
	}
	.sp-none {
		display: none;
	}

	.sp {
		display: block;
	}

	.sp-b-b-ash {
		border-bottom: 1px solid #808080;
	}

	.cform tr {
		display: flex;
		flex-direction: column;
	}

	.cform input {
		width: 100%;
	}

	.content-start {
		align-content: flex-start !important;
	}

	.sp-b-bottom {
		border-bottom: 1px solid #666;
		border-right: none;
		padding: 15px 0 !important;
	}

@media only screen and (max-width: 560px) {
  .b-top.sp-column.gap0 {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center;    /* 中央寄せ */
    width: 90%;
    margin: auto;
  }

  .b-top.sp-column.gap0 th,
  .b-top.sp-column.gap0 td {
    width: 100%;
    text-align: center;
    display: block; /* thとtdを縦に積む */
  }
}
@media only screen and (max-width: 560px) {
  .nonline {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center;    /* 中央寄せ */
    width: 90%;
    margin: auto;
  }

  .nonline th,
  .nonline td {
    width: 100%;
    text-align: center;
    display: block; /* thとtdを縦に積む */
  }
}

	
	/* .gap0 {
		gap: 0;
	} */

	.footer-nav {
		justify-content: center;
	}

	.footer-cta {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.font24 {
		font-size: 20px;
	}

	.font20 {
		font-size: 18px;
	}

	.title,
	.title-white {
		font-size: 24px;
	}

	.w-48,
	.w-30,
	.w-35,
	.w-62,
	.w-70,
	.w-28,
	.w-45,
	.w-52,
	.w-18 {
		width: 80%;
		margin: auto;
	}

	.cform,
	.w-70 {
		width: 90%;
		margin: auto;
	}

	.font30 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 560px) {
	.font24 {
		font-size: 18px;
	}

	.sm-none {
		display: none;
	}

	.font20 {
		font-size: 16px;
	}

	.title,
	.title-white {
		font-size: 20px;
	}

	.w-48,
	.w-30,
	.w-35,
	.w-62,
	.w-70,
	.w-28,
	.w-45,
	.w-52,
	.w-18 {
		width: 90%;
		margin: auto;
	}

	.sm-border {
		border-bottom: 1px solid #e6e6e6;
		padding: 5%;
	}

	.cfrom th,
	.cform td {
		width: 100%;
	}

	.cform,
	.w-70 {
		width: 95%;
		margin: auto;
	}

	.btn-flat-border {
		width: 150px;
	}

	.sm-w-100 {
		width: 100%;
	}

	.font30 {
		font-size: 24px;
	}

	.header-hamburger-menu {
		width: 15% !important
	}

	#header-hamburger {
		border-radius: 2.6vw !important
	}

	.sm-column {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		display: flex;
	}
}

/* ここから小川 */
.news-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	/* 横中央 */

}
@media only screen and (max-width: 750px) {
.news-wrap {
	flex-direction: column; /* 縦並びに変更 */
	padding: 20px;
	gap: 40px; 
	}	
}

.news-wrapper {
	display: flex;
	padding: 20px;
	gap: 40px;
	/* 画像とテキストの間隔 */

}
@media only screen and (max-width: 500px) {
.news-wrapper {
	flex-direction: column; /* 縦並びに変更 */
	padding: 20px;
	gap: 40px; 
	}	
}
.news-container {
	align-items: center;
	justify-content: center;
	/* 横中央 */

}

.center {
	margin-top: 50px;
	/* 上に40pxの余白 */
	margin-bottom: 50px;
	/* 下に40pxの余白 */
}
@media only screen and (max-width: 750px) {
.center img {
width: 30%;	
	}	
}
@media only screen and (max-width: 600px) {
.center img {
width: 40%;	
	}	
}
.news-container {
	align-items: center;
	justify-content: center;
	/* 横中央 */
	width: min(1100px, 92vw);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
	align-items: center;
}
.news-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 20px;
}
.reqruit {
	display: flex;
	padding-top: 3%;
	padding-bottom: 3%;
}

.reqruit-left {
	width: 100%;
}

.reqruit-left img {
	border-radius: 0 40% 40% 0;
	/* 左は直線、右端だけ半円 */
	display: block;
}

.reqruit-text {
	font-size: 20px;
	padding-left: 5%;
	font-weight: bold;
	/* 太字にする */
	padding-top: 5%;
	padding-bottom: 5%;

}
.greeting {
    padding-top: 32px;
    background-color: #fffcf1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reqruit-right {
	width: 80%;
	padding-left: 10%;
}

.reqruit-more {
	width: 300px;
	/* 画像を小さく */
	display: block;
	/* ブロック化して */
	/* margin-left: 80px; */
	/* 右寄せ */
	margin-top: 10px;
	/* 上に余白 */
	padding-top: 3%;
}

.reqruit-right img:first-of-type {
	display: block;
	margin-bottom: -15px;
	/* アイコン下の余白を狭くする */
}

.reqruit-right p:first-of-type {
	margin-top: 0;
	/* 上の余白をなくす */
	font-size: 13px;

}

@media only screen and (max-width: 560px) {
	.reqruit {flex-direction: column;}
	.top-text {font-size: 20px;}
}

.top-news-text {
	margin-top: 0;
	/* 上の余白をなくす */
	font-size: 16px;

}
.car {
    display: flex;
    justify-content: center;
    padding-right: 700px;
    color: #389a6e;
    font-size: 25px;
    font-weight: bold;
}
.car-access {
    justify-content: center;
    padding-left: 500px;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 1050px) {
  .car-access {
       padding-left: 0;
            justify-content: center;

  }
	 }
	 @media (max-width: 1050px) {
  .car {
            justify-content: center;
            text-align: center;
  }
	 }
	 @media (max-width: 950px) {
  .car {
       padding-right: 0;
            justify-content: center;
            text-align: center;
  }
	 }
.map {
    width: 100%;
}
.map {
    display: flex;
    justify-content: center;
}
.top-news__container img:first-of-type {
	display: block;
	margin-bottom: -15px;
	/* アイコン下の余白を狭くする */
}

.alignfull {
	padding-top: 32px;
		background-color: #fffcf1;

}
.alignfull2 {
	padding-top: 32px;

}

.nonline {
	vertical-align: top;
	/* セル内で上揃え */

	line-height: 2;
	/* 数値を大きくすると行間が広がる */
}

.ceo-name {
    font-family: "HGS教科書体", "HGKyokashotai", serif;
    font-size: 25px;
}
.ceo-greeting {
font-size: 19px;
	width:70%;
	display: flex;
  flex-direction: column;
  /* align-items: center; 
   */
}


@media (max-width: 750px) {
  .ceo-greeting {
    text-align: center;         /*テキスト中央寄せ*/
    padding-left: 20px;         /* 左右に少し余白を追加 */
width: 90%;
  }
.ceo-greeting img {
    width: 100%;
  }
  .ceo-greeting p {
    text-align: center;         /* 各段落も中央寄せ */
  }

  .ceo-name-text2 {
    text-align: center;         /* 名前も中央に */
  }
}
@media (max-width: 470px) {
  .ceo-name-text2 {
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center;    /* 中央寄せ（左右中央） */
    text-align: center;     /* テキストも中央寄せ */
    gap: 5px;               /* 上下の余白（任意） */
  }
}
@media (max-width: 350px) {
  .ceo-name-text2 {
    font-size: 17px;
  }
  .ceo-name-text2 .ceo-name {
    display: block;         /* spanをブロック化して改行 */
    margin-top: 3px;
  }
}
.greeting {
	padding-top: 32px;
		background-color: #fffcf1;

	display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央寄せ */
   /* テキストも中央寄せ */
}
.greeting2 {
	padding-top: 32px;

	display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央寄せ */
   /* テキストも中央寄せ */
}
/* テキストは左寄せに戻す */
.top-news-text {
  text-align: left;
  width: 100%; /* 左寄せを有効にするため全幅を指定 */
  margin-top: 10px; /* 画像との間隔調整 */
}
.access {
		padding-top: 32px;

}
.history {
			padding-top: 32px;

}

  
.map {
  display: flex;
  justify-content: center; /* 横方向中央寄せ */
}
.ceo-text {
		font-size: 19px;
		text-align: left;

}
.ceo-name {
  font-family: "HGS教科書体", "HGKyokashotai", serif;
  font-size: 25px;
}
.map {
	width: 100%;
}
.car {
	display: flex;
  justify-content: center; /* 横方向中央寄せ */
  padding-right: 700px;
  color: #389a6e;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .car {
    padding-right: 0;         /* 右余白を消す */
    justify-content: center;  /* コンテンツを中央に配置 */
    text-align: center;       /* テキストも中央寄せ */
  }
}
.car-access {
  justify-content: center; /* 横方向中央寄せ */
  padding-left: 500px;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 1050px) {
  .car-access {
    padding-left: 0;          /* 左余白をなくす */
    justify-content: center;  /* 中央寄せ */
    text-align: center;       /*テキストも中央寄せ*/
  }
}
@media (max-width: 520px) {
  .car-access {
      font-size: 20px;

  }
}
@media (max-width: 420px) {
  .car-access {
      font-size: 18px;

  }
}
@media (max-width: 375px) {
  .car-access {
      font-size: 16px;

  }
}
.map iframe {
	width: 100%;
	max-width: 900px;
	height: 450px;
	display: block;
	border-radius: 4px;
}

/* ここから事業内容 */
.top-work-title {
	  text-align: center;

}
.top-work-text {
	color: #389a6e;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 670px) {
  .top-work-text{
      font-size: 30px;

  }
}
@media (max-width: 580px) {
  .top-work-text{
      font-size: 25px;

  }
}
.top-work-text2 {
	  font-size: 25px;

}
.work-text {
		  font-size: 25px;
  text-align: left;
    display: inline-block;  /* 中央に配置される枠を作る */


}
.work-text-center {
	  text-align: center;

}
.telecom-text {
			  font-size: 25px;
  text-align: center;
    margin-bottom: 0;  /* 下の余白を消す（必要に応じて） */
  margin-top: 10px;  

}
@media (max-width: 580px) {
  .telecom-text {
      font-size: 20px;

  }
}
@media (max-width: 400px) {
  .telecom-text {
      font-size: 18px;

  }
}
.marker {
  color: #389a6e; /* 緑色 */
  font-weight: bold; /* 太字にしたい場合 */
  	font-size: 25px;

}
.hinpo {
		font-size: 25px;
  font-weight: bold; /* 太字にしたい場合 */

}
.hinpo-text {
	font-size: 25px;
}
.parts {
  display: flex;          /* 横並びにする */
  justify-content: center; /* 中央寄せ */
  gap: 80px;              /* 画像の間に余白 */
}

.parts img {
  width: 400px;  /* 画像を小さくする（好みで調整） */
  height: auto;  /* 縦横比を保持 */
}
/* 品質保証セクションの画像だけを小さくする */
.ceo-greeting img[alt="品質保証"] {
  width: 80%;   /* 画像の幅を調整（例：60%） */
  max-width: 600px; /* 必要に応じて最大幅を設定 */
  height: auto; /* アスペクト比を保つ */
  display: block;
  margin: 0 auto; /* 中央寄せ */
}
.ceo-greeting img[alt="設備の自社製作"] {
  width: 80%;   /* 画像の幅を調整（例：60%） */
  max-width: 600px; /* 必要に応じて最大幅を設定 */
  height: auto; /* アスペクト比を保つ */
  display: block;
  margin: 0 auto; /* 中央寄せ */
}
/* 900px以下で縦並びにする */
@media (max-width: 900px) {
  .parts {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center;    /* 中央揃え */
    gap: 40px;              /* 画像の間の余白を少し狭める（好みで） */
  }

  .parts img {
   
  }
}

.eqipment-center {
    text-align: center;
}

.eqipment-center img {
    width: 70%;  
    height: auto;   /* 縦横比を維持 */
}
.setparts {
  display: flex;
  justify-content: center;
  gap: 80px; /* アイテム間の余白 */
}

.setparts .item {
  text-align: center; /* 画像と文字を中央寄せ */
}
@media (max-width: 900px) {
  .setparts {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center;    /* 中央揃え */
    gap: 40px;              /* 画像の間の余白を少し狭める（好みで） */
  }

  .parts img {
   
  }
}
.setparts img {
  max-width: 400px; /* 画像サイズ調整 */
  height: auto;
}

/* ここから製品情報 */
.product-text {
	  font-size: 30px;
	  font-weight: bold;
	    text-align: center; /* 画像と文字を中央寄せ */

	}
	.rampcover-text {
		 font-size: 18px;
	    text-align: center; /* 画像と文字を中央寄せ */
	}
	.parts2 {
  justify-content: center; /* 中央寄せ */
  gap: 80px;              /* 画像の間に余白 */
}
.parts3 img {
    width: 300px;   /* 統一したい横幅を指定 */
    height: auto;   /* 縦横比を保つ */
    object-fit: contain; /* 画像がはみ出さないように調整 */
    margin: 5px;   /* 画像同士の余白 */
}
.parts3 {
  display: flex;          /* 横並びにする */
  justify-content: center; /* 中央寄せ */
  gap: 80px;              /* 画像の間に余白 */
}
/* 900px以下で縦並びにする */
@media (max-width: 750px) {
  .parts3 {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center;    /* 中央揃え */
    gap: 40px;              /* 画像の間の余白を少し狭める（好みで） */
  }

  
}
/* ここから採用情報 */
.recruit-3img img{
justify-content: center; /* 中央寄せ */
  gap: 10px; 
      width: 300px;   /* 統一したい横幅を指定 */

}
.recruit-3img {
  display: flex;              /* Flexboxを有効化 */
  justify-content: center;    /* 横並び時の中央寄せ */
  align-items: center;        /* 縦方向中央寄せ */
  gap: 10px;                  /* 画像の間の余白 */
}

/* 各画像のサイズ */
.recruit-3img img {
  width: 300px;
  height: auto;
}

/* 930px以下で縦並びにする */
@media (max-width: 930px) {
  .recruit-3img {
    flex-direction: column;   /* 縦並びに変更 */
    justify-content: center;
    align-items: center;
  }

  .recruit-3img img {
    width: 90%;               /* 画面幅に合わせて縮小 */
    max-width: 350px;
  }
}

.ceo-message {
	color: #389a6e;
  font-size: 25px;
  font-weight: bold;
  text-align: center;

}
.top-work-text {
    margin-bottom: 5px; /* 下の余白を小さく */
}

.ceo-message {
    margin-top: 0; /* 上の余白を消す */
}
.voice {
  text-align: left; 
}

.voice img {
  display: block;
  margin: 0 auto;
}

.entry {
	font-size: 40px;
	font-weight:bold ;
	    text-align: center; /* 画像と文字を中央寄せ */
}

.entryclick {
			    text-align: center; /* 画像と文字を中央寄せ */

}
.entryclick img {
	width: 700px;
		    text-align: center; /* 画像と文字を中央寄せ */

}
@media (max-width: 1250px) {
	.entryclick img {
	width: 500px;
		    text-align: center; /* 画像と文字を中央寄せ */

}
}
.voice-entry {
    display: flex;
    align-items: center;
    gap: 10px; /* 文字と線の間隔 */
}

.voice-entry .line {
    flex: 1; /* 横いっぱいに伸びる */
    height: 2px; /* 線の太さ */
    background-color: #cccccc; /* グレーの色 */
}
.voice-entry img {
	width: 30px;
}

.pad30 {
	padding: 30px;
}

.font-blue {
	color: #5075b8;
}

.img-w-70 img {
	width: 70%;
	margin: auto;
}

.w-48-ex {
	width: 48%;
}

.pc {
	display: block;
}

@media only screen and (max-width: 768px) {
	.img-w-70 img {
		width: 80%;
	}

	.w-48-ex {
		width: 100%;
	}

	.pc {
		display: none;
	}
}

/* 画像修正 */
img[src*="voice1.png"]{
  content: url("http://telecom.or.jp/wordpress/wp-content/uploads/2026/02/voice1.png");
}