@charset "utf-8";



/* ------------------------------
    company_index
------------------------------ */

#pagettl.company_index {
	background: url(../img/company/bg_pagettl.jpg) no-repeat center / cover;
}

#pagettl.company_index .txt_pagettl {
	color: #fff;
}

.company_index .list li {
	width: calc(50% - 5px);
	margin-top: 0;
}

.company_index .list li:nth-child(n+3) {
	margin-top: 30px;
}

.company_index .list .img {
	position: relative;
}

.company_index .list .img .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(61, 73, 117, 0.67);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.company_index .list .img .mask .icon {
	width: 69px;
}

.company_index .list .item a:hover .mask {
	opacity: 1;
}

.company_index .list .txt {
	padding: 10px;
}

.company_index .list .txt .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 5px;
}

.company_index .list .txt .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

@media screen and (min-width: 769px) {
	.ie .company_index .list .txt .ttl {
		padding-top: 5px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.company_index {
		background: url(../img/company/bg_pagettl_sp.jpg) no-repeat center bottom / cover;
	}

	.company_index .list {
		padding: 0 5%;
	}

	.company_index .list li {
		width: 100%;
		margin-top: 17px;
	}

	.company_index .list li + li {
		margin-top: 25px !important;
	}

	.company_index .list .img .mask .icon {
		width: 34px;
	}

	.company_index .list .txt {
		padding: 8px 0 0;
	}

	.company_index .list .txt .ttl {
		font-size: 1.5rem;
		padding-left: .8em;
		margin-bottom: 3px;
	}

	.company_index .list .txt .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}

}




/* ------------------------------
   company 下層共通
------------------------------ */
#pagettl.under {
	padding: 0;
	height: 290px;
}

#pagettl.under .wrap {
	height: 100%;
	position: relative;
}

#pagettl.under .txt_pagettl {
	padding-top: 0;
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

#pagettl.under .txt_pagettl:before {
	display: none;
}

@media screen and (max-width: 768px) {

	/*下層*/
	#pagettl.under {
		height: 175px;
	}

	#pagettl.under .txt_pagettl {
		font-size: 1.5rem;
	}

}


/* ------------------------------
   company_philosophy 社是・経営理念
------------------------------ */
#pagettl.company_philosophy {
	background: url(../img/company/philosophy/bg_pagettl.jpg) no-repeat center/ cover;
}

.company_philosophy .intro {
	padding: 0 0 100px;
}

.company_philosophy .intro .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.company_philosophy .intro .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.company_philosophy .intro .img {
	width: 456px;
	margin: 0 auto;
}

.company_philosophy .philosophy {
	padding: 100px 0;
	background-color: #EFF1F5;
}

.company_philosophy .philosophy .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.company_philosophy .philosophy .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.company_philosophy .philosophy .ttl + .lead {
	text-align: center;
	font-weight: bold;
	color: #3D4A76;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.company_philosophy .orgin {
	padding: 100px 0;
}

.company_philosophy .orgin .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.company_philosophy .orgin .img {
	width: 275px;
}

.company_philosophy .orgin .txt {
	width: 643px;
}

.company_philosophy .orgin .txt .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 30px;
}

.company_philosophy .orgin .txt .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.company_philosophy .branding {
	padding: 100px 0;
	background-color: #EFF1F5;
}

.company_philosophy .branding .lead .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.company_philosophy .branding .lead .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.company_philosophy .branding .flex {
	margin-top: 50px;
}

.company_philosophy .branding .flex .txt {
	width: 520px;
}

.company_philosophy .branding .flex .txt .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 30px;
}

.company_philosophy .branding .flex .txt .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.company_philosophy .branding .flex .txt .list li {
	font-size: 1.8rem;
}

.company_philosophy .branding .flex .txt .list li + li {
	margin-top: 1em;
}

.company_philosophy .branding .flex .txt .list li span {
	font-weight: bold;
	color: #3D4A76;
}

.company_philosophy .branding .flex .img {
	width: 479px;
	margin-right: -50px;
}

@media screen and (min-width: 769px) {
	.ie .company_philosophy .intro .txt .ttl::before {
		margin-top: -6px;
	}

	.ie .company_philosophy .orgin .txt .ttl::before {
		margin-top: -6px;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.company_philosophy {
		background: url(../img/company/philosophy/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}

	.company_philosophy .intro {
		padding: 50px 5%;
	}

	.company_philosophy .intro .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.company_philosophy .intro .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.company_philosophy .intro .img {
		width: 50%;
		min-width: 200px;
		margin: 0 auto 25px;
	}

	.company_philosophy .philosophy {
		padding: 50px 0;
	}

	.company_philosophy .philosophy .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.company_philosophy .philosophy .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.company_philosophy .philosophy .ttl + .lead {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.company_philosophy .orgin {
		padding: 50px 0;
	}

	.company_philosophy .orgin .wrap {
		display: block;
	}

	.company_philosophy .orgin .img {
		width: 50%;
		margin: 0 auto 25px;
	}

	.company_philosophy .orgin .txt {
		width: 100%;
	}

	.company_philosophy .orgin .txt .ttl {
		font-size: 1.5rem;
		padding-left: 0.8em;
		margin-bottom: 10px;
	}

	.company_philosophy .orgin .txt .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}

	.company_philosophy .branding {
		padding: 50px 0;
	}

	.company_philosophy .branding .lead .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.company_philosophy .branding .lead .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.company_philosophy .branding .flex {
		margin-top: 40px;
	}

	.company_philosophy .branding .flex .txt {
		width: 100%;
	}

	.company_philosophy .branding .flex .txt .ttl {
		font-size: 1.5rem;
		line-height: 1.5;
		padding-left: 0.8em;
		margin-bottom: 15px;
	}

	.company_philosophy .branding .flex .txt .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: 0;
		top: 8px;
	}

	.company_philosophy .branding .flex .txt .list li {
		font-size: 1.4rem;
	}

	.company_philosophy .branding .flex .img {
		width: 100%;
		margin: 25px auto 0;
	}
}

@media screen and (max-width: 380px) {
	.company_philosophy .branding .flex .txt .list li {
		font-size: 1.25rem;
	}
}

/* ------------------------------
   company_history 沿革
------------------------------ */
#pagettl.company_history {
	background: url(../img/company/history/bg_pagettl.jpg) no-repeat center/ cover;
}

