@charset "utf-8";

/*-------------------------------
	詳細
-------------------------------*/

.Single{
	padding-top: 5.2rem;
	padding-bottom: 6.2rem;
}
.Single__top{
	margin-bottom: 6rem;
}
.Single-header{
	border-bottom: 2px solid var(--subcolor);
	margin-bottom: 9.2rem;
	padding-bottom: 1.4rem;
}
.Single-header__tag{
    background: var(--maincolor);
    font-family: var(--en);
    margin-right: 2.2rem;
	margin-bottom: 1.4rem;
    font-size: 2.2rem;
    height: 3.6rem;
    padding: .5rem 1.2rem .2rem 1.5rem;
    font-weight: 600;
    letter-spacing: .15em;
    width: fit-content;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Single-header__title{
	font-size: 2.6rem;
	font-weight: 700;
	line-height: calc(4.1 / 2.6);
}
.C-Single-data{
	margin-bottom: 9.2rem;
}
.Single-faq{
	margin-bottom: 9rem;
}
.Single-faq__inner{
	margin-bottom: 5rem;
}
.Single-faq-block:not(:last-child){
	margin-bottom: 5rem;
}
.Single-faq-block__title{
	border-bottom: 2px solid var(--subcolor);
	width: 100%;
	padding-bottom: .9rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Single-faq-block__title::before{
	background: var(--maincolor);
	font-family: var(--en);
	content: "Q.";
	width: 4.2rem;
	height: 4.2rem;
	font-weight: 600;
	line-height: 1;
	font-size: 2.1rem;
	padding-left: .25em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Single-faq-block__title span{
	width: calc(100% - 4.2rem);
	font-size: 2.2rem;
	padding-top: .6rem;
	padding-left: 1.6rem;
	font-weight: 700;
	line-height: calc(2.7 / 2.2);
	display: block;
}
.Single-faq-block__text{
	font-size: 1.6rem;
	line-height: calc(3 / 1.6);
}

.Single-profile__inner{
	border: 1px solid var(--subcolor);
	width: 100%;
	padding: 3.2rem 3.7rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 5000;
}
.Single-profile__inner::before{
	border: 1px solid var(--subcolor);
	content: "";
	display: block;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.Single-profile__image{
	width: 15.8rem;
}
.Single-profile__image img{
	width: 100%;
	height: 19rem;
	object-fit: cover;
}
.Single-profile__body{
	width: calc(100% - 15.8rem);
	padding-left: 3.8rem;
}
.Single-profile__header-area{
	background: var(--subcolor);
	width: fit-content;
	font-size: 1.3rem;
	padding: .5rem .8rem;
	margin-bottom: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.Single-profile__name{
	width: 100%;
	margin-bottom: 1.4rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Single-profile__name-jp{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Single-profile__name-en{
	font-size: 1.2rem;
	margin-left: 1rem;
	line-height: 1;
	display: block;
}
.Single-profile__text{
	line-height: calc(3 / 1.6);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Single{
		padding-top: 2.5rem;
		padding-bottom: 5rem;
	}
	.Single__top{
		margin-bottom: 3.8rem;
	}
	.Single-header{
		margin-bottom: 6rem;
		padding-bottom: .8rem;
	}
	.Single-header__tag{
        margin-right: 1rem;
        font-size: 1.5rem;
		margin-bottom: .6rem;
        height: 2.5rem;
        padding: .5rem 1rem .2rem 1rem;
	}
	.Single-header__title{
		font-size: 1.8rem;
		line-height: calc(2.8 / 1.8);
	}
	.C-Single-data{
		margin-bottom: 4.8rem;
	}
	.Single-faq{
		margin-bottom: 4.2rem;
	}
	.Single-faq__inner{
		margin-bottom: 4.2rem;
	}
	.Single-faq-block:not(:last-child){
		margin-bottom: 3.4rem;
	}
	.Single-faq-block__title{
		padding-bottom: .8rem;
		margin-bottom: 1.5rem;
	}
	.Single-faq-block__title::before{
		width: 3.4rem;
		height: 3.4rem;
		font-size: 1.7rem;
	}
	.Single-faq-block__title span{
		width: calc(100% - 3.4rem);
		font-size: 1.6rem;
		padding-top: .4rem;
		padding-left: .8rem;
		line-height: calc(2.2 / 1.6);
	}
	.Single-faq-block__text{
		line-height: var(--line-height);
		font-size: var(--font-size);
	}
	.Single-faq .C-Button{
		width: 30rem;
	}

	.Single-profile{
		max-width: 31rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Single-profile__inner{
		padding: 2.5rem 2.4rem 2.2rem;
		flex-direction: column;
		align-items: center;
	}
	.Single-profile__image{
		width: 13.7rem;
		margin-bottom: 1.6rem;
	}
	.Single-profile__image img{
		height: 19rem;
	}
	.Single-profile__body{
		width: 100%;
		padding-left: 0;
	}
	.Single-profile__header-area{
		font-size: 1rem;
		padding: .3rem .6rem;
	}
	.Single-profile__name{
		margin-bottom: 1.1rem;
	}
	.Single-profile__name-jp{
		font-size: 1.4rem;
	}
	.Single-profile__name-en{
		font-size: 1rem;
		margin-left: .6rem;
	}
	.Single-profile__text{
		line-height: calc(2.4 / 1.3);
	}

}



/*-------------------------------
	ナビ
-------------------------------*/

.Nav{
	padding-top: 9rem;
	padding-bottom: 5.8rem;
	background: #e6e6e6;
}
.Nav-list{
	width: 100%;
	margin-bottom: 5.2rem;
	display: flex;
	gap: 3.5rem;
	align-items: stretch;
	justify-content: center;
}
.Nav-list:not(:has(.Nav-list__item.-prev))::before,
.Nav-list:not(:has(.Nav-list__item.-next))::after{
	content: "";
	display: block;
	max-width: 41.4rem;
    width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item{
	max-width: 41.4rem;
	width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item a{
	box-shadow: inset 2px 2px var(--subcolor), inset -2px -2px var(--subcolor);
	padding: 1.8rem 1.7rem;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	background: #f9f9f7;
	opacity: 1 !important;
}
.Nav-list__item-tag{
	background: var(--subcolor);
	width: 9rem;
	height: 2.7rem;
	transform: translateY(-100%);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	position: absolute;
	top: 0;
}
.Nav-list__item.-prev .Nav-list__item-tag::before,
.Nav-list__item.-next .Nav-list__item-tag::after{
	content: "";
	display: block;
	width: .9rem;
	height: .9rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.Nav-list__item.-prev .Nav-list__item-tag{
	right: 0;
}
.Nav-list__item.-prev .Nav-list__item-tag::before{
	transform: rotate(135deg);
	margin-right: .8rem;
}
.Nav-list__item.-next .Nav-list__item-tag{
	left: 0;
}
.Nav-list__item.-next .Nav-list__item-tag::after{
	transform: rotate(-45deg);
	margin-left: .8rem;
}
.Nav-list__item-category{
	border: 2px solid var(--subcolor);
	font-size: 1.4rem;
	margin-bottom: .7rem;
	padding: .2rem .7rem .3rem;
	line-height: 1;
	font-weight: 700;
	display: inline;
}
.Nav-list__item-category span{
	line-height: 1;
}
.Nav-list__item-category span::before{
	line-height: 1;
	margin-left: -.3em;
}
.Nav-list__item-category-area + br + .Nav-list__item-category-age::before,
.Nav-list__item-category-area + br + .Nav-list__item-category-family::before{
	content: "/";
}
.Nav-list__item-category-age + .Nav-list__item-category-family::before{
	content: "・";
}
.Nav-list__item-title{
	max-height: calc(3em * (2.8 / 1.6));
	line-height: calc(2.8 / 1.6);
	font-weight: 700;
}
.Nav-list__item-title span{
	line-height: calc(2.8 / 1.6);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Nav{
		padding-top: 7rem;
	}
	.Nav-list{
		margin-bottom: 3.8rem;
		gap: 1.2rem;
	}
	.Nav-list:not(:has(.Nav-list__item.-prev))::before,
	.Nav-list:not(:has(.Nav-list__item.-next))::after{
		max-width: 50%;
		width: calc((100% - 1.2rem) / 2);
	}
	.Nav-list__item{
		max-width: 41.4rem;
		width: calc((100% - 1.2rem) / 2);
	}
	.Nav-list__item a{
		padding: 1.1rem 1.1rem .9rem;
	}
	.Nav-list__item-tag{
		width: 9rem;
		height: 2.7rem;
	}
	.Nav-list__item.-prev .Nav-list__item-tag::before,
	.Nav-list__item.-next .Nav-list__item-tag::after{
		width: .9rem;
		height: .9rem;
	}
	.Nav-list__item.-prev .Nav-list__item-tag::before{
		margin-right: .8rem;
	}
	.Nav-list__item.-next .Nav-list__item-tag::after{
		margin-left: .8rem;
	}
	.Nav-list__item-category{
		font-size: 1.2rem;
		margin-bottom: .5rem;
		padding: .2rem .5rem;
		line-height: calc(1.6 / 1.2);
	}
	.Nav-list__item-title{
		font-size: 1.3rem;
		line-height: calc(2 / 1.3);
		max-height: unset;
	}

}