@charset "utf-8";

/*---------------------------------------------

デザインスタイル コース用2026

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼タイトルPC */
#page_title {padding: 100px 0 0 0;}

.course_title {
	width: 153px;
	margin: 0 auto 20px auto;
}

.course_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.course_subtitle {
	color: #727171;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.subcate {
	width: 200px;
	margin: 0 auto 20px auto;
}

.subcate img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.subname {
	color: #727171;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

/* ▼コースPC */
#course_m01 {padding: 50px 0 100px 0;}

#course_m02 {padding: 50px 0 160px 0;}

#course_m03 {padding: 50px 0 120px 0;}

#course_m01 .inner,
#course_m02 .inner,
#course_m03 .inner {position: relative;}

.pinkobi {
	width: 480px;
	background: #e09ca2;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

#course_m01 h2,
#course_m02 h2,
#course_m03 h2 {
	width: 480px;
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	color: #727171;
	text-align: center;
	letter-spacing: -2px;
	margin-bottom: 30px;
}

.c_txt_c {
	width: 480px;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}

.pink {color: #e09ca2;}

.c_txt {
	width: 480px;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	line-height: 1.6;
	margin-bottom: 20px;
}

.c_price {
	width: 480px;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	line-height: 1.6;
}

.mb {margin-bottom: 40px;}

.course_img {
	position: absolute;
	width: 479px;
	top: 0;
	right: 0;
}

.course_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.shiroobi {
	width: 480px;
	background: #fff;
	font-size: 18px; font-size: 1.8rem;
	color: #e09ca2;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 18px;
	border: solid 1px #e09ca2;
}

.osusume {
	display: flex;
	width: 480px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.osusume li {
	width: 50%;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	font-weight: bold;
	line-height: 1.6;
	background: url("../new_img/course/maru.png") left center no-repeat;
	background-size: 15px;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 20px;
	box-sizing: border-box;
}

.osusume_img {
	position: absolute;
	width: 479px;
	top: 400px;
	right: 0;
}

.osusume_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.course_side {
	display: flex;
	justify-content: space-between;
}

.course_side > div {width: 480px;}

.course_list {
	margin-left: 30px;
	list-style: disc;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	line-height: 1.6;
}

.step {
	position: absolute;
	width: 135px;
	bottom: -155px;
	left: 10px;
}

.step img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼卒業生の声PC */
#course_interview {padding: 50px 0 120px 0;}

.int_list {
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0 150px 0;
}

.int_list li {
	width: 50%;
	box-sizing: border-box;
	border-bottom: solid 1px #727171;
	color: #727171;
	padding-top: 30px;
}

.int_list li:nth-of-type(-n+2) {padding-top: 0;}

.int_list li:nth-last-of-type(-n+2) {border-bottom: none;}

.int_list li:nth-of-type(odd) {
	padding-right: 5%;
	border-right: solid 1px #727171;
}

.int_list li:nth-of-type(even) {padding-left: 5%;}

.int_list h3 {
	font-size: 24px; font-size: 2.4rem;
	color: #727171;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
}

.intbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.intimg {width: 50%;}

.intimg > div {
	width: 205px;
	margin-bottom: 20px;
}

.intimg > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.intimg > p {
	width: 205px;
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	color: #727171;
	line-height: 1.6;
}

.intmes {
	width: 49%;
	font-size: 17px; font-size: 1.7rem;
	color: #727171;
	line-height: 1.6;
}

.pinkobi2 {
	width: 830px;
	background: #e09ca2;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	margin: 0 auto 24px auto;
}

.nintei_title {
	width: 830px;
	font-size: 24px; font-size: 2.4rem;
	color: #727171;
	letter-spacing: -0.5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto 15px auto;
}

.nintei_txt {
	width: 830px;
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 35px auto;
}

.nintei_box {
	display: flex;
	justify-content: space-between;
	width: 830px;
	margin: 0 auto;
}

.nintei_box li {width: 380px;}

.nintei_box li > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.nintei_name {
	font-size: 24px; font-size: 2.4rem;
	color: #727171;
	text-align: center;
	font-weight: bold;
	padding: 25px 0 18px 0;
}

.nintei_eng {
	width: 196px;
	margin: 0 auto;
}

.nintei_eng img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼インターンシップ制度PC */
#course_internship {padding: 50px 0 10px 0;}

.intern_txt {
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 70px auto;
}

.intern_photo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intern_photo li {width: 450px;}

.intern_photo li > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.intern_photo li > p {
	font-size: 18px; font-size: 1.8rem;
	color: #727171;
	text-align: center;
	padding: 16px 0 90px;
}

/* ▼卒業生の就職・キャリアPC */
#course_career {padding: 50px 0 100px 0;}

.graybox {
	width: 100%;
	border: solid 1px #727171;
	padding: 50px 25px;
	box-sizing: border-box;
}

.career_firsttxt {
	font-size: 17px; font-size: 1.7rem;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 35px;
}

.career_txt {
	font-size: 17px; font-size: 1.7rem;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 35px;
}

.career_endtxt {
	font-size: 17px; font-size: 1.7rem;
	color: #727171;
	text-align: right;
	line-height: 1.6;
	margin-right: 20px;
}

/* ▼現役で活躍している講師PC */
#course_instructor {padding: 50px 0 50px 0;}

.inst_list {margin: 70px 0 0 0;}

.inst_list li {
	box-sizing: border-box;
	border-bottom: solid 1px #727171;
	color: #727171;
	padding-top: 30px;
}

.inst_list li:last-of-type {border-bottom: none;}

.instbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.inst_list li:nth-of-type(even) .instbox {flex-direction: row-reverse;}

.instimg {width: 482px;}

.instimg > div {
	width: 100%;
	margin-bottom: 20px;
}

.instimg > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.instimg > p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	color: #727171;
	font-weight: bold;
	line-height: 1.6;
}

.instimg > p img {
	height: 14px;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 35px;
}

.instmes {
	width: calc(100% - 520px);
	font-size: 17px; font-size: 1.7rem;
	color: #727171;
	line-height: 1.6;
}

}

@media print, screen and (max-width: 767px) {

/* ▼タイトルSP */
#page_title {padding: 10% 0 0 0;}

.course_title {
	width: 35%;
	margin: 2vw auto 3vw auto;
}

.course_title img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.course_subtitle {
	color: #727171;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 7vw;
	line-height: 150%;
}

.subcate {
	width: 42%;
	margin: 2vw auto 3vw auto;
}

.subcate img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.subname {
	color: #727171;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 7vw;
	line-height: 150%;
}

/* ▼コースSP */
#course_m01 {padding: 6vw 0 10vw 0;}

#course_m02 {padding: 6vw 0 10vw 0;}

#course_m03 {padding: 6vw 0 10vw 0;}

.pinkobi {
	background: #e09ca2;
	font-size: 4vw;
	color: #fff;
	text-align: center;
	padding: 2.5vw;
	box-sizing: border-box;
	margin-bottom: 4vw;
}

#course_m01 h2,
#course_m02 h2,
#course_m03 h2 {
	font-size: 5vw;
	color: #727171;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.6vw;
	margin-bottom: 5vw;
}

.c_txt_c {
	font-size: 4vw;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 5vw;
}

.pink {color: #e09ca2;}

.c_txt {
	font-size: 4vw;
	color: #727171;
	line-height: 1.6;
	margin-bottom: 4vw;
}

.c_price {
	font-size: 4vw;
	color: #727171;
	line-height: 1.6;
}

.mb {margin-bottom: 6vw;}

.mb2 {margin-bottom: 6vw;}

.course_img {
	width: 100%;
	margin-bottom: 6vw;
}

.course_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.shiroobi {
	background: #fff;
	font-size: 4vw;
	color: #e09ca2;
	text-align: center;
	padding: 2.5vw;
	box-sizing: border-box;
	margin-bottom: 4vw;
	border: solid 1px #e09ca2;
}

.osusume {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4vw;
}

.osusume li {
	width: 50%;
	font-size: 3.6vw;
	color: #727171;
	font-weight: bold;
	line-height: 1.8;
	background: url("../new_img/course/maru.png") left center no-repeat;
	background-size: 3vw;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 5vw;
	box-sizing: border-box;
}

.osusume_img {
	width: 100%;
	margin-bottom: 6vw;
}

.osusume_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.course_side > div {width: 100%;}

.course_list {
	margin: 0 0 8vw 6vw;
	list-style: disc;
	font-size: 3.6vw;
	color: #727171;
	line-height: 1.8;
}

.step {
	width: 30%;
	margin: 0 auto;
	padding-top: 8vw;
}

.step img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼卒業生の声SP */
#course_interview {padding: 6vw 0 10vw 0;}

.int_list {margin: 10vw 0 14vw 0;}

.int_list li {
	box-sizing: border-box;
	border-bottom: solid 1px #727171;
	color: #727171;
	padding-top: 6vw;
}

.int_list li:first-of-type {padding-top: 0;}

.int_list h3 {
	font-size: 4.5vw;
	color: #727171;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4vw;
}

.intbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vw;
}

.intimg {width: 50%;}

.intimg > div {
	width: 90%;
	margin-bottom: 20px;
}

.intimg > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.intimg > p {
	width: 90%;
	text-align: center;
	font-size: 3vw;
	letter-spacing: -0.1vw;
	color: #727171;
	line-height: 1.6;
}

.intmes {
	width: 49%;
	font-size: 3.6vw;
	color: #727171;
	line-height: 1.6;
}

.pinkobi2 {
	background: #e09ca2;
	font-size: 4vw;
	color: #fff;
	text-align: center;
	padding: 2.5vw;
	box-sizing: border-box;
	margin-bottom: 4vw;
}

.nintei_title {
	font-size: 4vw;
	color: #727171;
	letter-spacing: -0.5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto 8vw auto;
}

.nintei_txt {
	font-size: 3.6vw;
	color: #727171;
	line-height: 1.4;
	margin: 0 auto 5vw auto;
}

.nintei_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 6vw auto;
}

