/*
 * 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) {
}

/* ---------------------------------------- mv */

#mv img {
	max-width: 100%;
}

@media (max-width: 767px) {

	main { 
		font-size: clamp(1.3rem, -0.038rem + 4.25vw, 3.2rem); 
		padding: 3.125em 0;
	}
	.pc {display: none; }

}

@media (min-width: 768px) {

	main { 
		padding: 6em 0 0;
	}
	.sp {display: none; }

}

/* ---------------------------------------- innerlink */

@media (max-width: 767px) {

	#innerlink { 
		padding: 0 20px;
		margin: 0 0 4em; 
	}

}

@media (min-width: 768px) {

	#innerlink { 
		padding: 0 24px;
		margin: 0 0 5em; 
	}

}

/* sectionlink */

#innerlink ul.sectionlink li {
	text-align: center;
}
#innerlink ul.sectionlink li:first-child {
	color: #fff;
	background: #FFB50D;
	border-radius: 2em;
}
#innerlink ul.sectionlink li:nth-child(2) {
	color: #fff;
	background: #33C5B4;
	border-radius: 2em;
}
#innerlink ul.sectionlink li:nth-child(3) {
	color: #fff;
	background: #F0696A;
	border-radius: 2em;
}

#innerlink ul.sectionlink li figure img {
	border-radius: 1em;
}
#innerlink ul.sectionlink li figcaption {
	font-weight: 600;
	margin: 1em 0;
}

#innerlink ul.sectionlink li p a {
	display: block;
	border-radius: 100px;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
	padding: 1em 2em 1em 1.25em;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#innerlink ul.sectionlink li p a:hover {
	box-shadow: none;
	-webkit-transform: translateY(.1em);
	transform: translateY(.1em);
}
#innerlink ul.sectionlink li:first-child p a {
	color: #FFB50D;
	background: #fff url( ../images/recruit/arrow-down_yellow.svg ) no-repeat center right .75em;
	background-size: 1.4em;
}
#innerlink ul.sectionlink li:nth-child(2) p a {
	color: #33C5B4;
	background: #fff url( ../images/recruit/arrow-down_green.svg ) no-repeat center right .75em;
	background-size: 1.4em;
}
#innerlink ul.sectionlink li:nth-child(3) p a {
	color: #F0696A;
	background: #fff url( ../images/recruit/arrow-down_pink.svg ) no-repeat center right .75em;
	background-size: 1.4em;
}

@media (max-width: 767px) {

	#innerlink ul.sectionlink { margin: 0 0 1em; }
	#innerlink ul.sectionlink li {
		width: 100%;
		padding: 1.25em 1em;
	}
	#innerlink ul.sectionlink li:not(:last-child) { margin: 0 0 1em; }

}

@media (min-width: 768px) {

	#innerlink ul.sectionlink {
		display: flex;
		justify-content: space-between;
		margin: 0 0 2em;
	}
	#innerlink ul.sectionlink li {
		width: 32.5%;
		padding: 2em 1.25em;
	}

}

/* interviewlink */

#innerlink ul.interviewlink a {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#innerlink ul.interviewlink a:hover {
	opacity: .5;
}

@media (max-width: 767px) {

	#innerlink ul.interviewlink li:not(:last-child) { margin: 0 0 1em; }

}

@media (min-width: 768px) {

	#innerlink ul.interviewlink {
		display: flex;
		justify-content: space-between;
	}
	#innerlink ul.interviewlink li {
		width: 49.25%;
	}

}

/* ---------------------------------------- job */

#job input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#job .inner {
	background: #3C8DBF;
	border-radius: 2em;
}
#job h2 {
	text-align: center;
	margin: 0 0 1em;
}
#job h2 span {
	display: block;
	color: #fff;
	font-family: "Alexandria", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .1em;
	margin: -.25em 0 0;
}
#job h2 img {
	width: .8em;
	line-height: 1;
}

#job .inside + .inside { padding: 3em 0 0; }
#job .inside h3 {
	color: #fff;
	text-align: center;
	margin: 0 0 1em;
	position: relative;
	z-index: 1;
}
#job .inside h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc( 50% - 1px );
	left: 0;
	z-index: 2;
}
#job .inside h3 span {
	display: inline-block;
	width: 8em;
	background: #3C8DBF;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

