#mentor-area {
	padding-bottom: 80px;
}
#mentor-area .mentor-area-title {
	text-align: center;
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}
#mentor-area .mentor-area-title__text {
	font-weight: bold;
}
.mentor-area-box-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mentor-area-box-list-item {
	width: 31.2%;
	background-color: #FFFAE9;
	border-radius: 10px;
	position: relative;
	padding-bottom: 75px;
}
.mentor-area-box-list-item--mentor {
	padding-bottom: 140px;
}
.mentor-area-box-list-item__title {
	font-size: 106.25%;
    font-weight: bold;
    color: #111;
    background-color: #FFE895;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    border-radius: 10px 10px 0 0;
}
.home-mentor-box {
	margin: 10% 5% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-mentor-box__img {
	width: 84px;
}
.home-mentor-box__img img {
	display: block;
	width: 86px;
	height: 86px;
	object-fit: cover;
	border-radius: 50%;
	border: solid 2px #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.home-mentor-box__name {
	margin: 5px 0 0;
	text-align: center;
	font-size: 80%;
}
.home-mentor-box__content {
	width: calc(100% - 110px);
    padding: 15px 12px 10px;
	box-sizing: border-box;
    border: solid 1px #ddd;
    border-radius: 10px;
	background-color: #fff;
	font-size: 80%;
}
.home-mentor-box__profile {
	margin-bottom: 0;
	line-height: 1.6;
}
.home-mentor-box__more {
	text-align: right;
	margin-top: 5px;
}
.home-mentor-box__more-link {
	position: relative;
	padding-right: 10px;
}
.home-mentor-box__more-link::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FF8F3E;
	border-right: 2px solid #FF8F3E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home-article-box {
	margin: 5% 14% 0;
}
.home-article-box__link {
    display: block;
    color: #4f4f4f;
    border-radius: 5px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}
.home-article-box__link:hover {
	text-decoration: none;
}
.home-article-box__img img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.home-article-box__content {
	padding: 10px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.home-article-box__link:hover .home-article-box__content {
	opacity: 0.7;
}
.home-article-box__info {
	color: #828282;
	font-size: 72%;
	margin-bottom: 5px;
	display: flex
	;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.home-article-box__info-date,
.home-article-box__info-view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-article-box__info-view img {
	width: 16px;
	margin-right: 5px;
}
.home-article-box__author {
	position: absolute;
	display: flex;
	align-items: center;
	top: 10px;
	left: 10px;
}
.home-article-box__author-img {
	width: 40px;
}
.home-article-box__author-img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: block;
    border: solid 1px #fff;
    border-radius: 50%;
}
.home-article-box__author-name {
	width: calc(100% - 40px);
    font-size: 75%;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
    min-width: 80px;
    line-height: 1;
    background-color: #fff;
    border-radius: 40px;
}
.home-article-box__title {
    font-size: 93.75%;
    line-height: 1.55;
    margin-bottom: 5px;
}
.home-article-box__more {
	text-align: right;
}
.home-article-box__more-link {
	color: #4F4F4F;
	font-size: 80%;
	position: relative;
	padding-right: 10px;
}
.home-article-box__more-link::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FF8F3E;
	border-right: 2px solid #FF8F3E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mentor-area-box-list-item__more {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.mentor-area-box-list-item__more-btn {
	display: inline-block;
    font-size: 93.75%;
    color: #828282;
	background-color: #fff;
    padding: 8px 40px;
    border: solid 1px #828282;
    border-radius: 40px;
    position: relative;
}
.mentor-area-box-list-item__more-btn::after {
	position: absolute;
    content: "〉";
    font-size: 81.25%;
    top: 10px;
    right: 10px;
}
.mentor-area-box-list-item__more-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #828282;
}
.mentor-area-box-list-item__more-btn:hover::after {
	color: #fff;
}
.mentor-area-box-list-item__more-mentor-count {
	position: relative;
	display: inline-block;
	padding: 2px 15px 2px 18px;
	background-color: #DCEFA6;
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 25px;
	border-radius: 5px;
}
.mentor-area-box-list-item__more-mentor-count::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 12px solid #DCEFA6;
}
.mentor-area-box-list-item__more-mentor-count-pr {
	font-size: 115%;
	font-weight: bold;
	margin-left: 4px;
}

@media screen and (max-width: 480px) {
	#mentor-area {
		padding-bottom: 40px;
	}
	#mentor-area .mentor-area-title {
		justify-content: initial;
		line-height: 1.4;
		padding: 0;
	}
	.mentor-area-title__icon {
		width: 50px;
	}
	.mentor-area-title__text {
		width: calc(100% - 50px);
		font-size: 100%;
		text-align: left;
	}
	.mentor-area-box-list {
		flex-direction: column;
		justify-content: initial;
	}
	.mentor-area-box-list-item {
		width: 100%;
		margin-bottom: 25px;
	}
	.home-mentor-box {
		margin-top: 5%;
	}
	.home-article-box {
		margin-left: 5%;
		margin-right: 5%;
	}
	.home-article-box__link {
		display: flex;
        flex-wrap: wrap;
	}
	.home-article-box__img {
		width: 35%;
	}
	.home-article-box__img img {
		height: 100%;
        border-radius: 5px 0 0 5px
	}
	.home-article-box__content {
		width: calc(100% - 35%);
        padding: 10px;
        min-height: 120px;
        box-sizing: border-box;
	}
	.home-article-box__author {
		position: static;
        margin-bottom: 5px;
	}
	.home-article-box__author-name {
		padding: 0;
        min-width: auto;
		text-align: left;
	}
}