/*
Theme Name: yokomizo child
Version: 2.0.0
Template: yokomizo
*/

/************************************************************/
/*　リセット
/************************************************************/
:root {
	--main: #595aff;
	--sub:  #e4edff;
	--yellow: #fff373;
	--text: #231815;
	--link: #595aff;
	--line: #5ac263;
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--font-en: "Barlow", sans-serif;
	--font-h: 'M PLUS Rounded 1c', sans-serif;
	--ease: all 0.3s ease;
}
*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
::placeholder {
	color: #ccc;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	counter-reset: count;
	animation: fadeIn 2.5s ease 0s 1 normal;
	color: var(--text);
}


/*フォント*/
body,
p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 768px){
	body,
	p {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}
}

/*フォーム*/
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border-radius: 0;          /* iOSによる角丸を消す */
	box-sizing: border-box;
}
select::-ms-expand {
	display: none;
}


/*PC・タブレット・スマホ 表示*/
.pc { display:block !important; }
.tb { display:none !important; }
.sp { display:none !important; }
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.tb { display:block !important; }
	.sp { display:none !important; }
}
@media screen and (max-width: 480px){   
	.pc { display:none !important; }
	.tb { display:none !important; }
	.sp { display:block !important; }
}

.pc_none { display:none !important; }
.tb_none { display:block!important; }
.sp_none { display:block !important; }
@media screen and (max-width: 768px){   
	.pc_none { display:block !important; }
	.tb_none { display:none !important; }
	.sp_none { display:block !important; }
}
@media screen and (max-width: 480px){   
	.pc_none { display:block !important; }
	.tb_none { display:block !important; }
	.sp_none { display:none !important; }
}

/************************************************************/
/*　構成
/************************************************************/
#contents {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
}
.full-container,
.full-container .main {
	width: 100%;
	max-width: 100%;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#contents {
		width: 100%;
		padding: 80px 0 30px;
		margin: 0 auto;
	}
	body:not(.home) #contents {
		width: 100%;
		padding: 80px 0;
		margin: 0 auto;
	}
}

/************************************************************/
/*　共通
/************************************************************/

/************************************************************/
/*　タイトル
/************************************************************/

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

.page-top-breadcrumbs {
	width: 100%;
	padding: 30px 0 10px;
	margin: 0 auto;
}

/************************************************************/
/*　ヘッダー
/************************************************************/
#header,
.header-fix {
	width: 100%;
	min-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: none;
	z-index: 100;
}
.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: none;
}
#header .logo,
.header-fix .logo {
	width: 100px;
	min-width: 100px;
	height: 100px;
	padding: 0;
	margin: 0 auto 0 0;
}
#header .logo .siteInfo__title,
.header-fix .logo .siteInfo__title {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#header .logo a,
.header-fix .logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px 35px;
	margin: 0 auto 0 0;
	border-radius: 0 0 45px 45px;
	background: var(--main);
}
.header-fix .logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px 20px;
	margin: 0 auto 0 0;
	border-radius: 0;
	background: var(--main);
}
#header .logo .siteInfo__title img,
.header-fix .logo .siteInfo__title img {
	width: 100%;
	height: auto;
}

/*メインナビ*/
#mainNav {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
}
#menu-header-menu {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
}
#menu-header-menu > li {
	padding: 0;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}
#menu-header-menu > li::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	min-width: 15px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/icon_pickaxe.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#menu-header-menu > li a {
	padding: 0;
	margin: 0;
	font-family: var(--font-h);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: var(--ease);
}

/*ボタン*/
#menu-header-btn {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}
#menu-header-btn > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-header-btn > li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	min-width: 150px;
	padding: 17px 20px;
	margin: 0;
	background: var(--main);
	box-sizing: border-box;
	border: 2px solid var(--main);
	border-radius: 60px;
	font-family: var(--font-h);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	transition: var(--ease);
}
#menu-header-btn > li a:hover {
	box-sizing: border-box;
	border: 2px solid var(--main);
	background: var(--yellow);
	color: var(--main);
	transition: var(--ease);
}
/* - 白 */
#menu-header-btn > li.white a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	min-width: 150px;
	padding: 17px 20px;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
	border: 2px solid var(--main);
	border-radius: 60px;
	font-family: var(--font-h);
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	transition: var(--ease);
}
#menu-header-btn > li.white a:hover {
	background: var(--main);
	color: #fff;
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#header,
	.header-fix {
		width: 100%;
		min-width: 100%;
		padding: 0 20px;
		position: fixed;
		top: 0;
		left: 0;
	}
	.header-fix {
		display: none;
	}
	#header .logo,
	.header-fix .logo {
		width: 70px;
		min-width: 70px;
		height: 70px;
	}
	#header .logo a,
	.header-fix .logo a {
		padding: 10px 10px 15px;
		border-radius: 0 0 40px 40px;
	}
	.header-fix .logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 10px 10px 15px;
		border-radius: 0 0 40px 40px;
		background: var(--main);
	}

	/*メインナビ*/
	#mainNav {
		display: none;
	}

	/*ボタン*/
	#menu-header-btn {
		display: none;
	}
}