/* search-recuit */

#job .search-recuit li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #001C7E;
	background: #fff;
	border-radius: .5em;
	font-weight: 500;
}
#job .search-recuit li dl {
	text-align: center;
}
#job .search-recuit li dt {
	margin: 0 0 .5em;
}
#job .search-recuit li dt img {
	width: 1.25em;
	aspect-ratio: 1;
	margin: 0 .5em 0 0;
}
#job .search-recuit li a {
	display: block;
	color: #fff;
	background: #001C7E;
	border-radius: 100px;
	text-align: center;
	line-height: 1.2;
}
#job .search-recuit li input[type="text"] {
	background: #ededed;
	border-radius: 100px;
	text-align: left;
}
#job .search-recuit li input[type="submit"] {
	display: inline-block;
	color: #fff;
	background: #001C7E;
	border-radius: 100px;
	white-space: nowrap;
}

::placeholder {
	color: #999;
}

/* search-free */

#job .search-free .detail {
	color: #001C7E;
	background: #fff;
	border-radius: .5em;
}
#job .search-free .detail dl {
	display: table;
	width: 100%;
	border-bottom: 1px #001C7E solid;
	
}
#job .search-free .detail dl dt,
#job .search-free .detail dl dd {
	display: table-cell;
	padding: 1em 0;
	vertical-align: middle;
}
#job .search-free .detail dl dt {
	font-weight: 600;
}
#job .search-free .detail dl dd select {
	color: #fff;
	background: #001C7E;
	padding: .75em 1em;
	border-radius: 100px;
	font-weight: 500;
}
#job .search-free .detail dl + p { 
	text-align: center; 
	margin: 1.5em 0 0;
}
#job .search-free .detail dl + p input[type="submit"] {
	display: inline-block;
	width: 60%;
	color: #fff;
	background: #001C7E;
	border-radius: 100px;
	white-space: nowrap;
	font-weight: 500;
	padding: 1em;
}

@media (max-width: 767px) {

	#job { padding: 0 20px; }
	#job .inner { padding: 4em 1em 3em; }
	#job h2 {
		font-size: clamp(3.2rem, -1.043rem + 15.21vw, 10rem);
	}

	#job .search-recuit ul li { padding: 1em; }
	#job .search-recuit ul li:first-child { padding: 1em .5em; }
	#job .search-recuit ul li:not(:last-child) { margin: 0 0 .5em; }
	#job .inside h3 {
		font-size: clamp(1.6rem, -0.074rem + 5.37vw, 4rem);
	}
	#job .search-recuit {
		font-size: clamp(1.4rem, 0.249rem + 3.13vw, 2.8rem);
	}
	#job .search-recuit ul li:nth-child(2) {
		padding: 2em 1em;
	}
	#job .search-recuit ul li:nth-child(3) {
		padding: 1.25em 1em;
	}

	#job .search-recuit li a {
		padding: .6em;
	}
	#job .search-recuit li input[type="text"] {
		padding: .6em 1em;
	}
	#job .search-recuit li input[type="submit"] {
		padding: .6em .5em;
	}
	#job .search-recuit ul li:first-child input[type="text"] {
		width: 73%;
	}
	#job .search-recuit ul li:first-child input[type="submit"] {
		width: 23%;
	}
	::placeholder { font-size: clamp(1.1rem, 0.106rem + 2.91vw, 2.4rem); }

	#job .search-free .detail {
		padding: .25em 1.25em 1.25em;
	}
	#job .search-free .detail dl {
		table-layout: fixed;
	}
	#job .search-free .detail dl dd label {
		display: block;
		line-height: 2;
	}
	#job .search-free .detail dl dd input[type="checkbox"] {
		margin: 0 .25em 0 0;
	}
	#job .search-free .detail dl dd select {
		font-size: clamp(1.4rem, 0.249rem + 3.13vw, 2.8rem);
	}

	#job .search-free .detail dl.selectWrap dt {
		width: 4.5em;
	}
	#job .search-free .detail dl.selectWrap dd {
		width: calc( 100% - 4.5em );
		text-align: right;
	}
}

