@charset "UTF-8";
/* CSS Document */
.a-heading__inner {
	transform: translateX(-40px);
}
.a-heading .stamp {
	left: 90px;
	bottom: 60px;
}
.heading__title {
	white-space: nowrap;
}
.ctsArea__q {
	padding: 0 30px 70px;
}
.q__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: center;
	max-width: 880px;
	margin: 0 auto;
}
.q__button {
	display: block;
	background: rgba(187, 164, 140, .15);
	padding: 15px 0 30px;
	position: relative;
	text-align: center;
	min-width: 280px;
}
.q__button:hover {
	background: rgba(187, 164, 140, .3);
	color: var(--red);
}
.q__item {
	transition: .3s;
}
.q__item:first-of-type .q__button{
	border-radius: 10px 0 0 0;
}
.q__item:nth-child(3) .q__button{
	border-radius: 0 10px 0 0;
}
.q__item:nth-child(4) .q__button{
	border-radius: 0 0 0 10px;
}
.q__item:last-of-type .q__button {
	border-radius: 0 0 10px 0;
}
.q__item:first-of-type .q__button:hover {
	
}
.q__num,
.perso__q__num,
.perso__q__en{
	color: #FFF;
	display: block;
	font-size: 2.5rem;
	font-weight: var(--black);
	-webkit-text-stroke: 1.5px var(--red);
	text-stroke: 1px var(--red);
}
.q__title {
	align-items: center;
	display: inline-flex;
	font-size: 2rem;
	
	min-height: 65px;
}
.ico-circle__beige {
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	transition: bottom .3s;
}
.q__button:hover .ico-circle__beige {
	bottom: -8px;
}
/*persoArea
-----------------------------------------------------------------------------------------------*/
.persoArea {
	position: relative;
}
.persoArea:last-of-type::after{
	display: block;
	content: "";
	border-bottom: solid 2px #eee7e1;
	width: 1300px;
	margin: 0 auto;
	height: 1px;
 }
.persoArea .ctsArea {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 50px;
	justify-content: center;
	max-width: 1340px;
	padding: 120px 30px;
}
.persoArea .ctsArea.reverse {
	flex-direction: row-reverse;
}
.perso__titArea {
	height: fit-content;
	letter-spacing: normal;
	max-width: 345px;
	padding-bottom: 15px;
	position: relative;
}
.perso__titArea::before {
	border-bottom: solid 1px var(--red);
	bottom: 0;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 300vw;
	z-index: -1;
}
.perso__q__en {
	display: inline-block;
	font-size: 3rem;
	font-weight: var(--black);
}
.perso__q__num {
	display: inline-block;
	font-size: 3.8rem;
	font-weight: var(--bold);
	margin-left: 4px;
}
.perso__title .q__title {
	display: block;
	font-size: 3.8rem;
	font-weight: var(--bold);
	margin-top: 10px;
}
.perso__txtArea {
	display: flex;
	flex-wrap: wrap;
	gap:18px;
	justify-content: center;
	max-width: 900px;
	min-width: 900px;
}
[class^="perso__box"] {
	background: #FFF;
	border-radius: var(--bdrs);
	padding: 25px;
}
.perso__box-green {
	border: solid 1px #4ac998;
	color: #4ac998;
}
.perso__box-blue {
	border: solid 1px #5d97cb;
	color: #5d97cb;
}
.perso__box-pink {
	border: solid 1px #ee849b;
	color: #ee849b;
}
.perso__img {
	border: solid 1px #dcdddd;
	border-radius: 50%;
	height: 80px;
	margin-bottom: 10px;
	width: 80px;
}
.perso__txt {
	font-feature-settings: 'palt';
	font-size: 1.8rem;
	letter-spacing: 0.01rem;
	text-align: justify;
}
.bold__txt {
	font-weight: var(--bold);
	font-size: 2rem;
}
.lespace {
	letter-spacing: -0.09rem;
}

/*boxサイズ*/

#q__01 [class^="perso__box"]:nth-of-type(1) {
	max-width: 294px;
}
#q__01 [class^="perso__box"]:nth-of-type(2) {
	max-width: 312px;
}
#q__01 [class^="perso__box"]:nth-of-type(3) {
	max-width: 254px;
}
#q__01 [class^="perso__box"]:nth-of-type(4) {
	max-width: 353px;
}
#q__01 [class^="perso__box"]:nth-of-type(5) {
	max-width: 528px;
}

#q__02 [class^="perso__box"]:nth-of-type(1) {
	max-width: 360px;
}
#q__02 [class^="perso__box"]:nth-of-type(2) {
	max-width: 264px;
}
#q__02 [class^="perso__box"]:nth-of-type(3) {
	max-width: 215px;
}
#q__02 [class^="perso__box"]:nth-of-type(4) {
	max-width: 280px;
}
#q__02 [class^="perso__box"]:nth-of-type(5) {
	max-width: 235px;
}
#q__02 [class^="perso__box"]:nth-of-type(6) {
	max-width: 325px;
}

#q__03 .perso__txtArea{
	max-width: 740px;
	min-width: 740px;
}
#q__03 [class^="perso__box"]:nth-of-type(1) {
	max-width: 400px;
}
#q__03 [class^="perso__box"]:nth-of-type(2) {
	max-width: 315px;
}
#q__03 [class^="perso__box"]:nth-of-type(3) {
	max-width: 305px;
}
#q__03 [class^="perso__box"]:nth-of-type(4) {
	max-width: 410px;
}

