@charset "UTF-8";
/* ================================================

- メインビジュアル

================================================ */
.p-mainvisual {
	background-image: url(/assets/images/top/bg_mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.p-mainvisual-lead figure {
	max-width: 950px;
	height: 580px;
	position: relative;
	margin: 0 auto;
}
.p-mainvisual-lead figcaption {
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.p-mainvisual-lead-txt li p {
	display: inline-block;
	font-size: 4rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #5c3f3e;
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px, #fff 1px -1px 1px, #fff 0px 0px 1px;
}
.p-mainvisual-lead-txt li:first-child {
	margin: 50px 0 15px;
}
/* -----------------------------------------------
   - @media screen
*/
@media screen and (max-width: 1030px) {
	.p-mainvisual {
		padding-top: 65%;
	}
	.p-mainvisual-lead {
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-mainvisual-lead .p-mainvisual-lead-img {
		width: 75.06666vw;
	}
	.p-mainvisual-lead-txt {
		margin-top: 0;
	}
	.p-mainvisual-lead-txt li:first-child {
		margin: 40px 0 0;
	}
	.p-mainvisual-lead-txt li {
		margin: 0 0 0;
	}
	.p-mainvisual-lead-txt li p {
		padding: 1% 2.66666vw;
		font-size: 5.6vw;
		letter-spacing: 0.05em;
	}
	.p-mainvisual-lead {
		width: 100%;
	}
	.p-mainvisual-lead figure {
		height: auto;
	}
	.p-mainvisual-lead figcaption {
		top: 50%;
	}
}
/* ================================================

- at first

================================================ */
.p-first {
	background: url(../../../assets/images/top/bg_first.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-first .p-first-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 130px 0 90px;
}
.p-first-ttl {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 4rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #5c3f3e;
}
.p-first-txt {
	font-family: 'Noto Serif JP', serif;
	margin-top: 22px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 1030px) {
	.p-first-ttl {
		font-size: 6.5vw;
	}
	.p-first-txt {
		text-align: left;
		font-size: 3.6vw;
	}
	.p-first .p-first-inner {
		padding: 13vw 5vw 9vw;
	}
}
/* ================================================

- 2種類のスクール

================================================ */
.p-school-type {
	padding: 100px 0 100px;
	background: url(../../../assets/images/top/bg_school_type.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-school-type-ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #5c3f3e;
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px, #fff 1px -1px 1px, #fff 0px 0px 1px;
	font-weight: 900;
	text-align: center;
}
.p-school-type-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px auto 0;
}
.p-school-type-inner li {
	max-width: 496px;
	margin-left: 60px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
}
.p-school-type-inner li:first-child {
	margin-left: 0;
}
.p-school-type-inner li a {
	display: block;
	padding: 40px 40px 80px;
}
.p-school-type-inner li a figcaption .p-school-type-inner-ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	letter-spacing: 0.14em;
	font-weight: 500;
}
.p-school-type-inner li a figcaption .p-school-type-inner-ttl span {
	display: block;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	font-weight: 500;
}
.p-school-type-inner li.dna a figcaption .p-school-type-inner-ttl {
	color: #a90100;
}
.p-school-type-inner li.cho a figcaption .p-school-type-inner-ttl {
	color: #70006f;
}
.p-school-type-inner li a figcaption .p-school-type-txt {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	font-weight: 400;
	margin: 15px 0;
}
.p-school-type-inner li.dna figcaption::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #a90100;
	border-right: 2px solid #a90100;
	transform: rotate(45deg);
	z-index: 2;
}
.p-school-type-inner li.cho figcaption::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #70006f;
	border-right: 2px solid #70006f;
	transform: rotate(45deg);
	z-index: 2;
}
@media screen and (max-width: 1030px) {
	.p-school-type-ttl {
		font-size: 6vw;
	}
	.p-school-type {
		padding: 10.66666% 4%;
	}
	.p-school-type-inner {
		display: block;
	}
	.p-school-type-inner li {
		max-width: 100%;
		margin-left: 0;
	}
	.p-school-type-inner li a {
		padding: 40px 30px 80px;
	}
	.p-school-type-inner li a figcaption {
		position: static;
	}
	.p-school-type-inner li a figcaption .p-school-type-txt {
		font-size: 4vw;
	}
	.p-school-type-inner li a figcaption .p-school-type-ttl {
		margin-top: 4%;
		text-align: center;
	}
	.p-school-type-inner li a figcaption .p-school-type-ttl span {
		padding: 3.46666% 6.4%;
		font-size: 5.6vw;
	}
	.p-school-type-inner li a figcaption .p-school-type-inner-ttl span {
		font-size: 6vw;
	}
	.p-school-type-inner li:first-child {
		margin: 0 auto 6.66666%;
	}
	.p-school-type-inner li::after {
		border-width: 0 0 34px 34px;
	}
	.p-school-type-inner li::before {
		bottom: 9.44206%;
		right: 4vw;
		width: 6.4vw;
		height: 5px;
	}
}
/* ================================================

- DNA栄養学スクール

================================================ */
.p-dna {
	background: #f0dac4;
}
.p-dna .p-dna-ttl {
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	background: #c01c1c;
	padding: 50px 0;
}
.p-dna .p-dna-ttl span {
	display: block;
	font-size: 4rem;
	letter-spacing: 0.08em;
}
.p-dna .p-dna-list {
	padding: 50px 0 100px;
}
.p-dna .p-dna-list .p-dna-list-ttl p {
	color: #790000;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff -1px -1px 1px, #fff 1px -1px 1px, #fff 0px 0px 1px;
}
.p-dna .p-dna-list .p-dna-list-ttl h4 {
	color: #790000;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	padding: 10px 0 20px;
}
.p-dna .p-dna-list .p-dna-list-txt {
	max-width: 1000px;
	padding: 50px 50px 60px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.p-dna .p-dna-list .p-dna-list-txt::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -60px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 60px 80px 0 80px;
}
.p-dna .p-dna-list .p-dna-list-txt li {
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.08em;
	padding: 30px 0 0 50px;
}
.p-dna .p-dna-list .p-dna-list-txt li:first-child {
	padding: 0 0 0 50px;
}
.p-dna .p-dna-list .p-dna-list-txt li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 35px;
	background-image: url(/assets/images/common/icn_check.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.p-dna .p-dna-step-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 20px;
}
.p-dna .p-dna-step-ttl h4 span.txt {
	font-style: italic;
	font-size: 4rem;
}
.p-dna .p-dna-step-ttl h4 span.line {
	background-image: linear-gradient(transparent 1em, #f7bcbc 0%);
	padding-bottom: 0.12rem;
}
.p-dna .p-dna-inner .p-dna-step-item {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.p-dna .p-dna-step-item ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
}
.p-dna .p-dna-step-item li {
	width: 330px;
	margin: 26px 2% 0 0;
	padding: 20px 20px 30px;
	border: solid 1px #fff;
}
.p-dna .p-dna-step-item li:nth-child(3n) {
	margin-right: 0;
}
.p-dna .p-dna-step-item .p-dna-step-set-ttl {
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
}
.p-dna .p-dna-step-item .p-dna-step-set-img {
	width: 170px;
	margin: 15px auto;
}
.p-dna .p-dna-step-item .p-dna-step-set-txt {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.p-dna .p-dna-voice-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 20px;
}
.p-dna .p-dna-voice-ttl h4 span.txt {
	font-style: italic;
	font-size: 4rem;
}
.p-dna .p-dna-voice-ttl h4 span.line {
	background-image: linear-gradient(transparent 1em, #f7bcbc 0%);
	padding-bottom: 0.12rem;
}
.p-dna .p-dna-voice-item {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.p-dna .p-dna-voice-item .p-dna-voice-set {
	display: flex;
	padding: 40px;
	background: #fff;
	border-radius: 40px;
	position: relative;
	margin: 30px 0 60px 0;
}
.p-dna .p-dna-voice-item .p-dna-voice-set::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 60px;
	bottom: -20px;
	border-right: 48px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-45deg);
}
.p-dna .p-dna-voice-item .p-dna-voice-set.set02::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 60px;
	bottom: -20px;
	border-right: 48px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-135deg);
}
.p-dna .p-dna-voice-item .p-dna-voice-set-img {
	margin: 0 40px 0 0;
}
.p-dna .p-dna-voice-item .p-dna-voice-set-img img {
	max-width: 200px;
}

.p-dna .p-dna-voice-item .p-dna-voice-set-txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08em;
}
.p-dna .p-dna-about {
	padding: 0 0 60px;
}
.p-dna .p-dna-about-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 20px;
}
.p-dna .p-dna-about-ttl h4 span.txt {
	font-style: italic;
	font-size: 4rem;
}
.p-dna .p-dna-about-ttl h4 span.line {
	background-image: linear-gradient(transparent 1em, #f7bcbc 0%);
	padding-bottom: 0.12rem;
}
.p-dna .p-dna-about-img {
	max-width: 750px;
	margin: 30px auto 0;
}
.p-dna .p-dna-about-txt {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin: 30px 0 0 0;
}
@media screen and (max-width: 1046px) {
	.p-dna .p-dna-step-item li:nth-child(3n) {
		margin: 26px 2% 0 0;
	}
}
@media screen and (max-width: 1030px) {
	.p-dna .p-dna-ttl span {
		font-size: 7vw;
	}
	.p-dna .p-dna-list {
		padding: 10vw 5vw 15vw;
	}
	.p-dna .p-dna-list .p-dna-list-ttl p {
		font-size: 4.5vw;
	}
	.p-dna .p-dna-list .p-dna-list-ttl h4 {
		font-size: 6vw;
	}
	.p-dna .p-dna-list .p-dna-list-txt {
		padding: 8vw 5vw 10vw;
	}
	.p-dna-step {
		padding: 5vw 5vw 0;
	}
	.p-dna .p-dna-step-item li {
		margin: 26px 0 0 0;
	}
	.p-dna .p-dna-step-item li:nth-child(3n) {
		margin: 26px 2% 0 0;
	}
	.p-dna .p-dna-step-ttl h4 {
		font-size: 6vw;
	}
	.p-dna .p-dna-step-item ul {
    margin-top: 0;
}
	.p-dna .p-dna-voice-item {
		padding: 0 25px 8vw;
	}
	.p-dna .p-dna-voice-item .p-dna-voice-set {
		display: block;
	}
	.p-dna .p-dna-voice-item .p-dna-voice-set-img {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.p-dna .p-dna-voice-item .p-dna-voice-set-img img {
		max-width: 100%;
	}
.p-dna .p-dna-voice-item .p-dna-voice-set-txt {
    font-size: 3.5vw;
    line-height: 1.6;
}
	.p-dna .p-dna-about {
		padding: 0 5vw 6vw;
	}
	.p-dna .p-dna-about-txt {
    font-size: 4vw;
		margin: 30px 0 5vw 0;
}
}
/* ================================================

- お問い合わせ

================================================ */
.p-contact {
	padding: 80px 0 60px;
	background: #5c3f3e;
}
.p-contact .p-contact-txt {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #fff;
}
.p-contact .p-contact-btn {
	margin: 30px 20px 50px;
}
.p-contact .p-contact-txt-02 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	margin: 30px 0 20px;
}

@media screen and (max-width: 1030px) {
.p-contact {
	padding: 10vw 0 10vw;
}
.p-contact .p-contact-txt {
	font-size: 6vw;
}
.p-contact .p-contact-txt-02 {
	font-size: 4vw;
}
}



/* ================================================

- 腸栄養学スクール

================================================ */
.p-chou {
	background: #f0dac4;
}
.p-chou .p-chou-ttl {
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	background: #6c006b;
	padding: 50px 0;
}
.p-chou .p-chou-ttl span {
	display: block;
	font-size: 4rem;
	letter-spacing: 0.08em;
}
.p-chou .p-chou-point {
	padding: 80px 0;
}
.p-chou .p-chou-point-ttl {
	margin: 0 0 40px;
}
.p-chou .p-chou-point-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 20px;
}
.p-chou .p-chou-point-ttl h4 span.txt {
	font-style: italic;
	font-size: 4rem;
}
.p-chou .p-chou-point-ttl h4 span.line {
	background-image: linear-gradient(transparent 1em, #e1bfe0 0%);
	padding-bottom: 0.12rem;
}
.p-chou .p-dna-step-set {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 30px auto;
	position: relative;
}
.p-chou .p-dna-step-set .p-dna-step-set-txt {
	min-width: 90px;
	height: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-style: italic;
	color: #fff;
	background: #750074;
	text-align: center;
	z-index: 1;
	position: relative;
	top: 20px;
	left: 30px;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.p-chou .p-dna-step-set .p-dna-step-set-txt span {
	font-size: 4rem;
}
.p-chou .p-dna-step-set-inner {
	width: 100%;
	padding: 30px 50px 30px 70px;
	background: #fff;
}
.p-chou .p-dna-step-set-inner-ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.p-chou .p-dna-step-set-inner-txt {
	margin: 15px 0 0;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
.p-chou .p-chou-advice {
	padding: 0 0 100px;
}
.p-chou .p-chou-advice-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 50px;
	color: #830081;
}
.p-chou .p-chou-advice-inner {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.p-chou .p-chou-advice-inner figcaption {
	position: absolute;
	top: 60px;
	right: 100px;
}
.p-chou .p-chou-advice-inner-list li {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}
.p-chou .p-chou-advice-inner-list ol {
	counter-reset: count 0;
}
.p-chou .p-chou-advice-inner-list li:before {
	content: counter(count) ". ";
	counter-increment: count 1;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	color: #8c008a;
}
.p-chou-kanshu {
	padding: 0 0 100px;
}
.p-chou-kanshu .p-chou-kanshu-ttl h4 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 40px;
}
@media screen and (max-width: 1030px) {
	.p-chou .p-chou-point {
		padding: 8vw 0;
	}
	.p-chou .p-chou-point-ttl {
		margin: 0 0 4vw;
	}
	.p-chou .p-dna-step-set {
		display: block;
	}
	.p-chou .p-dna-step-set .p-dna-step-set-txt {
		max-width: 90px;
	}
	.p-chou .p-chou-point-list li {
		padding: 0 25px;
	}
	
	.p-chou .p-dna-step-set-inner {
		padding: 40px 30px 30px 30px;
	}
	.p-chou-advice-ttl {
		padding: 0 20px;
	}
	.p-chou .p-chou-advice-ttl h4 {
		font-size: 6vw;
		padding: 10px 0 5vw;
	}
	.p-chou .p-dna-step-set-inner-ttl {
    font-size: 6vw;
}
	.p-chou .p-chou-advice {
    padding: 0 0 10vw;
}
	.p-chou .p-chou-advice-inner {
		display: block;
	}
	.p-chou .p-chou-advice-inner figcaption {
		position: static;
		padding: 25px 25px 40px;
		background: #fff;
	}
.p-chou .p-chou-ttl span {
	font-size: 7vw;
}
	.p-chou-kanshu-btn {
		margin: 0 20px;
	}
	
}
/* ================================================

- 講師

================================================ */
.p-teacher {
	padding: 60px 0;
}
.p-teacher .p-teacher-ttl {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 10px 0 40px;
}
.p-teacher .p-teacher-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px;
	border: solid 1px #715756;
}
.p-teacher .p-teacher-inner-set {
	display: flex;
	justify-content: space-between;
}
.p-teacher .p-teacher-inner-set-img {
	width: 450px;
}
.p-teacher .p-teacher-inner-set-name-inner {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.p-teacher .p-teacher-inner-set-name-inner .name {
	font-size: 3rem;
	line-height: 2;
}
.p-teacher .p-teacher-inner-set-name ul {
	margin: 50px 0 0 0;
}
.p-teacher .p-teacher-inner-set-name ul li {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.08em;
}
.p-teacher .p-teacher-inner-txt {
	margin: 20px 0;
	line-height: 2;
	letter-spacing: 0.08em;
}
.p-teacher .p-teacher-inner-02 {
	margin: 0 0 30px;
}
.p-teacher .p-teacher-inner-02-ttl h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 0 0 5px;
	border-bottom: solid 1px #dfd7d6;
	margin: 0 0 10px;
}
.p-teacher .p-teacher-inner-02-txt p {
	line-height: 2;
	letter-spacing: 0.08em;
}
.p-teacher .p-teacher-inner-02-txt li {
	line-height: 2;
	letter-spacing: 0.08em;
	padding: 0 0 0 020px;
	position: relative;
}
.p-teacher .p-teacher-inner-02-txt li::before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 1030px) {
	.p-teacher .p-teacher-inner {
		margin: 0 25px;
		padding: 8vw;
	}
	.p-teacher .p-teacher-inner-set {
		display: block;
	}
	.p-teacher .p-teacher-inner-set-name ul {
		margin: 2vw 0 5vw 0;
	}
	.p-teacher .p-teacher-inner-set-name ul li {
		line-height: 5vw;
font-size: 3vw;
	}
	.p-teacher .p-teacher-inner-set-name-inner {
    font-size: 4vw;
}
.p-teacher .p-teacher-inner-set-name-inner .name {
    font-size: 6vw;
}
.p-teacher .p-teacher-inner-set-img {
    width: 100%;
}
	
}