@charset "UTF-8";

/* ▼▼▼ 会社案内
======================================================*/
#company_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
#company_detail{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	padding-bottom: 100px;
}
#company_nav{
	-webkit-flex: 0 0 1300px;
	-ms-flex: 0 0 1300px;
	flex: 0 0 1300px;
	width: 1300px;
	max-width: 100%;
	padding: 0 50px;
}
#company_nav ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	margin-bottom: 85px;
}
#company_nav li{
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
}
#company_nav a{
	display: block;
	padding: 23px 0 23px;
	text-align: center;
	border-top: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border-left: #E5E5E5 1px solid;
	position: relative;
}
#company_nav li:last-child a{
	border-right: #E5E5E5 1px solid;
}
a.map_link{
	color: #0060E3;
	text-decoration: underline;
}
a.map_link:hover{
	text-decoration: none;
}


/* ▼ トップ
----------------------------------------*/
.top_menu_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 92px;
}
.top_menu_flex li{
	-webkit-flex: 0 0 49.5%;
	-ms-flex: 0 0 49.5%;
	flex: 0 0 49.5%;
	width: 49.5%;
	max-width: 590px;
	padding: 60px 0;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
.top_menu_flex li::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s
}
.top_menu_flex li:nth-child(1)::before{
	background: url(../img/company/top_img01.jpg) no-repeat center center/cover;
}
.top_menu_flex li:nth-child(2)::before{
	background: url(../img/company/top_img02.jpg) no-repeat center center/cover;
}
.top_menu_flex li:nth-child(3)::before{
	background: url(../img/company/top_img03.jpg) no-repeat center center/cover;
}
.top_menu_flex li:nth-child(4)::before{
	background: url(../img/company/top_img04.jpg) no-repeat center center/cover;
}
.top_menu_flex li .top_menu_inner{
	width: 300px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	padding: 36px 0;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index:1;
}
.top_menu_flex li h3{
	color: #D4013B;
	font-size: 22px;
	text-align: center;
}
.top_menu_flex p,.top_menu_flex .more{
	color: #D4013B;
	text-align: center;
	font-size: 14px;
}
.top_menu_flex p{
	margin-bottom: 11px;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	letter-spacing: 0.1em;
}
.en .top_menu_flex li h3{
	margin-bottom: 33px;
	color: #D4013B;
	font-size: 22px;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}
.top_menu_flex .more{
	display: block;
	width: 200px;
	max-width: calc(100% - 20px);
	padding: 17px 0;
	margin: 0 auto;
	border: #D4013B 2px solid;
	font-weight: 600;
	font-family: Arial,sans-serif;
}
.top_menu_flex li:hover::before{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s;
}

/* 会社概要 */
#outline_wrap table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#outline_wrap table,#outline_wrap th,#outline_wrap td{
	border-top: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
}
#outline_wrap th{
	width: 180px;
	padding: 23px 20px;
	background: #F4F4F4;
	font-weight: normal;
	vertical-align: top;
}
#outline_wrap td{
	padding: 23px 0 23px 40px;
}

/* ご挨拶 */
#greeting_wrap .greeting_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#greeting_wrap .greeting_flex .txt_wrap{
	-webkit-flex: 0 0 760px;
	-ms-flex: 0 0 760px;
	flex: 0 0 760px;
	width: 760px;
	max-width: calc(100% - 440px);
	line-height: 2.2;
}
#greeting_wrap .greeting_flex .txt_wrap p:not(:last-child){
	margin-bottom: 1em;
}
#greeting_wrap .greeting_flex .img_wrap{
	-webkit-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	width: 350px;
	max-width: 350px;
}
#greeting_wrap .greeting_flex .img_wrap img{
	display: block;
	vertical-align: middle;
	margin-bottom: 15px;
}
#greeting_wrap .greeting_flex .img_wrap p span{
	display: block;
	text-align: right;
}
#greeting_wrap .greeting_flex .img_wrap p span:nth-child(1){
	font-size: 16px;
}
#greeting_wrap .greeting_flex .img_wrap p span:nth-child(2){
	font-size: 30px;
	font-weight: 600;
}
#greeting_wrap .mission_list{
  counter-reset: mission_num 0;
	margin-bottom: 75px;
}
#greeting_wrap .mission_list li:not(:last-child){
	margin-bottom: 10px;
}
#greeting_wrap .mission_list li::before{
  counter-increment: mission_num;
  content: counter(mission_num,decimal-leading-zero)".";
	margin-right: 13px;
	color: #D75558;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	vertical-align: middle;
}
#greeting_wrap .mission_list li span{
	vertical-align: middle;
}

