@charset "UTF-8";
.article .area_mainvisual {
  background: url(../img/about/mainvisual.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .article .area_mainvisual {
    background: url(../img/about/mainvisual_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

/* 背景画像　*/
#diagnosis_block .bg_img:before {
	/* background-image: url(../img/about/oneday_diagnosis_bg_pc.jpg); */
}
@media screen and (max-width: 1024px) {
	#diagnosis_block .bg_img:before {
		/* background-image: url(../img/about/diagnosis_bg_sp.jpg); */
	}
}

.explain{
	font-size: 2rem;
	margin-bottom: 10px;
}
.explain span{
	color: #1538aa;
}
@media screen and (max-width: 768px) {
	.explain{
		font-size: 1.6rem;
		margin: 6vw 0;
	}
}
/* リスト */
.circle{
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	.circle{
		margin-top: 4vw;
	}
}
/* テクノ経営の特長
/* ---------------------------------- */
#features_block {
    margin: 40px auto 0;
}
#features_block .ttl{
	color: #1538aa;
	line-height: 2;
}
#features_block .ttl .fz20{
	font-size: 2rem;
}
#features_block .ttl .fz30{
	font-size: 3rem;
}
#features_block .ttl .fz36{
	font-size: 3.6rem;
}
#features_block .ttl .fz100{
	font-size: 10rem;
	line-height: 1;
}
#features_block .ttl .fz120{
	font-size: 12rem;
	line-height: 1;
}
#features_block .flex_wrap{
	margin-top: -30px;
}
#features_block .flex_wrap .flex{
	background-repeat: no-repeat;
	background-size: 50% auto;
	position: relative;
}
#features_block .flex_wrap .flex:after{
	content: "";
	display: block;
	background: url("../img/about/features_img_bg_pc.png") no-repeat;
	background-position: top right;
	width: 100%;
	height: 533px;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: -1;
}
#features_block .flex_wrap .flex.bg_left:after{
	background-position: top left;
	left: 0;
}
#features_block .flex_wrap .flex+.flex{
	margin-top:50px;
}
#features_block .flex_wrap .bg_right{
	background-position: right top 50px;
}
#features_block .flex_wrap .bg_left{
	background-position: left top 50px;
}
#features_block .flex_wrap .txt_area{
	width: 45%;
	min-width: 400px;
	padding-top: 70px;
}
#features_block .flex_wrap .bg_left .txt_area{
	margin-left: auto;
}
#features_block .flex_wrap .flex:first-child{
	background-image: url("../img/about/features_img01_pc.png");
	height: 532px;
}
#features_block .flex_wrap .flex:nth-child(2){
	background-image: url("../img/about/features_img02_pc.png");
	height: 538px;
}
#features_block .flex_wrap .flex:nth-child(3){
	background-image: url("../img/about/features_img03_pc.png");
	height: 532px;
}
#features_block .flex_wrap .flex:nth-child(4){
	background-image: url("../img/about/features_img04_pc.png");
	height: 538px;
}
#features_block .flex_wrap .flex:last-child{
	background-image: url("../img/about/diagnosis_img01_pc.png");
	height: 532px;
}
span.estab {
	width: 50px;
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 1024px) {
	#features_block {
		margin: 7rem auto 0;
	}
	#features_block .ttl .fz20{
		font-size: 1.6rem;
	}
	#features_block .ttl .fz30{
		font-size: 2.5rem;
	}
	#features_block .ttl .fz36{
		font-size: 2.5rem;
	}
	#features_block .ttl .fz100{
		font-size: 8.2rem;
	}
	#features_block .ttl .fz120{
		font-size: 9.8rem;
	}
	#features_block .flex_wrap{
		margin-top: 5vw;
	}
	#features_block .flex_wrap .flex{
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#features_block .flex_wrap .flex .inner{
		width:90%;
		margin:0 auto;
	}
	#features_block .flex_wrap .flex+.flex{
		margin-top: 12.667vw;
	}
	#features_block .flex_wrap .flex:after{
		display: none;
	}
	#features_block .flex_wrap .bg_right{
		background-position: right top;
	}
	#features_block .flex_wrap .bg_left{
		background-position: left top;
	}
	#features_block .flex_wrap .txt_area{
		min-width: 100%;
		width: 100%;
		display: block;
		padding-top: 6.667vw;
	}
	#features_block .flex_wrap .flex:first-child{
		background-image: url("../img/about/features_img01_sp.png");
		height: auto;
		padding-top: 75.6vw;
	}
	#features_block .flex_wrap .flex:nth-child(2){
		background-image: url("../img/about/features_img02_sp.png");
		height: auto;
		padding-top: 75.6vw;
	}
	#features_block .flex_wrap .flex:nth-child(3){
		background-image: url("../img/about/features_img03_sp.png");
		height: auto;
		padding-top: 75.6vw;
	}
	#features_block .flex_wrap .flex:nth-child(4){
		background-image: url("../img/about/features_img04_sp.png");
		height: auto;
		padding-top: 84.267vw;
	}
	#features_block .flex_wrap .flex:last-child{
		background-image: url("../img/about/diagnosis_img01_sp.png");
		height: auto;
		padding-top: 75.6vw;
	}
	#features_block .btn_area {
		 margin-left: auto;
	}
	span.estab{
		width: 11vw;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {

	#features_block .flex_wrap{
		margin-top: 0;
	}
	#features_block .flex_wrap .flex+.flex{
		margin-top: 50px;
	}
	#features_block .flex_wrap .txt_area{
		padding-top: 40px;
	}
	#features_block .flex_wrap .flex:first-child{
		padding-top: 74vw;
	}
	#features_block .flex_wrap .flex:nth-child(2){
		padding-top: 74vw;
	}
	#features_block .flex_wrap .flex:nth-child(3){
		padding-top: 74vw;
	}
	#features_block .flex_wrap .flex:nth-child(4){
		background-image: url("../img/about/features_img04_sp.png");
		height: auto;
		padding-top: 82.3vw;
	}
	#features_block .flex_wrap .flex:last-child{
		padding-top: 74vw;
	}
	span.estab{
		width: 50px;
	}
}


