@charset "UTF-8";

.kirei_roots .content h2 {
	color: #464646;
}
/* headline */
.kirei_roots .content h2.headline {
	border-bottom: solid 1px #464646;
	border-top: solid 1px #464646;
	padding: 2vw 0;
	position: relative;
}
.kirei_roots .content h2.headline::before {
	background-color: #464646;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1vw;
	height: .3vw;
	width: 100%;
}
/* block */
.kirei_roots .block {
	margin-bottom: 10vw;
}
/* full_width */
.kirei_roots .full_width {
	margin: 0 -21vw;
}
@media screen and (min-width: 1000px) {
	/* headline */
	.kirei_roots .content h2.headline {
		padding: 20px 0;
	}
	.kirei_roots .content h2.headline::before {
		top: -10px;
		height: 3px;
	}
	/* block */
	.kirei_roots .block {
		margin-bottom: 100px;
	}
	/* full_width */
	.kirei_roots .full_width {
		margin: 0;
	}
}
@media screen and (max-width: 780px) {
	/* headline */
	.kirei_roots .content h2.headline {
		padding: 3vw 0;
	}
	.kirei_roots .content h2.headline::before {
		top: -6px;
		height: 2px;
	}
	/* block */
	.kirei_roots .block {
		margin-bottom: 16vw;
	}
	/* full_width */
	.kirei_roots .full_width {
		margin: 0 -8vw;
	}
}
/** -- what_kind -- **/
.kirei_roots .what_kind {
	margin: 0 0 15vw;
}
.kirei_roots .what_kind h2 {
	font-family: 'Cinzel', serif;
	font-size: 3.6vw;
	letter-spacing: .8vw;
	margin-bottom: 2vw !important;
	text-align: center;
}
.kirei_roots .what_kind figure {
	margin-top: 0 !important;
}
.kirei_roots .what_kind_c {
	position: relative;
}
.kirei_roots .what_kind_c figure {
	margin: 0 !important;
	position: absolute;
	right: -16vw;
	top: -5vw;
	width: 17vw;
	z-index: -1;
}
.kirei_roots .co_image {
	margin-bottom: 20vw;
}
@media screen and (min-width: 1000px) {
	.kirei_roots .what_kind {
		margin: 0 0 150px;
	}
	.kirei_roots .what_kind h2 {
		font-size: 36px;
		letter-spacing: 8px;
		margin-bottom: 20px !important;
	}
	.kirei_roots .what_kind_c figure {
		right: -160px;
		top: -50px;
		width: 170px;
	}
	.kirei_roots .co_image {
		margin-bottom: 200px;
	}
}
@media screen and (max-width: 780px) {
	.kirei_roots .what_kind {
		margin: 0 -8vw 15vw;
	}
	.kirei_roots .what_kind h2 {
		font-size: 6.4vw;
		letter-spacing: 1vw;
		margin-bottom: 3vw !important;
	}
	.kirei_roots .what_kind figure {
		margin-top: 0 !important;
	}
	.kirei_roots .what_kind_c {
		position: relative;
	}
	.kirei_roots .what_kind_c figure {
		right: -4vw;
		top: 3vw;
		width: 30vw;
	}
	.kirei_roots .co_image {
		margin-bottom: 20vw;
	}
}
/** -- interview_ttl -- **/
.kirei_roots .interview_ttl {
	margin-bottom: 10vw;
	text-align: center;
}
.kirei_roots .interview_ttl h2 {
	font-family: 'Cinzel', serif;
	font-size: 11vw;
	letter-spacing: 2vw;
	margin: 0 -10vw;
	margin-bottom: 0 !important;
}
.kirei_roots .interview_ttl h3 {
	font-size: 2.1vw;
	letter-spacing: .6vw;
	margin-top: -2vw;
}
@media screen and (min-width: 1000px) {
	.kirei_roots .interview_ttl {
		margin-bottom: 100px;
	}
	.kirei_roots .interview_ttl h2 {
		font-size: 110px;
		letter-spacing: 20px;
		margin: 0 -100px;
	}
	.kirei_roots .interview_ttl h3 {
		font-size: 21px;
		letter-spacing: 6px;
		margin-top: -20px;
	}
}
@media screen and (max-width: 780px) {
	.kirei_roots .interview_ttl {
		margin-bottom: 14vw;
	}
	.kirei_roots .interview_ttl h2 {
		font-size: 13.2vw;
		letter-spacing: 2.4vw;
		margin: 0 -8vw;
	}
	.kirei_roots .interview_ttl h3 {
		font-size: 4vw;
		letter-spacing: .6vw;
		margin-top: -2vw;
	}
}
/** -- q_block -- **/
.kirei_roots .q_block {
	background: url('/wp/wp-content/uploads/2022/01/kirei-roots_bg.png') no-repeat 0 10vw / 100%;
	margin: 0 -21vw;
	margin-bottom: 0;
	padding: 0 21vw;
	position: relative;
}
.kirei_roots .q_block::before {
	background-color: #F4F2EB;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20vw;
	height: calc(100% - 20vw);
	width: 100%;
	z-index: -1;
}
/** manager **/
.kirei_roots .q_block .manager {
	margin: 0 2vw;
	margin-bottom: 12vw;
	position: relative;
}
.kirei_roots .q_block .manager > .wp-block-group__inner-container {
	display: flex;
}
.kirei_roots .q_block .manager .fukidashi {
	position: absolute;
	left: 50%;
	top: -8vw;
	transform: translateX(-50%);
	width: 7vw;
}
.kirei_roots .q_block .manager .box {
	margin: 0 2.5vw;
	text-align: center;
	width: calc(50% - 5vw);
}
.kirei_roots .q_block .manager .box figure {
	margin: 0 !important;
}
.kirei_roots .q_block .manager .box p {
	margin-bottom: -1vw !important;
	margin-top: 1.5vw;
}
.kirei_roots .q_block .manager .box h3 {
	font-family: 'Harenosora';
	font-size: 3vw;
	letter-spacing: .4vw;
	margin-bottom: 0 !important;
}
/** q_box **/
.kirei_roots .q_box {
	padding: 0 0 5vw;
	position: relative;
}
.kirei_roots .q_box .fukidashi {
	background: url('/wp/wp-content/uploads/2022/01/kirei-roots_fukidashi_2.png') no-repeat center / 100%;
	font-size: 1.4vw;
	letter-spacing: .2vw;
	margin: 0 auto !important;
	padding: 1.2vw 0 1.8vw;
	text-align: center;
	width: 17vw;
}
.kirei_roots .q_box .fukidashi span {
	font-family: 'Butler';
	font-size: 2.3vw;
	letter-spacing: .3vw;
	margin-left: .8vw;
}
.kirei_roots .q_box h2 {
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: .2vw;
	margin: 0 -10vw 1vw !important;
	text-align: center;
}
.kirei_roots .q_box .inner_box {
	background-color: #ffffff;
	margin-bottom: 6vw;
	margin-top: 6vw;
	padding: 0 3vw 6vw;
	position: relative;
}
.kirei_roots .q_box .inner_box::before {
	background-color: #ffffff;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -4vw;
	transform: translateX(-50%);
	height: 17vw;
	width: 17vw;
	z-index: -1;
}
.kirei_roots .q_box .inner_box figure {
	margin: 0 !important;
}
.kirei_roots .q_box .inner_box .a {
	margin: 0 auto 4vw !important;
	position: relative;
	width: 12vw;
}
.kirei_roots .q_box .inner_box h3 + .a {
	margin-top: 6vw !important;
}
.kirei_roots .q_box .inner_box .a img {
	margin-top: -1.2vw;
}
.kirei_roots .q_box .inner_box .a figcaption {
	font-family: 'Butler';
	font-size: 5.4vw;
	margin: 0;
	position: absolute;
	right: -1.4vw;
	top: 4.5vw;
}
.kirei_roots .q_box .inner_box h3 {
	font-size: 2.6vw;
	font-weight: bold;
	letter-spacing: .2vw;
	margin-bottom: 2.4vw;
	padding-bottom: 2vw;
	position: relative;
	text-align: center;
}
.kirei_roots .q_box .inner_box h3::after {
	background-color: #464646;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 9vw;
}
.kirei_roots .q_box .inner_box p {
	letter-spacing: .1vw;
	line-height: 1.4 !important;
}
.kirei_roots .q_box .inner_box .full_width {
	margin: 0 -23vw !important;
}
@media screen and (min-width: 1000px) {
	.kirei_roots .q_block {
		background-position: 0 100px;
		margin: 0 calc((680px - 100vw) / 2);
		padding: 0 calc((100vw - 680px) / 2);
	}
	.kirei_roots .q_block::before {
		top: 200px;
		height: calc(100% - 200px);
	}
	/** manager **/
	.kirei_roots .q_block .manager {
		margin: 0 20px;
		margin-bottom: 120px;
	}
	.kirei_roots .q_block .manager .fukidashi {
		top: -80px;
		width: 70px;
	}
	.kirei_roots .q_block .manager .box {
		margin: 0 25px;
		width: calc(50% - 50px);
	}
	.kirei_roots .q_block .manager .box p {
		margin-bottom: -10px !important;
		margin-top: 15px;
	}
	.kirei_roots .q_block .manager .box h3 {
		font-size: 30px;
		letter-spacing: 4px;
	}
	/** q_box **/
	.kirei_roots .q_box {
		padding: 0 0 50px;
	}
	.kirei_roots .q_box .fukidashi {
		font-size: 14px;
		letter-spacing: 2px;
		padding: 12px 0 18px;
		width: 170px;
	}
	.kirei_roots .q_box .fukidashi span {
		font-size: 23px;
		letter-spacing: 3px;
		margin-left: 8px;
	}
	.kirei_roots .q_box h2 {
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0 -100px 10px !important;
	}
	.kirei_roots .q_box .inner_box {
		margin-bottom: 60px;
		margin-top: 60px;
		padding: 0 30px 60px;
	}
	.kirei_roots .q_box .inner_box::before {
		top: -40px;
		height: 170px;
		width: 170px;
	}
	.kirei_roots .q_box .inner_box .a {
		margin: 0 auto 40px !important;
		width: 120px;
	}
	.kirei_roots .q_box .inner_box h3 + .a {
		margin-top: 60px !important;
	}
	.kirei_roots .q_box .inner_box .a img {
		margin-top: -12px;
	}
	.kirei_roots .q_box .inner_box .a figcaption {
		font-size: 54px;
		right: -14px;
		top: 45px;
	}
	.kirei_roots .q_box .inner_box h3 {
		font-size: 26px;
		letter-spacing: 2px;
		margin-bottom: 24px;
		padding-bottom: 20px;
	}
	.kirei_roots .q_box .inner_box h3::after {
		height: 1px;
		width: 90px;
	}
	.kirei_roots .q_box .inner_box p {
		letter-spacing: 1px;
	}
	.kirei_roots .q_box .inner_box .full_width {
		margin: 0 calc((680px - 100vw) / 2) !important;
	}
}
@media screen and (max-width: 780px) {
	.kirei_roots .q_block {
		background-position: 0 24vw;
		margin: 0 -8vw;
		padding: 0 8vw 10vw;
	}
	.kirei_roots .q_block::before {
		top: 30vw;
		height: calc(100% - 30vw);
	}
	/** manager **/
	.kirei_roots .q_block .manager {
		margin: 0 -3vw;
		margin-bottom: 12vw;
	}
	.kirei_roots .q_block .manager .fukidashi {
		top: -12vw;
		width: 10vw;
	}
	.kirei_roots .q_block .manager .box {
		margin: 0 3.5vw;
		text-align: center;
		width: calc(50% - 7vw);
	}
	.kirei_roots .q_block .manager .box p {
		margin-bottom: -1vw !important;
		margin-top: 1.5vw;
	}
	.kirei_roots .q_block .manager .box h3 {
		font-size: 6vw;
		letter-spacing: .6vw;
	}
	/** q_box **/
	.kirei_roots .q_box {
		padding: 0 0 5vw;
		position: relative;
	}
	.kirei_roots .q_box .fukidashi {
		font-size: 3.6vw;
		letter-spacing: .4vw;
		padding: 2vw 0 4vw;
		width: 43vw;
	}
	.kirei_roots .q_box .fukidashi span {
		font-size: 5.4vw;
		letter-spacing: .6vw;
		margin-left: 1vw;
	}
	.kirei_roots .q_box h2 {
		font-size: 4.8vw;
		letter-spacing: .3vw;
		line-height: 1.6;
		margin: 0 -8vw 16vw !important;
	}
	.kirei_roots .q_box .inner_box {
		margin: 0 -4vw;
		margin-bottom: 12vw;
		margin-top: 6vw;
		padding: 0 4vw 11vw;
	}
	.kirei_roots .q_box .inner_box::before {
		top: -8vw;
		height: 40vw;
		width: 45vw;
	}
	.kirei_roots .q_box .inner_box .a {
		margin: 0 auto 8vw !important;
		width: 34vw;
	}
	.kirei_roots .q_box .inner_box h3 + .a {
		margin-top: 6vw !important;
	}
	.kirei_roots .q_box .inner_box .a img {
		margin-top: -1.2vw;
	}
	.kirei_roots .q_box .inner_box .a figcaption {
		font-size: 17vw;
		right: -5vw;
		top: 14vw;
	}
	.kirei_roots .q_box .inner_box h3 {
		font-size: 5vw;
		margin-bottom: 7vw;
		padding-bottom: 6vw;
	}
	.kirei_roots .q_box .inner_box h3::after {
		background-color: #464646;
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1px;
		width: 9vw;
	}
	.kirei_roots .q_box .inner_box p {
		line-height: 1.6 !important;
	}
	.kirei_roots .q_box .inner_box .full_width {
		margin: 0 -8vw !important;
	}
}
/** -- co_profile -- **/
.kirei_roots .co_profile {
	margin: 0 -21vw;
	padding-bottom: 20vw;
	padding-top: 5vw;
	position: relative;
}
.kirei_roots .co_profile .bg {
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.kirei_roots .co_profile h2 {
	font-family: 'Cinzel', serif;
	font-size: 5vw;
	letter-spacing: 1vw;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}
.kirei_roots .co_profile h3 {
	font-size: 2.3vw;
	letter-spacing: .2vw;
	text-align: center;
}
.kirei_roots .co_profile .inner {
	background-color: rgba(255, 255, 255, .64);
	border-radius: 0 0 35vw 35vw;
	margin: 4vw auto 0;
	padding: 7vw 10vw;
	width: 70vw;
}
.kirei_roots .co_profile .inner h3 {
	letter-spacing: .3vw;
	margin: 0 -8vw;
	margin-bottom: 2.4vw;
	padding-bottom: 3vw;
	position: relative;
}
.kirei_roots .co_profile .inner h3::after {
	background-color: #464646;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: .6vw;
	width: 4vw;
}
.kirei_roots .co_profile p {
	
}
.kirei_roots .co_profile p.co_name {
	font-family: 'Cinzel', serif;
	font-size: 8vw;
	letter-spacing: 1.6vw;
	margin-bottom: -9vw;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.kirei_roots .co_profile {
		margin: 0 calc((680px - 100vw) / 2);
		padding-bottom: 200px;
		padding-top: 50px;
	}
	.kirei_roots .co_profile .bg {
		overflow: hidden;
		max-height: 100%;
	}
	.kirei_roots .co_profile h2 {
		font-size: 50px;
		letter-spacing: 10px;
	}
	.kirei_roots .co_profile h3 {
		font-size: 23px;
		letter-spacing: 2px;
	}
	.kirei_roots .co_profile .inner {
		border-radius: 0 0 350px 350px;
		margin: 40px auto 0;
		padding: 70px 100px;
		width: 700px;
	}
	.kirei_roots .co_profile .inner h3 {
		letter-spacing: 3px;
		margin: 0 -80px;
		margin-bottom: 24px;
		padding-bottom: 30px;
	}
	.kirei_roots .co_profile .inner h3::after {
		height: 6px;
		width: 40px;
	}
	.kirei_roots .co_profile p.co_name {
		font-size: 80px;
		letter-spacing: 16px;
		margin-bottom: -90px;
	}
}
@media screen and (max-width: 780px) {
	.kirei_roots .co_profile {
		margin: 0 -8vw;
		padding-bottom: 20vw;
		padding-top: 14vw;
		position: relative;
	}
	.kirei_roots .co_profile .bg {
		left: -68vw;
		top: 0;
		width: 240vw;
	}
	.kirei_roots .co_profile h2 {
		font-size: 10vw;
		letter-spacing: 1.4vw;
	}
	.kirei_roots .co_profile h3 {
		font-size: 5vw;
		letter-spacing: .4vw;
		margin-top: 1.4vw;
	}
	.kirei_roots .co_profile .inner {
		border-radius: 0 0 46vw 46vw;
		margin: 7vw 4vw 0;
		padding: 6vw 4vw 20vw;
		width: auto;
	}
	.kirei_roots .co_profile .inner h3 {
		font-size: 5.6vw;
		letter-spacing: .4vw;
		margin: 0 -4vw;
		margin-bottom: 7.4vw;
		padding-bottom: 7vw;
	}
	.kirei_roots .co_profile .inner h3::after {
		height: 4px;
		width: 7vw;
	}
	.kirei_roots .co_profile .inner p {
		font-size: 3.4vw !important;
	}
	.kirei_roots .co_profile p.co_name {
		font-size: 16vw !important;
		letter-spacing: 2vw;
		margin: 0 -8vw;
		margin-bottom: -9vw;
	}
}