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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-program__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-program__content{
	margin: 80px 0;
}
.about-program__content.first{
	margin: 0 0 80px;
}
.about-program__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: 16px;
}
.about-program__content .type1__inner1 > h2:before{
	content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085FF;
}
.about-program__content .type1__inner1 > h3{
    position: relative;
    padding: 4px 0 4px 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.about-program__content .type1__inner1 > h3:before{
	content: '';
    width: 16px;
    height: 16px;
	border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0,-50%);
}
.about-program__content .type1__inner1 > h3.blue:before {
	background: #0085FF;
}
.about-program__content .type1__inner1 > h3.pink:before {
	background: #FE8ABB;
}
.about-program__content .type1__inner1 > h3.green:before {
	background: #5CCA34;
}
.about-program__content .type1__inner1 > h3.yellow:before {
	background: #FFD93A;
}
.about-program__content .type1__inner1 > h3.orange:before {
	background: #FF6600;
}
.about-program__content .type1__inner1 > h3.red:before {
	background: #FF0000;
}
.about-program__content .type1__inner1 > h3.deep-green:before {
	background: #0B920F;
}
.about-program__content .type1__inner1 > h3.purple:before {
	background: #C161CC;
}
.about-program__content .type1__inner1 > p{
	font-size: 14px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.about-program__content{
		margin: 64px 0;
		padding: 0 20px;
	}
	.about-program__content.first{
		margin: 0 0 64px;
	}
	.about-program__content .type1__inner1 > h2{
		font-size: 20px;
	}
	.about-program__content .type1__inner1 > h3{
		font-size: 18px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-program__menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-program__menu{
	background: #FBFBFB;
	padding: 24px 40px;
}
.about-program__menu > div:first-of-type{
	margin-bottom: 24px;
}
.about-program__menu > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.about-program__menu > div > div{
	padding-right: 20px;
	margin-right: 20px;
}
.about-program__menu > div:nth-of-type(1) > div{
	border-right: 2px solid #5CCA34;
}
.about-program__menu > div:nth-of-type(2) > div{
	border-right: 2px solid #FE8ABB;
}
.about-program__menu > div > div > p{
	font-weight: 700;
	font-size: 16px;
    line-height: 1.5;
	letter-spacing: 0.04em;
}
.about-program__menu .type1__inner1{
    background: #FBFBFB;
    padding: 32px;
}
.about-program__menu div > a{
    display: inline-block;
    background: #fff;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 4px 16px;
    margin-right: 16px;
}
.about-program__menu div > a:last-of-type{
    margin-right: 0;
}
.about-program__menu div > a div{
    display: flex;
    align-items: center;
}
.about-program__menu div > a div p{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
.about-program__menu div > a div img{
    width: 10px;
    margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
	.about-program__menu > div:first-of-type{
		margin-bottom: 40px;
	}
	.about-program__menu > div > div{
		width: 100%;
		padding: 0;
		margin: 0 0 16px 0;
	}
	.about-program__menu > div:nth-of-type(1) > div{
		border: none;
	}
	.about-program__menu > div:nth-of-type(2) > div{
		border: none;
	}
	.about-program__menu > div:nth-of-type(1) > div > p{
		display: inline-block;
		border-bottom: 2px solid #5CCA34;
	}
	.about-program__menu > div:nth-of-type(2) > div > p{
		display: inline-block;
		border-bottom: 2px solid #FE8ABB;
	}
	.about-program__menu div > a{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.about-program__menu{
		padding: 20px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-program__menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-program__item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.about-program__item > div:nth-of-type(1){
	max-width: 343px;
	width: 35.071574642%;
}
.about-program__item > div:nth-of-type(2){
	max-width: 594px;
	width: 60.736196319%;
}
.about-program__item > div:nth-of-type(2) > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.about-program__item > div:nth-of-type(2) > div h4{
	font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	margin-right: 16px;
	margin-bottom: 16px;
}
.about-program__item > div:nth-of-type(2) > div p{
	display: inline-block;
	background: #0085FF;
	padding: 2px 12px;
	border-radius: 20px;
	color: #fff;
    font-size: 12px;
    line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 16px;
}
.about-program__item > div:nth-of-type(2) > div p:last-of-type{
	margin-right: 0;
}
.about-program__item > div:nth-of-type(2) > p{
	font-size: 14px;
    line-height: 1.5;
	margin-bottom: 24px;
}
.about-program__item > div:nth-of-type(2) > a{
	display: inline-block;
	border-bottom: 1px solid #0085FF;
	color: #0085FF;
	font-weight: 700;
	font-size: 14px;
    line-height: 1.5;
}
.about-program__line{
	width: 100%;
	border-top: 2px dashed #E9E9E9;
	margin: 80px 0;
}

@media only screen and (max-width: 768px) {
	.about-program__item{
		display: block;
	}
	.about-program__item > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
	.about-program__item > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
	}
	.about-program__item > div:nth-of-type(2) > div{
		display: block;
	}
	.about-program__item > div:nth-of-type(2) > div h4{
		margin-right: 0;
	}
	.about-program__item > div:nth-of-type(2) > p{
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about-program__area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about-program__area{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.63599182%;
}
.about-program__area > a{
	display: block;
	width: 32.208588957%;
}
.about-program__area > a > img{
	margin-bottom: 16px;
}
.about-program__area > a > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.about-program__area > a > div h4{
	font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	margin-right: 16px;
	margin-bottom: 16px;
}
.about-program__area > a > div p{
	display: inline-block;
	background: #0085FF;
	padding: 2px 12px;
	border-radius: 20px;
	color: #fff;
    font-size: 12px;
    line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 16px;
}
.about-program__area > a > div p:last-of-type{
	margin-right: 0;
}
.about-program__area__line{
	width: 100%;
	border-top: 2px dashed #E9E9E9;
	margin: 40px 0;
}

@media only screen and (max-width: 768px) {
	.about-program__area{
		display: block;
	}
	.about-program__area > a{
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.about-program__area > a > img{
		margin-bottom: 16px;
	}
	.about-program__area > a > div{
		display: block;
	}
	.about-program__area > a > div h4{
		margin-right: 0;
	}
}