@charset "UTF-8";
/* 固定ページ「hitoplus」用のスタイルシート */

* {
	box-sizing: border-box;
}

:root {
	--bg-color:#fcfeff;
	--line-color-purple:#cfb0c9;
	--text-color-darkblue:#1D2088;
	--text-color-black:#4C4948;
	--check-green:#5fbc8b;
	--toiawase-color:#feffad;
	--contact-color:#9b558f;
}
svg {
	display: block;
	height: 101%;
}
/************* 共通ヘッダーを非表示 *************/
.header_catetop_img-inner {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding: 0;
}

#content {
	padding: 32px 0 0;
	background-color:var(--bg-color);
}@media screen and (max-width:767px) {
	#content {
		padding: 0;
	}
}

/**************************/
article.post, article.page, article.wp101, article.seo101 {
	padding: 0;
} 
.wrap, .one-column #content .wrap {
	max-width:none;
	padding-top:0;
	padding: 0;
}@media screen and (max-width: 767px){
	.wrap, .one-column #content .wrap {
		margin-left: 0px; 
		margin-right: 0px;
		padding: 0; 
	}
}

h1,h2,h3,h4 {
	border-top: none !important;
	border-bottom: none !important;
	background: none !important;
	text-align: left;
}
h1 {
	display: none;
	overflow: hidden;
	height: 0x;
	padding: 0 !important;
	text-indent: 100%;
	white-space: nowrap;
}@media screen and (max-width:767px) {
	h1 {
		height: 0px;
	}
}
.post-content h2 {
	border-top:0;
	border-bottom:0;
	padding: 0px 0px 24px 0px;
	margin-bottom: 0px;
}
h3{
	padding-bottom:0;
	margin: 0;
}
h3::before {
	display: none;
	background: none !important;
}

h3::after {
	border-bottom: none !important;
}

.post-content p{
	margin: 0 ; 
	line-height:1.8;

}		
/* main{
padding: 0 3%;
} */
figure figcaption {
	display: none;
}
/**************************/

li img{
	width:20px;
}
/* サイト全体のコンテンツ幅を設定 */
.container {
	/* 	max-width: 1000px; */
	margin: 0 auto;

}@media screen and (max-width:767px) {
	.container {
		margin: 0 auto;
		width: 100%;
		max-width: 1000px; /* 必要に応じて上限は残す */
	}
}
/* 中のコンテンツ部分の最大幅を設定 */
.inner {
	display:grid;
	gap:20px;
	padding: 0 3%;
}@media screen and (max-width:767px) {
	.inner {
		padding: 0 1%;
	}
}
.inner-wrap{
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}
.br-sp{
	display:none;
}@media screen and (max-width:767px) {
	.br-sp{
		display:block;
	}
}
.relative {
	position: relative;
}
.p_smaller{
	font-size:small;	
}		
.p_larger{
	font-size:larger;
}
.p_xlarge{
	font-size:x-large;
}
.p_xxlarge{
	font-size:xx-large;
}
.p_title{
	font-size: large;
	font-weight:bold;			
}
.p_bold{
	font-weight:bold;
}
.p_center{
	text-align:center;
}
.center{
	align-items:center;
	justify-content:center;
}
.p_text_color_blue{
	color:var(--text-color-darkblue);
}
.p_text_color{
	color:var(--text-color-black);
}

.word-break-auto{
	word-break: auto-phrase;
}@media screen and (max-width:767px) {
	.word-break-auto{
		word-break: normal;
	}
}
.text-shadow-glow{
	/* 	text-shadow:  0 0 2px rgba(255, 255, 255, 0.8),
	1px 1px 2px rgba(255, 255, 255, 0.6),
	2px 2px 4px rgba(0, 0, 0, 0.15); */
	text-shadow:    0 0 3px rgba(255,255,255,0.7),
		0 0 6px rgba(255,255,255,0.4),
		1px 1px 2px rgba(0,0,0,0.2);
}
.pr5{
	padding-right:5px;
}
.pr10{
	padding-right:10px;
}

.shadow {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 		dd img{
max-width:350px; 
} */

/* #hitologを設定 */
#hitolog{
	font-family: "Noto Sans JP", sans-serif;
	display:grid;
	/* 	gap:50px; */
	place-items:center;
	background-color:var(--bg-color);
	color:var(--text-color-black);
	letter-spacing:0.09em;
}
#hitolog > :nth-child(2) {
	gap:30px;/* 2番目のアイテムだけ左の間隔を調整 */
}