#pagettl.company_history .txt_pagettl {
	color: #fff;
}

.company_history dl {
	width: 100%;
}

.company_history dl dt {
	width: 210px;
	font-weight: bold;
	float: left;
	clear: left;
	padding-left: 22px;
	position: relative;
}

.company_history dl dt span {
	margin-left: .5em;
}

.company_history dl dt::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 3px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 10px;
}

.company_history dl dt.none::before {
	display: none;
}

.company_history dl dt.none .hidden {
	visibility: hidden;
	margin-left: 0;
}

.company_history dl dd {
	width: 100%;
	padding-left: 220px;
	padding-bottom: 15px;
}

.company_history dl dd.pb0 {
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
	::-webkit-full-page-media, :future, :root .company_history dl dt{
		width: 220px;
	}
	.ie .company_history dl dt::before {
		top: 8px;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.company_history {
		background: url(../img/company/history/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}

	.company_history dl dt {
		float: none;
		width: 100%;
		padding-left: 12px;
		padding-bottom: 3px;
	}

	.company_history dl dt::before {
		width: 6px;
		height: 2px;
		top: 6px;
	}

	.company_history dl dt.none::before {
		display: block;
	}

	.company_history dl dt.none .hidden {
		visibility: visible;
	}

	.company_history dl dd {
		width: 100%;
		padding-left: 12px;
		padding-bottom: 10px;
	}

	.company_history dl dd.pb0 {
		padding-bottom: 10px;
	}

}


/* ------------------------------
   company_office 事業所一覧
------------------------------ */
#pagettl.company_office {
	background: url(../img/company/office/bg_pagettl.jpg) no-repeat center bottom 34%/ cover;
}

#pagettl.company_office .txt_pagettl {
	color: #fff;
}

.company_office .list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.company_office .list .box {
	width: 485px;
	padding: 50px;
	background: #EFF1F5;
}

.company_office .list .box + .box {
	margin-left: 30px;
}

.company_office .list .box:nth-child(odd) {
	margin-left: 0;
}

.company_office .list .box:nth-child(n+3) {
	margin-top: 30px;
}

.company_office .list .box .office_name {
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 22px;
	position: relative;
	margin-bottom: 15px;
}

.company_office .list .box .office_name.palt {
	font-feature-settings: 'palt';
}

.company_office .list .box .office_name::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 3px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 6px;
}

.company_office .list .box .btn {
	width: 125px;
	margin-top: 10px;
}

.company_office .list .box .btn a {
	padding: 10px 0;
	font-size: 1.4rem;
}

/*
.company_office .map{
	border: 1px solid #ccc;
	padding: 200px 0;
	margin-bottom: 50px;
}
.company_office .map p{
	text-align: center;
}
*/

.company_office #map {
	width: 1000px;
	height: 500px;
	margin: 0 auto 50px;
}

.company_office #map .gm-style-pbc p {
	text-align: center;
}

@media screen and (min-width: 769px) {
	.ie .company_office .list .box .office_name::before {
		top: 4px;
	}

	.ie .company_office .list .box .btn a {
		padding: 12px 0 8px;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.company_office {
		background: url(../img/company/office/bg_pagettl_sp.jpg) no-repeat center bottom 20%/ cover;
	}

	.company_office .list {
		display: block;
	}

	.company_office .list .box {
		width: 100%;
		padding: 25px;
	}

	.company_office .list .box + .box {
		margin-top: 15px;
		margin-left: 0;
	}

	.company_office .list .box:nth-child(n+3) {
		margin-top: 15px;
	}

	.company_office .list .box .office_name {
		font-size: 1.4rem;
		padding-left: 12px;
		margin-bottom: 8px;
	}

	.company_office .list .box .office_name::before {
		width: 6px;
		height: 2px;
		top: 4px;
	}

	.company_office .list .box .btn {
		width: 90px;
		margin-top: 5px;
	}

	.company_office .list .box .btn a {
		padding: 7px 0;
		font-size: 1.1rem;
	}

	/*
	.company_office .map{
		padding: 100px 0;
		margin-bottom: 30px;
	}
*/
	.company_office #map {
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}

}



/* ------------------------------
   company_profile 会社概要
------------------------------ */
#pagettl.company_profile {
	background: url(../img/company/profile/bg_pagettl.jpg) no-repeat center/ cover;
}

