@charset "UTF-8";


.t-mv {
    width: 100%;
	overflow-x: hidden;
}

.t-mv__inner {
	width: 100%;
	margin: 0 auto;
}

.t-mv__slide {
	position: relative;
}

.slick-track {
	/* width: 100%!important; */
}

.t-mv__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.t-mv__title span {
	background: rgba(255, 255, 255, 0.8);
}

.t-mv__contactbtn {
    margin-top: 74px;
    margin-left: 39px;
}

@media screen and (max-width:760px) {
	
	.t-mv {
		background: url(../img/mv_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.t-mv__title {
		font-size: 2rem;
	}

	.t-mv__title span {
        background: rgba(255, 255, 255, 0.8);
        display: inline-block;
        margin-top: 15px;
        padding: 10px;
        margin-left: 15px;
    }
}

.t-concept__inner {
    padding: 96px 10px;
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 82px;
}

.t-concept__left {
	padding: 62px 0 0;
	width: 55%;
}

.t-concept__right {
	width: 45%;
}

.t-concept__left__img {
	position: relative;
}

.t-concept__left__img::after {
	content: '';
	position: absolute;
	bottom: -80px;
	right: -80px;
	width: 195px;
	height: 200px;
	background-image: url('../img/fv_left_flower.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.t-concept__right__title {
    font-size: 22px;
    font-weight: 900;
    color: #4B372C;
    margin-top: 20px;
    text-align: center;
}

.t-concept__right__subtitle {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}


.t-concept__text {
	margin-top: 20px;
	line-height: 2;
	font-size: 14px;
}

.t-concept__img {
    margin-top: 51px;
    position: relative;
    width: 100%;
    height: 263px;
}

.t-concept__img img {
	width: 278px;
}

.t-concept__img1 {
	position: absolute;
	top: 0;
	right: 0;
}

.t-concept__img2 {
	position: absolute;
	top: 78px;
	left: 0;
}


@media screen and (max-width:760px) {
	.t-concept__inner {
		flex-direction: column;
		padding: 64px 20px;
	}

	.t-concept__left {
		width: 100%;
	}

	.t-concept__right {
		width: 100%;
	}

	.t-concept__img {
		margin-top: 32px;
		height: 179px;
	}

	.t-concept__img img {
		width: 183px;
	}

	.t-concept__img2 {
		top: 53px;
	}
}

.t-product {
	/* margin: 80px 0 0; */
	background-color: #EDE6E0;
	position: relative;
}

.t-product__bg1 {
	position: absolute;
	top: -87px;
	right: -10px;
	width: 223px;
	height: 114px;
}

/* .t-product::after {
	content: '';
	position: absolute;
	bottom: -213px;
	left: -10px;
	width: 323px;
	height: 334px;
	background-image: url('../img/product_bg2.png');
	background-repeat: no-repeat;
	background-size: contain;
} */

.t-product__inner {
	padding: 96px 10px;
	max-width: 1028px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.t-product__list {
	margin: 56px 0 0;
	display: flex;
	justify-content: center;
	gap: 24px;
}

.t-product__list__li {
	width: calc(33% - 16px);
}

.t-product__list__li a {
	position: relative;
	display: block;
}

.t-product__list__li__text {
	margin-top: 24px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
}

.t-product__newicn {
	position: absolute;
	top: 0;
	left: 15px;
	width: 60px;
	height: 64px;
}

.t-product__btn {
	margin-top: 60px;
}


@media screen and (max-width:760px) {

	.t-product__inner {
		padding: 64px 20px;
	}

	.t-product::before {
        top: -62px;
        right: -25px;
        width: 223px;
        height: 114px;
    }

	.t-product::after {
        bottom: -104px;
        left: 0px;
        width: 164px;
        height: 169px;
    }

	.t-product__list {
		flex-direction: column;
	}

	.t-product__list__li {
		width: 100%;
	}

	.t-product__list__li__text {
		margin-top: 10px;
	}
}

.t-service__inner {
    padding: 96px 10px;
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.t-service__list {
	margin-top: 56px;
}

.t-service__list__li {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 16px;
}

/* 2. 偶数番目の画像要素を後ろに配置 */
.t-service__list__li:nth-child(2n) .t-service__list__li__img {
    order: 2;
}

/* 3. 偶数番目のテキスト詳細要素を前に配置 */
.t-service__list__li:nth-child(2n) .t-service__list__li__detail {
    order: 1;
}

.t-service__list__li__detail {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t-service__list__li__detail__title {
    margin-bottom: 16px;
	font-weight: 500;
    font-size: 22px;
	line-height: 1.5;
}

.t-service__list__li__detail__text {
    margin-bottom: 32px;
    line-height: 1.5;
}


@media screen and (max-width:760px) {
	.t-service__list__li {
		flex-direction: column;
	}

	/* 2. 偶数番目の画像要素を後ろに配置 */
.t-service__list__li:nth-child(2n) .t-service__list__li__img {
    order: 1;
}

/* 3. 偶数番目のテキスト詳細要素を前に配置 */
.t-service__list__li:nth-child(2n) .t-service__list__li__detail {
    order: 2;
}
}

.t-news {
	position: relative;
	background-color: #EDE6E0;
}



.t-news__bg1 {
	position: absolute;
    bottom: -87px;
    right: -72px;
    width: 362px;
    height: 311px;
}

/* .t-news::before {
	content: '';
	position: absolute;
	bottom: -87px;
	right: -72px;
	width: 362px;
	height: 311px;
	z-index: 2;
	background-image: url('../img/news_bg1.png');
	background-repeat: no-repeat;
	background-size: contain;
} */

.t-news__inner {
	text-align: center;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	padding: 96px 10px;
}

.t-news__list {
	margin-top: 56px;
}

.t-news__list__li a {
	display: flex;
	align-items: center;
	gap: 24px;
	border-bottom: dotted 1px #999999;
	padding: 16px;
}

.t-news__list__li__date {
	font-size: 14px;
	color: #999999;
}

.t-news__list__li__title {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

@media screen and (max-width:760px) {

	.t-news__inner {
		padding: 64px 20px;
	}

	/* .t-news::before {
		bottom: -108px;
		right: -35px;
		width: 181px;
		height: 156px;
	} */

	.t-news__bg1 {
		bottom: -108px;
		right: -35px;
		width: 181px;
		height: 156px;
	}

	.t-news__list {
		margin-top: 40px;
	}

	.t-news__list__li a {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.t-news__list__li__title {
		text-align: left;
	}
}

.t-blog {
}

.t-blog__inner {
	text-align: center;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 96px 10px;
}

.t-blog__list {
	margin-top: 56px;
	display: flex;
	gap: 24px;
}

.t-blog__list__li {
	text-align: left;
	width:calc(33% - 16px);
}

.t-blog__list__li a {
    /* display: flex;
    align-items: center;
    gap: 24px; */
    border-bottom: dotted 1px #999999;
    padding: 16px;
}

.t-blog__list__li__img {
    height: 188px;
    overflow: hidden;
}

.t-blog__list__li__img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.t-blog__list__li__date {
	color: #999999;
	margin-top: 10px;
	font-size: 14px;
	/* width: 15%; */
}

.t-blog__list__li__title {
	color: #000000;
	/* width: 85%; */
	margin-top: 10px;
}

.t-blog__btn {
	margin-top: 32px;
}

@media screen and (max-width:760px) {
	.t-blog__inner {
		padding: 64px 20px;
	}

	.t-blog__list {
		margin-top: 40px;
		flex-direction: column;
	}
	
	.t-blog__list__li {
		width: 100%;
	}

	.t-blog__list__li a {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.t-blog__list__li__date {
		width: 100%;
	}

	.t-blog__list__li__title {
		width: 100%;
	}

	.t-blog__list__li__title {
		text-align: left;
	}
}