/************************************************************/
/*　スマホ用ハンバーガーメニュー
/************************************************************/

/* ハンバーガー本体（右上固定） */
.hamburger {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
	flex-direction: column;
	justify-content: space-between;
}
.hamburger span {
	display: block;
	height: 4px;
	border-radius: 2px;
	background-color: #595aff;
	width: 100%;
	transition: var(--ease);
	transform-origin: center;
}
.hamburger span:nth-child(1) {
	transform-origin: left;
}
.hamburger span:nth-child(3) {
	transform-origin: right;
}
.hamburger.active span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
}
.hamburger.active span:nth-child(2) {
	transform: scaleX(1);
}
.hamburger.active span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
}
/* スマホ表示 */
@media (max-width: 768px) {
	.hamburger {
		display: flex;
	}
}

/* モバイルメニュー（右からスライド） */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(207, 220, 252, 0.95);
	transition: right 0.3s ease;
	z-index: 1000;
	padding: 50px 20px 20px;
	overflow-y: auto;
}
.mobile-menu.active {
	right: 0;
}

/* メニューリスト */
#menu-panel-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
#menu-panel-menu > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#menu-panel-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
	background: none;
	border-bottom: 1px dashed var(--main);
	font-size: 3.5vw;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--text);
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 15px;
	margin: 0;
}
#menu-panel-menu > li > a::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--main);
	border-right: 2px solid var(--main);
	transform: rotate(45deg);
}


/************************************************************/
/*　フッター
/************************************************************/
.container-footer-area {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background: var(--sub);
	position: relative;
	display: block;
}
.col-footer-area1 {
	width: 100%;
	padding: 0;
	margin: 0 auto !important;
	position: relative;
}
#footer_widget {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	padding: 50px 0;
	margin: 0 auto;
}
#footer_widget > h2 {
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	background: none !important;
	border: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
#footer_widget > p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: var(--text);
}
#footer_widget > .tel {
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: center;
	background: none !important;
	border: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
#footer_widget > .tel::before {
	content: 'TEL';
	font-size: 0.8em;
	margin-right: 0.5em;
}
#footer_widget > .tel a {
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
}
#footer_widget > .tel a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
.col-footer-area2,
.col-footer-area3 {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#footer_widget {
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
		padding: 0 0 50px;
		margin: 0 auto;
	}
}

/************************************************************/
/*　サイドバー
/************************************************************/
.sideNav {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
}
.sideNav dt {
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	background: var(--main);
	font-family: var(--font-h);
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}
.sideNav dd {
	padding: 0;
	margin: 0;
	position: relative;
	border: 3px solid var(--main);
	border-top: none;
	background: #fff;
}
.sideNav dd ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
.sideNav dd ul > li {
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #ccc;
}
.sideNav dd ul > li a {
	display: block;
	padding: 12px 10px 12px 30px;
	margin: 0;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
	position: relative;
	background: none;
	transition: var(--ease);
}
.sideNav dd ul > li a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%) rotate(45deg);
}
.sideNav dd ul > li a:hover {
	color: var(--main);
	background: #fafafa;
	transition: var(--ease);
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#fv {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#fv > header {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#fv > header > span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#fv > header > span::before,
#fv > header > span::after {
	content: '';
	display: block;
	width: 150px;
	height: auto;
	aspect-ratio: 92 / 139;
	position: absolute;
	top: 20%;
	left: -150px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/twinkling.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#fv > header > span::after {
	top: 20%;
	left: unset;
	right: -150px;
	transform: scale(-1,1);
}
#fv > header > h1 {
	width: 85%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: -20px;
}
#fv > header > span img,
#fv > header > h1 img {
	width: 100%;
	height: auto;
}
/*テキスト*/
#fv > .fv_txt {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#fv > .fv_txt > h2 {
	width: 100%;
	max-width: 450px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	background: none;
	border: none;
}
#fv > .fv_txt > h2 img {
	width: 100%;
	height: auto;
}
#fv > .fv_txt > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font-h);
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-align: center;
}
/*人イラスト*/
#fv > .fv_txt::before {
	content: '';
	display: block;
	width: 160px;
	height: auto;
	aspect-ratio: 94 / 313;
	position: absolute;
	bottom: -10px;
	left: -230px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/people_1.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#fv > .fv_txt::after {
	content: '';
	display: block;
	width: 160px;
	height: auto;
	aspect-ratio: 99 / 325;
	position: absolute;
	bottom: -10px;
	right: -250px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/people_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*ボタン*/
