.result {
	line-height: 1.85;
}

.result__heading {
	background: #f5f5f5;
	padding: 10px 5%;
}

.result__content {
	padding: 10px 4.7% 16px;
	text-align: justify;
}

.media-images {
	width: calc(100vw + 10px);
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-images__item {
	margin: 0 5px;
}

.media-lead {
	margin-bottom: 75px;
}

.media-lead__heading {
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}

.media-lead__heading__wrap {
	position: relative;
	display: inline-block;
	padding: 15px 0 20px;
}

.media-lead__heading__wrap:before,
.media-lead__heading__wrap:after {
	content: "";
	display: block;
	width: 39px;
	height: 80px;
	position: absolute;
	top: 0;
}

.media-lead__heading__wrap:before {
	left: -60px;
	background: url(../img/frame_left.svg) no-repeat center/contain;
}

.media-lead__heading__wrap:after {
	background: url(../img/frame_right.svg) no-repeat center/contain;
	right: -60px;
}

.media-lead__heading__sm {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 7px;
}

.media-lead__heading__lg {
	font-size: 2.8rem;
	display: block;
}

.media-list {
	margin-bottom: 35px;
}

.media-list__item {
	position: relative;
}

.media-list__item:not(:last-child) {
	margin-bottom: 80px;
}

.media-list__heading {
	background: #000000;
	color: #FFFFFF;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	-webkit-transform: translate(-5.35vw, -50%);
	-ms-transform: translate(-5.35vw, -50%);
	transform: translate(-5.35vw, -50%);
}

.media-list__image img {
	display: block;
}

.media-list__main {
	padding: 17px 0 0;
	line-height: 1.4;
}

.media-list__title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
}

.media-list__name {
	font-size: 1.3rem;
}

.media-list__badge-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	-webkit-transform: translate(16px, -42px);
	-ms-transform: translate(16px, -42px);
	transform: translate(16px, -42px);
}

.media-list__badge {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 10px;
}

.media-list__badge--lg {
	width: 100px;
}

.media-list__badge--md {
	width: 85px;
}

.media-topics {
	margin-bottom: 30px;
}

.media-topics__main {
	margin-bottom: 24px;
}

.media-topics__label {
	background: #000;
	color: #FFF;
	display: inline-block;
	padding: 6px 14px 10px;
	margin-bottom: 15px;
}

.media-topics__heading {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.55555;
	margin-bottom: 20px;
}

.media-topics__text {
	line-height: 2;
	text-align: justify;
}

.media-topics__image img {
	display: block;
}

.media-company {
	background: #f9f9f9;
	padding: 20px 5.35vw;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.media-company__heading {
	background: #51a1aa;
	color: #FFFFFF;
	padding: 12px 15px;
	margin-bottom: 15px;
}

.media-company__text {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
}

.great-qualifications {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}

.great-qualifications span {
	font-size: 2.4rem;
	color: #cf6c8b;
}

.national-qualifications {
	position: relative;
}

.national-qualifications__difficulty {
	position: absolute;
	background: #000;
	color: #fff;
	z-index: 10;
	left: 25px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 33px;
	padding: 20px 7px;
	height: calc(100% - 33px);
}

.national-qualifications__difficulty img {
	width: 12px;
}

.national-qualifications__difficulty::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 23px 20px;
	border-color: transparent transparent #000 transparent;
}

.national-qualifications__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.national-qualifications__item--level4 {
	background: #cb5480;
}

.national-qualifications__item--level3 {
	background: #d37b98;
}

.national-qualifications__item--level2 {
	background: #db97ac;
}

.national-qualifications__item--level1 {
	background: #e3b2c0;
}

.national-qualifications__box1 {
	width: 50px;
}

.national-qualifications__wrap {
	width: calc(100% - 50px);
	padding: 23px 5.35vw 20px;
	background: rgba(255, 255, 255, 0.7);
}

.national-qualifications__box2 {
	margin-bottom: 14px;
}

.national-qualifications__title {
	margin-bottom: 14px;
}

.national-qualifications__text {
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: justify;
}

.national-qualifications__box3 {
	width: 100%;
	position: relative;
}

.national-qualifications__item--level4 .national-qualifications__box3 {
	padding-top: 56px;
}

.national-qualifications__box3__balloon {
	position: absolute;
	background: #e8b000;
	padding: 7px 12px 9px;
	border-radius: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5384;
	font-size: 1.1rem;
	top: 0;
	right: -9px;
}

.national-qualifications__box3__balloon::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #e8b000 transparent transparent transparent;
}

.national-qualifications__box3__label {
	background: #000;
	color: #fff;
	padding: 6px 9px;
	font-size: 1.4rem;
	line-height: 1.42;
}

.national-qualifications__box3__list {
	background: #fff;
	padding: 3px 6.5% 5px;
}

.national-qualifications__box3__list li {
	padding: 14px 0 7px;
}

.national-qualifications__box3__list li:not(:last-child) {
	border-bottom: 1px dashed #000;
}

.national-qualifications__box3__exam-name {
	font-size: 1.3rem;
	line-height: 1.5384;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}

.national-qualifications__box3__exam-name:before {
	content: "●";
	color: #cb5480;
}

.national-qualifications__box3__number {
	font-size: 2.4rem;
	font-weight: 700;
}

.national-qualifications__box3__number span {
	font-size: 5rem;
	font-family: "Jost", sans-serif;
	padding-right: 5px;
	color: #cb5480;
}

.have-qualifications {
	border-top: 1px solid #e5e5e5;
}

.have-qualifications__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
}

.have-qualifications__list__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f9f9f9;
	width: 65%;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 1.53;
}

.have-qualifications__list__content {
	font-size: 1.6rem;
	width: 35%;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	font-weight: 700;
}

.have-qualifications__list__content span {
	font-family: "Jost", sans-serif;
	font-size: 3rem;
	color: #cb5480;
}

.career-voice-wrap:not(:last-child) {
	margin-bottom: 40px;
}

.career-voice__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 17px;
}

.career-voice__image {
	width: 41.79%;
}

.career-voice__image img {
	display: block;
}
/*	サムネイルなしのCSS 20230510*/
.career-voice__detail {
	margin-bottom: 20px;
}
/*	サムネイルありのCSS 20230510
.career-voice__detail {
	width: 58.21%;
	padding-left: 20px;
}
*/
.career-voice__name {
	font-size: 1.0rem;
}

.career-voice__name span {
	font-size: 1.4rem;
	font-weight: 700;
}

.career-voice__profile {
	margin-top: 7px;
	line-height: 1.8;
	font-size: 1.1rem;
}

.career-voice__lead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	margin-bottom: 20px;
}

