/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	under__title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__title{
    height: 132px;
    background: #0085ff;
}
@media only screen and (max-width: 768px) {
    .under__title{
        height: 80px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about__content{
	font-family: 'Helvetica Neue';
	margin: 80px 0;
}
.about__content.first{
	margin: 40px 0 80px;
}
.about__content h2{
    position: relative;
    padding: 4px 0 4px 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}
.about__content h2:before{
	content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085ff;
}
.about__content h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}
.about__content h4{
    position: relative;
    padding: 4px 0 4px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
.about__content h4:before{
	content: '';
    width: 16px;
    height: 16px;
	border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0,-50%);
}
.about__content h4.cebu:before {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}
.about__content h4.okinawa:before {
	background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}
.about__content h4.niseko:before {
	background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}
.about__content p{
	font-size: 14px;
	margin-bottom: 24px;
}
.about__content .price__btn{
	text-align: center;
}
.about__content .price__btn a{
	display: inline-block;
	color: #0085ff;
	padding-bottom: 4px;
	border-bottom: 1px solid #0085ff;
	width: auto;
	margin: 0 auto;
}
.about__content .type1__flex2{
	flex-wrap: wrap;
}
.about__content .type1__flex2 > div{
	max-width: 100%;
    width: 48.837209302%;
}
.about__content img{
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.about__content{
		margin: 64px 0;
		padding: 0 20px;
	}
	.about__content.first{
		margin: 24px 0 64px;
	}
	.about__content h2{
		padding: 4px 0 4px 20px;
		font-size: 20px;
	}
	.about__content h3{
		font-size: 14px;
	}
	.about__content h4{
		padding: 4px 0 4px 20px;
		font-size: 14px;
	}
	.about__content h4:before{
		width: 12px;
		height: 12px;
	}
	.about__content p{
		font-size: 12px;
	}
	.about__content .type1__flex2 > div{
		width: 100%;
	}
	.about__content .scroll{
		overflow: scroll;
	}
	.about__content .scroll img{
		width: 560px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-teacher__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-teacher__about{
	position: relative;
	height: 210px;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/about-teacher/about-teacher__about--pc.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-teacher__about p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

	width: 100%;
	padding: 20px;
	text-align: center;

	color: #fff;
	font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
	.about-teacher__about{
		height: 225px;
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/about-teacher/about-teacher__about--sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.about-teacher__about p{
		text-align: left;
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-teacher__point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-teacher__point{
	align-items: stretch;
}
.about-teacher__point > div{
	border: 2px solid #0085ff;
	border-radius: 8px;
}
.about-teacher__point > div > img:nth-of-type(1){
	width: 104px;
	height: auto;
	margin: 16px auto 24px 0;
}
.about-teacher__point > div > h3{
	height: 64.8px;
	color: #0085ff;
	font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 24px;
}
.about-teacher__point > div > img:nth-of-type(2){
	width: 100%;
	padding: 0 20px 16px;
}
.about-teacher__point > div > p{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
	width: 100%;
	padding: 0 20px 16px;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.about-teacher__point > div > img:nth-of-type(1){
		margin: 16px auto 16px 0;
	}
	.about-teacher__point > div > h3{
		height: auto;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-teacher__teacher
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-teacher__teacher{
	align-items: stretch;
	flex-wrap: wrap;
}
.about-teacher__teacher > div{
	border: 2px solid #EEEEEE;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 40px;
}
.about-teacher__teacher > div > img{
	margin-bottom: 16px;
}
.about-teacher__teacher > div > h3{
	color: #0085ff;
	font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
	text-align: center;
	margin-bottom: 16px;
}
.about-teacher__teacher > div > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	margin: 0 20px 8px;
}
.about-teacher__teacher > div > div:nth-of-type(2){
	margin-bottom: 24px;
}
.about-teacher__teacher > div > div > p:nth-of-type(1){
	display: inline-block;
	background: #0085ff;
	padding: 4px 16px;
	border-radius: 22px;
	color: #fff;
	font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
	margin: 0 12px 0 0;
}
.about-teacher__teacher > div > div > p:nth-of-type(2){
	font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
	margin: 0;
}
.about-teacher__teacher > div > a{
	display: inline-block;
	padding: 4px 16px;
	border: 1px solid #222;
	border-radius: 22px;
	margin-bottom: 24px;
}
.about-teacher__teacher > div > a div{
	display: flex;
	align-items: center;
}
.about-teacher__teacher > div > a div > p{
	font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
	margin: 0 8px 0 0;
}
.about-teacher__teacher > div > a div > img{
	width: 10px;
	height: 7px;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.type1__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-teacher__school
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1 h2{
	text-align: center;
	font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}
.about-teacher__school {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-teacher__school > a {
	max-width: 315px;
	width: 32.241555783%;
}
.about-teacher__school > a img{
	margin-bottom: 16px;
}
.about-teacher__school > a p{
	font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.about-teacher__school > a p{
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-teacher__detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-teacher__detail{
	align-items: flex-start;
}
.about-teacher__detail > div:nth-of-type(1){
	max-width: 42.988741044%;
	width: 42.988741044%;
}
.about-teacher__detail > div:nth-of-type(1) img{
	border-radius: 8px;
}
.about-teacher__detail > div:nth-of-type(2){
	max-width: 52.917093142%;
	width: 52.917093142%;
}
.about-teacher__detail > div:nth-of-type(2) h2{
	font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
	padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #727272;
    margin-bottom: 24px;
}
.about-teacher__detail > div:nth-of-type(2) h2::before{
	content: none;
}
.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--text{
    margin-bottom: 24px;
}
.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--text p:nth-of-type(1){
	display: inline-block;
	background: #0085ff;
	padding: 4px 16px;
	border-radius: 22px;
	color: #fff;
	font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--text p:nth-of-type(2){
	color: #222;
    font-size: 14px;
    line-height: 1.5;
}
.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--btn{
	text-align: right;
}
.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--btn a{
	display: inline-block;
	color: #0085ff;
	font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
	margin-top: 64px;
	border-bottom: 1px solid #0085ff;
}

@media only screen and (max-width: 768px) {
	.about-teacher__detail > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
	}
	.about-teacher__detail > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
	}
	.about-teacher__detail > div:nth-of-type(2) .about-teacher__detail--btn{
		text-align: center;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__2 .type1__text {
	color: #fff;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 40px;
}
#trial__2 .type1__inner2 a img {
	width: 280px;
	margin: 0 auto;
}