@charset "UTF-8";

/* =========================================================
strengths_dep
========================================================= */
#strengths_dep{
}
#container .strengths_dep__inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:40px;
	padding-top: 0;
	padding-bottom: 0;
}
.strengths_dep__left {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: auto;
	gap:115px;
	padding: 20px 0 0;
	margin-top: -20px;
}
.strengths_dep--title {
}
.strengths_dep--title .sec__title--jp {
}
.strengths_dep--title .sec__title--en {
	margin-top: 0.4em;
}
#container .strengths_dep__inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:40px;
	padding-top: 0;
	padding-bottom: 0;
}
.strengths_dep__left {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: auto;
	gap:115px;
	padding: 20px 0 0;
	margin-top: -20px;
}
.strengths_dep--title {
}
.strengths_dep--title .sec__title--jp {
}

.strengths_dep__right {
	max-width: 930px;
	width: 81.6%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:57px;
}
.strengths_dep__right--text1 {
	width: 100%;
}
.strengths_dep__right__text1--title {
	letter-spacing: 0.1em;
}
.strengths_dep__right__text1--p {
	margin-top: 21px;
}
.strengths_dep__right--text2 {
	width: 100%;
}
.strengths_dep__right__text2--title {
	letter-spacing: 0.1em;
}
.strengths_dep__right__text2--p {
	margin-top: 21px;
}
.strengths_dep__right__text2__no--p {
	margin-top: 21px;
}
.strengths_dep__right--text3 {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	width: 100%;
	counter-reset:ul-list-num;
	gap:3%;
}
.strengths_dep__right--text3 > div {
	padding: 0 0 0 0;
}
.strengths_dep__right--text3 > div:not(:first-child) {
	padding-left: 3.1%;
}
.strengths_dep__right--text3 > div:not(:first-child) {
	border-left: 1px solid var(--sub-color--border1);
}
.strengths_dep__right__text3--no {
}
.strengths_dep__right__text3__no--title {
	position: relative;
	padding-left: 45px;
  letter-spacing: 0.02em;
  margin-top: -4px;
}
.strengths_dep__right__text3__no--title:before {
	content: counter(ul-list-num) "";
	counter-increment: ul-list-num;
	position:absolute;
	top:2px;
	left:0;
	background-color: var(--main-color--bg6);
	width: 26px;
	height: 26px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	color: var(--main-color--font1);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.strengths_dep__right__text3__no--p {
	margin-top: 12px;
}

@media only screen and (max-width: 767px){
	#container .strengths_dep__inner {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		gap:0;
		max-width: 100%;
	}
	.strengths_dep__left {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.strengths_dep__right{
		max-width: 100%;
		width: 100%;
		margin-top: 55px;
	}
	.strengths_dep__right--text3 {
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.strengths_dep__right--text3 > div {
		padding: 0 0 30px 0;
		width: 100%;
	}
	.strengths_dep__right--text3 > div:not(:first-child) {
		padding-left: 0;
		padding-top: 30px;
	}
	.strengths_dep__right--text3 > div:not(:first-child) {
		border-left: none;
		border-top: 1px solid var(--sub-color--border1);
	}
	.strengths_dep__right--text3 > div:last-child {
		padding-bottom: 0;
	}
}




/* =========================================================
strengths_quality
========================================================= */
#strengths_quality{
	padding-top: 120px;
}
#container .strengths_quality__inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:40px;
	padding-top: 0;
	padding-bottom: 0;
}
.strengths_quality__left {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: auto;
	gap:115px;
	padding: 20px 0 0;
	margin-top: -20px;
}
.strengths_quality--title {
}
.strengths_quality--title .sec__title--jp {
}
.strengths_quality--title .sec__title--en {
	margin-top: 0.4em;
}
.strengths_quality__right {
	max-width: 930px;
	width: 81.6%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:57px;
}
@media only screen and (max-width: 767px){
	#container .strengths_quality__inner {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		gap:0;
		max-width: 100%;
	}
	.strengths_quality__left {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.strengths_quality__right{
		max-width: 100%;
		width: 100%;
		margin-top: 55px;
	}
}


