 * @charset "utf-8";
/* CSS Document */

/*========NEW
.pageHeadTeacher .headline span {
    color: #fff;
    font-size: 6.4rem;
    margin-top: 100px;
    padding: 0 20px 0 30px;
    position: relative;
    display: inline-block;
}

.pageHeadTeacher .headline span:before,
.pageHeadTeacher .headline span:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    top: 30px;
}

.pageHeadTeacher .headline span:before {
    transform: rotate(-34deg);
    left: 0;
}

.pageHeadTeacher .headline span:after {
    transform: rotate(34deg);
    right: 0;
}

@media screen and (max-width: 767px) {
    .pageHeadTeacher .headline span {
        font-size: 2.4rem;
        margin-top: 40px;
    }

    .pageHeadTeacher .headline span:before,
    .pageHeadTeacher .headline span:after {
        border-width: 20px 4px 0 4px;
        top: 10px;
    }
}


p.lead {
    line-height: 2.3;
    margin: 0 auto;
    max-width: 724px;
    text-align: left;
}

.contentsHead {
    margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
    .contentsHead {
        margin-bottom: 45px;
    }
}

.teacherComment.ver2 {
    background: url("../images/concept/eq/teacher/bg_idea_comment_ver2.png") no-repeat bottom;
    flex-direction: row-reverse;
    height: 377px;
    padding-left: 300px;
}

.teacherComment.ver2:after {
    background: url("../images/concept/eq/teacher/ico_idea03.png");
    right: auto;
    left: 10px;
    height: 261px;
    width: 217px;
}

.teacherComment.ver2.typeB:after {
    background: url("../images/concept/eq/teacher/ico_idea04.png");
    height: 261px;
    width: 239px;
}

.teacherComment.ver2 p {
    position: absolute;
    left: 380px;
    max-width: 670px;
    margin-top: 40px;
}

.ie .teacherComment.ver2 p {
    top: 80px;
}


.teacherComment.ver2 p span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 20px 0;
}

.teacherComment.ver2 .img {
    position: absolute;
    right: 150px;
    top: 110px;
}

@media screen and (max-width: 767px) {
    .teacherComment.ver2 {
        background: #7BA327;
        display: block;
        margin-top: 40px;
        padding: 20px 20px 20px 20px;
        height: auto;
    }

    .teacherComment.ver2 .img {
        display: block;
        width: 100%;
    }

    .teacherComment.ver2 p {
        margin-top: 10px;
        padding: 10px 10px 60px;
        position: static;
    }

    .teacherComment.ver2 p span {
        font-size: 1.7rem;
    }

    .teacherComment.ver2 .img {
        position: static;
    }

    .teacherComment.ver2:after,
    .teacherComment.ver2.typeB:after {
        background-size: cover;
        right: 10px;
        left: auto;
        bottom: 0px;
        height: 90px;
        width: 80px;
    }

}


.figureBox {
    align-items: flex-start;
    margin: 116px 0 105px;
    justify-content: space-between;
}

.figureBox p {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .figureBox {
        margin: 0 0 60px;
    }

    .figureBox .unit {
        margin: 0 0 30px;
        width: 100%;
    }

    .figureBox .unit img {
        width: 100%;
    }
}


.teacherTtl {
    border-bottom: 1px solid #ddd;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .teacherTtl {
        font-size: 2rem;
    }
}

.comparison {
    margin-bottom: 50px;
}

.comparison .compareTbl td {
    background: none;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .comparison .compareTbl td {
        width: 33%;
    }
}

.comparison .compareTbl td strong {
    font-size: 3.6rem;
}

.comparison .compareTbl td strong.eng {
    font-size: 6.6rem;
}

.comparison .compareTbl td span {
    font-size: 1.5rem;
    font-weight: 400;
}

.comparison .compareTbl.type3 td {
    line-height: 2.2;
    vertical-align: top;
}

.comparison .compareTbl.type3 td span {
    display: inline-block;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
}

.comparison .compareTbl.type3 td:nth-child(1) {
    vertical-align: middle;
}

.teacherComment + .btnWrap {
    margin-top: 20px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .comparison .compareTbl th.ippan {
        background: #FFD02F;
    }

    .comparison .compareTbl th.idea {
        background: #A8D66C;
    }

    .comparison .compareTbl th.tough {
        background: #498ED4;
    }

    .comparison .compareTbl td.ippan {
        background: #FFF4CF;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .comparison .compareTbl td.idea {
        background: #EBFCD4;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .comparison .compareTbl td.tough {
        background: #D8EBFF;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .comparison .compareTbl td strong {
        font-size: 2.8rem;
    }

    .comparison .compareTbl.type3 td,
    .comparison .compareTbl.type3 td span {
        font-size: 1.8rem;
    }

    .comparison .compareTbl.type3 td + td {
        border-top: 1px solid #ccc;
    }
}

.tabWrap {
    margin: 20px 0 140px;
}

.tabSwitch {
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.tabSwitch li {
    cursor: pointer;
    padding: 20px 0 10px;
    position: relative;
    width: 442px;
}

.tabSwitch li:first-child {
    margin-right: 170px;
}

.tabSwitch li.on:after {
    background: #7BA327;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    bottom: -3px;
    width: 100%;
}

.tabSwitch.tabBottom {
    border-bottom: none;
    border-top: 1px solid #707070;
}

.tabSwitch.tabBottom li.on:after {
    bottom: auto;
    top: -3px;
}

.tabSwitch li .ttl {
    font-size: 2.4rem;
    margin-bottom: 0;
    opacity: 0.5;
    text-align: center;
    transition: 0.3s;
}

.tabSwitch li.on .ttl,
.tabSwitch li:hover .ttl {
    opacity: 1;
}

.tabSwitch li .ttl span {
    font-size: 1.6rem;
    margin-left: 20px;
}

.tabContentWrap .content {
    background: rgba(0, 0, 0, 0.03);
    padding: 0 45px;
    margin: 0;
    transition: none;
}

.tabContentWrap .content.show {
    padding: 25px 45px 60px;
    transition: opacity 1s;
}

.numImgCol2.type01 .unit .txt {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tabWrap {
        margin: 30px 0;
    }

    .tabSwitch li {
        margin: 0;
        width: 45%;
    }

    .tabSwitch li:first-child {
        margin-right: 0px;
    }

    .tabSwitch li .ttl {
        font-size: 1.6rem;
        text-align: center;
    }

    .tabSwitch li .ttl span {
        display: block;
        font-size: 1.2rem;
        margin-left: 0;
    }

    .tabContentWrap .content.show {
        padding: 50px 6% 40px 5%;
    }

    .numImgCol2.type01 .unit .txt {
        margin-top: 0;
    }

    .numImgCol2 {
        position: relative;
        margin-bottom: 57px;
    }

    .numImgCol2:before {
        content: '';
        display: block;
        height: 100%;
        width: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .numImgCol2:after {
        background: url("../images/concept/eq/teacher/arrow_tab_unit.png");
        background-size: cover;
        content: '';
        display: block;
        width: 35px;
        height: 57px;
        position: absolute;
        left: -25px;
        bottom: -57px;
    }

    .numImgCol2 .unit {
        margin-left: 15%;
        width: 85%;
    }

    .numImgCol2 .unit .ttl {
        font-size: 1.8rem;
    }

    .numImgCol2 .unit .img {
        position: relative;
        z-index: 1;
    }

    .numImgCol2 .unit .img:before {
        background: url("../images/concept/eq/teacher/ico_tab_unit.png") no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        position: absolute;
        height: 30%;
        width: 25%;
        left: -21%;
        top: 30px;
        z-index: -1;
    }

    .numImgCol2 .unit.hasICo {
        position: relative;
    }

    .numImgCol2 .unit.hasIco:after {
        background: url("../images/concept/eq/teacher/ico_tab_kenchiku.png") no-repeat left bottom;
        background-size: auto 100%;
        content: '';
        display: block;
        position: absolute;
        height: 59px;
        width: 65px;
        left: -25%;
        bottom: -50px;
    }

    .numImgCol2.type01 .unit.hasIco:after {
        bottom: 0;
    }

    .numImgCol2 .unit.hasIco02:after {
        background: url("../images/concept/eq/teacher/ico_tab_house01.png") no-repeat left bottom;
        background-size: auto 100%;
        content: '';
        display: block;
        position: absolute;
        height: 50px;
        width: 60px;
        left: -22%;
        bottom: -50px;
    }

    .numImgCol2 .unit.hasIco03:after {
        background: url("https://www.idea-h.net/wp/wp-content/themes/idea-h-theme_20210212_2/images/concept/eq/teacher/arrow_tab_unit.png") no-repeat left bottom;
        background-size: auto 100%;
        content: '';
        display: block;
        position: absolute;
        height: 50px;
        width: 60px;
        left: -22%;
        bottom: 0;
    }

    .teacherComment.ver2 {
        margin-top: 80px;
    }
}

.question {
    margin: 50px 0;
}

@media screen and (max-width: 767px) {
    .question {
        margin-bottom: 30px;
    }
}

.teacherSec:last-of-type {
    margin-bottom: 60px;
}

.teacherSec .lead {
    margin-bottom: 60px;
}

.house-comparison {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

li.house-flow {
    margin-left: 60px;
    position: relative;
}

li.house-flow::before {
    background: url("https://www.idea-h.net/wp/wp-content/themes/idea-h-theme_20210212_2/images/concept/eq/teacher/ico_tab_unit.png") no-repeat;
    background-size: auto;
    background-size: 100% auto;
    content: '';
    display: block;
    position: absolute;
    height: 30%;
    width: 60px;
    left: -60px;
    top: 125px;
    z-index: -1;
}

li.house-flow .fadeUpImg::after {
    background: #7BA327;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -32px;
    bottom: -10px;
    width: 100%;
    z-index: -1;
}

ul.general-house {
    position: relative;
    width: 31%;
}

ul.idea-house {
    position: relative;
    width: 63%;
}

ul.idea-house::before {
    background: linear-gradient(to bottom, rgba(244, 245, 243, 1) 0%, rgba(185, 192, 173, 1) 100%);
    content: '';
    display: block;
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
}

ul.general-house::before {
    background: linear-gradient(to bottom, rgba(244, 245, 243, 1) 0%, rgba(185, 192, 173, 1) 100%);
    content: '';
    display: block;
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
}

ul.idea-house li.house-flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}

ul.idea-house li.house-flow > div {
    display: block;
    width: 45%;
}

ul.idea-house li.house-flow > div.img {
    position: absolute;
    right: 0;
    z-index: -1
}

ul li.house-flow > div.txt {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 3%);
    padding: 25px 16px;
    margin-top: 95px;
    width: 60%;
}

ul li.house-flow > div span.num {
    position: relative;
    color: rgba(123, 163, 39, 0.5);
    font-family: sofia-pro, sans-serif;
    font-size: 12rem;
    position: absolute;
    left: 60px;
    top: -50px;
    z-index: -1;
}

.numImgCol2 .unit {
    width: 100%;
}

.general-house .architecture-icon::after {
    background: url("https://www.idea-h.net/wp/wp-content/themes/idea-h-theme_20210212_2/images/concept/eq/teacher/ico_tab_kenchiku.png") no-repeat left bottom;
    background-size: auto;
    background-size: auto 100%;
    content: '';
    display: block;
    position: absolute;
    height: 59px;
    width: 65px;
    left: -23%;
    bottom: -50px;
}

.idea-house .architecture-icon::after {
    background: url("https://www.idea-h.net/wp/wp-content/themes/idea-h-theme_20210212_2/images/concept/eq/teacher/ico_tab_kenchiku.png") no-repeat left bottom;
    background-size: auto;
    background-size: auto 100%;
    content: '';
    display: block;
    position: absolute;
    height: 59px;
    width: 65px;
    left: -10%;
    bottom: -50px;
}

ul.general-house,
ul.idea-house {
    position: relative;
}

ul.general-house::after,
ul.idea-house::after {
    background: url("https://www.idea-h.net/wp/wp-content/themes/idea-h-theme_20210212_2/images/concept/eq/teacher/arrow_tab_unit.png");
    background-size: auto;
    background-size: cover;
    content: '';
    display: block;
    width: 35px;
    height: 57px;
    position: absolute;
    left: -25px;
    bottom: -57px;
}

@media screen and (max-width:767px) {
    .house-comparison {
        display: block;
    }

    ul.general-house,
    ul.idea-house {
        width: 100%;
    }

    .numImgCol2 .unit {
        margin-left: 0;
    }

    ul.idea-house {
        padding-top: 120px;
    }

    ul.idea-house::before {
        top: 120px;
    }

    ul.idea-house li.house-flow {
        display: block;
    }

    ul li.house-flow > div.txt {
        width: 100%;
    }

    ul.idea-house li.house-flow > div.img {
        position: static;
    }

    ul.idea-house li.house-flow > div {
        width: 100%;
        margin-top: 20px;
    }

    li.house-flow .fadeUpImg::after {
        height: 48.5vw;
        width: 74vw;
        top: 10px;
        left: 10px;
    }

    ul.idea-house li.house-flow > div span.num {
        font-size: 8rem;
        left: auto;
        right: 0;
        top: -60px;
        z-index: 1;
    }
    .general-house .architecture-icon::after{
        z-index: 5;
        
    }
    ul.general-house{
        padding-bottom: 10px;
    }
    .idea-house .architecture-icon::after{
        z-index: 5;
        left: -65px;
    }
    ul.idea-house::before{
        height: calc(100% - 120px);
        left: 8px;   
    }
    ul.general-house::before{
        left: 8px;
    }
    ul.general-house::after, ul.idea-house::after{
        left: -17px;
    }
}

.teacherSec:last-of-type {
    margin-top: 160px;
}
*/