.career-voice__text {
	background: #fcf2f4;
	border-radius: 20px;
	padding: 12px 20px;
	position: relative;
}

.career-voice-qualifications {
	margin-top: 20px;
	background: #f9f9f9;
	padding: 10px;
}

.career-voice-qualifications__heading {
	background: #cf6c8b;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	padding: 8px 0;
	margin-bottom: 10px;
}

.career-voice-qualifications__content {
	font-size: 1.3rem;
	line-height: 1.85;
	padding: 0 10px;
}

.career-voice-qualifications__content .list {
	margin-right: 2em;
}

.jobs {
	margin-bottom: 20px;
}

.jobs__head {
	margin-bottom: 27px;
}

.jobs__head__note {
	font-size: 1.1rem;
	margin-top: -10px;
	text-align: center;
}

.jobs__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jobs__heading__label {
	font-size: 1.3rem;
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 8px 0;
	margin-right: 12px;
	margin-bottom: 27px;
	width: 96px;
	height: 32px;
	text-align: center;
}

.jobs__heading__data {
	display: block;
	width: 174px;
	font: 500 3.9rem "Jost", sans-serif;
}

.jobs__heading__data span {
	font-size: 7.15rem;
	color: #948BBF;
	letter-spacing: -0.05em;
	margin-right: 7px;
}

.jobs__text {
	line-height: 2;
	text-align: center;
	margin-bottom: 35px;
}

.jobs__item:not(:last-child) {
	margin-bottom: 35px;
}

.jobs__item__head {
	font-size: 1.6rem;
	font-weight: 700;
	background: #F1F1F1;
	border-radius: 10px;
	padding: 15px 0 19px;
	text-align: center;
	margin-bottom: 20px;
}

.jobs__item__image {
	width: 83.6%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.jobs__item__text {
	line-height: 2;
	text-align: justify;
}

.jobs-company__head {
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

.jobs-company-table__label {
	font-weight: 700;
	background: #948BBF;
	color: #ffffff;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 11px 20px;
	line-height: 1.4;
}

.jobs-company-table__label--woman {
	background: #E080A4;
	width: 100%;
}

.jobs-company-table__list {
	line-height: 1.86;
	padding: 15px 0 24px;
	text-align: justify;
}

.jobs-company-table__list li {
	display: inline;
}

.jobs-company-table__list li:not(:last-child):after {
	content: "／";
}

.jobs-bottom-text {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
}

.growup-lead {
	margin-bottom: 52px;
}

.growup-lead__head {
	font-size: 1.8rem;
	font-weight: 700;
	background: #605C8E;
	color: #ffffff;
	padding: 16px 0;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 24px;
}

.growup-lead__text-lg {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
	margin-bottom: 19px;
}

.growup-lead__text-sm {
	line-height: 2;
	text-align: justify;
}

.support-needs {
	margin-bottom: 50px;
}

.support-needs__main {
	margin-bottom: 30px;
}

.support-needs__head {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.support-needs__head:before {
	content: "▶︎";
	color: #948BBF;
}

.support-needs__text {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 23px;
}

.support-needs__graph {
	width: 100%;
}

.support-needs__images {
	position: relative;
}

.support-needs__image-1 {
	width: 75.8%;
	margin-left: auto;
	margin-right: auto;
}

.support-needs__image-2 {
	width: 33.7%;
	position: absolute;
	top: 72%;
	left: 0;
}

.support-needs__image-3 {
	width: 50.4%;
	position: absolute;
	top: 72%;
	right: -6%;
}

.support-basic__head {
	text-align: center;
	margin-bottom: 33px;
	font-weight: 700;
}

.support-basic__head span {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #605C8E;
	display: block;
}

.support-basic__inner {
	background: #F5F5F5;
	padding: 20px 20px 35px;
	border-radius: 10px;
}

.support-basic__item {
	color: #ffffff;
	background: #948BBF;
	padding: 20px 0 16px;
	text-align: center;
}

.support-basic__item:not(:last-child) {
	margin-bottom: 10px;
}

.support-basic__item__head {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 13px;
}

.support-basic__item__text {
	font-size: 1.3rem;
	line-height: 1.69;
}

.support-basic__growth {
	font-size: 1.28rem;
	color: #ffffff;
	background: #000000;
	padding-top: 10px;
	width: 55px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
	margin-top: -13px;
}

.support-basic__growth:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 18px solid #000000;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.support-basic__career__head {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 13px;
	text-align: center;
	color: #605C8E;
}

.support-basic__career__text {
	line-height: 2;
	margin-bottom: 25px;
}

.support-basic__bottom {
	background: #F5F5F5;
	padding: 20px;
}

.support-basic__bottom__head {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}

.support-basic__bottom__item {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 14px;
}

.support-basic__bottom__item:not(:last-child) {
	margin-bottom: 10px;
}

.support-basic__bottom__item--orange {
	background: #DD960F;
}

.support-basic__bottom__item--green {
	background: #B4CC31;
}

.support-basic__bottom__item--blue {
	background: #659FD8;
}

.support-basic__bottom__item--purple {
	background: #746BAB;
}

.support-basic__bottom__item--pink {
	background: #D06D8C;
}

.support-subject {
	margin-top: -20px;
}

.support-subject__item:not(:last-child) {
	margin-bottom: 24px;
}

.support-subject__label {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 12px 0 13px;
	text-align: center;
	background: #948BBF;
	color: #ffffff;
	margin-bottom: 15px;
}

.support-subject__text {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
}

.support-program__item {
	position: relative;
	padding: 0 0 30px;
}

.support-program__item:nth-child(odd):before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #F9F9F9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.support-program__num {
	background: #948BBF;
	width: 29.9%;
	height: 100px;
	position: relative;
	margin-bottom: 12px;
}

.support-program__num__text {
	font: 500 0.65rem "Jost", sans-serif;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
}

.support-program__num__text span {
	font-size: 2.5rem;
	display: block;
	margin-top: -8px;
}

.support-program__num:before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.support-program__num--1:before {
	background: url(../img/img_support_num_1.svg) no-repeat center/contain;
}

.support-program__num--2:before {
	background: url(../img/img_support_num_2.svg) no-repeat center/contain;
}

.support-program__num--3:before {
	background: url(../img/img_support_num_3.svg) no-repeat center/contain;
}

.support-program__num--4:before {
	background: url(../img/img_support_num_4.svg) no-repeat center/contain;
}

.support-program__num--5:before {
	background: url(../img/img_support_num_5.svg) no-repeat center/contain;
}

.support-program__main {
	margin-bottom: 24px;
}

.support-program__head {
	font-size: 1.8rem;
	font-weight: 700;
	height: 100px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70.1%;
	position: absolute;
	top: 0;
	right: 0;
}

.support-program__text {
	line-height: 2;
	text-align: justify;
}

.support-program__image {
	width: 100%;
}

.support-program__box {
	background: #ffffff;
	padding: 14px 20px;
	margin-top: 20px;
}

.support-program__box--gray {
	background: #F9F9F9;
}

.support-program__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.3rem;
	line-height: 1.85;
}