#q__04 .perso__txtArea{
	max-width: 885px;
}
#q__04 [class^="perso__box"]:nth-of-type(1) {
	max-width: 311px;
}
#q__04 [class^="perso__box"]:nth-of-type(2) {
	max-width: 290px;
}
#q__04 [class^="perso__box"]:nth-of-type(3) {
	max-width: 248px;
}
#q__04 [class^="perso__box"]:nth-of-type(4) {
	max-width: 390px;
}
#q__04 [class^="perso__box"]:nth-of-type(5) {
	max-width: 475px;
}

#q__05 [class^="perso__box"]:nth-of-type(1) {
	max-width: 435px;
}
#q__05 [class^="perso__box"]:nth-of-type(2) {
	max-width: 446px;
}
#q__05 [class^="perso__box"]:nth-of-type(3) {
	max-width: 490px;
}
#q__05 [class^="perso__box"]:nth-of-type(4) {
	max-width: 389px;
}
#q__05 [class^="perso__box"]:nth-of-type(5) {
	max-width: 900px;
}

#q__06 [class^="perso__box"]:nth-of-type(1) {
	max-width: 421px;
}
#q__06 [class^="perso__box"]:nth-of-type(2) {
	max-width: 437px;
}
#q__06 [class^="perso__box"]:nth-of-type(3) {
	max-width: 232px;
}
#q__06 [class^="perso__box"]:nth-of-type(4) {
	max-width: 626px;
}
#q__06 [class^="perso__box"]:nth-of-type(5) {
	max-width: 449px;
}
#q__06 [class^="perso__box"]:nth-of-type(6) {
	max-width: 407px;
}
.se {
	display: block;
}
.ipad {
	display: none
}
/*ipad pro*/
@media screen and (max-width:1024px){
	.persoArea .ctsArea {
		gap: 0 30px;
	}
	.persoArea br.pc{
		display: none;
	}
	.ipad {
		display: block
	}
	.perso__title .q__title {
		font-size: 3.5rem;
	}
}
@media screen and (max-width:812px){
	.a-heading__inner{
		transform: none;
	}
	.a-heading .heading__img img{
		left: 37%;
	}
	.a-heading .heading__txt{
		width: 75%;
	}
	.a-heading .stamp{
		bottom: auto;
		left: 40px;
		top: 180px;
	}
	.ctsArea__q {
		padding: 40px 15px 60px;
	}
	.q__list {
		gap:15px;
	}
	.q__item {
		width: calc((100% - 30px) / 2);
	}
	.q__button {
		padding: 10px 10px 20px;
		width: 100%;
		min-width: auto;
	}
	.q__item:first-of-type .q__button{
		border-radius: 10px 0 0 0;
	}
	.q__item:nth-child(2) .q__button{
		border-radius: 0 10px 0 0;
	}
	.q__item:nth-child(3) .q__button,
	.q__item:nth-child(4) .q__button{
		border-radius: 0;
	}
	.q__item:nth-child(5) .q__button{
		border-radius: 0 0  0 10px;
	}
	.q__num,
	.perso__q__num,
	.perso__q__en{
		font-size: 1.6rem;
		-webkit-text-stroke: 1.8px var(--red);
	}
	.q__list .q__num{
		-webkit-text-stroke: 1px var(--red);
	}
	.q__title {
		font-size: 1.6rem;
		min-height: auto;
	}
	.q__list .q__title {
		min-height: 50px;
	}
/*persoArea
-----------------------------------------------------------------------------------------------*/
	.persoArea:last-of-type::after{
		width: 95%;
	 }
	.persoArea .ctsArea {
		display: block;
		padding: 40px 15px 70px;
	}
	#q__06.persoArea .ctsArea {
		padding: 40px 15px 40px;
	}
	.perso__titArea {
		max-width: none;
		margin-bottom: 35px;
		padding-bottom: 10px;
		text-align: center;
	}
	#q__03 .perso__txtArea {
		min-width: auto;
	}
	.perso__titArea::before {
		width: 100vw;
	}
	.perso__q__en {
		font-size: 2.7rem;
	}
	.perso__q__num {
		font-size: 3.4rem;
		margin-left: 3px;
	}
	.perso__title .q__title {
		font-size: 2.4rem;
		line-height: 130%;
		margin-top: 0;
	}
	.perso__txtArea {
		gap: 12px;
		min-width: auto;
	}
	[class^="perso__box"] {
		gap:15px;
		padding: 15px;
	}
	.perso__img {
		height: 50px;
		margin-bottom: 1px;
		width: 50px;
	}
	.perso__txt {
		font-size: 1.5rem;
		line-height: 160%;
	}
	.bold__txt {
		font-weight: var(--bold);
		font-size: 1.7rem;
	}
	[class^="perso__box"] {
		max-width: none!important;
		width: 100%!important;
	}
	.ipad {
		display: none
	}
}
/*ipad mini記述*/
@media screen and (min-width: 768px) and (max-width: 819px){
		[class^="perso__box"] {
		max-width: none!important;
		width: 48%!important;
	}
}
/* iPhone SE用 */
@media screen and (max-width:375px){
	.ctsArea__q {
		padding: 40px 15px 60px;
	}
	.q__title {
		font-size: 1.4rem;
	}
	.se {
		display: none;
	}
}
/* デバイスが横向きの場合の記述 */
@media (orientation: landscape) and (max-width:812px){
}
/* デバイスが横向き＋XR 場合の記述 */
@media (orientation: landscape) and (min-width: 667px) and (max-width: 896px){
	.a-heading .stamp {
		bottom: 43px;
	}
}