/*========
 * Back UP
 * ========*/


.pageHeadTeacher .headline span {
	color: #fff;
	font-size: 6.4rem;
	margin-top: 100px;
	padding: 0 20px 0 30px;
	position: relative;
	display: inline-block;
}

.pageHeadTeacher .headline span:before, .pageHeadTeacher .headline span:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	top: 30px;
}
.pageHeadTeacher .headline span:before {
	transform: rotate(-34deg);
	left: 0;
}
.pageHeadTeacher .headline span:after {
	transform: rotate(34deg);
	right: 0;
}

@media screen and (max-width: 767px) {
	.pageHeadTeacher .headline span{
		font-size: 2.4rem;
		margin-top: 40px;
	}
	.pageHeadTeacher .headline span:before, .pageHeadTeacher .headline span:after {
		border-width: 20px 4px 0 4px;
		top: 10px;
	}
}


p.lead {
	line-height: 2.3;
	margin: 0 auto;
	max-width: 724px;
	text-align: left;
}

.contentsHead {
	margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
	.contentsHead {
		margin-bottom: 45px;
	}
}

.teacherComment.ver2 {
	background: url("../images/concept/eq/teacher/bg_idea_comment_ver2.png") no-repeat bottom;
	flex-direction: row-reverse;
	height: 377px;
	padding-left: 300px;
}
.teacherComment.ver2:after {
	background:url("../images/concept/eq/teacher/ico_idea03.png");
	right: auto;
	left: 10px;
	height: 261px;
	width: 217px;
}