#hitolog figure{
	display:grid;
	place-items:center;
}
#hitolog figure .header-img{
	width:50%;
}
#hitolog figure .computar{
	width:80%;
}
#hitolog dd{
	padding: 0 0 0 4%;
}
#hitolog dt{
	margin:10px 0;
}
#hitolog i{
	color:var(--check-green);
	padding-right:10px;
}

#hitolog .indent_ul{
	padding-left: 2em; /* マーカーの外側に余白 */
}
#hitolog .indent_li {
	text-indent: -0.7em; /* 最初の行だけ戻す */
}


#hitolog .header{
	opacity:1;
	display:grid;
	place-items:center;
	/* 	padding-top:30px; */
	gap:50px;
	line-height: 1.75;
	letter-spacing: 0.2rem;
}@media screen and (max-width:767px) {
	#hitolog .header{

	}
}
#hitolog .header h3{
	line-height:1.75;
}

#hitolog nav{
	display:grid;
	place-items:center;
	margin-bottom:50px;
}
#hitolog .link_ul{
	width:80%;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	z-index: 1;
	gap:10px;
	padding:10px 0;
	border-top: solid 2px var(--line-color-purple);
	border-bottom: solid 2px var(--line-color-purple);

}@media screen and (max-width:767px) {
	#hitolog .link_ul {
		width:95%;
		justify-content:center;
	}
}
#hitolog .link_li {
	z-index: 1;
	min-width: 160px;
	color:var(--text-color-darkblue);
	background-color:#fff; 
	border:solid 2px var(--line-color-purple);
	border-radius: 5px;
	padding:5px 10px;
}@media screen and (max-width:667px) {
	#hitolog .link_li {
		border-radius: 5px;
	}
}
#hitolog a{
	color:var(--text-color-darkblue);
}

#hitolog a:hover{
	z-index: 1;
	opacity:0.5;
}
/* 
#hitolog .btn_toiawase_color{
background-color:var(--toiawase-color);
}
*/

#hitolog main{
	display:grid;
	grid-template-columns:auto 1fr;
	place-items:center;
	gap:20px;
	padding:0 3%;
}@media screen and (max-width:767px) {
	#hitolog main{
		grid-template-columns: 1fr;
		padding:0;
	}
	#hitolog main figure img{
		width:50%;
	}
}
#hitolog main .hitolog-author-sentence{
	width:100%;
	max-width:676px;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	place-items:center;
}@media screen and (max-width:767px) {
	#hitolog main .hitolog-author-sentence{
		width:80%;
		grid-template-columns: repeat(3, minmax(100px, 1fr));
		max-width:none;
		gap:20px 0;
	}
}@media screen and (max-width:500px) {
	#hitolog main .hitolog-author-sentence{
		width:100%;
		grid-template-columns: repeat(3, minmax(100px, 1fr));
		max-width:none;
		gap:20px 0;
		padding: 0 7%;
	}
}

#hitolog main .hitolog-author-sentence li{
	width:100px;
	height:100px;
	background-size: cover; 
	background-position: center;
	border-radius: 50%; 
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight:bold;
	letter-spacing: 0.2em;
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item1{
	background: no-repeat url("/img/hitoplus/hitolog_circle1.png");
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item2{
	background: no-repeat url("/img/hitoplus/hitolog_circle2.png");
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item3{
	background: no-repeat url("/img/hitoplus/hitolog_circle3.png");
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item4{
	background: no-repeat url("/img/hitoplus/hitolog_circle4.png");
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item5{
	background: no-repeat url("/img/hitoplus/hitolog_circle5.png");
}
#hitolog main .hitolog-author-sentence .hitolog-author-sentence__item6{
	background: no-repeat url("/img/hitoplus/hitolog_circle6.png");
}

/* ひとろぐとは？ */
#hitolog .hitolog-toha,#hitolog .hitolog-top-line{
	width:100%;
	min-height: 50px;
	position:relative;
	display:grid;
	overflow: hidden; /* 擬似要素のはみ出し防止 */
	z-index: 1;
	padding:120px 0 150px 0;
	gap:20px;
	color:var(--text-color-darkblue);
}
#hitolog .hitolog-top-line{
	padding:0 0 100px 0;
}

.hitolog-toha > * {
	position: relative;
	z-index: 2; /* 擬似要素より前面 */
}
#hitolog .hitolog-toha::before,#hitolog .hitolog-top-line::before{
	content:"";
	position:absolute;
	inset: 0; /* top, left, width, height をまとめて指定 */
	width:100%;
	height:100%;
	background:url("/img/hitoplus/hitolog-haikei.jpg") center / cover no-repeat;
	filter: blur(2rem);
	z-index: -2; 
}