@media (min-width: 768px) {

	#job { padding: 0 24px; }
	#job .inner { padding: 4em 2em; }
	#job h2 {
		font-size: clamp(4.4rem, 0.904rem + 3.85vw, 6rem);
	}
	#job .inside {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	#job .inside h3 {
		font-size: clamp(2rem, 0.327rem + 1.92vw, 2.8rem);
	}

	#job .search-recuit ul {
		display: flex;
		justify-content: space-between;
		font-size: clamp(1.3rem, 0.466rem + 0.72vw, 1.6rem);
	}
	#job .search-recuit ul li { padding: 1em; }
	#job .search-recuit ul li:first-child {
		width: 43%;
		padding: 1em .5em;
	}
	#job .search-recuit ul li:nth-child(2) {
		width:30%;
	}
	#job .search-recuit ul li:nth-child(3) {
		width: 25%;
	}
	
	#job .search-recuit li a {
		padding: .75em;
	}
	#job .search-recuit ul li:first-child input[type="text"] {
		width: 73%;
		padding: .75em 1em;
	}
	#job .search-recuit ul li:first-child input[type="submit"] {
		width: 22%;
		padding: .75em 1.25em;
	}

	::placeholder { font-size: clamp(1.1rem, 0.067rem + 1.29vw, 1.4rem); }

	#job .search-free .detail {
		padding: 2em;
	}
	#job .search-free .detail dl {
		max-width: 700px;
		margin: 0 auto;
	}
	#job .search-free .detail dl dt {
		width: 8em;
	}
	#job .search-free .detail dl dd label {
		margin: 0 2em 0 0;
	}
	#job .search-free .detail dl dd input[type="checkbox"] {
		margin: 0 .5em 0 0;
	}
	#job .search-free .detail dl dd select {
		font-size: clamp(1.3rem, 0.466rem + 0.72vw, 1.6rem);
	}
	#job .search-free dl + p input[type="submit"] {
		width: 45%;
	}

}

/* ---------------------------------------- sect */

#sect01 {
	background: #FFE7AE url( ../images/recruit/wave_white.svg ) no-repeat top left;
	background-size: contain;
}
#sect02 {
	background: #C9EDE8 url( ../images/recruit/wave_yellow.svg ) no-repeat top left;
}
#sect03 {
	background-color: #FFDADA;
	background-image: url( ../images/recruit/wave_green.svg ), url( ../images/recruit/wave_pink.svg );
	background-position: top left, bottom left;
	background-repeat: no-repeat;
}

main > section.sect { margin: 0; }
section.sect .inner {
	border-radius: 2em;
}

section.sect h2.numdeco { 
	text-align: center; 
	margin: 0 0 4em;
}
section.sect h2.numdeco span { 
	display: flex;
	justify-content: center;
	margin: 0 0 1.5em;
}
section.sect h2.numdeco i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	aspect-ratio: 1;
	background: url( ../images/recruit/number-back.svg ) no-repeat center center;
	background: contain;
	font-family: "Alexandria", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	letter-spacing: .1em;
}
#sect01 h2.numdeco i { color: #FFB50D; }
#sect02 h2.numdeco i { color: #33C5B4; }
#sect03 h2.numdeco i { color: #F0696A; }
section.sect h2.numdeco strong {
	color: #fff;
	font-family: "Alexandria", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .1em;
}
section.sect h2.numdeco small {
	display: block;
	color: #fff;
	font-weight: 600;
	margin: .5em 0 0;
}

section.sect .insideWrap > p { 
	color: #fff; 
	line-height: 1.8;
	font-weight: 600;
}
section.sect .insideWrap > figure + p {
	margin: 2em 0;
}
section.sect .insideWrap > figure img { 
	border-radius: 1em;
}
section.sect .insideWrap .inside {
	background: #fff;
	border-radius: 1em;
}

section.sect .insideWrap .inside h3 {
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 1em 1em 0 0;
	font-weight: 600;
	padding: 1em;
}
#sect01 .insideWrap .inside h3 { background: #F0696A; }
#sect02 .insideWrap .inside h3 { background: #3C8DBF; }
#sect03 .insideWrap .inside h3 { background: #FFB50D; }
section.sect .insideWrap .inside h3 img {
	width: 2em;
	height: auto;
	margin: 0 1em 0 0;
}

section.sect .insideWrap .inside h4 {
	color: #3C8DBF;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 1em;
}

