/* #front p{
	font-size:16px;
}
#front .blog-tx{
	font-size:16px;
} */
.about-content,.program-content{
	text-align:center;
}
@media screen and (max-width: 900px) {
	.about-content,
	.program-content {
		padding: 0px 16px;
	}
}
.about-content .about-title{
	font-size:3rem;
	line-height: 1.6;
	font-size: 230%;
}
@media screen and (max-width: 900px) {
	.about-content .about-title {
		font-size:140%;
	}
}
.program-content .program-title{
	font-size:3rem;
	line-height: 1.6;
	font-size: 140%;
	margin-bottom: 15px;
}
.about-content .about-message,.program-content .program-message{
	margin-top:15px;
}
/* --------- */
.program-flex-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}
.program-flex-box >.item{
	width:33.33%;
	padding:10px;
}
.program-flex-box>.item >img{
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	height: 350px;
}
.program-flex-box>.item .program-inner-title{
	text-align: center;
	color: #00b1ac;
	margin-top: 15px;
	font-size: 16px;
}
@media screen and (max-width: 900px) {
	.program-flex-box>.item>img {
		height: 100px;
	}
}

/* 悩み */
.worries-content .worries-title{
	line-height: 1.6;
    font-size: 230%;
    text-align: center;
    margin-bottom: 50px;
	/* letter-spacing: 4px; */
	letter-spacing: 2px;
}
.worries-content .worries-title .br-bottom{
	border-bottom: 2px solid #333;
	letter-spacing: 10px;
}
.worries-content .worries-flex-box{
    display: flex;
    align-items: center;
    justify-content: center;
	gap:20px;
}
.worries-content .worries-flex-box .item{
	width:33%;
}
.worries-content .worries-flex-box .item img{
	width:100%;
	height:500px;
	object-fit: cover;
}
.worries-content .worries-inner-title{
    text-align: center;
	margin: 20px 0 50px 0;
	font-size:130%;
	font-weight: bold;
}
.worries-content .worries-check-box{
	margin-bottom: 50px;
}
.worries-content .worries-check-box li{
    display: flex;
    font-size: 130%;
    font-weight: bold;
    gap: 10px;
    align-items: center;
    width: min(100%,500px);
    margin: 0 auto;
    line-height: 2.9;
}
.worries-content .worries-check-box .ck-icon{
	width:40px;
}
.worries-content .worries-message{
    text-align: center;
	margin-bottom: 50px;
	/* font-size: 16px; */
}
@media screen and (max-width: 900px) {
	.worries-content{
		padding: 0 16px;
	}
	.worries-content .worries-title{
		font-size:18px;
		margin-bottom: 30px;
	}
	.worries-content .worries-inner-title{
		font-size:120%;
		margin: 10px 0 30px 0;
	}
	.worries-content .worries-flex-box .item img{
		height:150px;
	}
	.worries-content .worries-check-box{
		margin-bottom: 30px;
	}
	.worries-content .worries-check-box li{
		/* font-size: 16px; */
		font-size:110%;
		align-items: flex-start;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.worries-content .worries-check-box li:last-child{
		margin-bottom: 0px;
	}
	.worries-content .worries-check-box .ck-icon{
		width:30px;
	}
	.worries-content .worries-message{
		margin-bottom: 30px;
	}
}


/* 特徴 */
#features .features-bg-img{
	background: #efefef;
}
#features .features-wrapper{
	max-width: 900px;
	padding: 50px 30px;
}
#features .features-container{
    border: 2px solid #fff;
    padding: 30px;
}
#features .features-container .features-contents{
	margin-bottom: 60px;
}
#features .features-container .features-contents:last-child{
	margin-bottom: 0;
}
#features .features-container .features-contents .features-label{
    background: #e8e836;
    padding: 5px 15px;
	font-size:16px;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
