@charset "UTF-8";


.block-ttl-style01.small {
	font-size: 1.4rem;
	margin-bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-ttl-style01.small {
		font-size: 0.9rem;
		margin-bottom: 0;
	}
}

.block-sub-ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.block-sub-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-sub-ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.block-sub-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
}



/* YGUで実感できる成長　*/


.growth-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 103%;
	position: relative;
	left: -1.5%;
}
.growth-index li {
	width: 30.33%;
	margin: 0 1.5% 40px;
	position: relative;
}
.growth-index li p {
	text-align: center;
	padding: 5px 0 0;
}

@media screen and (max-width: 834px) {
	.growth-index li {
		width: 47%;
		margin: 0 1.5% 40px;
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	.growth-index {
		max-width: 300px;
		margin: 0 auto;
	}
	.growth-index li {
		width: 100%;
		margin: 0 0 20px;
		position: relative;
	}
}


/* 就職キャリア支援　*/

.intro-center-txt {
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0 80px;
}
@media screen and (max-width: 834px) {
	.intro-center-txt {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 50px;
	}
}
.sub-block {
	margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
	.sub-block {
		margin-bottom: 50px;
	}
}
.support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 80px;
}
.support-list li {
	width: 31.33%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.support-list li p {
	text-align: center;
}
.support-list li p.list-ttl {
	min-height: 80px;
	line-height: 1.6em;
}
.support-list li p.list-number {
	font-size: 1.8rem;
}
.support-list li p.list-number span {
	font-size: 4rem;
	font-weight: 500;
	color: var(--main-color);
}
.support-list li p.list-date {
	font-size: 0.8rem;
}
.event-list {
	position: relative;
	margin: 20px 0 100px;
}
.event-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.event-list li .image {
	width: 30%;
}
.event-list li .txt {
	width: 67%;
}
.event-list li:nth-child(even) .image {
	order: 2;
}
.event-list li:nth-child(even) .txt {
	order: 1;
}
@media screen and (max-width: 834px) {
	.support-list {
		max-width: 400px;
		margin: 20px auto 80px;
	}
	.support-list li {
		width: 100%;
	}
	.support-list li p.list-ttl {
		min-height: auto;
		line-height: 1.6em;
		padding-bottom: 20px;
	}
	.event-list {
		position: relative;
		margin: 20px 0 50px;
	}
	.event-list li {
		margin-bottom: 50px;
	}
	.event-list li .image {
		width: 100%;
		padding-bottom: 10px;
		max-width: 400px;
		margin: 0 auto;
	}
	.event-list li .txt {
		width: 100%;
	}
	.event-list li:nth-child(even) .image {
		order: 1;
	}
	.event-list li:nth-child(even) .txt {
		order: 2;
	}
}


/* 資格取得支援 */

.point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 80px;
}
.point-list li {
	width: 49%;
	background: #F1F2EA;
	padding: 30px 30px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.point-list li .point-ttl {
	text-align: center;
	font-family: var(--en-font);
	color: var(--main-color);
}
.point-list li .point-ttl span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--main-color);
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
}
.point-list li:nth-child(6) .point-ttl span {
	line-height: 30px;
}
.point-list li h3 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.point-list li .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-list li .split-box > div {
	width: 48%;
}
@media screen and (max-width: 834px) {
	.point-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 30px 30px;
		border-radius: 8px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.point-list li {
		padding: 20px 20px;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.point-list li .point-ttl span {
		margin-bottom: 10px;
	}
	.point-list li .split-box > div {
		width: 100%;
	}
	.point-list li .split-box .txt {
		padding-bottom: 20px;
	}
	.point-list li h3 {
		margin-bottom: 10px;
	}
}

/* インターンシップ */

.intro-txt {
	padding-bottom: 40px;
}
.internship-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
}
.internship-list li {
	width: 31.33%;
	margin-bottom: 30px;
}
.internship-list li p {
	padding: 3px 14px;
}
.txt-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt-image .txt {
	width: 67%;
}
.txt-image .image {
	width: 30%;
}
.txt-image .txt p {
	padding-bottom: 20px;
}
.dot-list li {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.6em;
	position: relative;
}
.dot-list li:before {
	width: 10px;
	height: 10px;
	background: var(--main-color);
	left: 0;
	top: 8px;
}
@media screen and (max-width: 834px) {
	.internship-list li {
		width: 49%;
		margin-bottom: 20px;
	}
	.internship-list li p {
		padding: 2px 4px;
		font-size: 0.9rem;
	}
	.txt-image .txt {
		width: 100%;
	}
	.txt-image .image {
		width: 100%;
		padding-top: 20px;
	}
}