section.sect .insideWrap .inside .detail p + ul { margin-top: 1em; }
section.sect .insideWrap .inside .detail ul + p { margin-top: 1em; }
section.sect .insideWrap .inside .detail p { line-height: 1.8; }
section.sect .insideWrap .inside .detail li {
	color: #001C7E;
	font-weight: 600;
	line-height: 2;
	position: relative;
}
section.sect .insideWrap .inside .detail li i {
	margin: 0 .5em 0 0;
}
#sect01 .insideWrap .inside .detail li i { color: #33C5B4; }
#sect02 .insideWrap .inside .detail li i { color: #FFB50D; }
#sect03 .insideWrap .inside .detail li i { color: #F0696A; }

section.sect .insideWrap .endText {
	font-weight: 600;
}

#sect01 .fig {
	background: #fff;
	border-radius: 1em;
	padding: 1.5em;
}
#sect01 .fig figcaption {
	color: #F0696A;
	font-weight: 600;
	text-align: center;
}

section.sect .insideWrap .inside.lists > ul > li {
	background: #fff;
	border-radius: 1em;
}
section.sect .insideWrap .inside.lists > ul ul li i {
	color: #FFB50D;
	margin: 0 .5em 0 0;
}

@media (max-width: 767px) {

	section.sect { padding: 4em 20px; }
	section.sect .inner { 
		padding: 3em 1em 2em; 
		border-radius: 1em;
	}

	#sect01 .inner {
		background: #FFB50D url( ../images/recruit/section01-back-s.svg ) no-repeat top center;
		background-size: 100%;
	}
	#sect02 .inner {
		background: #33C5B4 url( ../images/recruit/section02-back-s.svg ) no-repeat top center;
		background-size: 100%;
	}
	#sect03 .inner {
		background: #F0696A url( ../images/recruit/section03-back-s.svg ) no-repeat top center;
		background-size: 100%;
	}

	section.sect h2.numdeco { margin: 0 0 2.5em; }
	section.sect h2.numdeco span i {
		font-size: clamp(1.7rem, 0.123rem + 4.7vw, 3.8rem);
	}
	section.sect h2.numdeco strong {
		font-size: clamp(2.6rem, -0.075rem + 8.5vw, 6.4rem);
	}
	section.sect h2.numdeco small {
		font-size: clamp(1.6rem, 0.105rem + 4.47vw, 3.6rem);
	}
	
	section.sect .insideWrap .inside { 
		margin: 0 0 1em; 
		border-radius: .5em;
	}

	section.sect .insideWrap > figure + p {
		font-size: clamp(1.2rem, 0.034rem + 3.58vw, 2.8rem);
	}
	section.sect .insideWrap > figure img { 
		border-radius: .5em;
	}

	section.sect .insideWrap .inside h3 {
		border-radius: .5em .5em 0 0;
		padding: .75em 1em; 
	}
	section.sect .insideWrap .inside h3 span {
		font-size: clamp(1.3rem, 0.141rem + 3.36vw, 2.8rem);
	}
	section.sect .insideWrap .inside h3 img {
		width: 1.25em;
		height: auto;
		margin: 0 .75em 0 0;
	}

	section.sect .insideWrap .inside .detail {
		font-size: clamp(1.2rem, 0.034rem + 3.58vw, 2.8rem);
		padding: 1.25em 1.5em;
	}

	section.sect .insideWrap .inside .detail > ul > li {
		padding: 0 0 0 1.25em;
	}
	section.sect .insideWrap .inside .detail > ul > li > i {
		position: absolute;
		top: .6em;
		left: 0;
	}

	#sect01 .fig { padding: 1em; }
	#sect01 .fig figcaption {
		text-align: left;
	}

	section.sect .insideWrap .inside h4 {
		font-size: clamp(1.6rem, 0.105rem + 4.47vw, 3.6rem);
	}
	section.sect .insideWrap .inside.lists {
		background: none;
	}
	section.sect .insideWrap .inside.lists > ul > li {
		background: #fff;
		padding: 1em .5em 1.5em;
	}
	section.sect .insideWrap .inside.lists > ul > li:not( :last-child ) {
		margin: 0 0 1em;
	}
	section.sect .insideWrap .inside.lists > ul ul {
		width: 14.5em;
		font-size: clamp(1.2rem, 0.034rem + 3.58vw, 2.8rem);
		line-height: 2;
		margin: 0 auto;
	}

	section.sect .insideWrap .inside.listsWide { border-radius: 1em; }
	section.sect .insideWrap .inside.listsWide .detail {
		padding: 1.5em 1em;
	}

	section.sect .insideWrap .endText {
		font-size: clamp(1.3rem, 0.141rem + 3.36vw, 2.8rem);
	}
}