.teacherComment.ver2.typeB:after {
	background:url("../images/concept/eq/teacher/ico_idea04.png");
	height: 261px;
	width: 239px;
}

.teacherComment.ver2 p {
	position: absolute;
	left: 380px;
	max-width: 670px;
	margin-top: 40px;
}
.ie .teacherComment.ver2 p {
	top: 80px;
}


.teacherComment.ver2 p span {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 20px 0;
}
.teacherComment.ver2 .img {
	position: absolute;
	right: 150px;
	top: 110px;
}

@media screen and (max-width: 767px) {
	.teacherComment.ver2 {
		background: #7BA327;
		display: block;
		margin-top: 40px;
		padding: 20px 20px 20px 20px;
		height: auto;
	}
	.teacherComment.ver2 .img {
		display: block;
		width: 100%;
	}
	.teacherComment.ver2 p {
		margin-top: 10px;
		padding: 10px 10px 60px;
		position: static;
	}
	
	.teacherComment.ver2 p span {
		font-size: 1.7rem;
	}
	
	.teacherComment.ver2 .img {
		position: static;
	}
	
	.teacherComment.ver2:after, .teacherComment.ver2.typeB:after {
		background-size: cover;
		right: 10px;
		left: auto;
		bottom: 0px;
		height: 90px;
		width: 80px;
	}
	
}