/* グローバル */

.global-ttl {
	text-align: center;
	font-size: 2rem;
	padding-bottom: 30px;
}
.txt-image-0102 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt-image-0102 > div {
	width: 31.33%;
}
.txt-image-0101 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt-image-0101 > div {
	width: 48.5%;
}

@media screen and (max-width: 834px) {
	.global-ttl {
		text-align: center;
		font-size: 1.3rem;
		padding-bottom: 20px;
	}
	.txt-image-0102 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.txt-image-0102 > .txt {
		width: 100%;
		padding-bottom: 20px;
	}
	.txt-image-0102 > .image {
		width: 49%;
	}
	.txt-image-0101 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.txt-image-0101 .txt {
		padding-bottom: 20px;
	}
	.txt-image-0101 > div {
		width: 100%;
	}
}


.inst-data-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 60px;
}
.inst-data-list li {
	width: 31.83%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
}
.inst-data-list li p {
	text-align: center;
}
.inst-data-list li p.data-ttl {
	font-size: 1rem;
	padding-bottom: 5px;
}
.inst-data-list li p.data-number {
	font-size: 1.3rem;
	padding-top: 55px;
	position: relative;
}
.inst-data-list li p.data-number:before {
	width: 60px;
	height: 40px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-data-list li:nth-child(1) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon01.svg)
}
.inst-data-list li:nth-child(2) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon02.svg)
}
.inst-data-list li:nth-child(3) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon03.svg)
}
.inst-data-list li p.data-number span {
	font-size: 3rem;
	color: var(--main-color);
	font-weight: 500;
}
.inst-data-list li p.data-date {
	font-size: 0.9rem;
}
@media screen and (max-width: 834px) {
	.inst-data-list {
		max-width: 400px;
		margin: 20px auto 40px;
	}
	.inst-data-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 20px 10px;
		border-radius: 8px;
		margin-bottom: 20px;
	}
}


/* 卒業生インタビュー */

.interview-main {
	position: relative;
	margin-bottom: 50px;
}
.interview-main .image {
	width: 70%;
	position: relative;
}
.interview-main .profile {
	position: absolute;
	width: 400px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #FFF;
	padding: 25px 40px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	border-radius: 4px;
}
.interview-main .profile p:nth-child(1) {
	color: #00A0C8;
}
.interview-main .profile p:nth-child(1) span {
	font-size: 1.4rem;
}
.interview-main .profile p:nth-child(2) {
	line-height: 1.6em;
	padding: 10px 0 0;
}
.interview-block {
	padding-bottom: 30px;
}
.interview-block .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-block .split-box .txt {
	width: 48%;
}
.interview-block .split-box .image {
	width: 48%;
}
@media screen and (max-width: 834px) {
	.interview-main {
		position: relative;
		margin-bottom: 20px;
	}
	.interview-main .image {
		width: 100%;
		position: relative;
	}
	.interview-main .profile {
		position: relative;
		width: 90%;
		max-width: 300px;
		right: auto;
		left: 100%;
		top: 100%;
		transform: translateY(-20%) translateX(-105%);
		background: #FFF;
		padding: 20px 25px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
		border-radius: 4px;
	}
	.interview-main .profile p:nth-child(1) {
		color: #00A0C8;
	}
	.interview-main .profile p:nth-child(1) span {
		font-size: 1.4rem;
	}
	.interview-main .profile p:nth-child(2) {
		line-height: 1.6em;
		padding: 10px 0 0;
	}
	.interview-block {
		padding-bottom: 30px;
	}
	.interview-block .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-block .split-box .txt {
		width: 100%;
		padding-bottom: 20px;
	}
	.interview-block .split-box .image {
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
	}
}
.interview-ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.interview-ttl span {
	width: 30px;
	height: 30px;
	background: #00A0C8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	font-size: 0.9rem;
}
.interview-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 834px) {
	.interview-ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.interview-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
}
