
.secMoreValues .secCtsWrap {
	display: flex;
}
.secMoreValues .secCtsWrap .secTtl {
	padding-right: 40px;
}
.secMoreValues .secCtsWrap .secTtl .ttl {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.secMoreValues .secCtsWrap .secTtl .lead {
	margin-top: 30px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.secMoreValues .secCtsWrap .txtCol {
	flex: 1 0 0%;
	max-width: 706px;
	margin-left: auto;
}
.secMoreValues .secCtsWrap .txtCol .txt {
	font-size: 1.6rem;
	line-height: 2.3;
	letter-spacing: 0.02em;
}
.secMoreValues .secCtsWrap .txtCol .txt + .txt {
	margin-top: 40px;
}
.secMoreValues .secImg {
	max-width: 1080px;
	margin: 65px auto 0;
}
.secMoreValues .secImg img {
	max-width: 100%;
	height: auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secMoreValues .secCtsWrap {
		display: block;
	}
	.secMoreValues .secCtsWrap .secTtl {
		padding-right: 0;
	}
	.secMoreValues .secCtsWrap .secTtl .ttl {
		font-size: 3rem;
	}
	.secMoreValues .secCtsWrap .secTtl .lead {
		margin-top: 30px;
		font-size: 2.1rem;
	}
	.secMoreValues .secCtsWrap .txtCol {
		margin-top: 20px;
		max-width: 100%;
	}
	.secMoreValues .secCtsWrap .txtCol .txt {
		font-size: 1.6rem;
		line-height: 2.3;
		letter-spacing: 0.02em;
	}
	.secMoreValues .secCtsWrap .txtCol .txt + .txt {
		margin-top: 40px;
	}
	.secMoreValues .secImg {
		max-width: 1080px;
		margin: 65px auto 0;
	}
	.secMoreValues .secImg img {
		max-width: 100%;
		height: auto;
	}
}


.md-subTtlWrap {
	box-sizing: border-box;
	padding-left: 26px;
	position: relative;
}
.md-subTtlWrap::before {
	content: " ";
	width: 6px;
	height: 100%;
	background: #343434;
	position: absolute;
	top: 0;
	left: 0;
}
.md-subTtlWrap .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.md-subTtlWrap {
		padding-left: 22px;
	}
	.md-subTtlWrap::before {
		width: 5px;
	}
	.md-subTtlWrap .ttl {
		font-size: 2.5rem;
	}
}



.secWebSite {
	margin-top: 155px;
	position: relative;
}
.secWebSite::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2500px 0 0 2500px;
	border-color: transparent transparent transparent #f8f8f8;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.secWebSite .secInr {
	position: relative;
	z-index: 10;
}
.secWebSite .secCtsWrap {
	display: flex;
}
.secWebSite .secCtsWrap .secTtl {
	width: 570px;
	box-sizing: border-box;
	padding-right: 40px;
}
.secWebSite .secCtsWrap .secTtl .ttl {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.secWebSite .secCtsWrap .secTtl .sub {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.secWebSite .secCtsWrap .secTtl .lead {
	max-width: 400px;
	margin-top: 34px;
}
.secWebSite .secCtsWrap .secTtl .lead .txt {
	font-size: 1.6rem;
	line-height: 2.3;
	letter-spacing: 0.02em;
}
.secWebSite .secCtsWrap .img {
	flex: 1 0 0%;
	max-width: 550px;
	margin-left: auto;
}
.secWebSite .secCtsWrap .img img {
	width: 100%;
	height: auto;
}

.secWebSite .workField {
	margin-top: 65px;
	padding-bottom: 138px;
}
.secWebSite .workField .itemWrap {
	display: flex;
	flex-wrap: wrap;
	margin: -4px -20px 0;
}
.secWebSite .workField .itemWrap .item {
	width: 50%;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}
.secWebSite .workField .itemWrap .item.type-full {
	width: 100%;
}
.secWebSite .workField .itemWrap .item .itemInr {
	height: 100%;
	box-sizing: border-box;
	padding: 30px 26px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}
.secWebSite .workField .itemWrap .item .itemInr .itemTtl .ttlEn {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.42;
	letter-spacing: 0.04em;
}
.secWebSite .workField .itemWrap .item .itemInr .itemTtl .ttlJp {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.secWebSite .workField .itemWrap .item .itemInr .txtCol {
	margin-top: 30px;
}
.secWebSite .workField .itemWrap .item .itemInr .txtCol .txt {
	font-size: 1.6rem;
	line-height: 2.1;
	letter-spacing: 0.02em;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secWebSite {
		margin-top: 55px;
	}
	.secWebSite::before {
		border-width: 5000px 0 0 5000px;
	}
	.secWebSite .secCtsWrap {
		display: block;
	}
	.secWebSite .secCtsWrap .secTtl {
		width: 100%;
		padding-right: 0;
	}
	.secWebSite .secCtsWrap .secTtl .ttl {
		font-size: 3rem;
		letter-spacing: 0.06em;
	}
	.secWebSite .secCtsWrap .secTtl .sub {
		font-size: 1.2rem;
	}
	.secWebSite .secCtsWrap .secTtl .lead {
		max-width: 100%;
		margin-top: 30px;
	}
	.secWebSite .secCtsWrap .secTtl .lead .txt {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.04em;
	}
	.secWebSite .secCtsWrap .img {
		flex: 0 1 auto;
		max-width: 100%;
		margin-top: 40px;
	}

	.secWebSite .workField {
		margin-top: 60px;
		padding-bottom: 65px;
	}
	.secWebSite .workField .itemWrap {
		display: block;
		margin: 25px 0 0;
	}
	.secWebSite .workField .itemWrap .item {
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	.secWebSite .workField .itemWrap .item:first-child {
		margin-top: 0;
	}
	.secWebSite .workField .itemWrap .item .itemInr {
		height: auto;
		padding: 24px 24px 30px;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.16);
	}
	.secWebSite .workField .itemWrap .item .itemInr .itemTtl .ttlEn {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	.secWebSite .workField .itemWrap .item .itemInr .itemTtl .ttlJp {
		font-size: 1.2rem;
	}
	.secWebSite .workField .itemWrap .item .itemInr .txtCol {
		margin-top: 15px;
	}
	.secWebSite .workField .itemWrap .item .itemInr .txtCol .txt {
		line-height: 2;
		letter-spacing: 0.04em;
	}
}




.secWorkFlow {
	margin-top: 130px;
}
.secWorkFlow .secCts {
	margin-top: 50px;
}
.secWorkFlow .secCts .flowImg {
	width: 86.66667%;
	margin: 0 auto;
}
.secWorkFlow .secCts .flowImg img {
	width: 100%;
	height: auto;
}
.secWorkFlow .secCts .flowBlockWrap {
	margin-top: 80px;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock {
	margin-top: 50px;
	background-color: rgba(255, 255, 255,0.5);
	padding: 40px 30px;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgba(0, 0, 0,0.16);
	display: flex;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl {
	width: 27.40385%;
	padding-right: 30px;
	box-sizing: border-box;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl .blockTtlEN {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl .blockTtlJP {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc {
	flex: 1;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem {
	padding-bottom: 20px;
	box-sizing: border-box;
	display: flex;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem + .blockItem {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemTtl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	width: 18.45238%;
	padding-right: 10px;
	box-sizing: border-box;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc {
	flex: 1;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc .descList {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -15px;
}
.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc .descList .desc {
	padding: 8px 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secWorkFlow {
		margin-top: 50px;
	}
	.secWorkFlow .secCts {
		margin-top: 45px;
	}
	.secWorkFlow .secCts .flowImg {
		width: 66.66667vw;
		margin-left: 0;
	}
	.secWorkFlow .secCts .flowImg img {
	}
	.secWorkFlow .secCts .flowBlockWrap {
		margin-top: 60px;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock {
		margin-top: 20px;
		padding: 25px;
		display: block;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl {
		width: 100%;
		padding-right: 0;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl .blockTtlEN {
		font-size: 2.4rem;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockTtl .blockTtlJP {
		font-size: 1.2rem;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc {
		margin-top: 10px;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem {
		padding: 15px 0;
		display: block;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem + .blockItem {
		padding: 15px 0;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemTtl {
		font-size: 1.5rem;
		width: 100%;
		padding-right: 0;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc {
		margin-top: 5px;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc .descList {
		margin: -3px -10px;
	}
	.secWorkFlow .secCts .flowBlockWrap .flowBlock .blockDesc .blockItem .itemDesc .descList .desc {
		padding: 3px 10px;
		font-size: 1.5rem;
	}
}


.secOther {
	margin-top: 70px;
}
.secOther .secImg {
	margin: 0 -40px;
}
.secOther .secImg img {
	width: 100%;
	height: auto;
}
.secOther .secCts {
	margin-top: 100px;
}
.secOther .secCts .ctsBlockWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -40px 0;
}
.secOther .secCts .ctsBlockWrap .ctsBlock {
	width: 46.5%;
	margin: 50px 0;
	box-sizing: border-box;
	position: relative;
}
.secOther .secCts .ctsBlockWrap .ctsBlock::before {
	content: " ";
	width: calc(100% - 20px);
	height: 100%;
	background-color: #fcfcfc;
	position: absolute;
	top: 35px;
	left: 20px;
	z-index: 0;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl {
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl .blockTtlEN {
	font-size: 4.2rem;
	line-height: 1.5;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl .blockTtlJP {
	display: block;
	line-height: 1;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc {
	position: relative;
	z-index: 1;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg {
	margin-top: 20px;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg .cap {
	font-size: 1.6rem;
	line-height: 1.2;
}
.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg img {
	margin-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.secOther .secCts .otherBlock {
	margin-top: 100px;
	background-color: rgba(255, 255, 255,0.5);
	padding: 30px 40px;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
}
.secOther .secCts .otherBlock .blockTtlWrap {
}
.secOther .secCts .otherBlock .blockTtlWrap .blockTtl {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.secOther .secCts .otherBlock .blockTtlWrap .blockTtl .blockTtlEN {
	font-size: 4.2rem;
	line-height: 1;
}
.secOther .secCts .otherBlock .blockTtlWrap .blockTtl .blockTtlJP {
	margin-left: 20px;
	line-height: 1;
}
.secOther .secCts .otherBlock .blockTtlWrap .blockLead {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.secOther .secCts .otherBlock .blockCts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.secOther .secCts .otherBlock .blockCts .ctsItem {
	margin-top: 40px;
	width: 45.53571%;
}
.secOther .secCts .otherBlock .blockCts .ctsItem .itemTtl {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}
.secOther .secCts .otherBlock .blockCts .ctsItem .itemDesc {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.5;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secOther {
		margin-top: 50px;
	}
	.secOther .secImg {
		margin: 0 -20px;
	}
	.secOther .secImg img {
	}
	.secOther .secCts {
		margin-top: 60px;
	}
	.secOther .secCts .ctsBlockWrap {
		display: block;
		margin: 0;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock {
		width: 100%;
		margin: 50px 0 0;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock::before {
		content: " ";
		width: calc(100% - 15px);
		top: 25px;
		left: 15px;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl {
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl .blockTtlEN {
		font-size: 3rem;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockTtl .blockTtlJP {
		font-size: 1.2rem;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc {
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg {
		margin-top: 30px;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg .cap {
		font-size: 1.6rem;
	}
	.secOther .secCts .ctsBlockWrap .ctsBlock .blockDesc .descImg img {
		margin-top: 20px;
		padding-left: 15px;
	}
	.secOther .secCts .otherBlock {
		padding: 20px;
		margin-top: 80px;
	}
	.secOther .secCts .otherBlock .blockTtlWrap {
	}
	.secOther .secCts .otherBlock .blockTtlWrap .blockTtl {
		display: block;
	}
	.secOther .secCts .otherBlock .blockTtlWrap .blockTtl .blockTtlEN {
		display: block;
		font-size: 3rem;
	}
	.secOther .secCts .otherBlock .blockTtlWrap .blockTtl .blockTtlJP {
		margin-left: 0;
		display: block;
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.secOther .secCts .otherBlock .blockTtlWrap .blockLead {
		margin-top: 15px;
	}
	.secOther .secCts .otherBlock .blockCts {
		display: block;
	}
	.secOther .secCts .otherBlock .blockCts .ctsItem {
		margin-top: 30px;
		width: 100%;
	}
	.secOther .secCts .otherBlock .blockCts .ctsItem .itemTtl {
		font-size: 1.6rem;
	}
	.secOther .secCts .otherBlock .blockCts .ctsItem .itemDesc {
		margin-top: 10px;
	}
}