.figureBox {
	align-items: flex-start;
	margin: 116px 0 105px;
	justify-content: space-between;
}
.figureBox p {
	font-size: 1.4rem;
	line-height: 1.9;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.figureBox {
		margin: 0 0 60px;
	}
	.figureBox .unit {
		margin: 0 0 30px;
		width: 100%;
	}
	.figureBox .unit img {
		width: 100%;
	}
}


.teacherTtl {
	border-bottom: 1px solid #ddd;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.teacherTtl {
		font-size: 2rem;
	}
}

.comparison {
	margin-bottom: 50px;
}

.comparison .compareTbl td {
	background: none;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.comparison .compareTbl td {
		width: 33%;
	}
}
.comparison .compareTbl td strong {
	font-size: 3.6rem;	
}
.comparison .compareTbl td strong.eng {
	font-size: 6.6rem;
}
.comparison .compareTbl td span {
	font-size: 1.5rem;
	font-weight: 400;
}
.comparison .compareTbl.type3 td {
	line-height: 2.2;
	vertical-align: top;
}
.comparison .compareTbl.type3 td span  {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
}
.comparison .compareTbl.type3 td:nth-child(1) {
	vertical-align: middle;
}
.teacherComment + .btnWrap {
	margin-top: 20px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.comparison .compareTbl th.ippan {
		background: #FFD02F;
	}
	.comparison .compareTbl th.idea {
		background: #A8D66C;
	}
	.comparison .compareTbl th.tough {
		background: #498ED4;
	}
	.comparison .compareTbl td.ippan {
		background: #FFF4CF;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.comparison .compareTbl td.idea {
		background: #EBFCD4;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.comparison .compareTbl td.tough {
		background: #D8EBFF;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.comparison .compareTbl td strong {
		font-size: 2.8rem;	
	}
	.comparison .compareTbl.type3 td, .comparison .compareTbl.type3 td span {
		font-size: 1.8rem;
	}
	.comparison .compareTbl.type3 td + td {
		border-top: 1px solid #ccc;
	}
}

