/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
}

@media (min-width: 600px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width:767px) {
}

@media (min-width: 768px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

/* ---------------------------------------- common */

article h2 {
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	
}


@media (max-width: 767px) {

	article h2 {
		font-size: clamp(2rem, -1.659rem + 14.55vw, 2.8rem);
		margin: 0 0 4.5em;
	}

}

@media (min-width: 768px) {

	article h2 {
		font-size: clamp(2.4rem, -3.466rem + 10.34vw, 4.8rem);
		margin: 0 0 3em;
	}
	.sp {display: none; }
}

/* ---------------------------------------- comment */

#comment {
	background: #fce878;
	border-radius: 1.5em;
	margin: 0 0 5em;
}

#comment h3 {
	position: relative;
	text-align: center;
	margin: 0 0 3em;
}
#comment h3 em {
	display: inline-block;
	color: #fff5c0;
	font-family: "Lilita One", sans-serif;
}
#comment h3 span {
	display: block;
	width: 90%;
	color: var( --orange-color );
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#comment .inside p {
	line-height: 2;
	font-weight: 500;
}
#comment .inside figure img { border-radius: 1em; }
#comment figcaption {
	line-height: 2;
	font-weight: 500;
}

@media (max-width: 767px) {

	#comment { padding: 2em 1em; }

	#comment h3 em {
		font-size: clamp(3.2rem, -4.545rem + 32.73vw, 5rem);
	}
	#comment h3 em::before {
		content: url( ../images/founder/hukidasi_interview-s.svg );
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
		width: 14em;
		height; auto;
		position: absolute;
		right: -1em;
		bottom: 85%;
	
	}
	#comment h3 span {
		font-size: clamp(1.6rem, -0.455rem + 7.27vw, 2rem);
	}
	#comment .inside div { margin: 0 0 1.5em; }
	#comment .inside div p,
	#comment figcaption {
		font-size: clamp(1.3rem, -0.278rem + 5.45vw, 1.6rem);
	}
	#comment figcaption {
		text-align: center;
		font-size: clamp(1.2rem, 0.023rem + 3.64vw, 1.4rem);
		margin: 1em 0 0;
	}
}

@media (min-width: 768px) {

	#comment { padding: 2em 4em 2.5em; }

	#comment h3 em {
		font-size: clamp(6rem, -4.526rem + 17.24vw, 10rem);
		position: relative;
	}
	#comment h3 em::before {
/* 		content: url( ../images/founder/hukidasi_interview.svg ); */
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
		width: 14em;
		height; auto;
		position: absolute;
		right: 100%;
		bottom: 30%;
	
	}
	#comment h3 span {
		font-size: clamp(2rem, -1.233rem + 5.17vw, 3.2rem);
	}
	#comment .inside {
		display: flex;
		justify-content: space-between;
	}
	#comment .inside div { width: 44.8%; }
	#comment .inside div p,
	#comment figcaption {
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
	}
	#comment .inside figure { width: 47.4%; }
	#comment figcaption {
		display: inline-block;
		margin: 2em 0 0;
	}

}

/* ---------------------------------------- interview */

section.interview:not(:last-child) {
	margin: 0 0 3.5em;
}

section.interview h4 {
	display: table;
	width: 100%;
	color: #fff;
	background: var( --orange-color );
	font-weight: 500;
	line-height: 1.5;
	border-radius: 10px;
}
section.interview h4 > * {
	display: table-cell;
}
section.interview h4 > i img {
	width: 1.75em;
	aspect-ratio: 1;
}
section.interview h4 > span {
	padding: 1em 1em 1em 0;
}

section.interview .inner-s.flexed > figure img {
	vertical-align: text-top;
	border-radius: 1em;
}
section.interview .inner-s figcaption {
	margin: .5em 0 0;
}

@media (max-width: 767px) {

	section.interview h4 { margin: 0 0 1.5em; }
	section.interview h4 > i {
		width: 4em;
		padding: 1em;
	}
	section.interview .inner-s {
		font-size: clamp(1.2rem, 0.023rem + 3.64vw, 1.4rem);
		line-height: 2;
	}

	section.interview .inner-s.flexed > div {
		margin: 0 0 2em;
	}
	section.interview .inner-s figcaption {
		text-align: right;
	}

}

@media (min-width: 768px) {

	section.interview h4 { margin: 0 0 2em; }
	section.interview h4 > * {
		vertical-align: middle;
	}
	section.interview h4 > i {
		width: 4em;
		padding: 1em;
	}

	section.interview .inner-s {
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
		line-height: 2;
	}
	
	section.interview .inner-s.flexed {
		display: flex;
		justify-content: space-between;
	}
	section.interview .inner-s.flexed.reverse {
		flex-direction:row-reverse;
	}
	section.interview .inner-s.flexed.alcenter {
		align-items: center;
	}

	section.interview .inner-s.flexed > div {
		width: 49.6%;
	}
	section.interview .inner-s.flexed > figure {
		width: 47.5%;
	}



}