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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	difference
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.difference{
	position: relative;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/group/difference__pc.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 64px 0;
}
.difference h2{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
    text-align: center;
	line-height: 1.5;
    margin-bottom: 32px;
}
.difference .point{
    margin-bottom: 32px;
}
.difference .point > div{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 32px;
	margin-bottom: 16px;
}
.difference .point > div::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/group/check.svg);
	background-size: cover;
	background-position: center;
}
.difference .point > div img{
	width: 24px;
	margin-right: 8px;
}
.difference .point > div p{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.difference .point > div p.strong{
	color: #222;
	background: #fff;
	padding: 2px;
}

@media only screen and (max-width: 768px) {
	.type1__inner3 img{
		max-width: 280px;
		margin: 0 auto;
	}
	.difference{
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/group/difference__sp.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding: 40px 20px;
	}
	.difference h2{
		font-size: 20px;
		margin-bottom: 24px;
	}
	.difference .point{
		margin-bottom: 24px;
	}
	.difference .point > div{
		padding-left: 28px;
	}
	.difference .point > div::before{
		width: 20px;
		height: 20px;
	}
	.difference .point > div img{
		width: 20px;
	}
	.difference .point > div p{
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	group__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue';
	margin: 80px 0;
}
.group__content.first{
	margin: 64px 0 80px;
}
.group__content .type1__inner1 > 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;
}
.group__content .type1__inner1 > h2:before{
	content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085FF;
}
.group__content .type1__inner1 > h3{
    position: relative;
    padding: 4px 0 4px 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.group__content .type1__inner1 > h3:before{
	content: '';
    width: 16px;
    height: 16px;
	border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0,-50%);
	background: #0085FF;
}

@media only screen and (max-width: 768px) {
	.group__content{
		margin: 64px 0;
		padding: 0 20px;
	}
	.group__content.first{
		margin: 40px 0 64px;
	}
	.group__content .type1__inner1 > h2{
		padding: 4px 0 4px 20px;
		font-size: 20px;
	}
	.group__content .type1__inner1 > h3{
		padding: 4px 0 4px 20px;
		font-size: 18px;
	}
	.group__content .type1__inner1 > h3:before{
		width: 12px;
		height: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type1__flex2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content .type1__flex2{
	align-items: flex-start;
	flex-wrap: wrap;
}
.group__content .type1__flex2 > div{
	max-width: 100%;
    width: 48.837209302%;
	margin-bottom: 48px;
}
.group__content .type1__flex2 img{
	margin-bottom: 20px;
}
.group__content .type1__flex2 h4.pattern1{
	color: #0085FF;
	font-size: 18px;
	font-weight: 700;
    text-align: center;
	line-height: 1.3;
    margin-bottom: 16px;
}
.group__content .type1__flex2 h4.pattern1 span{
	font-weight: 700;
    font-size: 16px;
}
.group__content .type1__flex2 h4.pattern2{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
    text-align: center;
	line-height: 1.3;
    margin-bottom: 16px;
	background: #0085FF;
	border-radius: 4px;
	padding: 8px 0;
}
.group__content .type1__flex2 p{
	font-size: 14px;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
	.group__content .type1__flex2 > div{
		max-width: 100%;
		width: 100%;
		margin-bottom: 40px;
	}
	.group__content .type1__flex2 h4.pattern1{
		text-align: left;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content .type1__flex2.program > div > p{
	margin-bottom: 16px;
}
.group__content .type1__flex2.program .flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.group__content .type1__flex2.program .flex > div{
	width: 48.614072494%;
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	padding: 32px 0;
	text-align: center;
	margin-bottom: 16px;
}
.group__content .type1__flex2.program .flex > div h5{
	color: #0085FF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
    margin-bottom: 10px;
}
.group__content .type1__flex2.program .flex > div p{
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.group__content .type1__flex2.program .flex > div{
		max-width: 100%;
		width: 100%;
		padding: 12px 0;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	plan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content .type1__flex2.plan > div:nth-of-type(1){
	max-width: 100%;
	width: 54.145342886%;
}
.group__content .type1__flex2.plan > div:nth-of-type(2){
	max-width: 100%;
	width: 40.941658137%;
}
.group__content .type1__flex2.plan > div:nth-of-type(1) h4{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	padding-bottom: 16px;
    margin-bottom: 16px;
}
.group__content .type1__flex2.plan > div:nth-of-type(1) h4:after{
    content: '';
    width: 24px;
    height: 2px;
	border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0085FF;
}
.group__content .type1__flex2.plan > div:nth-of-type(1) h5{
	display: inline-block;
	color: #0085FF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	padding: 4px 18px;
	border: 2px solid #0085FF;
	border-radius: 40px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.group__content .type1__flex2.plan > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
	}
	.group__content .type1__flex2.plan > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
	}
	.group__content .type1__flex2.plan > div:nth-of-type(1) h4{
		font-size: 18px;
	}
	.group__content .type1__flex2.plan > div:nth-of-type(1) h5{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content .type1__flex3.voice{
	align-items: stretch;
	flex-wrap: wrap;
}
.group__content .type1__flex3.voice > div{
	max-width: 100%;
	width: 32.241555783%;
	border: 2px solid #0085FF;
	border-radius: 8px;
	padding: 20px;
}
.group__content .type1__flex3.voice > div h3{
	color: #0085FF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 24px;
}
.group__content .type1__flex3.voice > div div{
	text-align: left;
}
.group__content .type1__flex3.voice > div div p:nth-of-type(2n-1){
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
}
.group__content .type1__flex3.voice > div div p:nth-of-type(2n){
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
}
.group__content .type1__flex3.voice > div div p:last-of-type{
	margin-bottom: 0;
}

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

@media only screen and (max-width: 768px) {
	.group__content .type1__flex3.voice > div{
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.group__content .flow{
	margin-bottom: 40px;
}
.group__content .flow.sp{
	display: none;
}
.group__content .type1__flex4.flow > div{
	max-width: 100%;
	width: 25%;
}
.group__content .type1__flex4.flow > div img:nth-of-type(1){
	margin-bottom: 16px;
}
.group__content .type1__flex4.flow > div img:nth-of-type(2){
	width: 26.229508196%;
	margin: 0 auto 16px;
}
.group__content .type1__flex4.flow > div p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 8px;
}
.group__content .type1__flex4.flow > div p a{
	color: #0085FF;
	border-bottom: 1px solid #0085FF;
}

@media only screen and (max-width: 768px) {
	.group__content .flow.pc{
		display: none;
	}
	.group__content .flow.sp{
		display: block;
	}
	.group__content .flow.sp .flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.group__content .flow.sp .flex > div:nth-of-type(1){
		width: 13.994169096%;
		margin-left: 8px;
	}
	.group__content .flow.sp .flex > div:nth-of-type(2){
		width: 76.38483965%;
	}
	.group__content .flow.sp .flex > div:nth-of-type(2) p:nth-of-type(1){
		color: #0085FF;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 8px;
	}
	.group__content .flow.sp .flex > div:nth-of-type(2) p:nth-of-type(2){
		font-size: 14px;
	}
	.group__content .flow.sp .flex > div:nth-of-type(2) p:nth-of-type(2) a{
		color: #0085FF;
		border-bottom: 1px solid #0085FF;
	}
	.group__content .flow.sp .arrow{
		margin: 16px 0;
	}
	.group__content .flow.sp .arrow > img{
		width: 18px;
		margin: 0 auto;
	}
}