.fv_btn {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#fv > header {
		width: 80%;
		max-width: 80%;
		margin: 0 auto 20px;
	}
	#fv > header > span {
		display: block;
		width: 90%;
		margin: 0 auto 20px;
	}
	#fv > header > span::before,
	#fv > header > span::after {
		width: 50px;
		top: 10px;
		left: -50px;
	}
	#fv > header > span::after {
		top: 10px;
		left: unset;
		right: -50px;
	}
	#fv > header > h1 {
		width: 100%;
		top: 0;
	}
	/*テキスト*/
	#fv > .fv_txt {
		width: 60%;
		max-width: 60%;
	}
	#fv > .fv_txt > h2 {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
	}
	#fv > .fv_txt > p {
		width: 100%;
		font-size: 15px;
	}
	/*人イラスト*/
	#fv > .fv_txt::before {
		width: 25%;
		bottom: -15px;
		left: -20%;
	}
	#fv > .fv_txt::after {
		width: 25%;
		bottom: -15px;
		right: -20%;
	}
	/*ボタン*/
	.fv_btn {
		display: block;
		width: calc(100% - 100px);
		margin: 50px auto 0;
	}
	/*ボタン*/
	.fv_btn #menu-header-btn {
		width: 100%;
		justify-content: center;
		grid-row-gap: 30px;
		display: flex;
		flex-direction: column;
	}
	.fv_btn #menu-header-btn > li {
		width: 100%;
	}
	.fv_btn #menu-header-btn > li a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		width: 100%;
		min-width: 100%;
		padding: 17px 20px;
		margin: 0;
		background: var(--main);
		box-sizing: border-box;
		border: 3px solid var(--main);
		border-radius: 60px;
		font-family: var(--font-h);
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		transition: var(--ease);
	}
	.fv_btn #menu-header-btn > li a:hover {
		box-sizing: border-box;
		border: 3px solid var(--main);
		background: var(--yellow);
		color: var(--main);
		transition: var(--ease);
	}
	/* - 白 */
	.fv_btn #menu-header-btn > li.white a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		min-width: 150px;
		padding: 17px 20px;
		margin: 0;
		background: #fff;
		box-sizing: border-box;
		border: 3px solid var(--main);
		border-radius: 60px;
		font-family: var(--font-h);
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		color: var(--main);
		text-decoration: none;
		transition: var(--ease);
	}
	.fv_btn #menu-header-btn > li.white a:hover {
		background: var(--main);
		color: #fff;
		transition: var(--ease);
	}
}

