@charset "utf-8";
/* CSS Document */


.pcOnlyB{
	display:none;
}

.pcOnlyI{
	display:none;
}

/* トップページ */

.mvArea{
	width: 56vw;
	margin: 18vw auto 5vw;
	position: relative;
	z-index: 2;
}

.mvArea:before{
	width: 25vw;
	height: auto;
	aspect-ratio: 256/560;
	content: "";
	position: absolute;
	left: -19vw;
	top: -8vw;
	background: url(../img/mv1.svg) no-repeat top right;
	background-size: contain;
}

.mvArea:after{
	width: 25vw;
	height: auto;
	aspect-ratio: 256/560;
	content: "";
	position: absolute;
	right: -19vw;
	top: -8vw;
	background: url(../img/mv2.svg) no-repeat top left;
	background-size: contain;
}

/*
ディーキャリアとは
--------------------------------------------------
*/


.secAbout{
	position: relative;
}


.secAbout:before{
	width: 100%;
	height: auto;
	aspect-ratio: 1924/140;
	content: "";
	display: block;
	background: url(../img/bg_top.svg) no-repeat bottom center;
	background-size: 100% 100%;
	transform: translateY(1px);
}
.secAbout:after{
	width: 100%;
	height: auto;
	aspect-ratio: 1924/140;
	content: "";
	display: block;
	background: url(../img/bg_bottom.svg) no-repeat top center;
	background-size: 100% 100%;
	transform: translateY(-1px);
}

.about__area{
	background-color: var(--color2);
}

.about__area__inner{
	padding: 12vw 5vw 6vw;
	color: #FFF;
}

.about__header{
	display: grid;
	grid-template-columns: 1fr 20vw;
	gap: 1vw;
	margin-bottom: 5vw;
}

.about__header__txt1{
	font-weight: 800;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.3;
}

.about__header__txt2{
	font-weight: 800;
	font-size: 2.4rem;
	text-align: center;
}

.about__content dt{
	font-weight: 800;
	font-size: 2.2rem;
}

.about__content dd span{
	font-size: 2rem;
	font-weight: 900;
}

/*
大人の発達障害とは
--------------------------------------------------------
*/

.secDd{
	padding: 5vw 5vw 10vw;
}