/* =========================================================
strengths_quality__right--env
========================================================= */
.strengths_quality__right--env {
	width: 100%;
}
.strengths_quality__right__env--title {
	width: 100%;
	margin-top: -5px;
	overflow: hidden;
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap: 27px;
}
.strengths_quality__right__env__title--jp {
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.strengths_quality__right__env__title--line {
	width: 100%;
	height: 1px;
	margin-top: 1px;
	background-color: var(--sub-color--border1);
	white-space: nowrap;
}
.strengths_quality__right__env--text1 {
	margin-top: 47px;
}
.strengths_quality__right__env__text1--title {
}
.strengths_quality__right__env__text1--p {
	margin-top: 21px;
  letter-spacing: 0.02em;
}
.strengths_quality__right__env--text2 {
	margin-top: 21px;
}
.strengths_quality__right__env__text2--title {
}
.strengths_quality__right__env__text2--list {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:10px;
	margin-top: 27px;
	counter-reset:ul-list-num;
}
.strengths_quality__right__env__text2--list li {
	position: relative;
	display: block;
	padding: 2px 0 3px 45px;
	min-height: 26px;
}
.strengths_quality__right__env__text2--list li:before {
	content: counter(ul-list-num) "";
	counter-increment: ul-list-num;
	position:absolute;
	top:0;
	left:0;
	background-color: var(--main-color--bg6);
	width: 26px;
	height: 26px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	color: var(--main-color--font1);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px){
	.strengths_quality__right__env__text2--list {
		gap: 20px;
	}
}

/* =========================================================
strengths_quality__right--manual
========================================================= */
.strengths_quality__right--manual {
	width: 100%;
}
.strengths_quality__right__manual--title {
	width: 100%;
	overflow: hidden;
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap: 27px;
}
.strengths_quality__right__manual__title--jp {
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.strengths_quality__right__manual__title--line {
	width: 100%;
	height: 1px;
	margin-top: 1px;
	background-color: var(--sub-color--border1);
	white-space: nowrap;
}
.strengths_quality__right__manual--img {
	margin-top: 56px;
	max-width: 710px;
	width: 100%;
	margin-right: auto;
}
@media only screen and (max-width: 767px){
}

/* =========================================================
strengths_quality__right--standard
========================================================= */
.strengths_quality__right--standard {
	width: 100%;
}
.strengths_quality__right__standard--title {
	width: 100%;
	overflow: hidden;
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap: 27px;
}
.strengths_quality__right__standard__title--jp {
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.strengths_quality__right__standard__title--line {
	width: 100%;
	height: 1px;
	margin-top: 1px;
	background-color: var(--sub-color--border1);
	white-space: nowrap;
}
.strengths_quality__right__standard--iso {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 6.4%;
	margin-top: 57px;
}
.strengths_quality__right__standard__iso--img {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 13px;
}
.strengths_quality__right__standard__iso--img:nth-child(1) {
	width: 44.1%;
	max-width: 410px;
	min-width: 200px;
}
.strengths_quality__right__standard__iso--img:nth-child(2) {
	width: 31%;
	max-width: 288px;
	min-width: 200px;
}
.strengths_quality__right__standard__iso--img picture{
	width: 100%;
}
.strengths_quality__right__standard__img__iso--cap {
}
@media only screen and (max-width: 767px){
	.strengths_quality__right__standard--iso {
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		gap: 20px;
	}
	.strengths_quality__right__standard__title--jp {
		white-space: normal;
		min-width: 11em;
		line-height: 1.3em;
	}
	.strengths_quality__right__standard__iso--img:nth-child(1) ,
	.strengths_quality__right__standard__iso--img:nth-child(2) {
		width: calc(50% - 10px);
		max-width: 100%;
		min-width: 320px;
		gap: 20px;
	}
}

/* =========================================================
strengths_quality__right--ins
========================================================= */
.strengths_quality__right--ins {
	margin-top: -6px;
}
.strengths_quality__right__ins--title {
	width: 100%;
	overflow: hidden;
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap: 27px;
}
.strengths_quality__right__ins__title--jp {
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.strengths_quality__right__ins__title--line {
	width: 100%;
	height: 1px;
	margin-top: 1px;
	background-color: var(--sub-color--border1);
	white-space: nowrap;
}
.strengths_quality__right__ins--machine {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	gap: 58px calc(13% / 2);
	margin-top: 57px;
	width: 100%;
}
.strengths_quality__right__ins__machine {
	width: 29%;
}
.strengths_quality__right__ins__machine--img {
	position: relative;
}
.strengths_quality__right__ins__machine--img:before {
	content:"";
	width: 100%;
	padding-top: 100%;
	display: block;
}
.strengths_quality__right__ins__machine--img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strengths_quality__right__ins__machine--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.strengths_quality__right__ins__machine--title {
	margin-top: 25px;
}
.strengths_quality__right__ins__machine--p {
	margin-top: 12px;
}
@media only screen and (max-width: 767px){
	.strengths_quality__right__ins--machine {
		gap: 58px 30px;
	}
	.strengths_quality__right__ins__machine {
		width: calc(50% - 15px);
	}
}


/* =========================================================
strengths_cons
========================================================= */
#strengths_cons{
	padding-top: 112px;
	padding-bottom: 180px;
}
.strengths_cons_fixed {
	width: 100%;
}
#container .strengths_cons__inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:40px;
	padding-top: 0;
	padding-bottom: 0;
}
.strengths_cons__left {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: auto;
	gap:115px;
	padding: 20px 0 0;
	margin-top: -20px;
}
.strengths_cons--title {
}
.strengths_cons--title .sec__title--jp {
}
.strengths_cons--title .sec__title--en {
	margin-top: 0.4em;
}
.strengths_cons__right {
	max-width: 930px;
	width: 81.6%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:53px;
	margin-top: -6px;
}
@media only screen and (max-width: 767px){
	#strengths_cons{
		padding-bottom: 120px;
	}
	.strengths_cons_fixed {
		width: 100%;
	}
	#container .strengths_cons__inner {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		gap:0;
		max-width: 100%;
		padding-bottom: 0;
	}
	.strengths_cons__left {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.strengths_cons__right{
		max-width: 100%;
		width: 100%;
		margin-top: 55px;
	}
}


/* =========================================================
strengths_cons
========================================================= */
.strengths_cons__right--p {
}
.strengths_cons__right--env {
	width: 100%;
}
.strengths_cons__right__env--title {
}
.strengths_cons__right__env__title--jp {
}
.strengths_cons__right__env__title--line {
}
.strengths_quality__right__env--flow {
}
.strengths_quality__right__env__flow--title {
}
.strengths_quality__right__env__flow {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	margin-top: 27px;
}
.strengths_quality__right__env__flow li:nth-child(2n + 1) {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	background-color: var(--main-color--bg6);
	padding: 18px 10px 20px;
	width: 22.6%;
	position: relative;
	z-index: 2;
}
.strengths_quality__right__env__flow--arrow,
.strengths_quality__right__env__flow li:nth-child(2n) {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	padding: 0px;
	width: 3.2%;
	position: relative;
	z-index: 1;
}
.strengths_quality__right__env__flow li i {
	font-weight: 900;
	width: auto;
	height: 1em;
	line-break: 1em;
}
.strengths_quality__right__env__flow--p {
	margin-top: 24px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px){
	.strengths_quality__right__env__flow {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.strengths_quality__right__env__flow li:nth-child(2n + 1) {
		width: 100%;
		padding: 13px 15px 15px;
	}
	.strengths_quality__right__env__flow--arrow,
	.strengths_quality__right__env__flow li:nth-child(2n) {
		padding: 10px 15px 12px;
		width: 100%;
	}
	.strengths_quality__right__env__flow--arrow + .strengths_quality__right__env__flow{
		margin-top: 0;
	}
}