.nintei_box li {width: 48.5%;}

.nintei_box li > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.nintei_name {
	font-size: 5vw;
	color: #727171;
	text-align: center;
	font-weight: bold;
	padding: 3vw 0 2vw 0;
}

.nintei_eng {
	width: 90%;
	margin: 0 auto;
}

.nintei_eng img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼インターンシップ制度SP */
#course_internship {padding: 6vw 0 10vw 0;}

.intern_txt {
	font-size: 3.6vw;
	color: #727171;
	line-height: 1.4;
	margin: 0 auto 5vw auto;
}

.intern_photo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intern_photo li {width: 48.5%;}

.intern_photo li > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.intern_photo li > p {
	font-size: 3.2vw;
	line-height: 1.4;
	color: #727171;
	text-align: center;
	padding: 2vw 0 7vw;
}

/* ▼卒業生の就職・キャリアSP */
#course_career {padding: 6vw 0 10vw 0;}

.graybox {
	width: 100%;
	border: solid 1px #727171;
	padding: 8vw 2vw;
	box-sizing: border-box;
}

.career_firsttxt {
	font-size: 3.2vw;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 6vw;
}

.career_txt {
	font-size: 3.2vw;
	color: #727171;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 6vw;
}

.career_endtxt {
	font-size: 3.2vw;
	color: #727171;
	text-align: right;
	line-height: 1.6;
	margin-right: 2vw;
}

/* ▼現役で活躍している講師SP */
#course_instructor {padding: 6vw 0 8vw 0;}

.inst_list li {
	box-sizing: border-box;
	border-bottom: solid 1px #727171;
	color: #727171;
	padding-top: 30px;
}

.inst_list li:last-of-type {border-bottom: none;}

.instbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.instimg {width: 45%;}

.instimg > div {
	width: 100%;
	margin-bottom: 2vw;
}

.instimg > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.instimg > p {
	text-align: center;
	font-size: 4.5vw;
	color: #727171;
	font-weight: bold;
	line-height: 1.6;
}

.instimg > p img {
	display: block;
	height: 2.5vw;
	margin: 2vw auto  0 auto;
	image-rendering: -webkit-optimize-contrast;
}

.instmes {
	width: calc(100% - 50%);
	font-size: 3.6vw;
	color: #727171;
	line-height: 1.6;
}
	
}