#hitolog .hitolog-toha .hitolog-toha-title-box{
	width: 100%;
	display: flex;
	position: relative;
}

#hitolog .hitolog-toha .hitolog-toha-title-box .hitolog-toha-title{
	width:50vw;
	display:grid;
	grid-template-columns:minmax(150px, 180px) 250px;
	justify-content:flex-end;
	gap:30px;
	color:var(--text-color-darkblue);
	padding:10px 0 10px 15%;
	align-items:center;
	font-weight:bold;
	position: relative;
	z-index: 0; 
}
#hitolog .hitolog-toha .hitolog-toha-title-box .hitolog-toha-title::before{
	content: "";
	position: absolute;
	left:-45vw; /* ← 画面の左端から出す みぎを削る*/
	height: 100%;
	width: 100vw; /* 白帯をどこまで伸ばすか */
	background: white;
	z-index: -1;
	padding: 10px 0;
	border-radius: 0 5px 5px 0px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}@media screen and (max-width:897px) {
	#hitolog .hitolog-toha .hitolog-toha-title-box .hitolog-toha-title{
		width: 100%;
		justify-content:center;
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
		gap:10px;
		padding:10px 0 0 0;
		text-align:center;
	}
	#hitolog .hitolog-toha .hitolog-toha-title-box .hitolog-toha-title::before{
		left: 0vw; /* ← 画面の左端から出す みぎを削る*/
		width: 100%; /* 白帯をどこまで伸ばすか */
		border-radius: 0;
	}
	#hitolog .hitolog-toha .hitolog-toha-title-box .hitolog-toha-title img{
		width:50%;
		min-width:150px;
		max-width: 180px;
	}
}

#hitolog .hitolog-toha h2 {
	width:100%;
	line-height: 55px;
	letter-spacing: 0.2rem;
}
#hitolog .hitolog-toha .hito_h2{
	background:#fff;
	padding:10px 1%;
	margin:0 10px;
	border-radius:5px;
}
#hitolog .hitolog-toha p{
	letter-spacing: 0.2em;
}

/* 蓄積したデータを元に分析し、組合活動に活用！ */
#hitolog .hitolog-katuyou,#hitolog .hitolog-toiawase{
	width:100%;
	display:grid;
	gap:20px;
}
#hitolog .hitolog-katuyou .hitolog-katuyou-title{
	display:inline-block;
	background:var(--text-color-darkblue);
	color:#fff;
	padding:10px 20px;
	align-items:center;
	font-weight:bold;
	letter-spacing: 0.2rem;
	width: fit-content;
	border-radius:5px;
	margin:0 auto;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-katuyou .hitolog-katuyou-title{
		width:100%;
		padding:10px 3%;
		text-align:center;
	}
}
#hitolog .hitolog-katuyou p{
	padding-left:1rem;
	text-align:center;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-katuyou p{
		padding-left:1rem;
		text-align:left;
	}
}
#hitolog .hitolog-katuyou .hitolog-katuyou-listbox{
	width:100%;
	display:grid;
	grid-template-columns:0.5fr 1fr;
	place-items:center;
	gap:30px;
	padding:0 2% 0 4%;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-katuyou .hitolog-katuyou-listbox{
		grid-template-columns:1fr;
		grid-template-rows:0.5fr 1fr;
		padding:0 0 0 1%;
	}
	#hitolog .hitolog-katuyou .hitolog-katuyou-listbox img{
		width:70%;
	}
	#hitolog .hitolog-katuyou .sp-br{
		display:block;
	}
}
#hitolog .hitolog-katuyou .hitolog-katuyou-listbox ul li dl dt{
	color:var(--text-color-darkblue);
	font-size:larger;
	font-weight:bold;
}
#hitolog i{
	color:var(--check-green);
	padding-right:10px;
}

