@charset "utf-8";


/*-------------------- content --------------------*/
.company_img_float {
	width: 100%;
	clear: both;
}

.company_img {
	display: block;
	float: right;
	margin-left: 65px;
}

.ttl_h2 {
	margin-bottom: 45px;
}

.company_block_wrap {
	width: 100%;
	background-color: #f2f3fa;
	border-top: 9px solid #233f9a;
	padding: 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_block {
	width: 100%;
	margin-bottom: 50px;
}

.company_block:last-of-type {
	margin-bottom: 0;
}

.company_block .ttl_h3 {
	margin-bottom: 12px;
}

/*-------------------- philosophy --------------------*/
#anchor_philosophy {
	padding-top: 96px;
}

#anchor_philosophy .company_img_float:first-of-type .company_img {
	position: relative;
	right: -14px;
}

#anchor_philosophy .company_img_float:first-of-type {
	margin-bottom: 65px;
}

#anchor_philosophy .philosophy_technology {
	margin-top: 56px;
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
}

#anchor_philosophy .content_txt:not(.company_img_float .content_txt) {
	margin-top: 27px;
}

#anchor_philosophy .philosophy_technology .content_txt {
	margin: 18px 0 42px 0;
}

.btn_company {
	display: block;
	max-width: 477px;
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	letter-spacing: 1px;
	background-color: #00b5f0;
	border-radius: 22px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_company:hover {
	background-color: #233f9a;
}

/*-------------------- greet --------------------*/
#anchor_greet {
	background-image: url(../img/sub/company_ceo_bg01.png), url(../img/sub/company_ceo_bg02.png);
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

/*-------------------- about --------------------*/
.company_about {
	position: relative;
	margin: 65px 0 100px 0;
}

.company_about_img {
	width: calc(50% - 140px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../img/sub/company_img03.jpg) no-repeat center center;
	background-size: cover;
}

.company_about_img img {
	display: block;
}

.company_about_main {
	display: flex;
	justify-content: end;
}

.company_about_list {
	width: calc(50% + 140px);
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_about_list>li {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #233f9a;
	padding: 11px 0;
}

.company_about_list>li:last-of-type {
	border-bottom: none;
}

.company_about_tit {
	width: 146px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #233f9a;
	text-align: center;
}

.company_about_txt {
	width: calc(100% - 146px);
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_about_txt a {
	text-decoration: underline;
}

.company_customers_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -7px;
	margin-top: 40px;
}

.company_customers_list>li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 7px;
	background-color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
	padding: 15px 10px 15px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_customers_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.company_customers_list>li::before {
	content: "•";
	position: absolute;
	top: 15px;
	left: 24px;
	color: #00b5f0;
}

.company_block img {
	display: block;
	margin: 30px auto 20px auto;
}

/*-------------------- history --------------------*/
.company_history {
	width: 100%;
	border-top: 1px solid #233f9a;
}

.company_history>li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0;
	border-bottom: 1px solid #233f9a;
}

.company_history_date {
	width: 260px;
	display: flex;
}

.company_history_year {
	width: 135px;
	font-weight: bold;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_history_month {
	width: 125px;
	font-weight: bold;
	padding: 0 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company_history_content {
	width: calc(100% - 260px);
}

/*-------------------- access --------------------*/
#anchor_access .font24 {
	margin-bottom: 12px;
}

#anchor_access .company_img_float iframe {
	width: 61%;
	aspect-ratio: 12/7.3;
}

.company_access {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 95px;
}

.company_access>li {
	width: 47.5%;
	background-color: #f2f3fa;
}

.company_addr>li {
	line-height: 1.6875;
	margin-bottom: 15px;
}

.company_addr>li:last-of-type {
	margin-bottom: 0;
}

#anchor_access .company_block_wrap {
	padding: 30px 38px;
}

/*-------------------- anchor_list --------------------*/
.anchor_list {
	margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {

	/*-------------------- anchor_list --------------------*/

	.anchor_list>li {
		width: 18.5%;
		margin-right: 1.875%;
	}

	.anchor_list>li:nth-of-type(4n) {
		margin-right: 1.875%;
	}

	.anchor_list>li:nth-of-type(5n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	/*-------------------- content --------------------*/
	
	.company_img {
		margin-left: 40px;
	}

	/*-------------------- anchor_list --------------------*/
	.anchor_list {
		margin-bottom: -20px;
	}

	/*-------------------- philosophy --------------------*/
	#anchor_philosophy {
		padding-top: 80px;
	}
	#anchor_philosophy .company_img_float:first-of-type .company_img{
		right: 0;
	}

	/*-------------------- about --------------------*/
	.company_about {
		margin: 0 0 80px 0;
	}

	.company_about_img {
		width: 100%;
		position: static;
		left: auto;
		top: auto;
		bottom: auto;
	}

	.company_about_main {
		display: block;
	}

	.company_about_list {
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
	}

	.company_customers_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.company_customers_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.company_customers_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.company_block img {
		margin: 30px auto 0 auto;
	}

	/*-------------------- access --------------------*/
	#anchor_access .company_img_float iframe {
		width: 55%;
		aspect-ratio: 12/8;
	}

	.company_access {
		margin-top: 70px;
	}
}