.dd__header{
	text-align: center;
	color: var(--color2);
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.dd__content{
	font-weight: 800;
	font-size: 2.2rem;
	margin: 0 0 5vw 0;
}

/*
お悩み
--------------------------------------------------------
*/

.secWorry{
	padding: 5vw 5vw 10vw;
}

.worry__header{
	text-align: center;
	color: var(--color2);
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.worry__list{
	list-style-type: none;
	margin: 0 0 5vw 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5vw;
}

.worry__list img{
	width: 100%;
	height: auto;
	aspect-ratio: 517/289;
	object-fit: contain;
	object-position: center bottom;
}

.worry__list figcaption{
	border: solid 3px var(--color2);
	color: var(--color2);
	min-height: 2.8em;
	line-height: 1.2;
	text-align: center;
	font-weight: 800;
	font-size: 1.8rem;
	border-radius: 1.5vw;
	display: grid;
	place-content: center;
	padding-bottom: 0.2em;
}

/*
ステップ
--------------------------------------------------------
*/
.secStep{
	background: url(../img/step_bg.svg) no-repeat top center;
	background-size: 130% auto;
	padding: 13vw 5vw 10vw;
}


.step__header{
	text-align: center;
	color: #FFF;
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.step__read{
	margin-bottom: 5vw;
	color: #FFF;
}

.step__read>p{
	margin-bottom: 1em;
}

.step__flow{
	margin-bottom: 5vw;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1vw;
}

.step__flow__item{
	border: solid 3px var(--color2);
	padding: 3vw;
	border-radius: 2vw;
	background-color: #FFF;

	& h3{
		color: var(--color2);
		font-weight: 900;
		font-size: 3.6rem;
		line-height: 1;
		border-bottom: solid 1vw var(--color2);
		padding-bottom: 2.5vw;
		text-align: center;
		margin-bottom: 2vw;
	}

	& .grid{
		display: grid;
		grid-template-columns: 1fr 30vw;
		align-items: center;
	}

	& .txt1{
		font-weight: 800;
		text-align: center;
		font-size: 2.8rem;
		line-height: 1.4;
		& > span{
			display: block;
			transform: rotate(90deg);
		}
	}

	& .point{
		list-style-type: none;
		margin:0;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2vw;
		& li{
			border: solid 2px var(--color2);
			background-color: #FEE6C2;
			color: var(--color2);
			font-weight: 800;
			text-align: center;
			font-size: 1.8rem;
			line-height: 1;
			padding: 2vw 0;
		}
	}

	& .txt2{
		margin-bottom: 1em;
	}	
}

.step__flow__arrow{
	text-align: center;
}

.step__flow__arrow img{
	width: 12vw;
	transform: rotate(90deg);
}

/*
お知らせ・イベント
--------------------------------------------------------
*/
.secInfo{
	padding: 0 5vw 10vw;
}


.info__header{
	text-align: center;
	color: var(--color2);
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.info__list{
	list-style-type: none;
	margin: 0 0 5vw 0;
	padding: 0;
}

.info__list li{
	line-height: 1.4;
	margin-bottom: 1em;
}


.info__list li a{
	text-decoration: none;
}

.info__list li a:after{
	content: "";
	width: 0.75em;
	height: 0.75em;
	background: url(../img/blank_b.svg) no-repeat center center;
	background-size: contain;
	display: inline-block;
}

.info__list li time{
	display: block;
}

.info__list li time:before{
	content: "■";
	color: var(--color2);
	padding-right: 0.5em;
}

/*
オフィス情報
--------------------------------------------------------
*/

.office__inner{
	padding: 5vw;
}

.office__header{
	text-align: center;
	color: #FFF;
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.office__grid figure{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	gap: 2vw;
	margin-bottom: 5vw;
}

.office__grid figure img{
	width: calc(50% - 1vw);
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.office__grid__content{
	color: #FFF;

	& ul{
		list-style-type: none;
		margin: 0 0 5vw 0;
		padding: 0;
	}

	& ul>li{
		margin: 0 0 2vw 1.2em;
		padding: 0;
		position: relative;
	}

	& ul>li:before{
		content: "■";
		display: block;
		position: absolute;
		left: -1.2em;
		top: 0;
	}

	& ul>li.address{
		& span{
			font-size: 3.6rem;
			font-weight: 800;
		}
	}

	& a{
		text-decoration: none;
		color: #FFF;
	}

	& address{
		font-style: normal;
	}

	& .taikyu{
		border: solid 1px #FFF;
		line-height: 1;
		padding: 2vw 4vw;
		width: fit-content;
		margin-inline: auto;
	}
}

/*
アクセス
--------------------------------------------------------
*/
.secAccess{
	padding: 10vw 5vw 10vw;
}


.access__header{
	text-align: center;
	color: var(--color2);
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.access__content .gmap{
	width: 100%;
	height: auto;
	aspect-ratio: 758/501;
	margin-top: 2vw;
}

.access__content{
	margin-bottom: 10vw;
}

.access__way__header{
	font-weight: 800;
	font-size: var(--h3font);
	margin-bottom: 5vw;
	text-align: center;
}

.access__way__flow{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 5vw;
	list-style-type: none;
	margin: 0;
	padding: 0;
	counter-reset: flowNumber 0;
}

.access__way__flow li{
	margin: 0;
	padding: 0;
}

.access__way__flow figure{
	position: relative;
	line-height: 1.45;
	font-size: 1.8rem;
}

.access__way__flow figure:before{
	counter-increment: flowNumber 1;  
	content: counter(flowNumber);
	position: absolute;
	left: 1vw;
	top: 1vw;
	display: grid;
	place-content: center;
	border-radius: 50vw;
	background-color: var(--color2);
	color: #FFF;
	aspect-ratio: 1/1;
	width: 1.8em;
	height: auto;
	font-weight: bold;
	line-height: 1;
	padding: 0 0.05em 0.1em 0.05em;
	box-sizing: border-box;
}

/*
スタッフ
--------------------------------------------------------
*/
.secStaff{
	padding: 0 0 10vw;
}

.staff__image{
	background-color: var(--color2);
	padding: 5vw;
	margin-bottom: 5vw;
}

.staff__header{
	text-align: center;
	color: #FFF;
	font-weight: 900;
	margin-bottom: 5vw;
	font-size: var(--h2font);
}

.staff__list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.staff__list li{
	
}

.staff__list li:not(:last-of-type){
	margin: 0 0 4vw 0;
}

.staff__list__item{
	& .name{
		padding: 0 2vw 2vw 2vw;
		border-bottom: solid 2px var(--color2);
		font-size: 2.2rem;
		font-weight: 500;
		& .post{
			padding-right: 0.5em;
		}

		& .licence{
			display: block;
			font-size: 1.6rem;

			&:after{
				content: "】";
			}
			&:before{
				content: "【";
			}
		}

		& .san{
			padding-left: 0.5em;
			font-size: 1.6rem;
		}

	}

	& .txt{
		padding: 2vw;
	}
}
/*
.staff__list li:nth-of-type(2n) {
	padding: 0 10vw 0 0;
}

.staff__list li:nth-of-type(2n) .staff__list__image{
	order: 2;
}

.staff__list li:nth-of-type(2n) .staff__list__item{
	order: 1;
}
*/