/* ----------------------- */
/* ご活用の流れ */
/* ----------------------- */

/* #hitologを設定 */
#hitolog .anchor {
	scroll-margin-top: 80px;
}
#hitolog .hitolog-nagare{
	width:100%;
	display:grid;
	gap:20px;
}
#hitolog .hitolog-nagare .hitolog-nagare-title,#hitolog .hitolog-riyou .hitolog-riyou-title,#hitolog .hitolog-toiawase-title{
	width:100%;
	display:inline-block;
	padding:0 0 10px 2rem;
	color:var(--text-color-darkblue);
	border-bottom: 2px solid var(--text-color-darkblue);
}
#hitolog .hitolog-nagare .hitolog-nagare-listbox{
	display:flex;
	flex-direction:column;
	gap:20px;
}#
hitolog .hitolog-nagare .hitolog-nagare-listbox li{
	width:100%;
}
#hitolog .hitolog-nagare .hitolog-nagare-listbox li img{
	width:100%;
}

#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl{
	width:100%;
	display:grid;
	place-items:center;
}
/* 🔹PC・タブレット（横並び） */
#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dt {

	display: grid;
	grid-template-columns: 120px 3fr 1fr; /* 左を固定、中央広め、右やや小さめ */
	align-items: center;
	gap: 10px;
	padding: 0 4%;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dt {
		grid-template-columns: 120px 120px 1fr; 
		grid-template-rows: 1fr; 
	}
	#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dt .step-p {
		grid-column:1/4;
		grid-row:2;
	}
	#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dt .step-img {
		grid-column:2/4;
		grid-row:1;
		width:45%;
		margin:0 auto;
	}
}
/* 左のSTEP画像 */
#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dt .step {
	width: 100%;
	max-width: 120px;
	height: auto;
	padding-right:20px;
}

#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dd{
	display:inline-block;
	position:relative;
	min-height: 200px;
	background: 
		linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
		url("/img/hitoplus/haikei-houganshi.png");
	background-size: cover;
	padding:20px 5%;
	max-width:676px;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dd{
		max-width:none;
		padding:20px 0;
	}
}
#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dd ul{
	display:grid;
	gap:10px;
	letter-spacing: 0.01rem;
}
/* 下吹き出し */
#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dd ul .example{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	max-width: 50%;
	color: #fff;
	font-size: 16px;
	background: var(--text-color-darkblue);
	border-radius:30px;
	text-align:center;
}
#hitolog .hitolog-nagare .hitolog-nagare-listbox li dl dd ul .example:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--text-color-darkblue);	
}

/* ----------------------- */
/* ご利用シーン */
/* ----------------------- */
#hitolog .hitolog-riyou{
	width:100%;
	min-height: 300px;
	position:relative;
	display:grid;
	overflow: hidden; /* 擬似要素のはみ出し防止 */
	z-index: 1;
	padding:100px 0 150px 0;
	gap:20px;
	color:var(--text-color-darkblue);
}
.hitolog-riyou > * {
	position: relative;
	z-index: 1; /* 擬似要素より前面 */
}@media screen and (max-width:767px) {
	#hitolog .hitolog-riyou{
		padding-bottom:80px;
	}
}
#hitolog .hitolog-riyou::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url("/img/hitoplus/hitolog-haikei.jpg");
	background-size:cover;
	filter: blur(2rem);
	z-index: -1; /* 背景として後ろに置く */
}
#hitolog .hitolog-riyou ul{
	display:grid;
	place-items:center;
	gap:20px;
}
#hitolog .hitolog-riyou ul li{
	min-width:200px;
	max-width:676px;
	display:grid;
	gap:30px;
	align-items:center;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-riyou ul li{
		max-width:none;
		gap:0;
	}
}
#hitolog .hitolog-riyou ul .hitolog-riyou-right{
	grid-template-columns:80px auto;
}
#hitolog .hitolog-riyou ul .hitolog-riyou-left{
	grid-template-columns:auto 80px;
}
#hitolog .hitolog-riyou ul li img{
	width:80%;
}
#hitolog .hitolog-riyou .hitolog-riyou-comment-box{
	position: relative;
	margin: 1.5em 0 1.5em 15px;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
	background:#fff;
	border-radius:20px;
}


