.aboutus {
	width: 100%;
	font-weight: 700;
}
.aboutus .inner {
	max-width: 1300px;
	width: 84%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus .inner :first-child {
	max-width: 400px;
	width: calc(35% - 15px);
}
.aboutus .inner :last-child {
	max-width: 850px;
	width: calc(65% - 15px);
}
.aboutus .inner :last-child span {
	font-size: 2.8rem;
	font-family: var(--font-ttl);
	color: var(--color-main);
	line-height: 2;
}
.aboutus .inner h3 {
	font-size: 2.8rem;
	font-family: var(--font-ttl);
	color: var(--color-main);
}
.aboutus :where(.content,.certification,.license ){
	border-top: 1px solid var(--color-main);
	margin-top: 100px;
	padding-top: 100px;
}
.aboutus .about {
	width: 100%;
}
.aboutus .about .trust {
	padding: 120px 0;
	background: #f8f8f8;
	line-height: 2;
	font-weight: 700;
}
.aboutus .about .philosophy {
	padding: 120px 0;
	margin-top: 70px;
	background:  #f8f8f8;
}
.aboutus .about .philosophy .inner {
	align-items: center;
}
.aboutus .about .philosophy p {
	font-size: 2.8rem;
	font-family: var(--font-ttl);
	color: var(--color-main);
	line-height: 2;
}
.aboutus .about .company dl div {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	width: 100%;
}
.aboutus .about .company dl div p a {
	color: #333;
	border-bottom: 1px solid currentColor;
	width: unset;
}
.aboutus .about .company dl div p a:hover{
	opacity: 0.7;
}
.aboutus .about .company dl div p br{
	display: none;
}
.aboutus .about .company dl div + div {
	margin-top: 2em;
}
.aboutus .about .company dl div dt {
	width: 100px;
	font-family: var(--font-ttl);
	color: var(--color-main);
	line-height: 2;
}
.aboutus .about .company dl div dd {
	width: calc(100% - 130px);
}
.aboutus .about .company dl div dd p {
	width: 100%;
	line-height: 2;
	max-width: 100%;
}
.aboutus .about .company dl div dd p + p {
	margin-top: 1em;
}
.aboutus .detail {
	width: 100%;
	background:  #f8f8f8;
}
.aboutus .company {
	margin-top: 120px;
}
.aboutus .content {
	border-top: 1px solid var(--color-main);
}
.aboutus .content .inner h3 {
	width: 100%;
}
.aboutus .content .inner dl {
	width: 100%;
	margin-top: 90px;
	max-width: 100%;
}
.aboutus .content .inner dl div {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
}
.aboutus .content .inner dl div + div {
	margin-top: 70px;
	border-top: 1px solid var(--color-main);
	padding-top: 70px;
}
.aboutus .content .inner dl div:last-child {
	border-bottom: 1px solid var(--color-main);
	padding-bottom: 70px;
}
.aboutus .content .inner dl div dt {
	max-width: 500px;
	width: calc(35% - 15px);
	font-family: var(--font-ttl);
	color: var(--color-main);
	font-size: 2.4rem;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.aboutus .content .inner dl div dd {
	max-width: 850px;
	width: calc(65% - 15px);
}
.aboutus .content .inner dl div dd p {
	width: 100%;
	max-width: 100%;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.aboutus .content .inner dl div dd p + p {
	width: 100%;
	max-width: 100%;
	margin-top: 2em;
}
.aboutus .certification .inner h3 {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 2em 20px;
}
.aboutus .certification .inner ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 2em 20px;
}
.aboutus .certification .inner ul li {
	width: calc(50% - 10px);
	max-width: unset;
	line-height: 1.5;
}
.aboutus .license .inner div {
	padding-left: calc(35% + 15px);
	width: 100%;
	max-width: 100%;
}
.aboutus .license .inner div p {
	width: 100%;
	max-width: 100%;
}
.aboutus .license .inner div p {
	width: 100%;
	max-width: 100%;
}
.aboutus .license .inner div p + p {
	margin-top: 2em;
}
.aboutus .profile {
	flex-wrap: wrap;
	padding: 140px 0;
	margin-top: 110px;
	background: var(--color-gray);
}
.aboutus .profile .inner {
	flex-wrap: wrap;
}
.aboutus .profile .inner > img {
	width: 54%;
	display: block;
	max-width: 750px;
	margin-left: -4%;
}
.aboutus .profile .inner > div {
	width: 54%;
	padding-left: 80px;
	margin-right: -4%;
}
.aboutus .profile .inner > div h3,
.aboutus .profile .inner > div p {
	width: 100%;
}
.aboutus .profile .inner > div p {
	line-height: 2;
}
.aboutus .profile .inner > div p:nth-of-type(1)  {
	margin-top: 40px;
}
.aboutus .profile .inner > div p strong {
	font-size: 2.4rem;
	margin-left: 1em;
}
.aboutus .profile .inner > div p:nth-of-type(2) {
	margin-top: 30px;
}
.aboutus .profile .inner > ul,
.aboutus .profile .inner > dl {
	width: 100%;
	max-width: 100%;
}
.aboutus .profile .inner > ul:nth-of-type(1) {
	margin-top: 100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 2em 15px;
}
.aboutus .profile .inner > ul:nth-of-type(1) li {
	width: calc(33.333% - 10px);
	max-width: 400px;
	line-height: 1.5;
}
.aboutus .profile .inner > ul:nth-of-type(2) {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid var(--color-main);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 2em 0;
}
.aboutus .profile .inner > ul:nth-of-type(2) li {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: var(--color-main);
}
.aboutus .profile .inner > ul:nth-of-type(2) li time {
	width: 110px;
	font-family: var(--font-btn);
	font-size: 1.4rem;
	font-weight: 400;
}
.aboutus .profile .inner > ul:nth-of-type(2) li p {
	width: calc(100% - 110px);
}
.aboutus .profile .inner > dl {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid var(--color-main);
	width: 100%;
}
.aboutus .profile .inner > dl div {
	display: flex;
	width: 100%;
}
.aboutus .profile .inner > dl div {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
}
.aboutus .profile .inner > dl dt {
	font-size: 1.8rem;
	color: var(--color-main);
	max-width: 110px;
  line-height: 2;
}
.aboutus .profile .inner > dl dd {
    width: calc(100% - 110px);
	max-width: 100%;
}
.aboutus .profile .inner > dl dd p {
	line-height: 2;
	max-width: 100%;
	width: 100%;
}
.aboutus .profile .inner > dl div + div {
	margin-top: 2em;
}


@media (max-width: 767px) {
	.aboutus .inner :first-child,
	.aboutus .inner :last-child {
		max-width: 100%;
		width: 100%;
	}
	.aboutus .inner :last-child span {
		font-size: 2rem;
	}
	.aboutus .inner h3 {
		font-size: 2rem;
	}
	.aboutus .about .trust {
		padding: 60px 0;
	}
	.aboutus .about .trust p {
		margin-top: 20px;
	}
	.aboutus .about .philosophy {
		margin-top: 35px;
		padding: 60px 0;
	}
	.aboutus .about .philosophy p {
		font-size: 2rem;
		margin-top: 20px;
	}
	.aboutus .about .company dl {
		margin-top: 30px;
	}
	.aboutus .about .company dl div {
		font-size: 1.6rem;
	}
	.aboutus .about .company dl div dt {
		width: 100%;
		line-height: 2;
	}
	.aboutus .about .company dl div dd {
		width: 100%;
		margin-top: 10px;
	}
	.aboutus .about .company dl div p br{
		display: block;
	}
	.aboutus .company {
		margin-top: 60px;
	}
	.aboutus :where(.content,.certification,.license ) {
		padding-top: 50px;
		margin-top: 50px;
	}
	.aboutus .content .inner dl {
		margin-top: 30px;
	}
	.aboutus .content .inner dl div {
		flex-wrap: wrap;
	}
	.aboutus .content .inner dl div dt,
	.aboutus .content .inner dl div dd {
		max-width: 100%;
		width: 100%;
		line-height: 1.5;
	}
	.aboutus .content .inner dl div + div {
		padding-top: 35px;
		margin-top: 35px;
	}
	.aboutus .content .inner dl div:last-child {
		padding-bottom: 35px;
	}
	.aboutus .content .inner dl div dt {
		font-size: 1.8rem;
	}
	.aboutus .content .inner dl div dd {
		margin-top: 20px;
	}
	.aboutus .content .inner dl div dd p + p {
		margin-top: 1em;
	}
	.aboutus .certification .inner ul {
		gap: 1em;
		margin-top: 20px;
	}
	.aboutus .certification .inner ul li {
		width: 100%;
	}
	.aboutus .license .inner div {
		margin-top: 20px;
		padding: 0;
	}
	.aboutus .license .inner div p + p {
		margin-top: 1em;
	}
	.aboutus .profile .inner > img {
		width: 100%;
		margin-left: 0;
	}
	.aboutus .profile .inner > div {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.aboutus .profile .inner > div  p strong {
		font-size: 1.6rem;
	}
	.aboutus .profile .inner > div p:nth-of-type(1) {
		margin-top: 20px;
	}
	.aboutus .profile .inner > div p:nth-of-type(2) {
		margin-top: 20px;
	}
	.aboutus .profile .inner > ul:nth-of-type(1) {
		margin-top: 60px;
		flex-wrap: wrap;
	}
	.aboutus .profile .inner > ul:nth-of-type(1) li {
		width: 100%;

	}
	.aboutus .profile .inner > ul:nth-of-type(2) li {
		flex-direction: column;
		width: 100%;
}
	.aboutus .profile .inner > ul:nth-of-type(2) li p {
		padding-left: 1em;
		line-height: 1.5;
		margin-top: 10px;
		width: 100%;
	}
	.aboutus .profile .inner > dl dt {
		width: 100%;
	}
	.aboutus .profile .inner > dl dd {
		width: 100%;
	}
}