/* 強み */
#str_wrap .str_intro{
	margin-bottom: 50px;
}
#str_wrap .str_intro p{
	line-height: 2;
}
#str_wrap .str_intro p:not(:last-child){
	margin-bottom: 1em;
}
#str_wrap .str_around{
  counter-reset: str_num 0;
	position: relative;
}
#str_wrap .str_around li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 70px;
}
#str_wrap .str_around::before{
	content: '';
	width: 470px;
	height: 1000px;
	background: #677D95;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewX(-28deg);
	-moz-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	transform: skewX(-28deg);
	transform-origin: top right;
	mix-blend-mode: multiply;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 0;
}
#str_wrap .str_around li:nth-child(2n){
	flex-flow: row-reverse;
}
#str_wrap .str_around .txt_wrap{
	-webkit-flex: 0 0 38.75%;
	-ms-flex: 0 0 38.75%;
	flex: 0 0 38.75%;
	width: 38.75%;
	max-width: 38.75%;
	padding: 50px 0;
	position: relative;
}
#str_wrap .str_around .txt_wrap::before{
	content: '';
	width: calc(58vw);
	height: 100%;
	background: #D4013B;
	position: absolute;
	top: 0;
	z-index: 1;
}

#str_wrap .str_around li:nth-child(2n-1) .txt_wrap::before{
	right: -8vw;
}
#str_wrap .str_around li:nth-child(2n) .txt_wrap::before{
	left: -8vw;
}
#str_wrap .str_around .txt_wrap::after{
	content: '';
	height: 112px;
	width: 50vw;
	position: absolute;
	bottom: -87px;
}
#str_wrap .str_around li:nth-child(1) .txt_wrap::after{
	background: url(../img/company/str_txt01.png) no-repeat left center/auto 112px;
}
#str_wrap .str_around li:nth-child(2) .txt_wrap::after{
	background: url(../img/company/str_txt02.png) no-repeat left center/auto 112px;
}
#str_wrap .str_around li:nth-child(3) .txt_wrap::after{
	background: url(../img/company/str_txt03.png) no-repeat left center/auto 112px;
}
#str_wrap .str_around li:nth-child(2n+1) .txt_wrap::after{
	right: -231px;
}
#str_wrap .str_around li:nth-child(2n) .txt_wrap::after{
	left: -79px;
}
#str_wrap .str_around .txt_wrap h3,
#str_wrap .str_around .txt_wrap p{
	color: #FFF;
	position: relative;
	z-index: 2;
}
#str_wrap .str_around .txt_wrap h3{
	font-size: 26px;
}
#str_wrap .str_around .txt_wrap h3::before{
  counter-increment: str_num;
  content: counter(str_num,decimal-leading-zero)".";
	padding-right: 9px;
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	vertical-align: middle;
}
#str_wrap .str_around .txt_wrap h3 span{
	vertical-align: middle;
}
#str_wrap .str_around .txt_wrap p{
	line-height: 2;
}
#str_wrap .str_around .img_wrap{
	-webkit-flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	width: 55%;
	max-width: 55%;
	padding-top: 70px;
	position: relative;
	z-index: 3;
}
/* アクセス */
#access_wrap .access_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 60px;
}
#access_wrap .access_flex .txt_wrap{
	-webkit-flex: 0 0 38.75%;
	-ms-flex: 0 0 38.75%;
	flex: 0 0 38.75%;
	width: 38.75%;
	max-width: 465px;
	line-height: 2;
}
#access_wrap .access_flex .img_wrap{
	-webkit-flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	width: 55%;
	max-width: 660px;
}
#access_wrap .map_wrap{
	margin-bottom: 25px;
}
#access_wrap iframe{
	width: 100%;
	height: 630px;
}
#access_wrap .map_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 85px;
}
#access_wrap .map_flex .txt_wrap{
	-webkit-flex: 0 0 730px;
	-ms-flex: 0 0 730px;
	flex: 0 0 730px;
	width: 730px;
	max-width: calc(100% - 300px);
	line-height: 2;
}
#access_wrap .map_flex .btn_wrap{
	-webkit-flex: 0 0 240px;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	width: 240px;
	max-width: 240px;
}
#access_wrap a.map_btn{
	display: block;
	background: #696969;
	padding: 20px 0;
	color: #FFF;
	text-align: center;
}
#access_wrap a.map_btn::before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 23px;
	margin-right: 6px;
	background: url(../img/company/icon_pin.png) no-repeat center center/contain;
	vertical-align: middle;
}
#access_wrap a.map_btn span{
	vertical-align: middle;
}