/************************************************************/
/*　トップ　メッセージ
/************************************************************/
#topMessage {
	width: 100%;
	padding: 100px 0 150px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#topMessage::after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/separator_white.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.topMessage_wrap {
	width: 100%;
	max-width: 900px;
	min-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 50px;
}
.topMessage_wrap > dl {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	border: 2px solid var(--main);
	border-radius: 15px;
	background: #fff;
}
.topMessage_wrap > dl dt {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%,0);
}
.topMessage_wrap > dl dt span {
	display: block;
	width: fit-content;
	height: 28px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.topMessage_wrap > dl dt span img {
	width: auto;
	height: 100%;
}
#contents .topMessage_wrap > dl dt h2 {
	width: 100%;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid var(--main);
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--main);
	border-radius: 0;
}
.topMessage_wrap > dl dd {
	height: 100%;
	padding: 40px 30px 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.topMessage_wrap > dl dd > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-family: var(--font-h);
	font-size: 27px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: left;
	color: var(--main);
	letter-spacing: 0.1em;
}
/* - 名前 */
.topMessage_wrap > dl dd .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.topMessage_wrap > dl dd .name i {
	display: block;
	width: 100px;
	min-width: 100px;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.topMessage_wrap > dl dd .name i::before {
	content: '';
	display: block;
	padding: 50%;
}
.topMessage_wrap > dl dd .name i img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.topMessage_wrap > dl dd .name p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: var(--font-h);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	color: var(--text);
	letter-spacing: 0.1em;
}
.topMessage_wrap > dl dd .name p small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
}
/* - ボタン */
.topMessage_wrap > dl dd a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 13px 20px;
	margin: auto auto 0;
	border: 2px solid var(--main);
	background: var(--main);
	border-radius: 40px;
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.topMessage_wrap > dl dd a.btn:hover {
	border: 2px solid var(--main);
	background: #fff;
	color: var(--main);
	transition: var(--ease);
}
/* - 背景2 */
.topMessage_wrap > dl:nth-of-type(2) {
	background: var(--main);
}
.topMessage_wrap > dl:nth-of-type(2) dd > p {
	color: #fff;
}
.topMessage_wrap > dl:nth-of-type(2) dd .name p {
	color: #fff;
}
.topMessage_wrap > dl:nth-of-type(2) dd a.btn {
	border: 2px solid var(--main);
	background: #fff;
	color: var(--main);
}
.topMessage_wrap > dl:nth-of-type(2) dd a.btn:hover {
	border: 2px solid #fff;
	background: var(--yellow);
	color: var(--main);
	transition: var(--ease);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topMessage {
		width: 100%;
		padding: 100px 0 100px;
	}
	#topMessage::after {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/separator_white.svg');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.topMessage_wrap {
		width: calc(100% - 60px);
		max-width: 100%;
		min-width: calc(100% - 60px);
		gap: 100px;
	}
	.topMessage_wrap > dl {
		width: 100%;
	}
	.topMessage_wrap > dl dt {
		width: 250px;
		min-width: 250px;
		top: -60px;
	}
	.topMessage_wrap > dl dt span {
		height: 28px;
	}
	.topMessage_wrap > dl dd {
		height: 100%;
		padding: 40px 30px 30px;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 20px;
	}
	.topMessage_wrap > dl dd > p {
		width: 100%;
		font-size: 27px;
		text-align: center;
	}
	/* - 名前 */
	.topMessage_wrap > dl dd .name {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 20px;
		grid-row-gap: 20px;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.topMessage_wrap > dl dd .name i {
		width: 200px;
		min-width: 200px;
		padding: 0;
		margin: 0 auto;
	}
	.topMessage_wrap > dl dd .name p {
		width: 100%;
		font-size: 25px;
		text-align: center;
		order: 1;
	}
	/* - ボタン */
	.topMessage_wrap > dl dd a.btn {
		display: inline-flex;
		width: fit-content;
		padding: 13px 40px;
	}
}

/************************************************************/
/*　トップ　ご利用者の声
/************************************************************/
#topVoice {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topVoice::before {
	content: '';
	display: block;
	width: 150px;
	height: auto;
	aspect-ratio: 92 / 139;
	position: absolute;
	top: -100px;
	left: 50px;
	background-image: url(https://yokomizo-sa.com/wp-content/uploads/2025/12/twinkling.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: scaleX(-1);
}
#topVoice::after {
	content: '';
	display: block;
	width: 130px;
	height: auto;
	aspect-ratio: 71 / 242;
	position: absolute;
	top: -100px;
	right: 50px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/people_3.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#topVoice > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
}
#topVoice > header > em {
	display: block;
	width: fit-content;
	height: 27px;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
}
#topVoice > header > em img {
	width: auto;
	height: 100%;
}
#topVoice > header > h2 {
	width: 250px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid var(--main);
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--main);
	border-radius: 0;
}
#topVoice > header > p {
	width: 100%;
	padding: 0;
	margin: 20px auto 0;
	position: relative;
	font-family: var(--font-h);
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
#topVoice > header > p::before {
	content: '';
	display: block;
	width: auto;
	height: 50px;
	aspect-ratio: 38 / 41;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/icon_pickaxe_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/*リスト*/
