.common-ttl {
	font-size: 30px;
	font-weight: 700;
	color: inherit;
	margin-top: 0;
	padding-bottom: 5px;
	position: relative;
}
.common-ttl:after{
	content: "";
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 4px;
    background: linear-gradient(to right, #85c44100, #006a49b3, #85c44100);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.common-ttl small {
	display: block;
}

.common-ttl span {
	background: linear-gradient(to right, #006a41, #85c441);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-bnr {
	min-height: 350px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	color: white;
	font-size: 18px;
	position: relative;
	z-index: 2;
	padding: 50px 0;
}

.about-bnr::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.about-bnr:hover {
	color: white;

}

.f-btn {
	gap: 10px 15px;
	margin-top: 10px;
}

.f-btn p a {
	text-decoration: underline;
	font-weight: 700;
	color: white;
}

.secret-cv {
	padding: 40px 0;
}

.secret-heading {
	text-align: center;
	font-size: 18px;
	max-width: 640px;
	margin: 0 auto 30px;
}

.secret-heading__brief {
	margin-bottom: 10px;
}

.secret-heading .btn-common {
	max-width: 300px;
	margin: 0 auto;
}

.steady-steps {
	margin-bottom: 30px;
	padding-top: 30px;
}
.steady-stepst__img {
	animation: pulse 1s ease-out infinite;
}


.life-townhouse {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	z-index: 2;
	padding: 40px 0;
	color: white;
	background-attachment: fixed !important;
}

.life-townhouse::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.life-townhouse .common-ttl::after{
	background: linear-gradient(to right, #85c44100, white, #85c44100);
}
.life-townhouse__block {
	margin-bottom: 16px;
}

.life-townhouse__block .row {
	gap: 16px 0;
}

.life-townhouse__list {
	margin: 0 -8px;
	gap: 10px 0;
}

.life-townhouse__list-item {
	padding: 0 8px;
}

.secret-cv {
	background: #fbfbfb;
}


.secret-list__img {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	overflow: hidden;
}

.secret-list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.secret-list__icon {
	width: 46px;
	height: 46px;
	background: linear-gradient(0deg, #006a41, #85c441);
	border-radius: 50%;
	margin: 0 auto 10px
}

.secret-list__ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #242424;
	margin-bottom: 0;
}

.secret-list__item p {
	font-size: 14px;
	line-height: 1.4;
}

.secret-list__item {

	padding: 24px 10px;
	text-align: center;
	word-break: break-word;
	color: #545454;
}


.video-column__info {
	background: white;
	padding: 40px;
	color: #333;
	height: 100%;
}

.video-column__info-ttl {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(to right, #006a41, #85c441);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec-news {
	background: white;
	padding: 30px 0;
}

.sec-news .common-ttl {
	text-align: center;
}

.news-slide {
	margin: 0 -10px;
}

.news-slide__box {
	padding: 0 10px;
}

.news-item {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.news-item__img {
	position: relative;
	overflow: hidden;
}

.news-item__img::before {
	content: "";
	display: block;
	padding-top: calc((160 / 300) * 100%);
}

.news-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in;
}

.news-item__ct {
	padding: 10px;
	color: #333;
}

.news-item__ct-ttl {
	font-size: 18px;
	font-weight: 700;
}
.news-item__ct-ttl span{
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.news-item__ct-brief {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	font-size: 14px;
}

.feel {
	background: linear-gradient(0deg, #006a41, #85c441);
	color: white;
	padding: 40px 0;
}

.feel .common-ttl {
	text-align: center;
	margin-bottom: 15px;
}
.feel .common-ttl::after{
	background: linear-gradient(to right, #85c44100, white, #85c44100);
}
.feel-slide {
	margin: 0 -10px;
	background: white;
	padding: 15px 0;
}

.slick-arrow {
	z-index: 10;
	color: white;
	opacity: 1;
	font-size: 35px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	color: white;
}
.slick-prev {
	left: 10px;
}

.slick-next {
	right: 20px;
}

.feel-slide__item {
	padding: 0 10px;
}

.feel-slide__img {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.feel-slide__img::after {
	content: "";
	padding-top: calc((356 / 367) * 100%);
	display: block;
}

.feel-slide__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo {
	padding: 40px 0;
}

.photo .common-ttl {
	text-align: center;
	margin-bottom: 15px;
}

.photo__slide {
	margin-bottom: 10px;
}

.photo__slide-img {
	position: relative;
	overflow: hidden;
}

.photo__slide-img::before {
	content: "";
	padding-top: calc((540 / 960) * 100%);
	display: block;
}

.photo__slide-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.photo__nav {
	margin: 0 -3px;
}

.photo__nav-item {
	padding: 0 3px;
}

.photo__nav-img {
	position: relative;
	overflow: hidden;
}

.photo__nav-img::before {
	content: "";
	padding-top: calc((750 / 960) * 100%);
	display: block;
}

.photo__nav-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.video-column__img::before{
	padding-top: calc((190 / 320) * 100%);
}

@media (min-width: 992px) {
	.steady-steps .left .steady-stepst__img{
		display: none;
	}
	
	
	.secret-list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 960px;
		height: 960px;
		position: relative;
	}

	.secret-list::before {
		content: "";
		position: absolute;
		width: 670px;
		height: 670px;
		border: 3px dotted green;
		display: block;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}

	.secret-list__item {
		position: absolute;
		width: 228px;
		height: 228px;
		border-radius: 50%;
		box-shadow: #000 0px 5px 20px -15px;
		background: white;
	}

	.secret-list__item:nth-child(1) {
		top: 108px;
        left: 153.511px;
		background: linear-gradient(90deg, #007444, #7bbd40);
		color: white;
	}

	.secret-list__item:nth-child(2) {
		top: 500px;
        left: 58.511px;
	}

	.secret-list__item:nth-child(3) {
		left: 50%;
		bottom: 32px;
		transform: translateX(-50%);
	}

	.secret-list__item:nth-child(4) {
		top: 500px;
        right: 58.511px;
		background: linear-gradient(90deg, #007444, #7bbd40);
		color: white;
	}

	.secret-list__item:nth-child(1) .secret-list__ttl,
	.secret-list__item:nth-child(4) .secret-list__ttl {
		color: inherit;
	}

	.secret-list__item:nth-child(5) {
		top: 108px;
        right: 153.511px;
	}
}
@media (max-width: 992px){
	.steady-steps .right .steady-stepst__img{
		display: none;
	}
	.steady-steps .common-ttl{
		margin-bottom: 30px;
	}
	.steady-steps .left .steady-stepst__img{
		max-width: 80%;
        margin: 0 auto 25px;
	}
	.life-townhouse__list-item{
		width: 100%;
	}
	.secret-list__item{
		position: relative;
		padding:  0 0 0 55px;
		text-align: left;
	}
	.secret-list__item:nth-child(-n+4)::before{
		content: "";
		display: block;
		border-left: 2px dashed #ddd;
        position: absolute;
        left: 23px;
        top: 10px;
        height: calc(100% + 20px);
	}
	.secret-list__icon {
		position: absolute;
		left: 0;
		top: 0;
	}
	.secret-list__img{
		width: 280px;
		height: 280px;
		margin: 0 auto;
	}
	.secret-list{
		max-width: 400px;
		margin: 0 auto;
	}
	.secret-list>*{
		margin-bottom: 20px;
	}
	.video-column__info {
		padding: 10px 15px;
	}

}


/* about2 */
.common-subttl {
	position: relative;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 700;
}

.common-subttl::after {
	content: "";
	width: 69px;
	height: 3px;
	background: linear-gradient(90deg, #007444, #7bbd40);
	left: 0;
	bottom: 0;
	position: absolute;
}

.sec-secret {
	background: #f4f4f4;
	padding: 40px 0;
}

.sec-secret .secret-heading {
	max-width: 840px;
}

.cv-help {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.cv-help__item {
	background: white;
	padding: 20px;
}

.cv-help__ttl {
	position: relative;
	min-height: 64px;
	padding-left: 70px;
	font-size: 19px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.cv-help__ttl-number {
	width: 60px;
	height: 60px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #007444, #7bbd40);
	border-radius: 50%;
	animation: pulse 1s ease-out infinite;
}

.secret-info {
	background: linear-gradient(90deg, #007444, #7bbd40);
	color: white;
	padding: 20px;
}

.secret-info .row {
	gap: 15px 0
}

.cv-help__brief p:not(:last-child) {
	margin-bottom: 15px;
}

.interview {
	padding: 40px 0;
}

.interview .secret-heading {
	max-width: 100%;
	margin-bottom: 25px;
}

.interview-block {
	background: white;
	box-shadow: #848484 0px 0px 30px -15px;
}

.interview-block:not(:last-child) {
	margin-bottom: 25px;
}

.interview-block__img,
.interview-block__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-block__ct {
	padding: 30px;
}

.interview-block__ct p:not(:last-child) {
	margin-bottom: 15px;
}

.interview-block__list {}

.interview-block__list-item {
	position: relative;
}

.interview-block__list-item:not(:last-child) {
	margin-bottom: 15px;
}

.interview-block__list-icon {
	position: absolute;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	background: linear-gradient(0deg, #007444, #7bbd40);
	left: -46px;
	top: 0;
	transform: translateX(-50%);
	border-radius: 50%;
	color: white;
}

.interview-block__list-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.procedure {
	background: #f4f4f4;
	padding: 40px 0;
}

.procedure .row {
	gap: 15px 0;
}

.procedure-list {
	text-align: center;
}

.procedure-list__icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(0deg, #007444, #7bbd40);
	border-radius: 50%;
	margin: 0 auto;
}

.procedure-list__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;

}

.procedure-list__ttl {
	font-weight: 700;
	font-size: 18px;
	color: #333;
}

@media (min-width: 992px) {
	.procedure-list__item {
		position: relative;
		z-index: 1;
	}

	.procedure-list .clm:not(:last-child) .procedure-list__item::before {
		content: "";
		border: 2px dashed #b4b4b4;
		position: absolute;
		top: 31px;
		left: calc(50% + 16px);
		width: 100%;
		z-index: -1;
	}

}

@media (min-width: 768px) {
	.cv-help__item:nth-child(2) {
		grid-area: 1/2/ span 2/ span 2;
	}
}
@media (max-width: 992px){
	.procedure-list{
		text-align: left;
	}
	.procedure-list__item{
		position: relative;
		padding-left: 70px;
	}
	.procedure-list__icon{
		position: absolute;
		left: 0;
		top: 0;
		width: 50px;
		height: 50px;
	}
	.procedure-list .clm:not(:last-child) .procedure-list__item::before{
		content: "";
		display: block;
		position: absolute;
		left: 25px;
        top: 30px;
        height: calc(100% + 15px);
        border-left: 2px dashed #ddd;
	}
}
@media (max-width: 767px) {
	.cv-help {
		grid-template-columns: 1fr;
	}

	.interview-block__list-item {
		padding-left: 70px;
	}

	.interview-block__list-icon {
		left: 0;
		transform: translateX(0);
	}

	.interview-block__ct {
		padding: 20px;
	}

	.sec-secret,
	.interview,
	.procedure {
		padding: 30px 0;
	}
}