@media (min-width: 768px) {

	section.sect { padding: 8em 24px; }
	section.sect .inner { padding: 4em 2em; }
	#sect01 .inner {
		background: #FFB50D url( ../images/recruit/section01-back.svg ) no-repeat top center;
		background-size: contain;
	}
	#sect02 .inner {
		background: #33C5B4 url( ../images/recruit/section02-back.svg ) no-repeat top center;
		background-size: contain;
	}
	#sect03 .inner {
		background: #F0696A url( ../images/recruit/section03-back.svg ) no-repeat top center;
		background-size: contain;
	}

	section.sect .insideWrap {
		max-width: 800px;
		margin: 0 auto;
	}
	section.sect h2.numdeco span i {
		font-size: clamp(2.4rem, 0.231rem + 2.64vw, 3.5rem);
	}
	section.sect h2.numdeco strong {
		font-size: clamp(4.4rem, 0.904rem + 3.85vw, 6rem);
	}
	section.sect h2.numdeco small {
		font-size: clamp(2rem, -0.359rem + 3.36vw, 3.4rem);
	}

	section.sect .insideWrap > figure + p {
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
	}

	section.sect .insideWrap .inside { margin: 0 0 2em; }

	section.sect .insideWrap .inside h3 span {
		font-size: clamp(1.6rem, 0.077rem + 1.92vw, 2.4rem);
	}

	section.sect .insideWrap .inside .detail {
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
		padding: 2.5em 1em;
	}
	section.sect .insideWrap .inside .detail p,
	section.sect .insideWrap .inside .detail ul {
		width: 100%;
		max-width: 40em;
		margin-left: auto;
		margin-right: auto;
	}

	section.sect .insideWrap .endText {
		font-size: clamp(1.6rem, 0.077rem + 1.92vw, 2.4rem);
	}

	#sect01 .fig figcaption {
		font-size: clamp(1.6rem, 0.077rem + 1.92vw, 2.4rem);
	}

	section.sect .insideWrap .inside h4 {
		font-size: clamp(1.5rem, 0.476rem + 0.96vw, 1.9rem);
	}

	section.sect .insideWrap .inside.lists {
		background: none;
	}
	section.sect .insideWrap .inside.lists > ul {
		display: flex;
		justify-content: space-between;
	}
	section.sect .insideWrap .inside.lists > ul > li {
		width: 31.5%;
		background: #fff;
		padding: 2em .5em 1.5em;
	}
	section.sect .insideWrap .inside.lists > ul ul {
		width: 14.5em;
		font-size: clamp(1.2rem, 0.519rem + 0.48vw, 1.4rem);
		line-height: 2;
		margin: 0 auto;
	}
	
	section.sect .insideWrap .inside.listsWide .detail {
		width: 38em;
		padding: 1.5em 1em;
		margin: 0 auto;
	}

}

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

@media (max-width: 767px) {

	#interview { padding: 4em 20px 0; }
	#interview .inner-s { padding: 0; }

}

@media (min-width: 768px) {

	#interview { padding: 5.5555em 0 0; }
	#interview .inner-s { padding: 0; }

}

#interview h2 {
	color: #001C7E;
	font-family: "Alexandria", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .2em;
	text-align: center;
	margin: 0 0 2em;
}
#interview h2 img {
	width: 3em;
	height: auto;
}
#interview h2 span,
#interview h2 small { display: block; }
#interview h2 span { margin: .25em 0 0; }

@media (max-width: 767px) {

	#interview h2 span {
		font-size: clamp(3.2rem, -0.327rem + 11.63vw, 8.4rem);
	}
	#interview h2 small {
		font-size: clamp(1.4rem, -0.288rem + 5.82vw, 4rem);
	}

}