.voiceList {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 60px;
	grid-row-gap: 80px;
}
.voiceList > li {
	width: calc((100% - 120px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.voiceList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.voiceList > li > figure::before {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/voice_frame.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}
.voiceList > li > figure a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}
.voiceList > li > figure a::before {
	content: '';
	display: block;
	padding: 50%;
}
.voiceList > li > figure a img {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#contents .voiceList > li > h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 3em;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	color: var(--main);
}
#contents .voiceList > li > h3::before,
#contents .voiceList > li > h3::after {
	display: none;
}
.voiceList > li > p {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	font-family: var(--font-h);
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--text);
}
.voiceList > li > a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 7px 40px;
	margin: 0 auto;
	position: relative;
	border: 2px solid var(--main);
	background: var(--main);
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	transition: var(--ease);
}
.voiceList > li > a.btn:hover {
	border: 2px solid var(--main);
	background: #fff;
	color: var(--main);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topVoice {
		width: 100%;
		padding: 0;
	}
	#topVoice::before {
		content: '';
		display: block;
		width: 50px;
		height: auto;
		top: -70px;
		left: 20px;
	}
	#topVoice::after {
		content: '';
		display: block;
		width: 60px;
		height: auto;
		top: -70px;
		right: 15px;
	}
	#topVoice > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		position: relative;
	}
	#topVoice > header > em {
		display: block;
		width: fit-content;
		height: 27px;
		padding: 0;
		margin: 0 auto 15px;
		position: relative;
		text-align: center;
	}
	#topVoice > header > em img {
		width: auto;
		height: 100%;
	}
	#topVoice > header > h2 {
		width: 250px;
		padding: 10px 20px;
		font-size: 20px;
	}
	#topVoice > header > p {
		width: 100%;
		padding: 0;
		margin: 40px auto 0;
		font-size: 18px;
		line-height: 1.7em;
		text-align: center;
		align-items: flex-start;
	}
	#topVoice > header > p::before {
		content: '';
		display: block;
		width: auto;
		height: 40px;
		top: 0;
	}
	#topVoice > header > p::after {
		content: '';
		display: block;
		width: auto;
		height: 40px;
		aspect-ratio: 38 / 41;
	}

	/*リスト*/
	.voiceList {
		width: calc(100% - 60px);
		max-width: 100%;
		column-gap: 30px;
		grid-row-gap: 50px;
	}
	.voiceList > li {
		width: calc((100% - 30px) / 2);
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 15px;
	}
	#contents .voiceList > li > h3 {
		width: 100%;
		min-height: 3em;
		font-size: 15px;
		line-height: 1.5em;
	}
	#contents .voiceList > li > figure {
		width: 140px;
		min-width: 140px;
	}
	.voiceList > li > p {
		width: 100%;
		font-size: 13px;
	}
	.voiceList > li > a.btn {
		padding: 7px 30px;
		font-size: 20px;
	}
}