.support-program__list li {
	width: 47.2%;
}

.support-program__list li span {
	color: #948BBF;
}

.support-program__come__head {
	background: #605C8E;
	padding: 11px 0 15px;
	text-align: center;
	color: #ffffff;
	position: relative;
	margin-bottom: 19px;
}

.support-program__come__head:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 8px solid #605C8E;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.support-program__come__text {
	text-align: center;
}

.support-program__come__year {
	font-size: 1.8rem;
	text-align: center;
	margin-top: -8px;
}

.support-program__come__year__data span {
	font: 500 5rem "Jost", sans-serif;
	color: #948BBF;
}

.support-program__company {
	margin-top: 22px;
}

.support-program__company__item:not(:last-child) {
	margin-bottom: 25px;
}

.support-program__company__head {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 9px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 15px;
}

.support-program__company__head:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../img/icon_company_head.svg) no-repeat center/contain;
	margin-right: 4px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.support-program__company__list li {
	font-size: 1.3rem;
	line-height: 1.7;
	display: inline;
	text-align: justify;
}

.support-program__company__list li:not(:last-child):after {
	content: "／";
}

.woman-anchor {
	padding-bottom: 64px;
	position: relative;
}

.woman-anchor:before {
	content: "";
	width: 100vw;
	height: 167px;
	display: block;
	background: #F9F9F9;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.woman-anchor__head {
	font-weight: 700;
	text-align: center;
	line-height: 1.45;
	margin-bottom: 25px;
}

.woman-anchor__head span {
	font-size: 2rem;
	color: #BA3265;
}

.woman-anchor__links {
	position: relative;
}

.woman-anchor__image {
	width: 29%;
	margin-left: auto;
	margin-right: auto;
}

.woman-anchor__link {
	display: block;
	text-decoration: none;
	width: 30.4%;
	height: 27.2vw;
	border: 3px solid #E080A4;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 18px;
	position: absolute;
}

.woman-anchor__link:before {
	content: "";
	display: block;
	position: absolute;
}

.woman-anchor__link__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woman-anchor__link--1 {
	top: 4.5%;
	left: 0;
}

.woman-anchor__link--1:before {
	width: 57.3%;
	height: 13.3vw;
	background: url(../img/line_woman_01_sm.svg) no-repeat center/cover;
	top: 0;
	left: calc(100% + 6px);
}

.woman-anchor__link--2 {
	top: 4.5%;
	right: 0;
}

.woman-anchor__link--2:before {
	width: 72.9%;
	height: 1px;
	background: url(../img/line_woman_02_sm.svg) no-repeat center/cover;
	top: 49%;
	right: calc(100% + 6px);
}

.woman-anchor__link--3 {
	bottom: -3.5%;
	left: 0;
}

.woman-anchor__link--3:before {
	width: 51%;
	height: 13.1vw;
	background: url(../img/line_woman_03_sm.svg) no-repeat center/cover;
	top: -33%;
	left: 98%;
}

.woman-anchor__link--4 {
	bottom: -3.5%;
	right: 0;
}

.woman-anchor__link--4:before {
	width: 49.5%;
	height: 0.3vw;
	background: url(../img/line_woman_04_sm.svg) no-repeat center/cover;
	top: 49%;
	right: calc(100% + 6px);
}

.woman-anchor__link__text {
	position: relative;
	font-size: 1rem;
	font-weight: 700;
	color: #E080A4;
	text-align: center;
	line-height: 1.44;
}

.woman-anchor__link__text span {
	font-size: 0.8rem;
	font-weight: 400;
}

.woman-anchor__link__text:before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-right: 1px solid #E080A4;
	border-bottom: 1px solid #E080A4;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.woman-content-wrap {
	padding-top: 40px;
}

.woman-content {
	padding: 20px 0;
}

.woman-content__head {
	margin-bottom: 30px;
}

.woman-content__heading {
	margin-bottom: 22px;
}

.woman-content__heading__label {
	font-size: 0.9rem;
	background: #E080A4;
	color: #ffffff;
	display: inline-block;
	padding: 10px 18px 13px;
	border-radius: 18px;
	margin-bottom: 9px;
}

.woman-content__heading__label span {
	font-size: 1.33rem;
	font-weight: 700;
}

.woman-content__heading__text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	padding-bottom: 10px;
	background: url(../img/bg_dot.png) repeat left top/6px 37px;
}

.woman-content__item {
	background: #FFF7F7;
	padding: 28px 20px 25px;
	position: relative;
}

.woman-content__item:not(:last-child) {
	margin-bottom: 20px;
}

.woman-content__item__head {
	font-size: 1.6rem;
	font-weight: 700;
	color: #BA3265;
	margin-bottom: 15px;
}

.woman-content__item__head:before {
	content: "";
	width: 10px;
	height: 2px;
	display: inline-block;
	background: #E080A4;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.woman-content__item__text {
	line-height: 1.86;
	text-align: justify;
}

.works-level {
	position: relative;
}

.works-level:not(:last-child) {
	margin-bottom: 80px;
}

.works-level__overview {
	position: relative;
	z-index: 2;
}

.works-level__main {
	margin-bottom: 24px;
	position: relative;
}

.works-level__label {
	background: #000;
	color: #FFFFFF;
	font: 500 1.2rem "Jost", sans-serif;
	padding: 4px 11px;
	position: absolute;
	top: -16px;
	left: 0;
}

.works-level__heading {
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
	padding: 20px 0;
	color: #FFFFFF;
	margin-bottom: 26px;
}

.works-level__heading:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #df9f0b;
	z-index: -1;
}

.works-level__lead {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.45;
	margin-bottom: 20px;
	text-align: justify;
}

.works-level__image {
	margin-bottom: 30px;
}

.works-level__image img {
	display: block;
}

.works-level__sub {
	position: relative;
	z-index: 1;
}

.works-level__sub:before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% + 50px);
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #f9f9f9;
	z-index: 0;
}