#pagettl.company_profile .txt_pagettl {
	color: #fff;
}

.company_profile dl {
	display: flex;
	flex-wrap: wrap;
}

.company_profile dl > dt,
.company_profile dl > dd {
	padding: 1em 0;
}

.company_profile dl > dt {
	width: 255px;
	border-top: 2px solid #3d4975;
}

.company_profile dl > dt:last-of-type {
	border-bottom: 2px solid #3d4975;
}

.company_profile dl > dd {
	width: calc(100% - 255px);
	border-top: 1px dashed #C1C1C1;
	padding-left: 48px;
}

.company_profile dl > dd:last-of-type {
	border-bottom: 1px dashed #C1C1C1;
}

.company_profile dl > dd a {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	padding: 2px 13px;
	margin-left: 16px;
	margin-bottom: -8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s ease;
}

.company_profile dl > dd a::before {
	content: "";
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	position: absolute;
	transition: all .5s ease;
	z-index: -1;
	background: #fff;
}

.company_profile dl > dd > span {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}

.company_profile dl > dd > span:first-of-type {
	margin-top: 0;
}

.company_profile dl > dd > span > span {
	font-weight: normal;
}

/*組織図*/
.company_profile .organization {
	padding: 100px 0 0;
}

.company_profile .organization .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.company_profile .organization .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.company_profile .organization .img {
	width: 100%;
}

@media screen and (min-width: 769px) {

	.ie .company_profile dl > dt,
	.ie .company_profile dl > dd {
		padding: 1.2em 0 0.8em;
	}

	.ie .company_profile dl > dd a {
		padding: 4px 13px 0;
	}

	.company_profile dl > dd a:hover::before {
		left: 0;
	}

	.company_profile dl > dd a:hover {
		color: #000;
	}
}

@media screen and (max-width: 768px) {
	#pagettl.company_profile {
		background: url(../img/company/profile/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}

	.company_profile dl {
		display: block;
	}

	.company_profile dl > dt,
	.company_profile dl > dd {
		position: relative;
	}

	.company_profile dl > dt {
		width: 100%;
		border-top: 1px dashed #C1C1C1;
		padding: 1em 0 0;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.company_profile dl > dt:before,
	.company_profile dl > dd:last-of-type::before {
		content: '';
		position: absolute;
		left: 0;
		top: -1px;
		height: 2px;
		width: 25%;
		background: #3d4975;
	}

	.company_profile dl > dt:last-of-type {
		border-bottom: none;
	}

	.company_profile dl > dd:last-of-type::before {
		top: auto;
		bottom: -1px;
	}

	.company_profile dl > dd {
		width: 100%;
		border-top: none;
		padding: 1em 0;
	}

	.company_profile dl > dd:last-of-type {
		border-bottom: 1px dashed #C1C1C1;
	}

	.company_profile dl > dd a {
		font-size: 1rem;
		line-height: 1;
		padding: 2px 7px 1px;
		margin-top: 5px;
		margin-left: 8px;
	}

	.company_profile dl > dd a:first-of-type {
		margin-left: 0;
	}

	/*組織図*/
	.company_profile .organization {
		padding: 50px 0 0;
	}

	.company_profile .organization .ttl {
		font-size: 1.5rem;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.company_profile .organization .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.company_profile .organization .img {
		overflow-x: scroll;
	}

	.company_profile .organization .img img {
		width: auto;
		max-width: inherit;
		height: 500px;
	}
}

/* ------------------------------
   company_message 代表挨拶
------------------------------ */
#pagettl.company_message {
	background: url(../img/company/message/bg_pagettl.jpg) no-repeat center/ cover;
}

#pagettl.company_message .txt_pagettl {
	color: #fff;
}

.company_message .message {
	position: relative;
	z-index: 1;
}

.company_message .message .wrap {
	/*	padding: 0 150px;*/
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

.company_message .message .img {
	width: 380px;
}

.company_message .message .txt {
	width: 537px;
}

.company_message .message p span {
	display: block;
	margin-top: 3.5em;
}

@media screen and (max-width: 768px) {
	#pagettl.company_message {
		background: url(../img/company/message/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}

	.company_message .message .wrap {
		padding: 0 5%;
		display: block;
	}

	.company_message .message .img {
		width: 50%;
		margin: 0 auto 25px;
	}

	.company_message .message .txt {
		width: 100%;
	}

}

/* ------------------------------
company_sustainable サステナブル取組関連
------------------------------ */
#pagettl.company_sustainable {
	background: url(../img/company/sustainable/bg_pagettl.jpg) no-repeat center/ cover;
}

#pagettl.company_sustainable .txt_pagettl {
	color: #fff;
}

.company_sustainable .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.company_sustainable .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

/*block*/
.company_sustainable .block {
	margin-top: 40px;
}

.company_sustainable .block .blockttl {
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #242D4A;
	padding: 16px 10px 17px;
	margin-bottom: 1px;
}

.company_sustainable .block .blockttl span {
	display: inline-block;
	font-weight: normal;
	font-size: 1.4rem;
	position: absolute;
	right: 15px;
	bottom: 6px;
}

.company_sustainable .block .box + .box {
	margin-top: 40px;
}

.company_sustainable .block .box .boxttl {
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #242D4A;
	padding: 6px 10px 7px;
	margin-bottom: 1px;
}