/************************************************************/
/*　トップ　Q&A
/************************************************************/
#topFaq {
	width: 100%;
	padding: 200px 0 150px;
	margin: 0 auto;
	position: relative;
	background: #cfdcfc;
	z-index: 0;
}
#topFaq::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/2025/12/separator_white.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#topFaq::after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/separator_base.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#topFaq > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
#topFaq > header > em {
	display: block;
	width: fit-content;
	height: 27px;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
}
#topFaq > header > em img {
	width: auto;
	height: 100%;
}
#topFaq > header > h2 {
	width: 250px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid var(--main);
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--main);
	border-radius: 0;
}
.topFaq_wrap {
	width: 100%;
	max-width: 900px;
	min-width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topFaq_wrap::before {
	content: '';
	display: block;
	width: 180px;
	height: auto;
	aspect-ratio: 99 / 90;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/twinkling_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 2;
}
.topFaq_wrap::after {
	content: '';
	display: block;
	width: 80px;
	height: auto;
	aspect-ratio: 38 / 41 ;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/icon_pickaxe_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -30px;
	left: -30px;
	z-index: 2;
}
.topFaq_wrap figure {
	padding: 0;
	margin: 0;
	position: relative;
}
.topFaq_wrap figure::after {
	content: '';
	display: block;
	width: 130px;
	height: auto;
	aspect-ratio: 87 / 221;
	background-image: url(https://yokomizo-sa.com/wp-content/uploads/people_6.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 20px;
	right: -10px;
	z-index: 2;
}
.topFaq_wrap figure img {
	width: 100%;
	height: auto;
}
/* - ボタン */
.topFaq_wrap > a.btn {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topFaq {
		width: 100%;
		padding: 100px 0;
	}
	#topFaq > header {
		width: 100%;
		top: unset;
		left: unset;
		transform: unset;
		position: relative;
		margin: 0 auto;
	}
	#topFaq > header > em {
		display: block;
		width: fit-content;
		max-width: calc(100% - 40px);
		height: 25px;
		margin: 0 auto 25px;
	}
	#topFaq > header > h2 {
		width: 250px;
		padding: 10px 20px;
		margin: 0 auto;
		background: #fff;
		border: 2px solid var(--main);
		font-family: var(--font-h);
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		color: var(--main);
		border-radius: 0;
	}
	.topFaq_wrap {
		width: calc(100% - 40px);
		max-width: 100%;
		min-width: calc(100% - 40px);
		text-align: center;
	}
	.topFaq_wrap::before {
		display: none;
	}
	.topFaq_wrap::after {
		display: none;
	}
	.topFaq_wrap figure {
		display: none;
	}
	.topFaq_wrap > p {
		width: 100%;
		padding: 50px 0;
		margin: 0 auto;
		position: relative;
		font-family: var(--font-h);
		font-size: 18px;
		line-height: 1.7em;
		font-weight: 700;
		text-align: center;
		color: var(--main);
		letter-spacing: 0.1em;
	}
	.topFaq_wrap > p::after {
		content: '';
		display: block;
		width: 60px;
		height: auto;
		aspect-ratio: 87 / 221;
		background-image: url(https://yokomizo-sa.com/wp-content/uploads/people_6.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: 2;
	}
	
	/* - ボタン */
	.topFaq_wrap > a.btn {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		padding: 13px 40px;
		margin: auto auto 0;
		border: 2px solid var(--main);
		background: var(--main);
		border-radius: 40px;
		font-family: var(--font-h);
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		color: #fff;
		text-decoration: none;
		transition: var(--ease);
	}
	.topFaq_wrap > a.btn:hover {
		border: 2px solid var(--main);
		background: #fff;
		color: var(--main);
		transition: var(--ease);
	}
	
	#faq .topFaq_wrap {
		width: 100%;
		min-width: 100%;
	}
	#faq .topFaq_wrap::before,
	#faq .topFaq_wrap::after,
	#faq .topFaq_wrap figure::before,
	#faq .topFaq_wrap figure::after {
		display: none;
	}
}

/************************************************************/
/*　横溝米吉とキク
/************************************************************/
.sec {
	width: 100%;
	padding: 50px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.sec > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
.sec > header > em {
	display: block;
	width: fit-content;
	height: 27px;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
}
.sec > header > em img {
	width: auto;
	height: 100%;
}
#contents .sec > header > h1 {
	width: fit-content;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid var(--main);
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--main);
	border-radius: 0;
	white-space: nowrap;
}
.sec_wrap {
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	padding: 70px 50px 50px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	border: 3px solid var(--main);
	border-radius: 50px;
	background: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.sec {
		width: 100%;
		padding: 50px 0 0;
	}
	.sec > header {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 5;
	}
	.sec > header > em {
		height: 27px;
	}
	#contents .sec > header > h1 {
		padding: 10px 20px;
		font-size: 20px;
	}
	.sec_wrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 40px 20px 20px;
		border-radius: 20px;
	}
}

