@charset "UTF-8";

.professor-1 {
	position: relative;
	padding: 0 0 135px;
}

.professor-1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -300px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 340px;
	height: 118px;
	background: url(../img/professor/illust_professor_01.png) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-1__inner {
	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;
	margin-top: 13.5rem;
}

.professor-1__info {
	padding: 0 50px 2rem 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.professor-1__image {
	max-width: 300px;
	border-radius: 5.6689px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.professor-1__image img {
	display: block;
}

.professor-1__label {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.7222;
	letter-spacing: 0.01em;
}

.professor-1__profile {
	font-size: 1.5rem;
	line-height: 1.8667;
	letter-spacing: 0.01em;
}

.professor-1__main {
	width: 58.8%;
}

.professor-1__text {
	text-align: justify;
}

.professor-2 {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 168px 0 190px;
}

.professor-2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -293px;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: 136px;
	height: 121px;
	background: url(../img/professor/illust_professor_07.png) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-2__main {
	width: 46.2963%;
}

.professor-2__text {
	text-align: justify;
}

.professor-2__image {
	width: 43.0556%;
	overflow: hidden;
	border-radius: 5.67px;
	margin: 0 0 4rem;
}

.professor-2__image img {
	display: block;
}

.professor-heading {
	position: relative;
	padding-top: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #595757;
	text-align: center;
}

.professor-heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 5px;
	background: #F0B818;
}

.professor-illust {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 12px;
	background: #FEF9ED;
}

.professor-illust__inner {
	position: relative;
	width: 90%;
	height: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.illust-wrap {
	position: relative;
	width: 90%;
	height: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.illust-robot-1 {
	position: absolute;
	left: -40px;
	bottom: 2px;
	width: 102px;
}

.illust-robot-2 {
	position: absolute;
	left: 241px;
	bottom: 0;
	width: 74px;
}

.illust-car-1,
.illust-car-2 {
	position: absolute;
	width: 43px;
	z-index: 1;
}

.illust-car-1 {
	right: 76px;
	bottom: 6px;
}

.illust-car-2 {
	left: calc(50% + 50vw);
	bottom: 0;
}

.illust-panel-1 {
	position: absolute;
	right: -81px;
	bottom: -18px;
	width: 332px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

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

.professor-1__inner { /* 1000px以下 */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.professor-1__main { /* 1000px以下 */
	width: 100%;
}

.professor-2 { /* 1000px以下 */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.professor-2__main { /* 1000px以下 */
	width: 51%;
}

}

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

.professor-1 { /* sp */
	padding: 0 0 70px;
}

.professor-1__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 6rem;
	gap: 6rem;
}

.professor-1__info { /* sp */
	padding: 0 0;
	margin: 0 auto;
}

.professor-1__image { /* sp */
	max-width: 213px;
	width: 100%;
	margin: 0 auto 2rem;
}

.professor-1__profile { /* sp */
	font-size: 1.4rem;
}

.professor-2 { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 80px 0 0;
	gap: 5rem;
}

.professor-2__main { /* sp */
	width: 100%;
}

.professor-2__image { /* sp */
	width: 100%;
	margin: 0 auto;
}

.illust-robot-1 { /* sp */
	width: 82px;
	left: -15px;
}

.illust-robot-2 { /* sp */
	left: 100px;
	width: 60px;
}

.illust-car-1,
.illust-car-2 { /* sp */
	width: 35px;
}

.illust-car-1 { /* sp */
	right: 86px;
}

.illust-panel-1 { /* sp */
	width: 265px;
	right: -71px;
}

}

