h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
main,
figure,
figcaption {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	border: 0;
	outline: 0;
}

a {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

::-moz-selection {
	color: #fff;
	background: #11bdbd;
}

::selection {
	color: #fff;
	background: #11bdbd;
}

html {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.pc {
	display: none;
}

@media (min-width: 1000px) {
	.wrapper {
		max-width: 960px;
		margin: 0 auto;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

.header {
	padding-top: 18px;
	margin-bottom: 35px;
}

.header__inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
}

.header__inner:before {
	position: absolute;
	top: -62px;
	right: -215px;
	z-index: -1;
	width: 362px;
	height: 203px;
	content: '';
	background: url(../images/decor_bg_sp.svg) no-repeat top left;
}

.header__logo {
	display: block;
	width: 122px;
}

@media (min-width: 1000px) {
	.header {
		padding-top: 30px;
		margin-bottom: 54px;
	}

	.header__inner:before {
		top: -109px;
		right: -530px;
		width: 908px;
		height: 490px;
		background: url(../images/decor_bg.svg) no-repeat top left;
	}

	.header__logo {
		width: 204px;
	}
}

.footer {
	font-family: 'ABeeZee', sans-serif;
	text-align: center;
}

.footer .wrapper {
	padding: 35px 0 31px;
	border-top: 1px solid #cccccc;
}

.footer__copyright {
	padding: 0;
	font-size: 10px;
}

@media (min-width: 1000px) {
	.footer .wrapper {
		padding: 34px 0 37px;
	}
}

.page-profile {
	padding: 0 24px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.profile {
	padding-bottom: 34px;
}

.profile__heading {
	padding-bottom: 34px;
	margin-bottom: 35px;
	font-size: 28px;
	line-height: 1.28571;
	text-indent: -4px;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #cccccc;
}

.profile__table {
	width: 100%;
	table-layout: fixed;
}

.profile__row {
	display: block;
}

.profile__row:not(:last-child) {
	margin-bottom: 38px;
}

.profile__label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	letter-spacing: 0.04em;
}

.profile__column {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.625;
	color: #4d4d4d;
	letter-spacing: 0.02em;
}

.profile__address {
	display: inline;
	font-style: normal;
	line-height: 1.625;
}

.profile__item {
	padding-left: 1.5em;
	font-size: 16px;
	line-height: 1.625;
	color: #4d4d4d;
	text-indent: -1.5em;
	letter-spacing: 0.02em;
}

@media (min-width: 1000px) {
	.profile {
		padding-bottom: 28px;
	}

	.profile__heading {
		padding-bottom: 35px;
		margin-bottom: 22px;
		font-size: 48px;
		line-height: 1;
		text-indent: -6px;
	}

	.profile__row {
		display: table;
		width: 100%;
	}

	.profile__row:not(:last-child) {
		margin-bottom: 25px;
	}

	.profile__row--single {
		max-height: 31px;
	}

	.profile__label {
		display: table-cell;
		width: 191px;
		font-size: 16px;
		line-height: 2;
		vertical-align: top;
	}

	.profile__label span {
		display: inline-block;
		padding-top: 5px;
	}

	.profile__column {
		display: table-cell;
		margin-top: 0;
		font-size: 16px;
		line-height: 2;
		vertical-align: top;
	}

	.profile__address {
		display: block;
		line-height: 2;
	}

	.profile__item {
		font-size: 16px;
		line-height: 2;
	}
}

@media (max-width: 999px) {
	.profile__row.profile__row-composition {
		margin-bottom: 44px;
	}

	.profile__heading {
		font-weight: 500;
	}
}

/* 2025 LPcompanyprofilepublicから移動 */
/* /* <style type="text/css" >  */
.a-title {
	color: #11bdbd;
	font-weight: bold;
}

.a-title[target='_blank']::before {
	position: relative;
	top: 0.1em;
	display: inline-block;
	width: 16px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
	content: '';
	background: url('/assets/svg/ico-window_open.svg') no-repeat right top;
	background-size: 100% auto;
	top: 0.2em;
	width: 12px;
}

.profile {
	border-bottom: 1px solid #cccccc;
}

.footer {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

@media (max-width: 999px) {
	.footer__copyright {
		padding: 34px 0 39px;
	}
}

/* </style > */