/* ▼▼▼ 769px~
======================================================*/
@media screen and (min-width: 769px){
	#company_nav li.now a{
		background: #D4013B;
		border: #D4013B 1px solid;
		color: #FFF;
		pointer-events: none;
	}
	#company_nav li.now a::after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #D4013B transparent transparent transparent;
		border-width: 8px 8px 0 8px;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 8px);
	}
}
@media screen and (max-width: 768px) {

	#company_wrap{
		display: block;
	}
	#company_detail{
		padding-bottom: 60px;
	}
	#company_nav{
		width: 100%;
		padding: 0;
	}
	#company_nav ul{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#company_nav li{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}
	#company_nav a{
		background: transparent;
		padding: 15px 0 15px 20px;
		color: #191919!important;
		text-align: left;
	}
	#company_nav li:nth-child(2n+1) a{
		border-left: 0;
	}
	#company_nav li:nth-child(n+3) a{
		border-top: 0;
	}
	#company_nav li:last-child a{
		border-right: 0;
	}
	a.map_link:hover{
		text-decoration: underline;
	}

	/* 会社案内 */
	.top_menu_flex{
		display: block;
		margin-bottom: 92px;
	}
	.top_menu_flex li{
		width: 100%;
		padding: 30px 0;
		margin-bottom: 16px;
	}
	.top_menu_flex li .top_menu_inner{
		width: 180px;
		padding: 20px 0;
	}
	.top_menu_flex li h3{
		font-size: 16px;
	}
	.top_menu_flex p,.top_menu_flex .more{
		font-size: 8px;
	}
	.top_menu_flex p{
		margin-bottom: 11px;
	}
	.top_menu_flex .more{
		width: 120px;
		padding: 10px 0;
	}
	.top_menu_flex li:hover::before{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: 1s;
	}
	/* 会社概要 */
	#outline_wrap table{
		width: 100%;
		border-bottom: 0;
		margin-bottom: 50px;
	}
	#outline_wrap table,#outline_wrap th,#outline_wrap td{
		display: block;
	}
	#outline_wrap th,#outline_wrap td{
		border-top: 0;
	}
	#outline_wrap th{
		width: 100%;
		padding: 16px 0;
		text-align: center;
	}
	#outline_wrap td{
		padding: 16px 0;
	}
	#outline_wrap td.sp_tac{
		text-align: center;
	}

	/* ご挨拶 */
	#greeting_wrap .greeting_flex{
		display: block;
		margin-bottom: 40px;
	}
	#greeting_wrap .greeting_flex .txt_wrap{
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	#greeting_wrap .greeting_flex .img_wrap{
		width: 100%;
		max-width: 100%;
	}
	#greeting_wrap .greeting_flex .img_wrap img{
		margin-bottom: 10px;
	}
	#greeting_wrap .greeting_flex .img_wrap p span:nth-child(1){
		font-size: 14px;
	}
	#greeting_wrap .greeting_flex .img_wrap p span:nth-child(2){
		font-size: 23px;
	}
	#greeting_wrap .mission_list{
	  counter-reset: mission_num 0;
		margin-bottom: 60px;
	}
	#greeting_wrap .mission_list li:not(:last-child){
		display: table;
		margin-bottom: 10px;
	}
	#greeting_wrap .mission_list li::before{
		display: table-cell;
		margin-right: 0;
		padding-right: 18px;
	}
	#greeting_wrap .mission_list li span{
		display: table-cell;
	}


	/* 強み */
	#str_wrap .str_intro p{
		line-height: 1.6;
	}
	#str_wrap .str_around{
	  counter-reset: str_num 0;
		position: relative;
	}
	#str_wrap .str_around li{
		display: block;
		margin-bottom: 95px;
	}
	#str_wrap .str_around::before{
		width: 300px;
	}
	#str_wrap .str_around .txt_wrap{
		width: 100%;
		max-width: 100%;
		padding: 50px 0 10px;
		position: relative;
	}
	#str_wrap .str_around .txt_wrap::before{
		width: 100vw;
		height: calc(100% + 50px);
	}
	#str_wrap .str_around li:nth-child(2n-1) .txt_wrap::before{
		right: -20px;
	}
	#str_wrap .str_around li:nth-child(2n) .txt_wrap::before{
		left: -20px;
	}
	#str_wrap .str_around .txt_wrap::after{
		content: '';
		height: 66px;
		width: 100vw;
		bottom: calc(-25px - 65.2vw);
	}
	#str_wrap .str_around li:nth-child(1) .txt_wrap::after{
		background: url(../img/company/str_txt01.png) no-repeat left center/auto 66px;
	}
	#str_wrap .str_around li:nth-child(2) .txt_wrap::after{
		background: url(../img/company/str_txt02.png) no-repeat right center/auto 66px;
	}
	#str_wrap .str_around li:nth-child(3) .txt_wrap::after{
		background: url(../img/company/str_txt03.png) no-repeat left center/auto 66px;
	}
	#str_wrap .str_around li:nth-child(2n+1) .txt_wrap::after{
		right: -18px;
	}
	#str_wrap .str_around li:nth-child(2n) .txt_wrap::after{
		left: -18px;
	}
	#str_wrap .str_around .txt_wrap h3{
		font-size: 18px;
	}
	#str_wrap .str_around .txt_wrap h3::before{
		font-size: 26px;
	}
	#str_wrap .str_around .img_wrap{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	/* アクセス */
	#access_wrap .access_flex{
		display: block;
		margin-bottom: 30px;
	}
	#access_wrap .access_flex .txt_wrap{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	#access_wrap .access_flex .img_wrap{
		width: 100%;
		max-width: 100%;
	}
	#access_wrap .map_wrap{
		margin-bottom: 15px;
	}
	#access_wrap iframe{
		height: 185px;
	}
	#access_wrap .map_flex{
		display: block;
	}
	#access_wrap .map_flex .txt_wrap{
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
	#access_wrap .map_flex .btn_wrap{
		width: 270px;
		max-width: 270px;
		margin: 0 auto;
	}
}