.company_sustainable .block .box .boxttl span {
	display: inline-block;
	font-weight: normal;
	font-size: 1.4rem;
	position: absolute;
	right: 15px;
	bottom: 6px;
}

.company_sustainable .block .box .boxttl + .txt {
	padding: 1em 0;
	background: var(--td_bg);
	border-bottom: 1px solid var(--td_bottom_border);
	border-right: 1px solid var(--td_right_border);
}

/*table*/

.company_sustainable .tb {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.company_sustainable .tb thead th {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #6270A2;
	padding: 7px .5em 6px;
	border-bottom: 1px solid #fff;
}

.company_sustainable .tb tbody th {
	text-align: center;
	vertical-align: middle;
	font-size: 1.7rem;
	/*	line-height: 1.5;*/
	line-height: 1.25;
	padding: 10px .5em 7px;
	position: relative;
}

.company_sustainable .tb tbody .thbg {
	font-weight: bold;
	color: #242D4A;
	background-color: #D7DCEF!important;
}

.company_sustainable .tb tbody th:first-child:not(.thbg) {
	color: #fff;
}

.company_sustainable .tb > tbody > tr > th {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.company_sustainable .tb tbody td {
	text-align: center;
	color: #242D4A;
}

.company_sustainable .tb > tbody > tr > td {
	font-size: 1.8rem;
	color: #242D4A;
	border-bottom: 1px solid var(--td_bottom_border);
	border-right: 1px solid var(--td_right_border);
	background: var(--td_bg);
}

.company_sustainable .tb tbody td p {
	font-size: 1.6rem;
	color: #242D4A;
	padding: 6px 2em 4px;
}

.company_sustainable .tb.tb2 tbody tr:first-child th {
	height: 81px;
}

.company_sustainable .tb.tb2 tbody td {
	text-align: center;
	border-color: #EFF1F5;
}

.company_sustainable .tb .tb_s tbody td.text_left {
	text-align: left;
}

.company_sustainable .tb.tb2 tbody td p {
	text-align: center;
}

.company_sustainable .tb > tbody > tr > th {
	background-color: #3D4A76;
}

.company_sustainable .tb.tb1 > tbody > tr > td {
	background: var(--td_bg);
}

.company_sustainable .tb .tb_col1 {
	width: 206px;
}

.company_sustainable .tb .tb_col2 {
	width: 794px;
}

.company_sustainable .tb .tb_col3 {
	width: 408px;
}

.company_sustainable .tb .tb_col4 {
	width: 164px;
}

.company_sustainable .tb .tb_col5 {
	width: 222px;
}
.company_sustainable table .indent{
	position: relative;
	display: block;
}
.company_sustainable table .indent::before{
	content: "・";
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
	height: 1em;
}
.company_sustainable table .indent_arw{
	text-indent: 1em;
	display: inline-block;
}
.company_sustainable table .small{
	font-size: 70%;
}



/*tb_s*/
.company_sustainable .tb .tb_s {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.company_sustainable .tb_s + .tb_s {
	border-top: 1px solid #fff;
}

.company_sustainable .tb .tb_s thead th span:not(.indent) {
	display: inline-block;
	font-weight: normal;
	font-size: 1.4rem;
	position: absolute;
	right: 15px;
	bottom: 6px;
}

.company_sustainable .tb .tb_s tbody th {
	color: #242D4A !important;
	background-color: #EFF1F5;
	padding: 7px .5em 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.company_sustainable .tb .tb_s tbody .thead {
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #6270A2 !important;
}

.company_sustainable .tb .tb_s tbody th:first-child {
	border-left: none;
}

.company_sustainable .tb .tb_s tbody td {
	text-align: center;
	background-color: #fff;
	padding: 5px 1em 4px;
	border-bottom: 1px solid #EFF1F5;
	border-right: 1px solid #EFF1F5;
}

.company_sustainable .tb .tb_s tbody tr:last-child th,
.company_sustainable .tb .tb_s tbody tr:last-child td{
	border-bottom: none;
}

.company_sustainable .tb .tb_s tbody th:last-child,
.company_sustainable .tb .tb_s tbody td:last-child{
	border-right: none;
}

.company_sustainable .tb .tbs2 tbody th {
	border-left: none;
	/*	border-*/
}

.company_sustainable .tb .tb_s .tbs1_col1 {
	width: 151px;
}

.company_sustainable .tb .tb_s .tbs1_col2 {
	width: 107px;
}

.company_sustainable .tb .tb_s .tbs2_col1 {
	width: 167px;
}

.company_sustainable .tb .tb_s .tbs2_col2 {
	width: 79px;
}

.company_sustainable .tb .tb_s .tbs2_col3 {
	width: 162px;
}

.company_sustainable .tb .tb_s .tbs2_col4 {
	width: 302px;
}
.company_sustainable .tb .tb_s .tbs2_col5 {
	width: 55px;
}


/*boxwrap*/
.company_sustainable .boxwrap .box {
	width: 481px;
	background-color: var(--boxwrap_bg);
	margin-top: 40px;
}

.company_sustainable .boxwrap .box dt {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #3D4A76;
	padding: 6px 10px 7px;
}

.company_sustainable .boxwrap .box dd {
	padding: 20px 30px;
}


/*sustainable*/
.company_sustainable .sustainable {
	padding: 0 0 100px;
}

.company_sustainable .sustainable .ttl {
	padding: 0;
}

.company_sustainable .sustainable .ttl::before {
	content: none;
}

.company_sustainable .sustainable .img {
	width: 100%;
	margin: 50px auto 0;
}

/*vision*/
.company_sustainable .vision {
	padding: 100px 0;
	background-color: #EFF1F5;
}

.company_sustainable .vision .flex {
	align-items: center;
	margin-top: 30px;
}

.company_sustainable .vision .flex .txt {
	width: 420px;
}

.company_sustainable .vision .flex .txt .list > li {
	display: flex;
}

.company_sustainable .vision .flex .txt .list > li + li {
	margin-top: 40px;
}

.company_sustainable .vision .flex .txt .list > li .num {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-right: 14px;
}

.company_sustainable .vision .flex .txt .list > li p {
	color: #3d4975;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: .5em;
}

.company_sustainable .vision .flex .txt .list > li:nth-child(1) div {
	padding-top: 6px;
}

.company_sustainable .vision .flex .txt .list > li:nth-child(1) .num {
	background-color: #242D4A;
}

.company_sustainable .vision .flex .txt .list > li:nth-child(2) .num {
	background-color: #3D4A76;
}

.company_sustainable .vision .flex .txt .list > li:nth-child(3) .num {
	background-color: #6270A2;
}

.company_sustainable .vision .flex .img {
	width: 510px;
}

/*attempt*/
.company_sustainable .attempt {
	padding: 100px 0;
	--boxwrap_bg: #EFF1F5;
}

.company_sustainable .attempt .img {
	width: 100%;
	margin: 40px auto 0;
}

.company_sustainable .attempt .boxwrap .box dd.flex {
	flex-wrap: nowrap;
	align-items: center;
}

.company_sustainable .attempt .boxwrap .box dd.flex .img_eco {
	flex: 0 0 auto;
	width: 127px;
	padding: 0 15px;
	margin-left: 15px;
}


/*benefits*/
.company_sustainable .benefits {
	padding: 100px 0 0;
	background-color: #EFF1F5;
}

.company_sustainable .benefits .list {
	margin-top: 50px;
}

.company_sustainable .benefits .list .item:nth-child(even) {
	background-color: #fff;
}

.company_sustainable .benefits .list .item .inner {
	width: 780px;
	margin: 0 auto;
	align-items: center;
	height: 250px;
}

.company_sustainable .benefits .list .item .txt_area {
	width: calc(100% - 176px);
	padding-left: 96px;
	position: relative;
}

.company_sustainable .benefits .list .item .txt_area .num {
	position: absolute;
	left: 0;
	top: 0;
}

.company_sustainable .benefits .list .item .txt_area .num img {
	width: auto;
	height: 48px;
}

.company_sustainable .benefits .list .item .txt_area .ttl_s {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 6px;
}

.company_sustainable .benefits .list .item .txt_area .txt {
	font-size: 1.4rem;
	line-height: 1.71;
}

.company_sustainable .benefits .list .item .img {
	width: 176px;
	text-align: center;
}

.company_sustainable .benefits .list .item .img img {
	width: 170px;
}

.company_sustainable .benefits .list .item:nth-of-type(1) .img img {
	width: 176px;
}

/*health_declaration*/
.company_sustainable .health_declaration {
	padding: 100px 0;
}

.company_sustainable .health_declaration .img{
	max-width: 550px;
	margin: 30px auto 0;
}

.company_sustainable .health_declaration .box {
	max-width: 550px;
	margin: 30px auto 0;
}

.company_sustainable .health_declaration .box + .box {
	margin-top: 64px;
}

.company_sustainable .health_declaration .box .boxttl {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 12px;
}

.company_sustainable .health_declaration .txt {
	font-size: 1.6rem;
	line-height: calc(19/16);
}

.company_sustainable .health_declaration .box .list li {
	padding-left: 1em;
	position: relative;
	font-size: 1.6rem;
	line-height: calc(19/16);
}

.company_sustainable .health_declaration .box .list li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/*female_employees*/
.company_sustainable .female_employees {
	padding: 100px 0;
	background: #EFF1F5;
	--td_right_border: #EFF1F5;
	--td_bottom_border: #EFF1F5;
	--td_bg: #fff;
}

.company_sustainable .female_employees .eruboshi{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 70px;
}

.company_sustainable .female_employees .eruboshi .txts{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 18px;
}

.company_sustainable .female_employees .eruboshi .eruboshittl{
	font-weight: bold;
	font-size: 1.8rem;
	display: grid;
	grid-template-columns: 4px 1fr;
	gap: 16px;
	align-items: center;
}

.company_sustainable .female_employees .eruboshi .eruboshittl::before{
	content: "";
	width: 4px;
	aspect-ratio: 4/12;
	background: #3D4975;
}

.company_sustainable .female_employees .eruboshi .txt{
	font-size: 1.4rem;
	line-height: calc(17/14);
}


/*support*/
.company_sustainable .support {
	padding: 100px 0;
}

.company_sustainable .support .tb > tbody > tr > td {
	--td_right_border: #EFF1F5;
	--td_bottom_border: #fff;
	--td_bg: #EFF1F5;
}

/*compliance*/
.company_sustainable .compliance {
	padding: 100px 0;
	background: #EFF1F5;
	--boxwrap_bg: #ffffff;
}



@media screen and (max-width: 768px) {
	#pagettl.company_sustainable {
		background: url(../img/company/sustainable/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}

	.company_sustainable .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.company_sustainable .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	/*block*/
	.company_sustainable .block {
		margin-top: 30px;
	}

	.company_sustainable .block .blockttl {
		font-size: 1.4rem;
		padding: 10px 5px;
	}

	.company_sustainable .block .blockttl span {
		font-size: 1.1rem;
		right: 5px;
		bottom: 3px;
	}

	.company_sustainable .block .box + .box {
		overflow: hidden;
	}

	.company_sustainable .block .box + .box {
		margin-top: 30px;
	}

	.company_sustainable .block .box .boxttl {
		font-size: 1.3rem;
		line-height: 1.5;
		background-color: #242D4A;
		padding: 5px;
	}

	.company_sustainable .block .box .boxttl span {
		font-size: 1.1rem;
		right: 5px;
		bottom: 3px;
	}

	/*boxwrap*/
	.company_sustainable .boxwrap {
		display: block;
	}

	.company_sustainable .boxwrap .box {
		width: 100%;
		margin-top: 20px;
	}

	.company_sustainable .boxwrap .box dt {
		font-size: 1.4rem;
		padding: 4px 5px;
	}

	.company_sustainable .boxwrap .box dd {
		padding: 15px;
	}

	/*table*/

	.company_sustainable .tb thead th {
		font-size: 1.3rem;
		padding: 4px .5em;
	}

	.company_sustainable .tb tbody th {
		font-size: 1.3rem;
		padding: 6px .5em;
	}

	.company_sustainable .tb tbody th:first-child:not(.thbg) {
		width: 120px !important;
	}

	.company_sustainable .tb > tbody > tr > td {
		font-size: 1.3rem;
	}

	.company_sustainable .tb tbody td p {
		font-size: 1.3rem;
		padding: 6px 1em;
	}

	.company_sustainable .tb.tb2 tbody tr:first-child th {
		height: 63px;
	}

	.company_sustainable .tb .tb_col1 {
		width: 120px;
	}

	.company_sustainable .tb .tb_col2 {
		width: calc(100% - 120px);
	}

	.company_sustainable .tb .tb_col3 {
		width: 230px;
	}

	.company_sustainable .tb .tb_col4 {
		width: 158px;
	}

	.company_sustainable .tb .tb_col5 {
		width: 188px;
	}

	/*tb_s*/
	.company_sustainable .tb .tb_s thead th span:not(.indent) {
		font-size: 1.1rem;
		display: block;
		position: static;
		text-align: right;
	}

	.company_sustainable .tb .tb_s tbody th {
		padding: 6px .5em;
	}

	.company_sustainable .tb .tb_s tbody .thead {
		font-size: 1.3rem;
	}

	.company_sustainable .tb .tb_s tbody td {
		padding: 6px 1em;
	}

	.company_sustainable .tb .tb_s .tbs1_col1 {
		width: 114px;
	}

	.company_sustainable .tb .tb_s .tbs1_col2 {
		width: 76px;
	}

	.company_sustainable .tb .tb_s .tbs2_col1 {
		width: 145px;
	}

	.company_sustainable .tb .tb_s .tbs2_col2 {
		width: 44px;
	}

	.company_sustainable .tb .tb_s .tbs2_col3 {
		width: 118px;
	}

	.company_sustainable .tb .tb_s .tbs2_col4 {
		width: 189px;
	}

	.company_sustainable .tb colgroup {
		display: none;
	}


	/*tbcover*/
	.company_sustainable .tbcover {
		width: 100%;
		overflow: scroll;
	}

	.company_sustainable .tbcover > .tb {
		width: 691px !important;
	}

	.company_sustainable .tbcover > .tb > tbody > tr > th:not(.thbg):first-child {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
	}

	/*sustainable*/
	.company_sustainable .sustainable {
		padding: 0 0 50px;
	}

	.company_sustainable .sustainable .img {
		width: 100%;
		overflow-x: scroll;
		margin: 30px auto 0;
	}

	.company_profile .organization .img {}

	.company_sustainable .sustainable .img img {
		width: auto;
		max-width: inherit;
		height: 500px;
	}

	/*vision*/
	.company_sustainable .vision {
		padding: 50px 0;
	}

	.company_sustainable .vision .flex {
		margin-top: 20px;
		flex-direction: column-reverse;
	}

	.company_sustainable .vision .flex .txt {
		width: 100%;
	}

	.company_sustainable .vision .flex .txt .list > li + li {
		margin-top: 20px;
	}

	.company_sustainable .vision .flex .txt .list > li .num {
		width: 40px;
		height: 40px;
		padding: 5px;
		margin-right: 10px;
	}

	.company_sustainable .vision .flex .txt .list > li .num img {
		width: auto;
		height: 21px;
	}

	.company_sustainable .vision .flex .txt .list > li p {
		font-size: 1.4rem;
	}

	.company_sustainable .vision .flex .txt .list > li:nth-child(1) div {
		padding-top: 0;
	}

	.company_sustainable .vision .flex .img {
		width: 80%;
		margin: 0 auto 30px;
	}

	/*attempt*/
	.company_sustainable .attempt {
		padding: 50px 0;
	}

	.company_sustainable .attempt .img {
		margin: 20px auto 0;
	}

	.company_sustainable .attempt .boxwrap .box dd.flex .img_eco {
		flex: 0 0 auto;
		width: 80px;
		padding: 0 10px;
		margin-left: 10px;
	}


	/*benefits*/
	.company_sustainable .benefits {
		padding: 50px 0 0;
	}

	.company_sustainable .benefits .list {
		margin-top: 30px;
	}

	.company_sustainable .benefits .list .item .inner {
		width: 90%;
		padding: 30px 0;
		flex-direction: column-reverse;
		height: auto;
	}

	.company_sustainable .benefits .list .item .txt_area {
		width: 100%;
		padding-left: 55px;
	}

	.company_sustainable .benefits .list .item .txt_area .num img {
		height: 34px;
	}

	.company_sustainable .benefits .list .item .txt_area .ttl_s {
		font-size: 1.5rem;
	}

	.company_sustainable .benefits .list .item .txt_area .txt {
		font-size: 1.2rem;
	}

	.company_sustainable .benefits .list .item .img {
		width: 170px;
		margin: 0 auto 20px;
	}

	.company_sustainable .benefits .list .item:nth-of-type(1) .img {
		width: 176px;
	}


	/*health_declaration*/
	.company_sustainable .health_declaration {
		padding: 50px 0;
	}

	.company_sustainable .health_declaration .img{
		margin: 20px auto 0;
	}

	.company_sustainable .health_declaration .box {
		margin: 20px auto 0;
	}

	.company_sustainable .health_declaration .box + .box {
		margin-top: 34px;
	}

	.company_sustainable .health_declaration .box .boxttl {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.company_sustainable .health_declaration .txt {
		font-size: 1.2rem;
		line-height: 1.416;
	}

	.company_sustainable .health_declaration .box .list li {
		font-size: 1.2rem;
		line-height: 1.416;
	}


	/*female_employees*/
	.company_sustainable .female_employees {
		padding: 50px 0;
	}

	.company_sustainable .female_employees .eruboshi{
		grid-template-columns: 100%;
		gap: 15px;
	}

	.company_sustainable .female_employees .eruboshi .txts{
		gap: 15px;
	}

	.company_sustainable .female_employees .eruboshi .eruboshittl{
		font-size: 1.4rem;
		gap: 12px;
	}

	.company_sustainable .female_employees .eruboshi .txt{
		font-size: 1.2rem;
		line-height: 1.416;
	}

	.company_sustainable .female_employees .eruboshi .img{
		text-align: center;
	}

	/*support*/
	.company_sustainable .support {
		padding: 50px 0;
	}

	/*compliance*/
	.company_sustainable .compliance {
		padding: 50px 0;
	}

	.note.a_right{
		font-size: 1.1rem;
	}
}

/* ------------------------------
    英語ページ
------------------------------ */

.en_page .ttl_line {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 12px;
}

.en_page .ttl_line::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

/* company_profile */
/*
.en_page #pagettl.company_profile {
	background: url(../img/company/profile/en/bg_pagettl.jpg) no-repeat center/ cover;
}
*/

.en_page .company_profile dl > dt {
	padding-right: 48px;
	font-weight: 900;
}

/* company_history */
.en_page .company_history dl dt {
	width: 142px;
	font-weight: 500;
}

.en_page .company_history dl dd {
	padding-left: 142px;
	padding-right: 40px;
}

@media screen and (min-width: 769px) {
	.ie .en_page .company_history dl dt::before {
		top: 11px;
	}
}

@media screen and (max-width: 768px) {
	.en_page .ttl_line {
		font-size: 1.5rem;
		margin-bottom: 25px;
		padding-bottom: 6px;
	}

	.en_page .ttl_line::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}



	/* company_profile */
	/*
	.en_page #pagettl.company_profile {
		background: url(../img/company/profile/en/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}
*/

	.en_page .company_profile dl > dt {
		padding-right: 0;
	}

	/* company_history */
	.en_page .company_history dl dt {
		width: 100%;
	}

	.en_page .company_history dl dd {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ------------------------------
   英語ページ company_philosophy 
------------------------------ */

/*
.en_page #pagettl.company_philosophy {
	background: url(../img/company/philosophy/en/bg_pagettl.jpg) no-repeat center top/ cover;
}
*/

.en_page .company_philosophy .intro {
	width: 848px;
	margin: 0 auto 100px;
	display: block;
	padding: 0;
}

.en_page .company_philosophy .intro .img {
	width: 340px;
}

.en_page .company_philosophy .intro .txt {
	width: 466px;
}

.en_page .company_philosophy .intro .txt .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 20px;
}

.en_page .company_philosophy .intro .txt .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.en_page .company_philosophy .message {
	background-color: #f2f0f2;
	padding: 120px 0 100px;
	position: relative;
	z-index: 1;
}

.en_page .company_philosophy .message .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.en_page .company_philosophy .message .img {
	width: 380px;
	margin-top: 50px;
}

.en_page .company_philosophy .message .img img {
	display: block;
}

.en_page .company_philosophy .message .img img + img {
	margin-top: 20px;
}

.en_page .company_philosophy .message .txt {
	width: 520px;
}

.en_page .company_philosophy .message .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.en_page .company_philosophy .message .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.en_page .company_philosophy .message p span {
	display: block;
}

.en_page .company_philosophy .orgin {
	position: relative;
	z-index: 1;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 100px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.en_page .company_philosophy .orgin .img {
	width: 275px;
}

.en_page .company_philosophy .orgin .txt {
	width: 470px;
}

.en_page .company_philosophy .orgin .txt .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 20px;
}

.en_page .company_philosophy .orgin .txt .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

/*vision*/
.en_page .company_philosophy .vision .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.en_page .company_philosophy .vision .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
}

.en_page .company_philosophy .vision {
	padding: 100px 0;
	background-color: #EFF1F5;
}

.en_page .company_philosophy .vision .flex {
	align-items: center;
	margin-top: 30px;
}

.en_page .company_philosophy .vision .flex .txt {
	width: 420px;
}

.en_page .company_philosophy .vision .flex .txt .list > li {
	display: flex;
}

.en_page .company_philosophy .vision .flex .txt .list > li + li {
	margin-top: 40px;
}

.en_page .company_philosophy .vision .flex .txt .list > li .num {
	flex: 0 0 auto;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-right: 14px;
}

.en_page .company_philosophy .vision .flex .txt .list > li p {
	color: #3d4975;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: .5em;
}

.en_page .company_philosophy .vision .flex .txt .list > li:nth-child(1) div {
	padding-top: 6px;
}

.en_page .company_philosophy .vision .flex .txt .list > li:nth-child(1) .num {
	background-color: #242D4A;
}

.en_page .company_philosophy .vision .flex .txt .list > li:nth-child(2) .num {
	background-color: #3D4A76;
}

.en_page .company_philosophy .vision .flex .txt .list > li:nth-child(3) .num {
	background-color: #6270A2;
}

.en_page .company_philosophy .vision .flex .img {
	width: 510px;
}

@media screen and (min-width: 769px) {
	.ie .en_page .company_philosophy .intro .txt .ttl::before {
		margin-top: -6px;
	}

	.ie .en_page .company_philosophy .orgin .txt .ttl::before {
		margin-top: -6px;
	}
}

@media screen and (max-width: 768px) {


	/*
	.en_page #pagettl.company_philosophy {
		background: url(../img/company/philosophy/en/bg_pagettl_sp.jpg) no-repeat center/ cover;
	}
*/

	.en_page .company_philosophy .intro {
		width: 100%;
		margin: 0 auto 50px;
		padding: 0 5%;
		display: block;
	}

	.en_page .company_philosophy .intro .img {
		width: 50%;
		min-width: 200px;
		margin: 0 auto 25px;
	}

	.en_page .company_philosophy .intro .txt {
		width: 100%;
	}

	.en_page .company_philosophy .intro .txt .ttl {
		font-size: 1.5rem;
		padding-left: .8em;
		margin-bottom: 10px;
	}

	.en_page .company_philosophy .intro .txt .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}

	.en_page .company_philosophy .message {
		background: #f1f1f1;
		padding: 60px 0 50px;
	}

	.en_page .company_philosophy .message .wrap {
		padding: 0 5%;
		display: block;
	}

	.en_page .company_philosophy .message .img {
		width: 100%;
		margin: 0 auto 25px;
	}

	.en_page .company_philosophy .message .img img{
		margin-left: auto;
		margin-right: auto;
	}

	.en_page .company_philosophy .message .img img.img01{
		width: 50%;
	}

	.en_page .company_philosophy .message .img img.img02{
		width: 58%;
	}

	.en_page .company_philosophy .message .txt {
		width: 100%;
	}

	.en_page .company_philosophy .message .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.en_page .company_philosophy .message .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.en_page .company_philosophy .orgin {
		width: 100%;
		padding: 0 5% 25px;
		display: block;
	}

	.en_page .company_philosophy .orgin .img {
		width: 50%;
		margin: 0 auto 25px;
	}

	.en_page .company_philosophy .orgin .txt {
		width: 100%;
	}

	.en_page .company_philosophy .orgin .txt .ttl {
		font-size: 1.5rem;
		padding-left: .8em;
		margin-bottom: 10px;
	}

	.en_page .company_philosophy .orgin .txt .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}

	/*vision*/
	.en_page .company_philosophy .vision {
		padding: 50px 0;
	}

	.en_page .company_philosophy .vision .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.en_page .company_philosophy .vision .ttl::before {
		width: 6px;
		height: 2px;
		margin-left: -3px;
	}

	.en_page .company_philosophy .vision .flex {
		margin-top: 20px;
		flex-direction: column-reverse;
	}

	.en_page .company_philosophy .vision .flex .txt {
		width: 100%;
	}

	.en_page .company_philosophy .vision .flex .txt .list > li + li {
		margin-top: 20px;
	}

	.en_page .company_philosophy .vision .flex .txt .list > li .num {
		width: 40px;
		height: 40px;
		padding: 5px;
		margin-right: 10px;
	}

	.en_page .company_philosophy .vision .flex .txt .list > li .num img {
		width: auto;
		height: 21px;
	}

	.en_page .company_philosophy .vision .flex .txt .list > li p {
		font-size: 1.4rem;
	}

	.en_page .company_philosophy .vision .flex .txt .list > li:nth-child(1) div {
		padding-top: 0;
	}

	.en_page .company_philosophy .vision .flex .img {
		width: 80%;
		margin: 0 auto 30px;
	}
}