#features .features-container .features-contents .features-title{
	color: #333;
	font-size:20px;
	margin: 20px 0 20px 0;
	text-align: center;
}
#features .features-container .features-contents .features-text{
	color: #333;
	font-size: 16px;
}
#features .features-container .features-img{
	width:100%;
    object-fit: cover;
	margin-bottom: 25px;
}
/* #features .features-container .features-img-01{
	height: 500px;
} */
#features .features-container .features-img-02{
	height: 300px;
}
#features .features-container .features-img-box{
	display: flex;
	width:100%;
	gap:10px;
}
#features .features-container .features-img-box .features-img{
	width:50%;
}
.features-contents.third_contents img {
    width: 50% !important;
    margin: 0 auto;
}
.features-contents.third_contents {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 900px) {
		.features-contents.third_contents img {
    width: 70% !important;
}
	#features .features-container .features-contents .features-title{
		/* font-size: 120%; */
		font-size: 14px;
	}
	#features .features-wrapper{
		padding: 30px 15px;
	}
	#features .features-container{
		padding: 20px;
	}
	#features .features-container .features-contents .features-label{
		width: 180px;
		font-size: 16px;
	}
	#features .features-container .features-img-01{
		height: auto;
		object-fit: initial;
	}
	#features .features-container .features-img-02{
		height: 150px;
	}
}

/* 強み */
#strengths .strengths-bg-img{
	background: #fff;
}
#strengths .strengths-wrapper{
	max-width: 900px;
	padding: 0px 30px;
}
/* #strengths .strengths-container{
    border: 2px solid #fff;
    padding: 30px;
} */
#strengths .strengths-container .strengths-contents{
	margin-bottom: 60px;
    border: 2px solid #00b1ac;
    padding: 30px;
}
#strengths .strengths-container .strengths-contents:last-child{
	margin-bottom: 0;
}
#strengths .strengths-container .strengths-contents .strengths-label{
    background: #00b1ac;
    padding: 5px 15px;
	font-size: 16px;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: white;
}
#strengths .strengths-container .strengths-contents .strengths-title{
	color: #333;
	font-size:20px;
	margin: 20px 0 20px 0;
	text-align: center;
}
#strengths .strengths-container .strengths-contents .strengths-text{
	color: #333;
	font-size: 16px;
}
#strengths .strengths-container .strengths-img{
	width:100%;
    /* object-fit: cover; */
	margin-bottom: 25px;
}
/* #strengths .strengths-container .strengths-img-01{
	height: 500px;
}
#strengths .strengths-container .strengths-img-02{
	height: 300px;
} */
#strengths .strengths-container .strengths-img-box{
	display: flex;
	width:100%;
	gap:10px;
}
#strengths .strengths-container .strengths-img-box .strengths-img{
	width:50%;
}
#strengths .strengths-container .strengths-check-box{
	margin: 20px 0;
}
#strengths .strengths-container .strengths-check-box li{
    display: flex;
    font-size: 120%;
    font-weight: bold;
    gap: 10px;
    align-items: center;
    line-height: 2.9;
}
#strengths .strengths-container .strengths-check-box .ck-icon{
	width:40px;
}
@media screen and (max-width: 900px) {
	#strengths .strengths-container .strengths-contents .strengths-title{
		/* font-size: 120%; */
		font-size: 18px;
	}
	#strengths .strengths-container .strengths-contents{
		padding: 20px;
		margin-bottom: 30px;
	}
	#strengths .strengths-wrapper{
		padding: 0px 15px;
	}
	#strengths .strengths-container .strengths-contents .strengths-label{
		width: 180px;
		font-size: 16px;
	}
	/* #strengths .strengths-container .strengths-img-01{
		height: 200px;
	}
	#strengths .strengths-container .strengths-img-02{
		height: 150px;
	} */
	#strengths .strengths-container .strengths-check-box li{
		/* font-size: 16px; */
		font-size: 110%;
		line-height: 30px;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	#strengths .strengths-container .strengths-check-box .ck-icon{
		width:30px;
	}
}

/* 共通パーツ */
.read-toggle{
	color:#00b1ac;
	margin-top: 10px;
	cursor:pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
}
#strengths .thema-btn,#features .thema-btn{
	margin-top:40px;
}
.hide-text {
	display: none;
}
h2.pageTitle{
	font-size: 150%;
	background: none;
}
#story .hide-text .message-content{
	padding: 16px 0;
}
#story .hide-text .message-titile{
	margin-left: 0;
    margin-top: 20px;
}
/* .single-area-top .title-area>h3{
	font-size: 16px;
} */