/* 3社融合で、質の高いコンサルティングサービスを実現*/
.companies{
	margin-top: 70px;
}
.companies .ttl{
	text-align: center;
}
.companies .img_area{
	position:relative;
	margin-top: 30px;
}
.companies .img_area .business_area {
	position:absolute;
}
.companies .img_area .business_area p {
	font-size: 3rem;
	text-align: left;
}
.companies .img_area .business_area.tmng {
	top: 6%;
	right: 13%;
	color: #1538aa;
}
.companies .img_area .business_area.tmws {
	bottom: 26%;
	right: -3%;
	color: #3f93c8;
}
.companies .img_area .business_area.tmct {
	bottom: 24%;
	left: 25%;
	color: #e75a30;
}
.companies .img_area .business_area .btn_area{
	width:160px;
	height: 45px;
	line-height: 45px;
	margin: 0;
}
.companies .img_area .business_area .btn_area .button{
	padding: 0 30px 0 0;
}
.companies .img_area .business_area .btn_area a:after{
	top: calc(50% - 2px);
	width: 20px;
	height: 4px;
	right: 15px;
}
@media screen and (min-width:961px) and (max-width:1400px) {
	.companies{
		margin-right: 110px;
	}
}
@media screen and (min-width:961px) and (max-width:1060px) {
	.companies .img_area .business_area.tmng {
		right: 9%;
	}
	.companies .img_area .business_area.tmws {
		right: -7%;
	}
	.companies .img_area .business_area.tmct {
		left: 26%;
	}
}
@media screen and (max-width: 960px) {
	.companies{
		width: 90%;
		margin: 16vw auto 0;
	}
	.companies .img_area{
		position:relative;
		margin-top: 30px;
	}
	.companies .img_area .business_area {
		position: initial;
		background-size: contain;
		background-repeat: no-repeat;
		height: 30.667vw;
		margin-top: 10vw;
	}
	.companies .img_area .business_area p {
		font-size: 1.7rem;
		width: 61%;
		margin: 0 0 0 auto;
		padding-top: 8vw;
	}
	.companies .img_area .business_area.tmng {
		background-image: url("../img/about/features_bnr01_sp.png");
		top: 0;
		right: 0;
	}
	.companies .img_area .business_area.tmws {
		background-image: url("../img/about/features_bnr02_sp.png");
		bottom: 0;
		right: 0;
	}
	.companies .img_area .business_area.tmct {
		background-image: url("../img/about/features_bnr03_sp.png");
		bottom: 0;
		left: 0;
	}
	.companies .img_area .business_area .btn_area{
		width: 61%;
		margin: 2vw 0 0 auto !important;
	}
	.companies .img_area .business_area .btn_area a{
		width: 74%;
		position: relative;
		margin: 0;
	}
	.companies .img_area .business_area .btn_area a:after{
		right: 4vw;
	}
}


.feature_img{
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.feature_img,
	.flow_img{
		margin-top: 5vw;
	}
}

/* 1日工場診断動画追加用、contents.cssのbg_imgのheightを上書きする refactor me */
.bg_img{
	height: auto;
}
@media screen and (max-width: 768px) {
	 .bg_img{
    height: auto;
  }
}

.diagnosis_mov{
    position: relative;
}
.diagnosis_mov::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.diagnosis_mov iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