@media (min-width: 768px) {

	#interview h2 span {
		font-size: clamp(4.4rem, 0.904rem + 3.85vw, 6rem);
	}
	#interview h2 small {
		font-size: clamp(2rem, 0.327rem + 1.92vw, 2.8rem);
	}

	#chatWrap {
		width: 100%;
		height: 100%;
		background: url( ../images/recruit/interview-back.svg ) no-repeat top center;
		background-size: 100%;
		padding: 0 0 6em;
	}

}

/* prof */

#interview .prof { margin: 0 0 3em; }
#interview .prof .inside {
	border: 2px #001C7E solid;
	border-radius: 1.5em 2em;
	padding: 1.25em 1.75em;
}

#interview .prof .inside .detail {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 1em;
}

#interview .prof .inside .detail figure img {
	border-radius: 100%;
}

#interview .prof .inside dl { font-weight: 600; }
#interview .prof .inside dl dt {
	border-bottom: 1px #000 solid;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
}
#interview .prof .inside dl small { 
	font-weight: 400; 
	margin: 0 0 0 1em;
}
#interview .prof .inside p { line-height: 1.8; }

@media (max-width: 767px) {

	#interview .prof .inside .detail figure {
		width: 6em;
		margin: 0 1em 0 0;
	}
	#interview .prof .inside dl,
	#interview .prof .inside p {
		font-size: clamp(1.2rem, 0.034rem + 3.58vw, 2.8rem);
	}
	#interview .prof .inside dl dt {
		font-size: clamp(1.4rem, 0.07rem + 4.03vw, 3.2rem);
	}
	#interview .prof .inside dl dd  small {
		font-size: clamp(1rem, -0.001rem + 3.13vw, 1.2rem);
	}
}

@media (min-width: 768px) {

	#interview .prof .inside .detail figure {
		width: 6em;
		margin: 0 1em 0 0;
	}

	#interview .prof .inside dl,
	#interview .prof .inside p {
		font-size: clamp(1.2rem, 0.336rem + 0.86vw, 1.4rem);
	}
	#interview .prof .inside dl dt {
		font-size: clamp(1.4rem, 0.461rem + 0.86vw, 1.6rem);
	}
	#interview .prof .inside dl dd small {
		font-size: clamp(1.2rem, 0.211rem + 0.86vw, 1rem);
	}
}

@media (max-width: 480px) {

	#interview .prof .inside {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	#interview .prof .inside { margin-bottom: 1.5em; }

}

@media (max-width: 767px) {

	#interview .prof .inside {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#interview .prof .inside { margin-bottom: 1.5em; }

}

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

	#interview .prof {
		display: flex;
		flex-wrap: wrap;
	}
	#interview .prof .inside {
		width: 45%;
		margin: 0 5% 1.5em 2.5%;
	}
	#interview .prof .inside:nth-child( 2n + 2 ){
		margin: 0 2.5% 1.5em 0;
	}

}

@media (min-width: 960px) {

	#interview .prof {
		display: flex;
		flex-wrap: wrap;
	}
	#interview .prof .inside {
		width: 30%;
		margin: 0 5% 1.5em 0;
	}
	#interview .prof .inside:nth-child( 3n + 3 ){
		margin: 0 0 1.5em 0;
	}
}

/* chat */

#interview .chat:not( #chat04 ){
	margin: 0 0 2em;
}
#interview .chat h3 {
	color: #fff;
	border-radius: 1.5em 1.5em 0 0;
	text-align: center;
	font-weight: 600;
	padding: .75em;
}
#chat01 h3 { background: #33C5B4; }
#chat02 h3 { background: #F0696A; }
#chat03 h3 { background: #FFB50D; }
#chat04 h3 { background: #3C8DBF; }

#interview .chat .inside {
	border-radius: 0 0 1.5em 1.5em;
}

#chat01 .inside { background: #c9ede8; }
#chat02 .inside { background: #ffdada; }
#chat03 .inside { background: #ffe7af; }
#chat04 .inside { background: #d9f2ff; }

@media (max-width: 767px) {

	#interview .chat h3 {
		font-size: clamp(1.2rem, 0.034rem + 3.58vw, 2.8rem);
	}
	#interview .chat .inside {
		padding: 1em 1em 1.5em;
	}
}

@media (min-width: 768px) {

	#interview .chat h3 {
		font-size: clamp(1.6rem, -0.655rem + 3.45vw, 2.4rem);
	}
	#interview .chat .inside {
		padding: 2em 1.5em 2.5em;
	}
}
