@charset "utf-8";
/* CSS Document */
/*****************************************************************************
 *****************************************************************************/
@media screen and (min-width: 1201px) {
	.relatedLinkSection {
		display: none;
	}
	footer {
		padding: 0;
	}
}
.depWrapper {
	display: flex;
	align-items: center;
	height: calc(100vh - 90px);
	padding: 80px 0;
}
@media screen and (max-width: 1200px) {
	.relatedLinkSection {
		display: inherit;
	}
	.depWrapper {
		display: block;
		height: auto;
	}
}
/*****************************************************************************
 *****************************************************************************/
.rightNav {
	width: calc(100% - 1075px);
	text-align: center;
	/* min-width: 360px; */
	min-width: 416px;
}
.rightNav .menu {
	display: inline-block;
	text-align: left;
	position: relative;
}
.rightNav .name {}
.rightNav .name .sub {
	font-size: 12px;
	font-weight: bold;
}
.rightNav .name a {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	position: relative;
}
.rightNav .name a .main {
	font-size: 23px;
}
.rightNav .name a .hover {
	position: absolute;
	right: -100px;
	bottom: 0;
	font-size: 12px;
	opacity: 0;
	width: 100px;
	padding-left: 10px;
	text-align: left;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}
.rightNav .name a .hover .fa {
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
@media screen and (min-width: 601px) {
	.rightNav .name a:hover .hover {
		padding-left: 20px;
		opacity: 1;
	}
	.rightNav .name a:hover .hover .fa {
		opacity: 1;
	}
}
.rightNav nav {
	margin: 55px 0 0;
}
.rightNav nav a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 8px 0;
	padding-left: 23px;
	position: relative;
	font-size: 16px;
}
.rightNav nav a:before {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	background: #BEBEBE;
	transition: background 0.3s ease;
}
.rightNav nav .sl a:before, .rightNav nav a:hover:before {
	background: #82E66E;
}
.rightNav .gengo .name a, .rightNav .gengo .name a * {
	color: #82E66E;
}
.rightNav .gengo nav .sl a:before, .rightNav .gengo nav a:hover:before {
	background: #82E66E;
}
.rightNav .yokyo .name a, .rightNav .yokyo .name a * {
	color: #ff8c6e;
}
.rightNav .yokyo nav .sl a:before, .rightNav .yokyo nav a:hover:before {
	background: #ff8c6e;
}
.rightNav .link {
	margin: 90px 0 0;
}
.rightNav .link a {
	display: block;
	color: #646464;
	text-decoration: none;
	position: relative;
	font-size: 12px;
}
.rightNav .link a .fa {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.rightNav .link a:hover {
	padding-left: 10px;
}
.rightNav .link a:hover .fa {
	opacity: 1;
}
@media screen and (max-width: 1800px) {
	.rightNav .menu {
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px) {
	.rightNav {
		min-width: 100%;
	}
	.rightNav .menu {
		text-align: center;
	}
	.rightNav nav {
		display: none;
	}
	.rightNav .link {
		display: none;
	}
}
/*****************************************************************************
 pager
 *****************************************************************************/
@media screen and (min-width: 1201px) {
	.pager {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.pager {
		margin: 40px 0 60px;
	}
	.pager ul {
		display: -webkit-box;
		display: flex;
		justify-content: center;
	}
	.pager li {
		margin: 0 10px;
	}
	.pager li a {
		display: block;
		color: #646464;
		position: relative;
		padding: 20px 0 0;
		font-size: 12px;
		text-decoration: none;
	}
	.pager li a:before {
		content: "";
		background: #bebebe;
		height: 12px;
		width: 12px;
		border-radius: 100%;
		position: absolute;
		left: 50%;
		margin-left: -6px;
		top: 0;
		transition: color 0.3s ease;
	}
	.gengo .pager li.sl a:before {
		background: #82E66E;
	}
	.yokyo .pager li.sl a:before {
		background: #ff8c6e;
	}
}
/*****************************************************************************
 *****************************************************************************/
.leftContents {
	width: 1075px;
	height: 100%;
	padding: 0 50px;
}
.leftContents .depContents {
	position: relative;
	max-width: 875px;
	margin: 0 auto;
	height: 100%;
}
@media screen and (max-width: 1450px) {
	.leftContents {}
	.leftContents .depContents {}
}
@media screen and (max-width: 1200px) {
	.leftContents {
		margin: 0 auto;
		width: 86%;
		padding: 0;
	}
	.leftContents .depContents {
		width: auto;
		margin: auto;
	}
}
/*****************************************************************************
 *****************************************************************************/
.depContents section {
	padding: 0 0 80px;
	margin: 0 30px;
	overflow: hidden;
}
.depContents .sectionHd {
	line-height: 1.2;
	font-size: 30px;
	margin: 0 0 25px;
}
.depContents .sectionHd .sub {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px;
}
.depContents .sectionHd h2 span {
	font-size: 22px;
	letter-spacing: -0.1em;
}
@media screen and (max-width: 600px) {
	.depContents section {
		margin: 0;
	}
	.depContents .sectionHd {
		text-align: center;
	}
	.depContents .sectionHd h2 span {
		display: block;
	}
}
/*firstSection
-----------------------------------------------------------*/
.depContents .firstSection {
	padding: 0;
	margin: 0 0 30px;
	position: relative;
}
.depContents .firstSection .img img {
	width: 100%;
}
.depContents .firstSection .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 40px 15px;
}
/* 2023.12.20追記 */
.depContents .firstSection .text.firstSection__text02 {
	position: absolute;
	top: inherit;
	left: inherit;
	right: 0;
	bottom: 90px;
	z-index: 3;
	padding: 40px 15px;
}
@media screen and (max-width: 1200px) {
	.depContents .firstSection .text.firstSection__text02 {
		bottom: 0;
	}
}

.depContents .firstSection .text p {
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 15px;
	line-height: 2.5;
	font-size: 11.5px;
}
@media screen and (max-width: 600px) {
	.depContents .firstSection .text {
		position: relative;
		top: inherit;
		left: inherit;
		padding: 0;
	}
	/* 2023.12.20 追記 */
	.depContents .firstSection .text.firstSection__text02 {
		position: relative;
		right: inherit;
		bottom: inherit;
		padding: 0;
	}

	.depContents .firstSection .text p {
		padding: 30px 15px 0;
	}
	.depContents .firstSection .text p br {
		display: none;
	}
}

/*lastSection
-----------------------------------------------------------*/
/* 2024.01.19 追記 */
.depContents section.lastSection {
	padding-bottom: 160px;
}



/*greeting
-----------------------------------------------------------*/
.depContents .greeting .photos {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	padding: 25px 0 85px;
	border-top: 6px solid;
}
.depContents.gengo .greeting .photos {
	border-color: #82E66E;
}
.depContents.yokyo .greeting .photos {
	border-color: #FF8C6E;
}
.depContents .greeting .photos li {
	width: -webkit-calc(100%/6);
	width: calc(100%/6);
	padding: 6px;
}
.depContents .greeting .photos li img {
	width: 100%;
	height: auto;
}
.depContents .greeting > .inner {
	position: relative;
	min-height: 300px;
}
.depContents .greeting .profile {
	float: right;
	margin: -1em 0 0 40px;
	line-height: 1.4;
}
.depContents .greeting .profile .img img {
	width: 100%;
	height: auto;
}
.depContents .greeting .profile p {
	margin: 8px 0 0;
	white-space: nowrap;
}
.depContents .greeting .profile .name {
	font-size: 18px;
	border-bottom: 1px solid;
	vertical-align: middle;
}
.depContents.gengo .greeting .profile .name {
	border-color: #82E66E;
}
.depContents.yokyo .greeting .profile .name {
	border-color: #FF8C6E;
}
.depContents .greeting .profile .name span {
	vertical-align: middle;
}
.depContents .greeting .profile .title {
	font-size: 14px;
}
.depContents .greeting .profile .history {
	font-size: 11.5px;
}
@media screen and (max-width: 1000px) {
	.depContents .greeting .text br {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.depContents .greeting .photos {
		margin: 0 -3px;
	}
	.depContents .greeting .photos li {
		width: calc(100%/4);
		padding: 3px;
	}
	.depContents .greeting .profile {
		float: none;
		margin: 30px auto 0;
		max-width: 204px;
	}
}
/*floatWrapper
-----------------------------------------------------------*/
.depContents .floatWrapper > .inner {}
.depContents .floatWrapper .right {
	float: right;
	margin: -1.7em 0 0;
	padding: 0 0 0 30px;
	width: 402px;
}
@media screen and (max-width: 900px) {
	.depContents .floatWrapper .text {
		overflow: hidden;
	}
	.depContents .floatWrapper .right {
		width: 50%;
	}
	.depContents .floatWrapper .right img {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.depContents .floatWrapper .right {
		float: none;
		margin: 30px 0 0;
		padding: 0;
		width: auto;
		text-align: center;
	}
	.depContents .floatWrapper .right img {
		max-width: 372px;
		width: 90%;
	}
}
/*practice
-----------------------------------------------------------*/
.depContents .practice {
	clear: both;
	margin: 40px 0 0;
}
.depContents .practice .list {
	display: flex;
	flex-wrap: wrap;
	margin: -24px -13px;
}
.depContents .practice .list li {
	width: calc(100%/3);
	padding: 24px 13px;
}
.depContents .practice .list li > .inner {
	width: 100%;
	padding: calc(65.2% + 10px) 0 0;
	position: relative;
}
.depContents .practice .list .imgPosBtm > .inner {
	padding: 0 0 calc(65.2% + 10px);
}
.depContents .practice .list li .img {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.depContents .practice .list li .img img {
	width: 100%;
	max-width: 247px;
	height: auto;
}
.depContents .practice .list .imgPosBtm .img {
	top: inherit;
	bottom: 0;
}
.depContents .practice .list .hd {
	line-height: 1.2;
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: bold;
}

/* 2023.12 追加 */
.depContents .practice .list .hd span {
	font-size: 12px;
}

.depContents .practice .list .hd .when {
	font-size: 12px;
	background: #82E66E;
	color: #ffffff;
	padding-right: 5px;
	margin-right: 5px;
}
.depContents .practice .list .hd .semi {
	font-size: 14px;
}
.depContents .practice .list .text {
	display: block;
	font-size: 12px;
}
@media screen and (max-width: 600px) {
	.depContents .practice .list {
		display: inherit;
		flex-wrap: wrap;
		margin: -24px -13px;
	}
	.depContents .practice .list li {
		width: 247px;
		padding: 24px 0;
		margin: 0 auto;
	}
	.depContents .practice .list li > .inner, .depContents .practice .list .imgPosBtm > .inner {
		padding: 0;
	}
	.depContents .practice .list li .img, .depContents .practice .list .imgPosBtm .img {
		position: relative;
		top: auto;
		bottom: auto;
		margin: 0 0 10px;
	}
	.depContents .practice .list .hd {
		text-align: center;
	}
}
/*field
-----------------------------------------------------------*/
.depContents .field > .inner {
	display: flex;
}
.depContents .field .lead {
	flex: 1;
	padding-right: 4%;
}
.depContents .field .lead .img {
	width: 100%;
}
.depContents .field .lead .img img {
	width: 100%;
	height: auto;
}
.depContents .field .lead .text {
	margin: 10px 0 0;
}
@media screen and (max-width: 900px) {
	.depContents .field > .inner {
		display: inherit;
	}
	.depContents .field .lead {
		width: auto;
		margin-right: 0;
	}
	.depContents .field .lead .img {
		float: none;
		margin: 0 auto 20px;
	}
}
/*certif
-----------------------------------------------------------*/
.depContents .certif {
	margin: 0 0 20px;
}
.depContents .certif dl {
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.depContents .certif dt {
	color: #ffffff;
	padding: 5px 5px 2px;
	margin: 0 5px 5px 0;
}
.depContents .certif dd {
	margin: 0 5px 5px 0;
}
.depContents .certif dd span, .depContents .certif dd a {
	display: block;
	border: 1px solid;
	padding: 5px 5px 2px;
	text-decoration: none;
	position: relative;
}
.depContents .certif dd.slibrarians a {
	position: relative;
}
.depContents .certif dd.slibrarians a:after {
	content: "New";
	position: absolute;
	top: -17px;
	left: 0;
	color: #eb648f;
}
@media screen and (max-width: 1000px) {
	.depContents .certif dt, .depContents .certif dd {
		width: calc((100% - 5px)/2);
	}
	.depContents .certif dd:nth-of-type(2n + 1) {
		margin-right: 0;
	}
	.depContents .certif dd.slibrarians a:after {
		top: auto;
		bottom: -17px;
	}
}
/*points
-----------------------------------------------------------*/
.depContents .points {
	width: 340px;
}
.depContents .points > .hd {
	line-height: 1;
	padding: 8px;
	color: #ffffff;
}
.depContents .points li {
	margin: 25px 0 0;
	display: flex;
}
.depContents .points li > div:nth-child(1) {
	width: 143px;
}
.depContents .points li > div:nth-child(2) {
	flex: 1;
	padding-left: 13px;
}
.depContents .points li .text {
	font-size: 12px;
	line-height: 1.5;
}
.depContents .points li .img span {
	display: block;
	width: 143px;
	height: 143px;
}
.depContents .points li .img span img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 900px) {
	.depContents .points {
		margin: 25px 0 0;
		width: auto;
	}
}
/*news
-----------------------------------------------------------*/
.depContents .newsLink {
	margin: 50px 0 0;
}
.depContents .newsLink p {
	position: relative;
}
.newsLink img {
	background: no-repeat center center;
	width: 100%;
	height: 92px;
	object-fit: cover;
}
.depContents .newsLink a {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #ffffff;
}
.depContents .newsLink a, .depContents .newsLink a:hover {
	transition: none;
	transition: background-color 0.3s ease;
	opacity: 1;
}
.depContents .newsLink span {
	position: relative;
}
.depContents .newsLink span .fa {
	position: absolute;
	font-size: 12px;
	top: 6px;
	right: -10px;
	opacity: 0;
	transition: opacity 0.3s ease;
	transition-delay: 0.1s;
}
.depContents .newsLink a:hover .fa {
	opacity: 1;
}
.newsLink {
	background: url(newsLinkBtn01.jpg) no-repeat center center;
	background-size: cover;
}
.depContents .color01 .newsLink a {
	background: rgba(235, 100, 143, 0.7);
}
.depContents .color01 .newsLink a:hover {
	background: rgba(235, 100, 143, 1);
}
.depContents .color02 .newsLink a {
	background: rgba(25, 163, 251, 0.7);
}
.depContents .color02 .newsLink a:hover {
	background: rgba(25, 163, 251, 1);
}
.depContents .color03 .newsLink a {
	background: rgba(255, 172, 78, 0.7);
}
.depContents .color03 .newsLink a:hover {
	background: rgba(255, 172, 78, 1);
}
.depContents .color04 .newsLink a {
	background: rgba(199, 95, 162, 0.7);
}
.depContents .color04 .newsLink a:hover {
	background: rgba(199, 95, 162, 1);
}
.depContents .color05 .newsLink a {
	background: rgba(123, 194, 106, 0.7);
}
.depContents .color05 .newsLink a:hover {
	background: rgba(123, 194, 106, 1);
}
.depContents .yokyoCurlm .newsLink a {
	background: rgba(255, 140, 110, 0.7);
}
.depContents .yokyoCurlm .newsLink a:hover {
	background: rgba(255, 140, 110, 1);
}
/*skill
-----------------------------------------------------------*/
.depContents .skill > div:nth-child(1) {
	width: 286px;
	float: left;
}
.depContents .skill > div:nth-child(2) {
	width: calc(100% - 351px);
	float: right;
}
.depContents .skill .hd {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.depContents .skill .box {
	margin: 40px 0 0;
}
.depContents .skill .boxHd {
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 1;
}
.depContents .skill > div:nth-child(1) li {
	color: #989898;
}
.depContents .skill > div:nth-child(1) li:before {
	content: "■";
	color: #FF8C6E;
}
.depContents .skill > div:nth-child(2) .box img {
	width: 100%;
	max-width: 447px;
	height: auto;
}

@media screen and (max-width: 1300px) {
	.depContents .skill .hd br {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.depContents .skill > div:nth-child(1), .depContents .skill > div:nth-child(2) {
		width: auto;
		float: none;
	}
	.depContents .skill > div:nth-child(2) {
		margin: 50px 0 0;
	}
	.depContents .skill .box {
		margin: 30px auto 0;
		width: 80%;
		min-width: 247px;
	}
	.depContents .skill .boxHd {
		text-align: center;
	}
}

/*skill2
-----------------------------------------------------------*/
.depContents .skill2 {
	margin: 80px 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}
.depContents .skill2 > div {
	width: calc((100% - 60px)/3);
	margin-left: 30px;
}
.depContents .skill2 > div:nth-child(1) {
	margin-left: 0;
}
.depContents .skill2 div .list1 {
	display: flex;
}
.depContents .skill2 .list4 {
	margin-left: 0;
	margin-top: 10px;
}
.depContents .skill2 .list5 {
	margin-top: 10px;
}
.depContents .skill2 .skill2_text {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.depContents .skill2 .img img {
	width: 100%;
	max-width: 247px;
	height: auto;
}
.depContents .skill2 .img imgCover {
	width: 100%;
	max-width: 447px;
	height: auto;
}
.depContents .skill2 > div .hd {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.depContents .skill2 ul {
	margin-top: 20px;
}
.depContents .skill2 li {
	font-size: 11px;
	margin-right: 20px;
}
@media screen and (max-width: 600px) {
	.depContents .skill2 {
		display: inherit;
	}
	.depContents .skill2 > div {
		width: 247px;
		padding: 24px 0;
		margin: 0 auto;
	}
	.depContents .skill2 > div:nth-child(1) {
		margin: auto;
	}
	.depContents .skill2 .skill2_text {
		margin-bottom: 0;
	}
	.depContents .skill2 .list4 {
		margin: auto;
	}
	.depContents .skill2 li {
		display: inline-block;
	}
	.depContents .skill2 li:after {
		content: " / ";
	}
	.depContents .skill2 li:last-child:after {
		display: none;
	}
}
/*color
-----------------------------------------------------------*/
.depContents .color01 .sectionHd h2, .depContents .color01 .points li .hd, .depContents .color01 .certif, .depContents .color01 .certif a {
	color: #eb648f;
}
.depContents .color01 .certif dt, .depContents .color01 .points > .hd {
	background: #eb648f;
}
.depContents .color01 .certif li {
	border-color: #eb648f;
}
.depContents .color02 .sectionHd h2, .depContents .color02 .points li .hd, .depContents .color02 .certif {
	color: #19a3fb;
}
.depContents .color02 .certif dt, .depContents .color02 .points > .hd {
	background: #19a3fb;
}
.depContents .color02 .certif li {
	border-color: #19a3fb;
}
.depContents .color03 .sectionHd h2, .depContents .color03 .points li .hd, .depContents .color03 .certif {
	color: #ffac4e;
}
.depContents .color03 .certif dt, .depContents .color03 .points > .hd {
	background: #ffac4e;
}
.depContents .color03 .certif li {
	border-color: #ffac4e;
}
.depContents .color04 .sectionHd h2, .depContents .color04 .points li .hd, .depContents .color04 .certif {
	color: #c75fa2;
}
.depContents .color04 .certif dt, .depContents .color04 .points > .hd {
	background: #c75fa2;
}
.depContents .color04 .certif li {
	border-color: #c75fa2;
}
.depContents .color05 .sectionHd h2, .depContents .color05 .points li .hd, .depContents .color05 .certif {
	color: #7bc26a;
}
.depContents .color05 .certif dt, .depContents .color05 .points > .hd {
	background: #7bc26a;
}
.depContents .color05 .certif li {
	border-color: #7bc26a;
}
.depContents .yokyoCurlm .sectionHd h2, .depContents .yokyoCurlm .points li .hd, .depContents .yokyoCurlm .certif {
	color: #ff8c6e;
}
.depContents .yokyoCurlm .certif dt, .depContents .yokyoCurlm .points > .hd {
	background: #ff8c6e;
}
.depContents .yokyoCurlm .certif li {
	border-color: #ff8c6e;
}
/*****************************************************************************
印刷用
 *****************************************************************************/
@media print {
	.depWrapper {
		height: auto;
	}
	.rightNav {
		display: none;
	}
	.leftContents {
		width: 100%;
	}
}

/*****************************************************************************
2023.12 追記
*****************************************************************************/
.depContents-contents {}

.depContents-section {}

.depContents-section + .depContents-section {
	margin-top: 30px;
}

.depContents-section__text {
	margin-bottom: 24px;
}

.depContents-skillflow {
	margin-bottom: 16px;
}
.depContents-skillflow img {
	max-width: 100%;
	height: auto;
}

.depContents-section02 {}


/* タイトル */
.depContents-heading02 {
	line-height: 1.2;
	font-size: 30px;
	margin: 0 0 25px;
}
@media screen and (max-width: 600px) {
	.depContents-heading02 {
		text-align: center;
	}
}

.depContents-heading02__sub {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px;
}

.depContents-heading03 {
	font-size: 22px;
	letter-spacing: -0.1em;
	margin-top: 64px;
}
@media screen and (max-width: 600px) {
	.depContents-heading03 {
		display: block;
		text-align: center;
	}
}

/* 言語コミュニケーション学科 選ばれる理由*/
.depContents-heading03-02 {
	margin-top: 30px;
	font-size: 20px;
	color: #7bc26a;
}

.depContents-heading03-02::before {
	margin-right: 8px;
	content: url(../images/icon_depContents-heading03.png);
}

/* 学科長メッセージ */
.greeting-border {
	border-top: 6px solid;
	border-color: #FF8C6E;
}

.greeting-border--gengo {
	border-color: #82E66E;
}

@media screen and (max-width: 600px) {
	.greeting-border {
		margin: 0 -3px;
	}
	.greeting-border .sectionHd {
		margin-top: 16px;
	}
}

.greeting__wrap {
	margin-top: 72px;
}

.greeting__wrap .yokyoColor {
	clear: both;
}

/* 幼児教育学科 */
.education-sectionHd-sub {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5;
	padding-left: 23%;
}

.depContents .certif.education02-certif {
	margin-bottom: 8px;
}

.education02-certif__txt {
	font-size: 12px;
	margin-bottom: 24px;
}
.education02-certif__txt02 {
	font-size: 14px;
}

.depContents .sectionHd.sectionHd--mb0 {
	margin-bottom: 0;
}

.depContents .points li .text.education02-point__txt02 {
	line-height: 1.7;
}

/* 言語コミュニケーション学科 */
.depContents-img img {
	width: 100%;
	height: auto;
}

.depContents-img--program {
	margin-top: 32px;
}

/* 選ばれる理由 右側 */
.lead02 {
	width: 342px;
}
@media screen and (max-width: 900px) {
	.lead02 {
		margin: 25px 0 0;
		width: auto;
	}
}

.lead02-wrap {
	padding: 21px 18px 24px 18px;
	background-color: #F1F9EC;
}

.lead02-box02-block {}

.lead02-box02-block + .lead02-box02-block {
	margin-top: 18px;
}

.lead02-box02-bloc__text {
	font-size: 12px;
}

.lead02-heading {
	font-size: 20px;
	color: #7bc26a;
	line-height: 1.5;
	margin-bottom: 16px;
}
.lead02-heading--center {
	text-align: center;
}

.lead02-heading__sub {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px;
	color: #646464;
}

.lead02-box01 {
	display: flex;
	justify-content: space-between;
}
.lead02-box01:nth-child(odd) {
	flex-direction: row-reverse;
}

.lead02-box01 + .lead02-box01 {
	margin-top: 40px;
}


.lead02-box01__content {
	max-width: 128px;
}
@media screen and (max-width: 900px) {
	.lead02-box01__content {
		max-width: calc(100% - 173px);
	}
}

.lead02-box01__img {
	width: 157px;
}

.lead02-heading02 {
	font-size: 16px;
	font-weight: bold;
	color: #7bc26a;
}

.lead02-box01__text {
	font-size: 12px;
}

.lead02-box02 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  row-gap: 18px;
  column-gap: 16px;
	justify-items: center;
	width: 306px;
	margin-bottom: 12px;
}

/* 合格率 */
.passrate-block {
	margin-top: 32px;
}

.passrate-block__content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	justify-content: start;
	gap: 20px;
}

/* 図書館司書 学校司書 */
.communication-librarian {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 12px;
}

.communication-librarian__items {}

.communication-librarian__items p {
	font-size: 12px;
}

.communication-librarian__title {
	font-weight: bold;
	color: #7bc26a;
	font-size: 16px;
}

/* 選ばれる理由02 教授 */
.communication-librarian-professor {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 18px;
}
.communication-librarian-professor__items p {
	font-size: 12px;
	margin-top: 10px;
}

/* 留学チャンス */
.communication-studychance {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 18px;
}

.depContents-heading03-02.communication-studychance__title {
	margin-top: 0;
	line-height: 1.5;
}

.communication-studychance__img {
	width: 180px;
	margin: 0 auto;
	padding-top: 20px;
}