/* フレックスボックス */
.flexBox {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 40px;
}
.flexBox.mb80 {
	margin-bottom: 80px;
}
.flexBox div.half {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.flexBox figure.half {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
.flexBox figure.half::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.flexBox figure.half img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.flexBox div.full {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.flexBox figure.full {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
.flexBox figure.full::before {
	content: '';
	display: block;
	padding-top: 50%;
}
.flexBox figure.full img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

/* - 見出し */
#contents .articleBody .flexBox h2 {
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	color: var(--main);
}
.articleBody .flexBox p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}
.articleBody .flexBox p:last-of-type {
	margin-bottom: 0;
}

/* - ツルハシ */
.tsuruhashi {
	display: block;
	width: 500px;
	position: absolute;
	bottom: -100px;
	right: -100px;
}
.tsuruhashi img {
	width: 100%;
	height: auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/* フレックスボックス */
	.flexBox {
		width: 100%;
		column-gap: 30px;
		grid-row-gap: 30px;
	}
	.flexBox.mb80 {
		margin-bottom: 30px;
	}
	.flexBox div.half {
		width: 100%;
	}
	.flexBox figure.half {
		width: 100%;
		border-radius: 20px;
	}
	.flexBox div.full {
		width: 100%;
	}
	.flexBox figure.full {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		overflow: hidden;
		text-align: center;
		border-radius: 20px;
	}
	.flexBox figure.full::before {
		content: '';
		display: block;
		padding-top: 50%;
	}
	.flexBox figure.full img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: cover;
	}

	/* - 見出し */
	#contents .articleBody .flexBox h2 {
		margin: 0 auto 10px;
		font-size: 5vw;
		line-height: 1.5em;
	}

	/* - ツルハシ */
	.tsuruhashi {
		display: block;
		width: 50%;
		position: absolute;
		bottom: -35px;
		right: -32px;
	}
}