#hitolog .hitolog-riyou .hitolog-riyou-comment-box-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

#hitolog .hitolog-riyou .hitolog-riyou-comment-box-left:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

#hitolog .hitolog-riyou .hitolog-riyou-comment-box .hitolog-riyou-comment-box__title{
	content: "";
	position: absolute;
	top:-1rem;
	left:30px;
}


#hitolog .hitolog-riyou .hitolog-riyou-point{
	background:#fff;
	padding:30px 3%;
	display:grid;
	gap:30px;
	border-radius:20px;

}@media screen and (max-width:767px) {
	#hitolog .hitolog-riyou .hitolog-riyou-point{
		margin:0 4%;
	}
}
#hitolog .hitolog-riyou .hitolog-riyou-point .hitolog-riyou-point__flex{
	display:grid;
	grid-template-columns:1fr 80px 1fr 1fr 1fr;
	gap:10px;
	align-items:center;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-riyou .hitolog-riyou-point .hitolog-riyou-point__flex{
		grid-template-columns:1fr 15% 1fr ;
		grid-template-rows:1fr 1fr 1fr;
	}
	#hitolog .hitolog-riyou .hitolog-riyou-point .hitolog-riyou-point__flex .item3{
		grid-column:3;
		grid-row:1;
	}
	#hitolog .hitolog-riyou .hitolog-riyou-point .hitolog-riyou-point__flex .item4{
		grid-column:3;
		grid-row:2;
	}
	#hitolog .hitolog-riyou .hitolog-riyou-point .hitolog-riyou-point__flex .item5{
		grid-column:3;
		grid-row:3;
	}
}


/* ----------------------- */
/* 問い合わせ */
/* ----------------------- */

#hitolog .hitolog-toiawase .addres{
	display:grid;
	grid-template-columns: 150px auto;
	gap:100px;
	place-items: center;
	margin: 0 50px 1%;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-toiawase .addres {
		grid-template-columns: 1fr;
		grid-template-rows:1fr;
		gap:20px;
	}
}		
#hitolog .hitolog-toiawase .addres__right{
	display:flex;
	flex-direction:column;
	justify-content:left;
	align-items:start;
}
#hitolog .hitolog-toiawase .appointment{
	display:flex;
	justify-content:space-around;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-toiawase .appointment{
		flex-direction:column;
		gap:20px;
	}
	#hitolog .hitolog-toiawase .p_xxlarge{
		font-size:x-large;		
	}
	#hitolog .hitolog-toiawase .p_xlarge{
		font-size:larger		
	}
	#hitolog .hitolog-toiawase .br-sp{
		display:block;
	}
}
#hitolog .hitolog-toiawase .appointment_columns{
	display:grid;
	grid-template-columns: 63px minmax(0, 300px);
	align-items:center;	
	margin:0 auto;
	gap:20px;
}
#hitolog .hitolog-toiawase .address{
	display:grid;
	grid-template-columns: 30% auto;
	align-items:center;	
	margin:0 auto;
	gap:20px;
}@media screen and (max-width:767px) {
	#hitolog .hitolog-toiawase .address{
		width:100%;
	}
}
#hitolog .button_square_waku{
	margin: 0 5%;
}@media screen and (max-width:767px) {
	#hitolog .button_square_waku{
		height:120px;
	}
}
#hitolog .button_square{
	background: var(--contact-color);
	border: 2px solid var(--contact-color);
	height: 70px;
	line-height: 65px;
	border-radius:50px;
}
#hitolog #link1 .button_square_waku a,#hitolog #link3 .button_square_waku a{
	color:#fff;
	font-size:x-large;
	font-weight:bold;
	text-shadow:none;
}@media screen and (max-width:767px) {
	#hitolog #link1 .button_square_waku a,#hitolog #link3 .button_square_waku a{
		font-size:larger;
	}
}
#hitolog #link1 .button_square_waku a:hover,#hitolog #link3 .button_square_waku a:hover{
	color:var(--contact-color);
	background: #fff;
	opacity:1;
}
/* 背景波 */
#hitolog svg{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0px;
	fill: var(--bg-color); /* 色を変更 */
}@media screen and (max-width:767px) {
	#hitolog svg{
		width: 100%;
		height: 50px;
	}
}