.tabWrap {
	margin: 20px 0 140px;
}

.tabSwitch {
	border-bottom: 1px solid #707070;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width:1200px;
}
.tabSwitch li {
	cursor: pointer;
	padding: 20px 0 10px;
	position: relative;
	width: 442px;
}

.tabSwitch li:first-child {
	margin-right: 170px;
}

.tabSwitch li.on:after {
	background: #7BA327;
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	bottom:-3px;
	width: 100%;
}
.tabSwitch.tabBottom {
	border-bottom: none;
	border-top: 1px solid #707070;
}
.tabSwitch.tabBottom li.on:after {
	bottom: auto;
	top: -3px;
}

.tabSwitch li .ttl {
	font-size: 2.4rem;
	margin-bottom: 0;
	opacity: 0.5;
	text-align: center;
	transition: 0.3s;
}
.tabSwitch li.on .ttl, .tabSwitch li:hover .ttl {
	opacity: 1;
}

.tabSwitch li .ttl span {
	font-size: 1.6rem;
	margin-left: 20px;
}

.tabContentWrap .content {
	background: rgba(0,0,0,0.03);	
	padding: 0 45px;
	margin: 0;
	transition: none;
}

.tabContentWrap .content.show {
	padding: 25px 45px 60px;
	transition: opacity 1s;
}

