@charset "utf-8";

.pcBl {
	display: block;
}
.spBl {
	display: none;
}



#container {
	padding: 150px 0 100px;
}


.contWrap {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-bottom: 100px;
}

.gradFlex {
	display: flex;
	margin-bottom: 150px;
	align-items: flex-start;
}
.gradFlex.reverse {
	flex-direction: row-reverse;
}

.gradText,
.gradPhoto {
	width: 50%;
}

.gradPhoto {
	position: relative;
}

.gradFlex .gradPhoto .human img {
	width: 100%;
}


.gradBaloon01 {
	position: absolute;
	left: 10%;
	bottom: -90px;
	background: #ef8ca3;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 40px;
	width: 400px;
	border-radius: 7px;
}

.gradBaloon01::before {
	content: '';
	background: url("../major/dope/image/graduate/icon01.png") center center no-repeat;
	background-size: cover;
	width: 108px;
	height: 75px;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.gradBaloon02 {
	position: absolute;
	right: 10%;
	bottom: -90px;
	background: #ef8ca3;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 40px;
	width: 360px;
	border-radius: 7px;
}

.gradBaloon02::before {
	content: '';
	background: url("../major/dope/image/graduate/icon02.png") center center no-repeat;
	background-size: cover;
	width: 108px;
	height: 75px;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}


.gradBaloon03 {
	position: absolute;
	left: 10%;
	bottom: -90px;
	background: #69c5cf;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 40px;
	width: 360px;
	border-radius: 7px;
}

.gradBaloon03::before {
	content: '';
	background: url("../major/dola/image/graduate/icon01.png") center center no-repeat;
	background-size: cover;
	width: 108px;
	height: 75px;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.gradBaloon04 {
	position: absolute;
	right: 10%;
	bottom: -90px;
	background: #857cb9;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 40px;
	width: 400px;
	border-radius: 7px;
}

.gradBaloon04::before {
	content: '';
	background: url("../major/dola/image/graduate/icon02.png") center center no-repeat;
	background-size: cover;
	width: 108px;
	height: 75px;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.yakusyoku {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 500;
	white-space: nowrap;
}
.graName {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}

.graName span {
	font-size:  20px;
	font-weight: 400;
}

.keireki {
	font-size:  18px;
	line-height: 1.6;
}

.keireki sup {
	font-size: 0.7em;
}

.keireki .smlTxt {
	font-size: 0.7em;
	margin-top: 10px;
	padding-left: 1.1em;
	text-indent: -1.1em;
	display: block;
	line-height: 1.4;
}


.yellowArea {
	background: #f9f5e0;
	padding: 100px 0;
}

.yellowInto {
	width: 780px;
	max-width: 90%;
	margin: 0 auto;
}

.yellowTitle {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}
.yellowInText {
	font-weight: 500;
	font-size: 24px;
}


.whiteArea {
	padding: 100px 0;
}

.whiteInto {
	width: 780px;
	max-width: 90%;
	margin: 0 auto;
}

.relaWrap {
	position: relative;
}

.faqFlex {
	display: flex;
	margin-bottom: 15px;
	color: #e73a75;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 500;
	align-items: center;
}

.ver02 .faqFlex {
	color: #69c5cf;
}
.ver03 .faqFlex {
	color: #444298;
}

.faqFlex .faqIcon {
	flex-shrink: 0;
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.faqText {
	margin-bottom: 50px;
}


.faqText dt {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 5px;
}
.faqText dd {
	font-size: 20px;
}


@media screen and (max-width: 1300px){
	
	
	.gradFlex {
		margin-bottom: 80px;
	}
	
	.yellowTitle {
		font-size: 36px;
	}
	.yellowInText {
		font-size: 18px;
	}

	.faqFlex {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.faqText dt {
		font-size: 24px;
	}
	.faqText dd {
		font-size: 18px;
	}
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 767px){
	
	.pcBl {
		display: none;
	}
	.spBl {
		display: block;
	}
	
	#container {
		padding: 70px 0 70px;
	}
	
	.gradFlex {
		display: block;
		margin-bottom: 70px;
	}
	
	.gradText,
	.gradPhoto {
		width: auto;
	}

	.gradPhoto {
		display: none;
	}
	

	.gradBaloon01 {
		position: relative;
		left: 10%;
		bottom: auto;
		top: -20px;
		background: #ef8ca3;
		border: 2px solid #fff;
		color: #fff;
		box-sizing: border-box;
		padding: 20px 5%;
		width: 80%;
		border-radius: 7px;
	}

	.gradBaloon01::before {
		width: 54px;
		height: 38px;
		background-size: cover;
		position: absolute;
		top: -38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	
	
	.gradBaloon02 {
		position: relative;
		right: auto;
		bottom: auto;
		top: -20px;
		background: #ef8ca3;
		border: 2px solid #fff;
		color: #fff;
		box-sizing: border-box;
		padding: 20px 5%;
		width: 80%;
		border-radius: 7px;
		left: 10%;
	}

	.gradBaloon02::before {
		width: 54px;
		height: 38px;
		background-size: cover;
		position: absolute;
		top: -38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}

	.gradBaloon03 {
		position: relative;
		left: 10%;
		bottom: auto;
		top: -20px;
		box-sizing: border-box;
		padding: 20px 5%;
		width: 80%;
	}

	.gradBaloon03::before {
		width: 54px;
		height: 38px;
		background-size: cover;
		position: absolute;
		top: -38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	
	.gradBaloon04 {
		position: relative;
		right: auto;
		bottom: auto;
		top: -20px;
		padding: 20px 5%;
		width: 80%;
		border-radius: 7px;
		left: 10%;
	}

	.gradBaloon04::before {
		width: 54px;
		height: 38px;
		background-size: cover;
		position: absolute;
		top: -38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	

	.yakusyoku {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.graName {
		font-size: 20px;
	}

	.graName span {
		font-size:  16px;
	}

	.keireki {
		font-size:  16px;
	}

	
	.contWrap {
		margin-bottom: 50px;
	}



	.yellowArea {
		padding: 50px 0;
	}


	.yellowTitle {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.yellowInText {
		font-size: 16px;
	}

	.whiteArea {
		padding: 50px 0;
	}

	.whiteInto {
		box-sizing: border-box;
		padding: 30px 5%;
		background: #fbe0e5;
	}
	
	.whiteInto.ver02 {
		background: #e4f3f5;
	}
	
	.whiteInto.ver03 {
		background: #dad6eb;
	}


	.faqFlex {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.faqFlex .faqIcon {
		width: 10%;
		margin-right: 20px;
	}

	.faqText {
		margin-bottom: 30px;
	}

	.faqText dt {
		font-size: 20px;
	}
	.faqText dd {
		font-size: 16px;
	}

	
}