.works-level__images {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.works-level__images__item {
	display: block;
}

.works-level__images__item--1-1 {
	width: 38.2%;
	margin-right: 3.8%;
}

.works-level__images__item--1-2 {
	width: 38.2%;
	margin-top: 17vw;
}

.works-level__images__item--1-3 {
	width: 38.2%;
	margin-top: 12vw;
	margin-left: -11vw;
}

.works-level__images__item--2-1 {
	width: 43.28%;
	margin-left: -5.35vw;
}

.works-level__images__item--2-2 {
	width: 40%;
	margin-top: 22.7vw;
	margin-left: -4.4vw;
}

.works-level__images__item--2-3 {
	width: 43.28%;
	margin-top: 10.5vw;
	margin-left: -14vw;
}

.works-level__images__item--3-1 {
	width: 59.7%;
	margin-top: 22.15vw;
}

.works-level__images__item--3-2 {
	width: 49.85%;
	margin-left: -32.4vw;
}

.works-level__images__item--3-3 {
	width: 43.97%;
	margin-top: 18.5vw;
	margin-left: -6vw;
}

.works-level__images__item--4-1 {
	width: 71.34%;
	margin-left: -5.35vw;
}

.works-level__images__item--4-2 {
	width: 42.98%;
	margin-top: 24.3vw;
	margin-left: -7.3vw;
}

.works-level__comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.works-level__comment--1 {
	margin-top: -105px;
}

.works-level__comment--2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -95px;
}

.works-level__comment--3 {
	margin-top: -77px;
}

.works-level__comment--4 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -127px;
}

.works-level__comment--1 .works-level__comment__person {
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

.works-level__comment--2 .works-level__comment__person {
	width: 125px;
	margin-left: -15px;
}

.works-level__comment--3 .works-level__comment__person {
	width: 94px;
	margin-left: auto;
	margin-right: auto;
}

.works-level__comment--4 .works-level__comment__person {
	width: 67px;
	margin-left: 25px;
}

.works-level__comment__main {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #d5810b;
	color: #FFFFFF;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.works-level__comment__lead {
	font-weight: 700;
	font-size: 1.7rem;
	margin-bottom: 14px;
	line-height: 1.4;
}

.works-level__comment__text {
	font-size: 1.2rem;
	line-height: 1.66;
}

.button-2cols__item:not(:last-child) {
	margin-bottom: 30px;
}

.portfolio__main {
	margin-bottom: 24px;
}

.portfolio-flow__item {
	padding: 20px 20px 15px;
}

.portfolio-flow__item--1 {
	background: #fcdb7e;
	width: calc(100% - 80px);
}

.portfolio-flow__item--2 {
	background: #eac057;
	width: calc(100% - 40px);
}

.portfolio-flow__item--3 {
	background: #ddaa37;
}

.portfolio-flow__heading {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.portfolio-flow__text {
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: justify;
}

.button-note {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.cycle {
	position: relative;
	padding-top: 30px;
	margin-bottom: 30px;
}

.cycle:before {
	content: "";
	width: 100vw;
	height: 91.4%;
	display: block;
	background: #CF6C8B;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cycle__head {
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.cycle__image {
	position: relative;
	text-align: center;
}

.exemption {
	position: relative;
	padding: 30px 0;
}

.exemption:before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #F9F9F9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.exemption__main {
	margin-bottom: 33px;
	position: relative;
}

.exemption__label {
	font-weight: 700;
	background: #000000;
	display: inline-block;
	padding: 9px 10px;
	color: #ffffff;
	margin-bottom: 20px;
}

.exemption__head {
	font-size: 2.4rem;
	font-weight: 700;
	color: #CF6C8B;
	margin-bottom: 24px;
}

.exemption__text {
	line-height: 2;
	text-align: justify;
}

.exemption__image {
	position: relative;
}

.topics {
	position: relative;
	padding: 0 0 30px;
}

.topics:before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #CF6C8B;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.topics__main {
	position: relative;
}

.topics__label {
	font: 500 italic 1.575rem "Jost", sans-serif;
	background: #000000;
	color: #ffffff;
	display: inline-block;
	padding: 2px 0;
	width: 59px;
	height: 28px;
	text-align: center;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topics__label:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 12px solid #000000;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	top: 0;
	left: 100%;
}

.topics__head {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	color: #ffffff;
	margin-bottom: 25px;
	text-align: justify;
}

.topics__logos {
	position: relative;
	padding: 20px 20px 18px;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topics__logo:not(:last-child) {
	margin-bottom: 22px;
}

.topics__logo--1 {
	width: 25.1%;
	margin-right: 7.1%;
}

.topics__logo--2 {
	width: 67.8%;
}

.topics__logo--3 {
	width: 48.5%;
}

.course {
	padding: 58px 0 15px;
}

.course__head {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px;
}

.course__head span {
	font-size: 2.4rem;
	color: #CF6C8B;
	display: block;
	margin-bottom: 8px;
}

.course__item:not(:last-child) {
	margin-bottom: 24px;
}

.course__label {
	font-size: 1.5rem;
	font-weight: 700;
	background: #CF6C8B;
	color: #ffffff;
	padding: 12px 10px 13px;
	margin-bottom: 13px;
}

.course__list {
	font-size: 1.3rem;
	line-height: 1.85;
}

.course__list li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.course__list li:before {
	content: "●";
	color: #CF6C8B;
	margin-right: 6px;
}

.award-list-wrap {
	display: none;
}

.award-list-wrap__inner {
	padding-top: 20px;
}

.award-comingsoon {
	width: 100%;
	font-family: "Jost", sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
}

.award-list {
	margin-bottom: 10px;
	width: 100%;
}

.award-list__main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F9F9F9;
	padding: 17px 10px 10px 20px;
}

.award-list__content {
	width: calc(100% - 100px);
	margin-bottom: 10px;
}

.award-list__head {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
	margin-bottom: 10px;
}

.award-list__text {
	font-size: 1.2rem;
	line-height: 1.5;
	padding-right: 25px;
}

.award-list__text__name {
	font-size: 1.1rem;
}

.award-list__text__name span {
	font-size: 1.3rem;
}

.award-list__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100px;
}

.award-list__award {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 15px;
	margin-right: -26px;
	text-align: center;
	line-height: 1.14;
}

.award-list__award span {
	position: relative;
}

.award-list__award:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	content: "";
	width: 54px;
	height: 74px;
	background: url(../img/award.svg) no-repeat center/contain;
}

.award-list__more {
	background: #000000;
	color: #ffffff;
	border-radius: 12px;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	padding: 2px 0 3px;
	border: none;
	outline: none;
	display: block;
}

.award-list-head button {
	display: block;
	outline: none;
	background: #DA830B;
	color: #ffffff;
	border: none;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	position: relative;
}

.award-list-head button:before,
.award-list-head button:after {
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	background: #ffffff;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.award-list-head button:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.award-list-head button.is-opend:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.award-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 8000;
}

.award-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: calc(100% - 120px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.award-modal__inner img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.award-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	border: none;
	background: none;
	outline: none;
}

