
/***********************************************************************************************************************

company.css

***********************************************************************************************************************/
.company .wrapper{
	overflow: hidden;
}

.company .contents{
	/*padding-top: 0;*/
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_company{
	padding: 8% 0 0;
}
.sec_outline,
.sec_history{
	padding: 8% 0 0;
}

@media screen and (max-width: 639px) {
.sec_company{
	padding: 12% 0 0;
}
.sec_outline,
.sec_history{
	padding: 18% 0 0;
}
}




/* line *************************************************************/
.line01{
	position: absolute;
	transform: skewX(15deg); /*elements.cssで設定 animate付ける時は非表示*/
	mix-blend-mode: multiply;
}
.line01{
	top: -30%;
	left: -2%;
	width: 3.8%;
	height: 140%;
	background-color: rgba(20,39,77,0.1);
}


@media screen and (max-width: 639px) {
.line01{
	top: -30%;
	left: -2%;
	height: 140%;
}
}



/* h1〜 *************************************************************/
.h1_wrap{
	position: relative;
}
h1.h1_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}
h1.h1_ttl .en_wrap{
	display: block;
}
h1.h1_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: clamp(30px, 6vw, 65px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


h2.h2_ttl{
	font-weight: 600;
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
h2.h2_ttl .en_wrap{
	display: block;
	margin-bottom: 0.2em;
}
h2.h2_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-size: clamp(12px, 3vw, 16px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h3_wrap{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto 3em;
}

h3.h3_ttl{
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	font-size: clamp(16px, 3vw, 20px);
	color: #1a274d;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.6em; /*0.8em*/
}

p.ceo{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: right;
}
p.ceo .big{
	font-size: 150%;
	font-weight: 500;
}

.align_c_l{
	text-align: center;
}


@media screen and (max-width: 767px) {
.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}
}




/* company_box *************************************************************/
.company_box{

}
.company_box dt{
	text-align: justify;
}
.company_box dd{
	float: right;
	width: 28.3333333%;
	margin: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
.company_box dd{
	width: 38%;
	margin: 0 0 0 12px;
}
}



/* float_company *************************************************************/
.float_company{
	font-size: 14px;
	line-height: 2em;
	border-top: 1px solid #ccc;
}
.float_company tr{
	border-bottom: 1px solid #ccc;
}
.float_company th{
	width: 200px;
	font-weight: 600;
	padding: 30px 0;
	vertical-align: top;
}
.float_company td{
	padding: 30px 0;
}
.float_company td a{
	text-decoration: underline;
}
.float_company td a:hover{
	text-decoration: none;
}

.float_company .award{
	margin: 20px 0 0;
}
.float_company .award figure{
	float: left;
	width: 110px;
	margin-right: 30px;
}


@media screen and (max-width: 767px) {
.float_company{
	font-size: 13px;
}
.float_company th{
	display: block;
	width: auto;
	padding: 20px 0 0;
}
.float_company td{
	display: block;
	width: auto;
	padding: 5px 0 20px;
}
}


/* office_box *************************************************************/
dl.office_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
dl.office_box.tokyo{
	margin-top: 40px;
}

dl.office_box dd{
	width: 340px;
}
dl.office_box dt{
	width: calc(100% - 360px);
}

ul.minites{

}
ul.minites li{
	font-size: 12px;
	line-height: 1.5em;
	margin: 5px 0 0;
	padding: 0 0 0 13px;
	text-indent: -13px;
}


@media screen and (max-width: 1024px) {
dl.office_box dd{
	width: 200px;
}
dl.office_box dt{
	width: calc(100% - 220px);
}
}

@media screen and (max-width: 639px) {
dl.office_box dd{
	width: 100%;
	margin: 0 auto 15px;
}
dl.office_box dt{
	width: 100%;
}
}


/* btn_map *************************************************************/
.btn_map{
	display: block;
	margin: 10px 0 0;
}
.btn_map a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none!important;
	padding: 6px 50px;
	background-color: #1a274d;
}
.btn_map a:after{
	content: ""
	;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 12px;
	height: 10px;
	background: url("/common/img/icon_blank_fff.svg") top right no-repeat;
	background-size: contain;
	opacity: 0.7;
}
.btn_map a:hover{
	color: #fff;
	background-color: #7898cb;
}




/* list_suppliers *************************************************************/
ul.list_suppliers{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
ul.list_suppliers li{
	width: 48%;
}


@media screen and (max-width: 979px) {
ul.list_suppliers li{
	width: 100%;
	line-height: 1.5em;
	margin-top: 7px;
}
ul.list_suppliers li:first-child{
	margin-top: 0;
}
}