.tabContentWrap .content .numImgCol2.type01 .unit .txt {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.tabWrap {
		margin: 30px 0;
	}
	.tabSwitch li {
		margin: 0;
		width: 45%;
	}
	.tabSwitch li:first-child {
		margin-right: 0px;
	}
	
	.tabSwitch li .ttl {
		font-size: 1.6rem;
		text-align: center;
	}
	.tabSwitch li .ttl span {
		display: block;
		font-size: 1.2rem;
		margin-left: 0;
	}
	.tabContentWrap .content.show  {
		padding: 50px 6% 40px 5%;
	}
	.tabContentWrap .content .numImgCol2.type01 .unit .txt {
		margin-top: 0;
	}
	.tabContentWrap .content .numImgCol2 {
		position: relative;
		margin-bottom: 57px;
	}
	.tabContentWrap .content .numImgCol2:before {
		background: linear-gradient(to bottom, rgba(244,245,243,1) 0%,rgba(185,192,173,1) 100%);
		content: '';
		display: block;
		height: 100%;
		width: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.tabContentWrap .content .numImgCol2:after {
		background: url("../images/concept/eq/teacher/arrow_tab_unit.png");
		background-size: cover;
		content: '';
		display: block;
		width: 35px;
		height: 57px;
		position: absolute;
		left: -25px;
		bottom: -57px;
	}
	.tabContentWrap .content .numImgCol2 .unit {
		margin-left: 15%;
		width: 85%;
	}
	.tabContentWrap .content .numImgCol2 .unit .ttl {
		font-size: 1.8rem;
	}
	
	.tabContentWrap .content .numImgCol2 .unit .img {
		position: relative;	
		z-index: 1;
	}
	.tabContentWrap .content .numImgCol2 .unit .img:before {
		background: url("../images/concept/eq/teacher/ico_tab_unit.png") no-repeat;
		background-size: 100% auto;
		content:'';
		display: block;
		position: absolute;
		height: 30%;
		width: 25%;
		left: -21%;
		top: 30px;
		z-index: -1;
	}
	.tabContentWrap .content .numImgCol2 .unit.hasICo {
		position: relative;
	}
	.tabContentWrap .content .numImgCol2 .unit.hasIco:after {
		background: url("../images/concept/eq/teacher/ico_tab_kenchiku.png") no-repeat left bottom;
		background-size: auto 100%;
		content:'';
		display: block;
		position: absolute;
		height: 59px;
		width: 65px;
		left: -25%;
		bottom: -50px;
	}
	.tabContentWrap .content .numImgCol2.type01 .unit.hasIco:after {
		bottom: 0;
	}
	.tabContentWrap .content .numImgCol2 .unit.hasIco02:after {
		background: url("../images/concept/eq/teacher/ico_tab_house01.png") no-repeat left bottom;
		background-size: auto 100%;
		content:'';
		display: block;
		position: absolute;
		height: 50px;
		width: 60px;
		left: -22%;
		bottom: -50px;
	}
	.tabContentWrap .content .numImgCol2 .unit.hasIco03:after {
		background: url("../images/concept/eq/teacher/ico_tab_house02.png") no-repeat left bottom;
		background-size: auto 100%;
		content:'';
		display: block;
		position: absolute;
		height: 50px;
		width: 60px;
		left: -22%;
		bottom: 0;
	}
	.tabContentWrap .content .teacherComment.ver2 {
		margin-top: 80px;
	} 
}

.question {
	margin: 50px 0;
}
@media screen and (max-width: 767px) {
	.question {
			margin-bottom: 30px;
	}
}
.teacherSec:last-of-type {
	margin-bottom: 60px;
}
.teacherSec .lead {
	margin-bottom: 60px;
}

/*20220822 add*/
.tabContentWrap .content {
  opacity: 1;
  height: auto;
  margin-bottom: 20px;
  padding: 25px 45px 60px;
  pointer-events: auto;
  overflow: visible;
}
.tabContentWrap .content .headline {
  color: #7BA327;
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.tabContentWrap .content .headline:after {
  background: #7BA327;
  content: '';
  display: block;
  height: 6px;
  width: 442px;
  position: absolute;
  bottom: 0;
  left :0 ;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tabContentWrap .content {
      padding: 50px 6% 40px 5%;
  }
  .tabContentWrap .content .headline {
    font-size: 1.8rem;
  }
  .tabContentWrap .content .headline:after {
    width: 100%;
  }
  .tabSwitch.tabBottom {
    display: none;
  }
}
