@charset "UTF-8";
.mj-group{
	padding: 60px 0 120px;
}

.mj-group .content {
	max-width: 1500px;
}

.mTitle .mTitle-jp {
	margin-top: 0;
}
.mj-group .mTitle span:nth-of-type(1){
/*	font-weight: bold;*/
/*	font-family: "Noto Sans JP", sans-serif;*/
}
.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flexBox .cap{font-size: 10px; text-align: right; width: 100%;}
.block2 {
	margin-top: 60px;
	align-items: center;
}

.block2 .txt {
	width: 30%;
}

.block2 .list {
	width: 64%;
}

.block2 .list .photo {
	width: 32.4%;
}

.block3 {
	margin-top: 60px;
	border: 1px solid #dbd4ce;
	padding: 10px;
	align-items: normal;
}

.block3 .logo {
	width: 6.2%;
	border-right: 1px solid #dbd4ce;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.block3 .txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
}

.block3 .photo {
	width: 57%;
}

.block4 {
	margin-top: 120px;
}

.block4 .list,
.block4 > .photo {
	margin-top: 60px;
}

.block4 .list > div:nth-child(1),
.block4 .list > div:nth-child(2) {
	width: 35.34%;
}

.block4 .list > div:nth-child(3) {
	width: 25.34%;
}

.block4 .list .item:not(:last-child) {
	margin-bottom: 10px;
}

.block4 .thumb_img {
	margin-top: 16px;
}

.block4 .thumb_img .photo {
	width: 31.32%;
}

.block4 .fs-20 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.block5 {
	max-width: 1260px;
	margin: 60px auto 0;
}

.block5 .rowBrand {
	position: relative;
}

.block5 .rowBrand::after,
.block5 .rowBrand::before {
	content: '';
	width: 40%;
	height: 1px;
	position: absolute;
	top: 50%;
	display: block;
	background: #4da262;
}

.block5 .rowBrand::after {
	left: 0;
}

.block5 .rowBrand::before {
	right: 0;
}

.block5 .rowBrand .name {
	font-family: "Cormorant Infant", serif;
	width: 164px;
	height: 164px;
	line-height: 164px;
	border-radius: 50%;
	background: #4da262;
	color: #fff;
	font-size: 19px;
	text-align: center;
	margin: 0 auto;
}

.block5 .row {
	margin: 60px 0;
}

.block5 .row .item {
	width: 50%;
	text-align: center;
}

.block5 .fs-23 {
	margin-bottom: 30px;
}

.block5 .row figure {
	margin-bottom: 20px;
}

.block5 .row p {
	line-height: 1.75;
}

.block5 .first-row {
	margin-top: 120px;
}

.block5 .last-row {
	margin: 120px 0;
	align-items: center;
}

.block5 .last-row .item:nth-child(1) {
	display: flex;
	justify-content: end;
}

.block5 .w-500 {
	max-width: 500px;
	text-align: left;
}

.block6 {
	max-width: 965px;
	margin: 0 auto;
}

.block6 .flexBox {
	margin-top: 60px;
}

.block6 .flexBox .photo {
	width: 44.56%;
}

.block6 .flexBox .photo:nth-child(2) img:nth-child(1) {
	margin-bottom: 16px;
}

.block-slide {
	margin-bottom: 120px;
}

.mj-group .caption{
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	line-height: 1.3;
}

.slick-slide {
	margin-right: 35px;
    margin-left: 35px;
}

.fs-18 {
	font-size: 18px;
	line-height: 2;
}

.fs-20 {
	font-size: 20px;
	line-height: 1.8;
}

.fs-26 {
	font-size: 26px;
	line-height: 1.4;
}

.fs-23 {
	font-size: 23px;
	line-height: 1.4;
}

.color-red {
	color: #d6000f;
}

.color-green {
	color: #4da262;
}

sup {
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.block2 .mDesc,
	.block3 .mTitle,
	.block3 .mDesc {
		text-align: left;		
	}

	.mTitle-jp {
		font-size: 37px;
		line-height: 1.2;
	}
	
	.block2 .mDesc{
		margin-top: 15px;
	}
	
	.block5 .row .first-item{border-right: 1px solid #4da262;}
}

@media screen and (max-width: 767px) {
	.photo img{width: 100%;}
	.mj-group{
		padding: 60px 0;
	}
	.mj-group .caption{
		font-size: 10px;
	}
	.block2 {
		margin-top: 50px;
		align-items: flex-start;
	}

	.block2 .txt {
		width: 100%;
	}

	.block2 .list {
		width: 100%;
		margin-top: 30px;
	}

	.block2 .list .photo {
		width: 32.5%;
		margin-bottom: 30px;
	}

	.block2 .fs-26 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}

	.block2 .fs-18 {
		font-size: 16px;
	}
	.block3 {padding: 15px;}
	.block3 .logo {
		width: 100%;
		display: block;
		text-align: center;
		border-right: none;
	}

	.block3 .txt {
		padding: 30px 0;
	}

	.block3 .photo {
		width: 100%;
	}

	.block4 {
		margin-top: 60px;
	}

	.block4 .list > div:nth-child(1),
	.block4 .list > div:nth-child(2),
	.block4 .list > div:nth-child(3) {
		width: 100%;
	}

	.block4 .list > div:nth-child(1),
	.block4 .list > div:nth-child(2) {
		margin-bottom: 30px;
	}

	.block4 .fs-20 {
		font-size: 16px;
		margin-top: 6px;
		margin-bottom: 10px;
	}

	.block4 .list,
	.block4 > .photo {
		margin-top: 30px;
	}

	.block5 .row {
		margin: 60px 0;
	}

	.block5 .photo-logo {
		width: 50%;
		margin: 0 auto;
	}

	.block5 .row .item {
		width: 100%;
	}

	.block5 .row .item:not(:last-child) {
		margin-bottom: 30px;
	}

	.block5 .rowBrand::after,
	.block5 .rowBrand::before {
		width: 30%;
	}

	.block5 .rowBrand .name {
		width: 82px;
		height: 82px;
		line-height: 82px;
		font-size: 14px;
	}
	
	.block5 .row p {
		text-align: left;
	}

	.block6 .flexBox {
		margin-top: 30px;
	}

	.block6 .flexBox .photo {
		width: 100%;
	}

	.block6 .flexBox .photo:first-child {
		margin-bottom: 30px;
	}

	.block6 .mTitle{margin: 0 -20px;}
	.fs-23 {
		font-size: 20px;
		line-height: 1.7;
	}

	.fs-18 {
		font-size: 16px;
		line-height: 1.5;
	}

	.block-slide {
		margin-bottom: 60px;
	}

	.slick-slide {
		margin-right: 10px;
		margin-left: 10px;
		width: 75vw !important;
	}
}
