@charset "UTF-8";

/* ---------------------------------------
  company
-----------------------------------------*/

/* common
--------------------------------*/
/*secttl*/
.secttl {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	padding-left: 5.6rem;
	margin-bottom: 3.5rem;
}

.secttl::before {
	content: "";
	width: 3.6rem;
	height: .3rem;
	background-color: #272676;
	position: absolute;
	left: 0;
	top: 1.6rem;
}

/*tb*/
table.tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: .2rem solid #fff;
}


table.tb th,
table.tb td {
	border-bottom: .2rem solid #fff;
}

table.tb th:not(:last-child),
table.tb td:not(:last-child) {
	border-right: .2rem solid #fff;
}

table.tb th {
	width: 19.2rem;
	padding: 1.9rem 4rem;
	background-color: #eaedff;
	vertical-align: middle;
}

table.tb td {
	padding: 1.9rem 3rem;
	background-color: #f7f8ff;
	vertical-align: top;
}

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

	/*secttl*/
	.secttl {
		font-size: 4rem;
		padding-left: 9rem;
		margin-bottom: 6rem;
	}

	.secttl::before {
		width: 6rem;
		height: .4rem;
		top: 2.6rem;
	}

	/*tb*/

	table.tb th {
		width: 18rem;
		padding: 1.9rem 2rem;
	}

	table.tb td {
		padding: 1.9rem 1.5rem;
	}
}

/* sec_concept
--------------------------------*/

#sec_concept {
	padding: 11rem 0 10rem;
}

#sec_concept .txtwrap {
	text-align: center;
}

#sec_concept .ttl {
	margin-bottom: 5rem;
}

#sec_concept .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.22;
	letter-spacing: 0.1em;
}

#sec_concept .txt + .txt {
	margin-top: 2em;
}

#sec_concept .img {
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, .3);
	position: absolute;
}

#sec_concept .img._01 {
	width: 30.8rem;
	right: 0;
	top: 0;
}

#sec_concept .img._02 {
	width: 18.7rem;
	left: 0;
	top: 19.3rem;
}

#sec_concept .img._03 {
	width: 22.5rem;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	#sec_concept {
		padding: 15rem 0;
	}

	#sec_concept .wrap {
		width: 100%;
	}

	#sec_concept .ttl {
		width: 51rem;
		margin: 0 auto 5rem;
	}

	#sec_concept .txtwrap {
		margin-bottom: 10rem;
	}

	#sec_concept .txt {
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0;
	}

	#sec_concept .txt + .txt {
		margin-top: 2em;
	}

	#sec_concept .imgwrap {
		width: 84%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto;
	}

	#sec_concept .img {
		box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, .3);
		position: static;
	}

	#sec_concept .img._01 {
		width: 49rem;
		margin: 0 auto 5rem;
	}

	#sec_concept .img._02 {
		width: 23.4rem;
	}

	#sec_concept .img._03 {
		width: 35.6rem;
	}
}


/* sec_approach
--------------------------------*/
#sec_approach {
	padding: 10rem 0 8rem;
	background: url(../img/company/approach_bg_pc.jpg) no-repeat center bottom / cover;
}

#sec_approach .txt {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.14em;
}

#sec_approach .inner {
	width: 99.6rem;
	margin: 5rem auto 4.5rem;
}

#sec_approach .logobox {
	width: 43.7rem;
	background-color: rgba(39, 38, 118, .8);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}

#sec_approach .list {
	width: 52.8rem;
}

#sec_approach .list li {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: .7rem 3.3rem;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 1rem;
}

#sec_approach .list li + li {
	margin-top: 2rem;
}

@media screen and (max-width: 767px) {
	#sec_approach {
		padding: 12rem 0 17.4rem;
		background: url(../img/company/approach_bg_sp.jpg) no-repeat center bottom / cover;
	}

	#sec_approach .txt {
		font-size: 2.8rem;
		letter-spacing: 0.02em;
	}

	#sec_approach .inner {
		width: 100%;
		margin: 6rem auto;
	}

	#sec_approach .logobox {
		width: 100%;
		height: 24.4rem;
	}

	#sec_approach .logobox img {
		width: 23.6rem;
	}

	#sec_approach .list {
		width: 100%;
		margin-top: 5rem;
	}

	#sec_approach .list li {
		font-size: 2.4rem;
		padding: 1.1rem 2rem;
	}
}


/* sec_business
--------------------------------*/
#sec_business {
	padding: 11rem 0 0;
}

#sec_business .list .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sec_business .list .item + .item {
	margin-top: 11rem;
}

#sec_business .list .item .img {
	width: 48.6rem;
	border-radius: 1rem;
	overflow: hidden;
}

#sec_business .list .item .txtwrap {
	width: 66rem;
}

#sec_business .list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 1.5em;
}

#sec_business .list .item .txtwrap .txt {
	font-size: 1.7rem;
}

#sec_business .list .item .txtwrap .btn {
	margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
	#sec_business {
		padding: 15rem 0 0;
	}

	#sec_business .list .item {
		display: block;
	}

	#sec_business .list .item + .item {
		margin-top: 13rem;
	}

	#sec_business .list .item .img {
		width: 100%;
	}

	#sec_business .list .item .txtwrap {
		width: 100%;
		margin-top: 5.5rem;
	}

	#sec_business .list .item .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 1.3em;
	}

	#sec_business .list .item .txtwrap .txt {
		font-size: 2.4rem;
	}

	#sec_business .list .item .txtwrap .btn {
		text-align: center;
		margin-top: 5rem;
	}
}



/* sec_message
--------------------------------*/
#sec_message {
	padding: 11rem 0 0;
}

#sec_message .inner {
	align-items: flex-start;
	width: calc(50% + 60rem);
	margin-left: auto;
}

#sec_message .img {
	position: relative;
	width: calc(100% - 65.1rem);
	height: 39.9rem;
	border-radius: 1rem;
	overflow: hidden;
}

#sec_message .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

#sec_message .txtwrap {
	width: 59rem;
}

#sec_message .txtwrap .secttl {
	margin-bottom: 1em;
}

#sec_message .txtwrap .txt {
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: justify;
}

#sec_message .txtwrap .name {
	font-size: 1.7rem;
	line-height: 1.45;
	margin-top: 2.5em;
}

#sec_message .txtwrap .name span {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	#sec_message {
		padding: 15rem 0 0;
	}

	#sec_message .inner {
		width: 69rem;
	}

	#sec_message .img {
		width: 100%;
		height: 39.9rem;
		margin-top: 4rem;
	}

	#sec_message .img img {
		object-position: center;
	}

	#sec_message .txtwrap {
		width: 100%;
		padding-right: 6rem;
	}

	#sec_message .txtwrap .secttl {
		margin-bottom: 1em;
	}

	#sec_message .txtwrap .txt {
		font-size: 2.8rem;
		line-height: 1.9;
	}

	#sec_message .txtwrap .name {
		font-size: 2.4rem;
		line-height: 1.75;
		margin-top: 1.5em;
	}

	#sec_message .txtwrap .name span {
		font-size: 3.8rem;
		letter-spacing: 0.05em;
	}

}


/* sec_profile
--------------------------------*/
#sec_profile {
	padding: 10rem 0 0;
}


/* sec_history
--------------------------------*/
#sec_history {
	padding: 10rem 0;
}