.award-modal__close img {
	width: 18px;
}

.award-modal__arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.award-modal__arrow {
	width: 40px;
	height: 40px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	padding: 0;
	outline: none;
}

.works-feature {
	background: url(../img/bg_works_sm.jpg) no-repeat center/cover;
	padding: 28px 0;
}

.works-feature__list {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
}

.works-feature__list li {
	padding: 10px 0 12px 42px;
	position: relative;
}

.works-feature__list li:before {
	content: "";
	width: 26px;
	height: 18px;
	display: block;
	background: url(../img/icon_works_list.svg) no-repeat center/contain;
	position: absolute;
	top: 13px;
	left: 5px;
}

.works-feature__list li:not(:last-child) {
	border-bottom: 2px dotted #ffffff;
}

.works-feature__list li span{
	font-size: 60%;
	opacity: .8;
}

.youtube-wrap {
	position: relative;
	height: auto !important;
}

.youtube-wrap:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 681px) {

.result { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

.result:first-of-type {
	border-top: 1px solid #e5e5e5;
}

.result__heading { /* md */
	width: 180px;
	padding: 15px 10px 14px 20px;
}

.result__content { /* md */
	width: calc(100% - 180px);
	padding: 15px 20px 14px;
}

.media-images__item { /* md */
}

.media-lead { /* md */
	padding: 50px 0 0;
	margin-bottom: 95px;
}

.media-lead__heading { /* md */
	margin-bottom: 42px;
}

.media-lead__heading__wrap { /* md */
	padding: 16px 0 28px;
}

.media-lead__heading__wrap:before,
.media-lead__heading__wrap:after { /* md */
	width: 58px;
	height: 110px;
}

.media-lead__heading__wrap:before { /* md */
	left: -97px;
}

.media-lead__heading__wrap:after { /* md */
	right: -97px;
}

.media-lead__heading__sm { /* md */
	font-size: 1.8rem;
	margin-bottom: 11px;
}

.media-lead__heading__lg { /* md */
	font-size: 4.0rem;
}

.media-list { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
	width: calc(100% + 50px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.media-list__item:not(:last-child) { /* md */
}

.media-list__item { /* md */
	width: 400px;
	margin-left: 25px;
	margin-right: 25px;
}

.media-list__item--lg { /* md */
	width: 100%;
}

.media-list__item--lg .media-list__content {
	margin-top: -10px;
}

.media-list__heading { /* md */
	-webkit-transform: translate(-20px, -50%);
	-ms-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
	font-size: 1.8rem;
	padding: 15px 16px 16px;
}

.media-list__content { /* md */
	padding: 0;
	margin-top: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-list__main { /* md */
	padding: 0 0;
}

.media-list__badge--lg { /* md */
	width: 120px;
	height: 120px;
}

.media-list__badge--md { /* md */
	width: 100px;
}

.media-topics { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.media-topics__main { /* md */
	margin-bottom: 0;
	width: calc(100% - 350px);
}

.media-topics__heading { /* md */
	font-size: 1.9rem;
}

.media-topics__text { /* md */
	font-size: 1.3rem;
}

.media-topics__image { /* md */
	width: 300px;
	padding-bottom: 8px;
}

.media-company { /* md */
	width: 100%;
	padding: 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-company__heading { /* md */
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 110px;
	margin-bottom: 0;
}

.media-company__text { /* md */
	margin: -5px 0;
}

.great-qualifications { /* md */
	font-size: 1.5;
	font-size: 2.0rem;
}

.great-qualifications--pb {
	padding-bottom: 40px;
}

.great-qualifications span { /* md */
	font-size: 3.4rem;
}

.national-qualifications__wrap { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	background: none;
}

.national-qualifications__box2 { /* md */
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	width: 44%;
	padding: 22px 20px;
}

.national-qualifications__box3 { /* md */
	width: 56%;
	padding: 20px;
}

.national-qualifications__item--level4 .national-qualifications__box3 { /* md */
	padding-top: 20px;
}

.national-qualifications__box3__balloon { /* md */
	font-size: 1.3rem;
	top: -70px;
	right: 20px;
	padding: 20px 22px;
}

.national-qualifications__box3__list { /* md */
	padding: 0px 3.7% 0px;
}

.national-qualifications__box3__list li { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.national-qualifications__box3__exam-name { /* md */
	width: 50%;
	margin-bottom: 0;
}

.national-qualifications__box3__number--mb { /* md */
	padding: 13px 0;
}

.have-qualifications__list { /* md */
	line-height: 1.85;
}

.have-qualifications__list__content { /* md */
	font-size: 2.4rem;
	width: calc(100% - 250px);
}

.have-qualifications__list__content span { /* md */
	font-size: 4rem;
}

.career-voice-wrap:not(:last-child) { /* md */
	margin-bottom: 80px;
}

.career-voice { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career-voice__head { /* md */
	display: block;
	width: 200px;
	margin-bottom: 0;
}

.career-voice__image { /* md */
	width: 100%;
	margin-bottom: 23px;
}

.career-voice__detail { /* md */
	width: 100%;
	padding-left: 0;
}

.career-voice__name { /* md */
	font-size: 1.1rem;
}

.career-voice__name span { /* md */
	font-size: 1.5rem;
}

.career-voice__profile { /* md */
	font-size: 1.2rem;
	line-height: 1.75;
}

.career-voice__main { /* md */
	padding-top: 22px;
	/*  サムネイルありのCSS20230510
	padding-left: 40px;
	width: calc(100% - 200px);
	*/
}

.career-voice__lead { /* md */
	font-size: 2.4rem;
/*	padding-left: 30px;   サムネイルありのCSS20230510  */
	line-height: 1.666;
	margin-bottom: 25px;
}

.career-voice__text { /* md */
	padding: 22px 30px;
}
/*
	サムネイルありのCSS20230510
.career-voice__text:before {
	position: absolute;
	content: '';
	top: 20px;
	left: -17px;
	background: url(../img/icon_balloon_left.svg) no-repeat center center/contain;
	width: 20px;
	height: 17px;
}
*/
.career-voice-qualifications__content { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jobs { /* md */
	margin-bottom: 0;
}

.jobs__head { /* md */
	margin-bottom: 33px;
}

.jobs__head__note { /* md */
}

.jobs__heading { /* md */
	margin-top: -15px;
	margin-bottom: 20px;
}

.jobs__heading__label { /* md */
	font-size: 1.6rem;
	width: 110px;
	height: 40px;
	margin-bottom: 18px;
	margin-right: 20px;
}

.jobs__heading__data { /* md */
	width: 282px;
	font-size: 6.816rem;
	line-height: 1;
}

.jobs__heading__data span { /* md */
	font-size: 11.36rem;
	margin-right: 12px;
}

.jobs__text { /* md */
	font-size: 1.5rem;
	margin-bottom: 72px;
}

.jobs__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 761px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.jobs__inner:before {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background: #CBCBCB;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.jobs__item { /* md */
	width: 39.4%;
}

.jobs__item:not(:last-child) { /* md */
	margin-bottom: 0;
}

.jobs__item__head { /* md */
	font-size: 1.8rem;
}

.jobs__item__image { /* md */
	width: 100%;
}

.jobs-company__head { /* md */
	font-size: 1.6rem;
	margin-bottom: 34px;
}

.jobs-company-table { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #E5E5E5;
}

.jobs-company-table:first-of-type {
	border-top: 1px solid #E5E5E5;
}

.jobs-company-table__label { /* md */
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 18px 20px;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	font-size: 1.5rem;
}

.jobs-company-table__list { /* md */
	padding: 15px 0 14px 20px;
	font-size: 1.3rem;
}

.jobs-bottom-text { /* md */
	font-size: 2rem;
	margin-bottom: 30px;
}

.growup-lead { /* md */
	margin-bottom: 108px;
}

.growup-lead__head { /* md */
	font-size: 2.4rem;
	margin-bottom: 42px;
	padding: 18px 0;
}

.growup-lead__text-lg { /* md */
	font-size: 2.4rem;
	line-height: 1.67;
	margin-bottom: 34px;
}

.growup-lead__text-sm { /* md */
	font-size: 1.5rem;
	text-align: center;
}

.support-needs { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.support-needs__main { /* md */
	width: 48.8%;
}

.support-needs__head { /* md */
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 8px;
}

.support-needs__text { /* md */
	font-size: 1.1rem;
	margin-bottom: 35px;
}

.support-needs__images { /* md */
	width: 45%;
}

.support-needs__image-1 { /* md */
	width: 100%;
}

.support-needs__image-2 { /* md */
	width: 44.4%;
	top: 48%;
	left: -17.5%;
}

.support-needs__image-3 { /* md */
	width: 66.7%;
	top: 48%;
	right: -22.2%;
}

.support-basic { /* md */
	margin-top: -25px;
}

.support-basic__head { /* md */
	font-size: 1.6rem;
	margin-bottom: 42px;
}

.support-basic__head span { /* md */
	font-size: 2.4rem;
	margin-bottom: -8px;
}

.support-basic__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: none;
	position: relative;
	padding: 0 0 22px 0;
}

.support-basic__inner:before {
	content: "";
	width: 108%;
	max-height: 40px;
	height: 25vw;
	display: block;
	background: url(../img/line_support.svg) no-repeat center/contain;
	position: absolute;
	top: calc(100% - 11px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.support-basic__item { /* md */
	position: relative;
	width: 29.7%;
	border-radius: 50%;
	padding: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.support-basic__item:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.support-basic__item__inner { /* md */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 15px;
}

.support-basic__item:not(:last-child) { /* md */
	margin-bottom: 0;
}

.support-basic__item__head { /* md */
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.support-basic__item__text { /* md */
	line-height: 1.85;
}

.support-basic__growth { /* md */
	font-size: 1.933rem;
	width: 83px;
	margin-top: 0;
	padding-top: 13px;
	margin-bottom: 55px;
}

.support-basic__growth:before { /* md */
	border-top: 28px solid #000000;
	border-left: 63px solid transparent;
	border-right: 63px solid transparent;
}

.support-basic__career__head { /* md */
	font-size: 2.4rem;
	margin-bottom: 23px;
}

.support-basic__career__text { /* md */
	text-align: center;
	margin-bottom: 33px;
}

.support-basic__bottom { /* md */
	background: none;
	padding: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.support-basic__bottom__head { /* md */
	background: #F5F5F5;
	padding: 12px 0;
	margin-bottom: 20px;
}

.support-basic__bottom__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support-basic__bottom__item { /* md */
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 18.2%;
	line-height: 1.5;
}

.support-subject { /* md */
	margin-top: -30px;
}

.support-subject__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.support-subject__item { /* md */
	width: 47.5%;
}

.support-subject__label { /* md */
	font-size: 1.6rem;
	margin-bottom: 13px;
}

.support-program__item { /* md */
	padding: 60px 0;
}

.support-program__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support-program__num { /* md */
	width: 20%;
	height: auto;
	margin-bottom: 0;
}

.support-program__num__text { /* md */
	font-size: 1.3rem;
	top: 28px;
	right: 17%;
}

.support-program__num__text span { /* md */
	font-size: 5rem;
	margin-top: -15px;
}

.support-program__num:before { /* md */
	width: 40px;
	height: 40px;
	top: 15px;
	left: 15px;
}

.support-program__main { /* md */
	width: 41%;
	margin-bottom: 0;
	padding-top: 20px;
}

.support-program__head { /* md */
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	height: auto;
	display: block;
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.support-program__image { /* md */
	width: 30%;
}

.support-program__box { /* md */
	padding: 25px 30px;
	margin-top: 30px;
}

.support-program__box--gray { /* md */
	padding: 30px 30px 10px;
}

.support-program__list { /* md */
	max-width: 700px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.support-program__list li { /* md */
	width: auto;
}

.support-program__list li:nth-child(5n-4) {
	width: 11.2em;
}

.support-program__list li:nth-child(5n-3) {
	width: 10.6em;
}

.support-program__list li:nth-child(5n-2) {
	width: 12.2em;
}

.support-program__list li:nth-child(5n-1) {
	width: 8.4em;
}

.support-program__list li:nth-child(5n) {
	width: 10em;
}

.support-program__come { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.support-program__come__head { /* md */
	width: 126px;
	margin-right: 20px;
}

.support-program__come__head:before { /* md */
	border-left: 8px solid #605C8E;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: none;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.support-program__come__text { /* md */
	line-height: 1.57;
	text-align: left;
	margin-right: 15px;
}

.support-program__come__year { /* md */
	font-size: 1.6rem;
	margin-top: -15px;
}

.support-program__come__year__data { /* md */
	font-size: 1.8rem;
	font-weight: 700;
}

.support-program__company { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.support-program__company__item { /* md */
	width: 48%;
}

.support-program__company__item:nth-child(odd) {
	margin-right: 4%;
}

.support-program__company__item:not(:last-child) { /* md */
	margin-bottom: 40px;
}

.support-program__company__item:nth-last-of-type(2) { /* md */
	margin-bottom: 0;
}

.woman-anchor { /* md */
	padding-bottom: 70px;
}

.woman-anchor__head { /* md */
	font-size: 1.8rem;
	line-height: 1.7;
	margin-bottom: 38px;
}

.woman-anchor__head span { /* md */
	font-size: 2.4rem;
}

.woman-anchor__links { /* md */
	max-width: 594px;
	margin-left: auto;
	margin-right: auto;
}

.woman-anchor__image { /* md */
	width: 29%;
}

.woman-anchor__link { /* md */
	width: 30.3%;
	max-height: 180px;
	border-width: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.woman-anchor__link:after {
	content: "";
	display: block;
	padding-top: 100%;
	pointer-events: none;
}

.woman-anchor__link:hover {
	background: #E080A4;
}

.woman-anchor__link:hover .woman-anchor__link__text {
	color: #ffffff;
}

.woman-anchor__link:hover .woman-anchor__link__text:before {
	border-color: #ffffff;
}

.woman-anchor__link--1:before { /* md */
	background: url(../img/line_woman_01_lg.svg) no-repeat center/cover;
	width: 57.1%;
	height: 53%;
	top: -2%;
}

.woman-anchor__link--2:before { /* md */
	background: url(../img/line_woman_02_lg.svg) no-repeat center/cover;
	height: 1px;
}

.woman-anchor__link--3:before { /* md */
	background: url(../img/line_woman_03_lg.svg) no-repeat center/cover;
	height: 60%;
	top: -37%;
}

.woman-anchor__link--4:before { /* md */
	background: url(../img/line_woman_04_lg.svg) no-repeat center/cover;
	width: 47.1%;
	height: 1px;
}

.woman-anchor__link__text { /* md */
	font-size: 1.8rem;
	line-height: 1.3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.woman-anchor__link__text span { /* md */
	font-size: 1.4rem;
}

.woman-anchor__link__text:before { /* md */
	width: 10px;
	height: 10px;
	bottom: -25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.woman-content-wrap { /* md */
	padding-top: 60px;
}

.woman-content { /* md */
	padding: 60px 0;
}

.woman-content:nth-child(odd) .woman-content__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.woman-content:nth-child(odd) .woman-content__main {
	margin-left: auto;
	margin-right: 0;
}

.woman-content__head { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.woman-content__heading { /* md */
	width: 50%;
	margin-right: 10px;
}

.woman-content__heading__label { /* md */
	margin-bottom: 16px;
}

.woman-content__heading__text { /* md */
	font-size: 2.4rem;
	line-height: 2.08;
	background-size: 6px 50px;
}

.woman-content__image { /* md */
	width: 45%;
}

.woman-content__main { /* md */
	width: 94%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -90px;
}

.woman-content__item { /* md */
	width: 31.3%;
	padding: 30px 30px 25px;
}

.woman-content__item:not(:last-child) { /* md */
	margin-bottom: 0;
}

.works-level__overview { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.works-level__main { /* md */
	margin-bottom: 14px;
	width: 50%;
}

.works-level__label { /* md */
	top: -13px;
}

.works-level__heading { /* md */
	font-size: 2.4rem;
	padding: 26px 0 29px;
}

.works-level__heading:before { /* md */
	left: auto;
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.works-level__image { /* md */
	width: 45%;
	margin-bottom: 0;
}

.works-level__sub { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 3;
}

.works-level__sub:before { /* md */
	height: calc(100% - 90px);
}

.works-level__images { /* md */
	width: 55%;
}

.works-level__images__item--1-1 { /* md */
	width: 36.2%;
}

.works-level__images__item--1-2 { /* md */
	width: 36.5%;
	margin-top: 17.8%;
}

.works-level__images__item--1-3 { /* md */
	width: 36.1%;
	margin-top: 13.3%;
	margin-left: -11.5%;
}

.works-level__images__item--2-1 { /* md */
	width: 45.28%;
	margin-top: 18px;
	margin-left: 0;
}

.works-level__images__item--2-2 { /* md */
	width: 41.58%;
	margin-top: 30%;
	margin-left: -5.2%;
}

.works-level__images__item--2-3 { /* md */
	width: 45.5%;
	margin-top: 15.5%;
	margin-left: -16%;
}

.works-level__images__item--3-1 { /* md */
	width: 54.6%;
	margin-top: 23%;
}

.works-level__images__item--3-2 { /* md */
	width: 45.6%;
	margin-left: -33.5%;
}

.works-level__images__item--3-3 { /* md */
	width: 36.7%;
	margin-top: 20%;
	margin-left: -6%;
}

.works-level__images__item--4-1 { /* md */
	width: 54.4%;
	margin-left: 0;
}

.works-level__images__item--4-2 { /* md */
	width: 33%;
	margin-top: 21%;
	margin-left: -6%;
}

.works-level__comment { /* md */
	width: 45%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.works-level__comment--1 { /* md */
	margin-top: -42px;
}

.works-level__comment--2 { /* md */
	margin-top: -30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.works-level__comment--3 { /* md */
	margin-top: -24px;
}

.works-level__comment--4 { /* md */
	margin-top: -17px;
}

.works-level__comment--1 .works-level__comment__person { /* md */
	width: 129px;
	margin-left: 0;
	margin-right: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.works-level__comment--2 .works-level__comment__person { /* md */
	width: 179px;
	margin-left: -30px;
}

.works-level__comment--3 .works-level__comment__person { /* md */
	width: 134px;
	margin-left: 0;
	margin-right: 0;
	-webkit-transform: translateX(38%);
	-ms-transform: translateX(38%);
	transform: translateX(38%);
}

.works-level__comment--4 .works-level__comment__person { /* md */
	width: 95px;
	margin-left: 0;
	-webkit-transform: translateX(-24%);
	-ms-transform: translateX(-24%);
	transform: translateX(-24%);
}

.works-level__comment--1 .works-level__comment__main { /* md */
	margin-top: 15px;
}

.works-level__comment--3 .works-level__comment__main { /* md */
	margin-top: 97px;
}

.works-level__comment--4 .works-level__comment__main { /* md */
	margin-top: -12px;
	margin-left: 24px;
}

.button-2cols { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-2cols__item { /* md */
	margin-left: 15px;
	margin-right: 15px;
}

.portfolio { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.portfolio__main { /* md */
	width: 47%;
}

.portfolio__sub { /* md */
	width: 47.4%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.button-note { /* md */
	margin-bottom: 30px;
}

.cycle { /* md */
	padding-top: 0;
	margin-bottom: 60px;
}

.cycle:before { /* md */
	height: 44.1%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cycle__head { /* md */
	font-size: 2.4rem;
	position: absolute;
	top: 48.5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.exemption { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 5.1% 45px;
	background: #F9F9F9;
}

.exemption:before { /* md */
	display: none;
}

.exemption__main { /* md */
	width: 44.4%;
	margin-bottom: 0;
}

.exemption__label { /* md */
	font-size: 1.5rem;
	padding: 9px 10px 10px;
	margin-bottom: 15px;
}

.exemption__head { /* md */
	margin-bottom: 18px;
}

.exemption__image { /* md */
	width: 50%;
	margin-top: 15px;
}

.topics { /* md */
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topics__main { /* md */
	width: 40%;
}

.topics__label { /* md */
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: 1.606rem;
	width: 61px;
	height: 30px;
	margin-bottom: 10px;
}

.topics__label:before { /* md */
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.topics__head { /* md */
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.topics__logos { /* md */
	width: 56%;
	padding: 35px 45px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topics__logo:not(:last-child) { /* md */
	margin-bottom: 0;
}

.topics__logo--1 { /* md */
	width: 15.7%;
	margin-right: 0;
}

.topics__logo--2 { /* md */
	width: 40.6%;
}

.topics__logo--3 { /* md */
	width: 30.4%;
}

.course { /* md */
	padding: 80px 0 20px;
}

.course__head { /* md */
	text-align: left;
	margin-bottom: 38px;
	font-size: 2.4rem;
}

.course__head span { /* md */
	display: inline;
	margin-right: 7px;
}

.course__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.course__item { /* md */
	width: 30%;
}

.award-list-wrap { /* md */
	display: block !important;
}

.award-list-wrap__inner { /* md */
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.award-list-head button { /* md */
	font-size: 2rem;
	text-align: left;
	padding: 11px 30px 10px;
	pointer-events: none;
}

.award-list-head button:before,
.award-list-head button:after { /* md */
	display: none;
}

.award-modal__inner { /* md */
	max-width: 70vw;
}

.works-feature { /* md */
	background: url(../img/bg_works_lg.jpg) no-repeat center/cover;
	padding: 40px 0;
}

.works-feature__list { /* md */
	font-size: 2rem;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.works-feature__list li { /* md */
	padding: 15px 0 17px 65px;
}

.works-feature__list li:before { /* md */
	width: 35px;
	height: 24px;
	top: 20px;
	left: 10px;
}

.youtube-wrap { /* md */
	width: 70vw;
}

}

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

.media-list { /* lg */
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.media-list__item { /* lg */
	width: 47.5%;
	margin-left: 0;
	margin-right: 0;
}

.media-list__item--lg { /* lg */
	width: 100%;
}

.media-list__content { /* lg */
	margin-top: -20px;
}

.media-list__badge-wrap { /* lg */
	position: relative;
	-webkit-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	transform: translate(0, -30px);
	width: auto;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: 6px;
}

.media-list__badge { /* lg */
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
	margin-right: 10px;
}

.national-qualifications__difficulty { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 45px;
	top: 46px;
	height: calc(100% - 45px);
	padding: 0 10px;
}

.national-qualifications__difficulty img { /* lg */
	width: 17px;
}

.national-qualifications__difficulty::before { /* lg */
	border-width: 0 30px 36px 30px;
}

.national-qualifications__box1 { /* lg */
	width: 90px;
}

.national-qualifications__wrap { /* lg */
	width: calc(100% - 90px);
}

.national-qualifications__box2 { /* lg */
	padding: 32px 30px;
}

.have-qualifications { /* lg */
	margin: 30px 0 94px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: none;
}

.have-qualifications__item { /* lg */
	width: 48%;
	border-top: 1px solid #e5e5e5;
}

.have-qualifications__list__heading { /* lg */
	width: 250px;
}

.career-voice__text { /* lg */
}

.career-voice__text:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.career-voice-qualifications { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	padding: 20px;
}

.career-voice-qualifications__heading { /* lg */
	width: 100px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.career-voice-qualifications__content { /* lg */
	font-size: 1.4rem;
	line-height: 2;
	padding: 0 0 0 30px;
	width: calc(100% - 100px);
}

.jobs__inner { /* lg */
	width: 76.1%;
}

.support-subject__item { /* lg */
	width: 22%;
}

.support-program__num:before { /* lg */
	width: 60px;
	height: 60px;
	top: 30px;
	left: 15%;
}

.works-level__overview { /* lg */
	margin-bottom: -10px;
}

.works-level__comment--2 .works-level__comment__person { /* lg */
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
}

.works-level__comment--2 .works-level__comment__main { /* lg */
	margin-left: 110px;
}

.button-2cols__item { /* lg */
	margin-left: 25px;
	margin-right: 25px;
}

.portfolio__main { /* lg */
	width: calc(100% - 530px);
}

.portfolio__sub { /* lg */
	width: 474px;
}

.portfolio-flow { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-top;
	-ms-flex-align: flex-top;
	align-items: flex-top;
}

.portfolio-flow__item { /* lg */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 18px;
}

.portfolio-flow__item--1 { /* lg */
	width: 33.333333%;
	margin-top: 40px;
}

.portfolio-flow__item--2 { /* lg */
	width: 33.333333%;
	margin-top: 20px;
}

.portfolio-flow__item--3 { /* lg */
	height: 222px;
}

.portfolio-flow__heading { /* lg */
	margin-bottom: 18px;
}

.portfolio-flow__text { /* lg */
	font-size: 1.2rem;
	line-height: 1.5;
}

.award-list-wrap__inner { /* lg */
	max-width: 100%;
}

.works-feature { /* lg */
	padding: 60px 0;
}

.works-feature__list { /* lg */
	font-size: 2.4rem;
}

.award-comingsoon { /* lg */
	font-size: 40px;;
}

.award-list { /* lg */
	width: 48.5%;
	margin-bottom: 30px;
}

.award-list:nth-child(odd) {
	margin-right: 3%;
}

.award-list__main { /* lg */
	padding: 25px 30px 30px;
}

.award-list__content { /* lg */
	width: calc(100% - 150px);
	margin-bottom: 0;
}

.award-list__head { /* lg */
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.award-list__text { /* lg */
	font-size: 1.3rem;
}

.award-list__text__name { /* lg */
	font-size: 1.2rem;
}

.award-list__text__name span { /* lg */
	font-size: 1.5rem;
}

.award-list__sub { /* lg */
	width: 130px;
}

.award-list__award { /* lg */
	margin-top: 10px;
	margin-right: -60px;
}

.award-list__award:before { /* lg */
	width: 62px;
	height: 84px;
}

.award-list__more { /* lg */
	font-size: 1.4rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 4px 0;
	border-radius: 15px;
}

.award-list__more:hover {
	background: #DA830B;
	cursor: pointer;
}

}

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

.support-program__box--smnone { /* sm */
	background: none;
	padding: 0;
}

}

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

.media-list__heading { /* iPhone5s */
	font-size: 1.2rem;
}

}