@media only screen and (max-width: 768px) {

	/*-------------------- content --------------------*/
	.company_img_float:not(#anchor_greet .company_img_float) {
		display: flex;
		flex-direction: column-reverse;
	}

	.company_img:not(#anchor_greet .company_img) {
		float: none;
		margin: 40px auto 0 auto;
	}

	.ttl_h2 {
		margin-bottom: 30px;
	}

	.company_block_wrap {
		border-top-width: 5px;
		padding: 30px;
	}

	.company_block {
		width: 100%;
		margin-bottom: 50px;
	}

	.company_block:last-of-type {
		margin-bottom: 0;
	}

	.company_block .ttl_h3 {
		margin-bottom: 12px;
	}

	/*-------------------- philosophy --------------------*/
	#anchor_philosophy {
		padding-top: 60px;
	}

	#anchor_philosophy .company_img_float:first-of-type {
		margin-bottom: 50px;
	}

	#anchor_philosophy .philosophy_technology {
		margin-top: 45px;
		display: flex;
		flex-direction: row-reverse;
	}

	#anchor_philosophy .content_txt:not(.company_img_float .content_txt) {
		margin-top: 20px;
	}

	#anchor_philosophy .philosophy_technology .content_txt {
		margin: 15px 0 30px 0;
	}

	.btn_company {
		margin: 0 auto;
		font-size: 1.6rem;
	}

	/*-------------------- greet --------------------*/
	#anchor_greet .company_img {
		width: 35%;
		max-width: 342px;
		margin: 0 0 20px 30px;
	}

	/*-------------------- about --------------------*/
	.company_about {
		margin-bottom: 60px;
	}

	.company_about_tit {
		width: 130px;
		font-size: 1.6rem;
	}

	.company_about_txt {
		width: calc(100% - 130px);
		padding-right: 20px;
	}

	/*-------------------- access --------------------*/

	#anchor_access .company_img_float iframe {
		width: 100%;
	}

	.company_access {
		margin-top: 50px;
	}

	.company_access>li {
		width: 48%;
	}

	#anchor_access .company_block_wrap {
		padding: 30px;
	}

}

@media only screen and (max-width: 700px) {

	/*-------------------- greet --------------------*/
	#anchor_greet .company_img {
		width: 40%;
	}

	/*-------------------- about --------------------*/

	.company_about_list>li {
		display: block;
	}

	.company_about_tit {
		width: 100%;
		text-align: left;
	}

	.company_about_txt {
		width: 100%;
		padding-right: 0;
		margin-top: 5px;
	}

	.company_customers_list>li {
		width: 100%;
		margin-right: 0;
	}

	.company_customers_list>li:nth-of-type(3n) {
		margin-right: 0;
	}

	/*-------------------- history --------------------*/

	.company_history_year {
		padding: 0;
	}

	.company_history_month {
		padding: 0;
	}

	.company_history_content {
		width: 100%;
		margin-top: 5px;
	}

	/*-------------------- access --------------------*/
	.company_access {
		display: block;
	}

	.company_access>li {
		width: 100%;
	}

	.company_access>li:last-of-type {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px) {

	/*-------------------- content --------------------*/

	.company_block_wrap {
		padding: 30px 20px;
	}

	.company_block {
		margin-bottom: 30px;
	}

	/*-------------------- philosophy --------------------*/
	#anchor_philosophy {
		padding-top: 50px;
	}

	#anchor_philosophy .company_img_float:first-of-type {
		margin-bottom: 40px;
	}

	#anchor_philosophy .philosophy_technology {
		margin-top: 35px;
	}

	/*-------------------- greet --------------------*/
	#anchor_greet .company_img {
		margin-left: 20px;
	}

	/*-------------------- about --------------------*/
	.company_about {
		margin-bottom: 40px;
	}

	.company_about_list {
		margin-top: 30px;
	}


	.company_customers_list {
		margin-top: 20px;
	}

	.company_customers_list>li {
		font-size: 1.4rem;
	}

	.company_block img {
		margin-top: 20px;
	}

	/*-------------------- access --------------------*/
	.company_access {
		margin-top: 40px;
	}

	.company_addr>li {
		margin-bottom: 10px;
	}

	#anchor_access .company_block_wrap {
		padding: 30px 20px;
	}
}