/************************************************************/
/*　一般財団法人横溝奨学会 奨学資金給付規定
/************************************************************/
.regBox {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.regBox dt {
	width: 100%;
	padding: 10px 20px;
	margin: 0 auto;
	background: var(--main);
	border-radius: 5px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.regBox dd {
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
#contents .articleBody .regBox dd h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.4eem;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
.articleBody .regBox p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}
/* - リスト */
.regBox ul {
	width: 100%;
	padding: 0 0 0 1em;
	margin: 0 auto 10px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.regBox ul > li {
	padding: 0 0 0 1.5em;
	margin: 0;
	position: relative;
	line-height: 1.4em;
}
.regBox ul > li::before {
	content: '◎';
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#history .sec header > h1 {
		font-size: 3.5vw;
	}
	.regBox {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.regBox dt {
		padding: 10px 10px;
		font-size: 4vw;
	}
	.regBox dd {
		padding: 20px 0;
	}
	#contents .articleBody .regBox dd h2 {
		margin: 0 auto 5px;
		font-size: 3.5vw;
	}
	/* - リスト */
	.regBox ul {
		width: 100%;
		padding: 0 0 0 1em;
		margin: 0 auto 10px;
		grid-row-gap: 5px;
	}
}

/************************************************************/
/*　ご利用者の声
/************************************************************/
#realvoice .sec_wrap h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: var(--main);
	position: relative;
	background: none;
	border: none;
}
.realvoiceList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 100px;
}
.realvoiceList > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.realvoiceList > li > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	position: relative;
}
.realvoiceList > li > header::after {
	content: '';
	display: block;
	width: calc(100% - 250px);
	height: 5px;
	background-image: radial-gradient(circle, #595aff 2.5px, transparent 2.5px);
	background-size: 20px 5px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
}
.realvoiceList > li > header > figure {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 30px;
	z-index: 2;
}
.realvoiceList > li > header > figure::before {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/voice_frame.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}
.realvoiceList > li > header > figure span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}
.realvoiceList > li > header > figure span::before {
	content: '';
	display: block;
	padding: 50%;
}
.realvoiceList > li > header > figure span img {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.realvoice_ttl {
	width: calc(100% - 20px - 250px);
	padding: 30px 0 0 90px;
	margin: 0;
	position: relative;
}
.realvoice_ttl::before {
	content: '';
	display: block;
	width: 70px;
	height: auto;
	aspect-ratio: 38 / 41;
	background-image: url('https://yokomizo-sa.com/wp-content/uploads/icon_pickaxe_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 38px;
	left: 0;
}
#contents .realvoice_ttl > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	font-family: var(--font-h);
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: left;
	color: var(--main);
	position: relative;
	background: none;
	border: none;
}
#contents .realvoice_ttl > p {
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
/* realvoice_box */
.realvoice_box {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.realvoice_box::after {
	content: '';
	display: block;
	width: calc(100%);
	height: 5px;
	background-image: radial-gradient(circle, #595aff 2.5px, transparent 2.5px);
	background-size: 20px 5px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
}
.realvoice_box dt {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-family: var(--font-h);
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
}
.realvoice_box dt::before {
	content: '';
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: var(--main);
}
.realvoice_box dd {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.realvoice_box dd p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#realvoice .sec_wrap h2 {
		margin: 0 auto 20px;
		font-size: 4vw;
		line-height: 1.4em;
	}
	.realvoiceList {
		width: 100%;
		grid-row-gap: 50px;
	}
	.realvoiceList > li {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.realvoiceList > li > header {
		padding: 0 0 25px;
		margin: 0 auto;
		flex-wrap: wrap;
		column-gap: 20px;
		position: relative;
	}
	.realvoiceList > li > header::after {
		content: '';
		display: block;
		width: calc(100%);
		height: 5px;
		background-image: radial-gradient(circle, #595aff 2.5px, transparent 2.5px);
		background-size: 20px 5px;
		background-repeat: repeat-x;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.realvoiceList > li > header > figure {
		width: 150px;
		min-width: 150px;
		padding: 0;
		margin: 0 auto 15px;
		position: relative;
		top: 0;
		z-index: 2;
	}
	.realvoice_ttl {
		width: calc(100%);
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.realvoice_ttl::before {
		display: none;
	}
	#contents .realvoice_ttl > h2 {
		margin: 0 auto 15px;
		font-size: 4.5vw;
		text-align: center;
	}
	#contents .realvoice_ttl > p {
		font-size: 13px;
		text-align: center;
	}
	/* realvoice_box */
	.realvoice_box {
		width: 100%;
		padding: 20px 0;
		grid-row-gap: 10px;
	}
	.realvoice_box::after {
		content: '';
		display: block;
		width: calc(100%);
		height: 2px;
		background: var(--main);
		position: absolute;
		bottom: 0;
		right: 0;
		opacity: 0.2;
	}
	.realvoice_box dt {
		font-size: 4vw;
	}
	.realvoice_box dt::before {
		content: '';
		width: 10px;
		height: 3px;
		border-radius: 3px;
		background: var(--main);
	}
}

/************************************************************/
/*　インタビュー
/************************************************************/
.interview_head {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#contents .interview_head > small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: var(--font-h);
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
}
#contents .interview_head > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-h);
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-align: left;
}
#contents .interview_head > p {
	padding: 0;
	margin: 0;
	text-align: left;
}

/*紹介*/
.interview_intro {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.interview_intro > figure {
	width: 300px;
	min-width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
	border: 3px solid var(--main);
	transform: translateX(70px);
}
.interview_intro > figure::before {
	content: '';
	display: block;
	padding-top: 125%;
}
.interview_intro > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.interview_info {
	width: calc(100% - 300px);
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .interview_info > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-align: left;
}
#contents .interview_info > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}

/* - ボックス */
.interview_box {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.interview_box:last-of-type {
	margin-bottom: 0;
}
.interview_box dt {
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	font-family: var(--font-h);
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	letter-spacing: 0.1em;
	text-align: left;
}
.interview_box dt::before {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: var(--main);
	position: absolute;
	top: 0.7em;
	left: 0;
}
.interview_box dd {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#contents .interview_box dd > h3 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto 5px;
}
#contents .interview_box dd > h3::before,
#contents .interview_box dd > h3::after {
	display: none;
}
.interview_box dd > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 2;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.interview_head {
		width: 100%;
		grid-row-gap: 10px;
		margin: 0 auto 30px;
	}
	#contents .interview_head > small {
		font-size: 3vw;
		text-align: center;
	}
	#contents .interview_head > h2 {
		width: 100%;
		font-size: 6vw;
		text-align: center;
	}
	#contents .interview_head > p {
		padding: 0;
		margin: 0;
		text-align: center;
	}

	/*紹介*/
	.interview_intro {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 15px;
	}
	.interview_intro > figure {
		width: 200px;
		min-width: 200px;
		margin: 0 auto;
		border-radius: 20px;
		transform: unset;
	}
	.interview_info {
		width: calc(100%);order: 1;
	}
	#contents .interview_info > h2 {
		margin: 0 auto 15px;
		font-size: 4vw;
	}

	/* - ボックス */
	.interview_box {
		margin: 0 auto 30px;
		grid-row-gap: 15px;
	}
	.interview_box:last-of-type {
		margin-bottom: 0;
	}
	.interview_box dt {
		width: 100%;
		padding: 0 0 0 20px;
		font-size: 4vw;
	}
	.interview_box dt::before {
		width: 10px;
		top: 0.7em;
		left: 0;
	}
	.interview_box dd {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#contents .interview_box dd > h3 {
		font-size: 3.5vw;
		margin: 0 auto 5px;
	}
}