@charset "utf-8";

/*==============================================

	company

==============================================*/

.profile {
	background-color: #F4F0EA;
	padding: 120px 0;
}
.profile .heading{
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto 60px;
}
.profile .heading .ja_heading {
	margin-top: 15px;
	font-size: 1.3rem;
}
.profile .inner{
	/* max-width: 1260px; */
	/* padding: 0 30px; */
	margin: 0 auto;
	display: flex;
	gap: 120px;
	padding-left: calc((100% - 1260px) / 2);
	padding-right: calc((100% - 1480px) / 2);
}
.profile_list {
	width: 50%;
	padding-left: 30px;
}
.profile_list > li {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-top: 1px solid var(--line-gray);
}
.profile_list > li:first-child {
	border: none;
}
.profile_list > li h3 {
	width: 110px;
	line-height: 2em;
	font-size: 1.3rem;
}
.profile_list li .box {
	width: calc(100% - 110px);
}
.profile_list li .box img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.profile_list li .box p {
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 2em;
}
.profile_list li .box li {
	padding-left: 18px;
	position: relative;
	line-height: 2em;
}
.profile_list li .box li:before {
	content: '・';
	position: absolute;
	font-size: inherit;
	left: 0;
}
.profile_list li .box h4 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	line-height: 2em;
}
.profile_list li .box .mb30 {
	margin-bottom: 20px;
}
.profile .map iframe {
	aspect-ratio: 1 / 1;
	width: 100%;
	filter: grayscale(100%);
	height: auto;
}
.profile .map {
	width: 48%;
}
.history {
	background-color: #F4F0EA;
	padding: 120px 0;
}
.history .inner {
	margin: 0 auto;
	padding-left: calc((100% - 1260px) / 2);
}
.history .ja_heading {
	font-size: 1.3rem;
	margin-top: 10px;
}
.history .heading {
	margin-bottom: 60px;
	padding-left: 30px;
}
.history .heading .en_heading {
	position: relative;
}
.history .heading .en_heading picture {
	z-index: 1;
	position: relative;
}
.history .heading .en_heading:before {
	content: '';
	position: absolute;
	bottom: 17px;
	left: calc(-50vw);
	width: 200vw;
	height: 1px;
	background-color: var(--line-gray);
}

.history_list > li {
	display: flex;
	margin-bottom: 30px;
}
.history_list > li:last-child {
	margin-bottom: 0;
}
.history_list > li > .year {
	width: 63px;
	font-size: 1.6rem;
	font-style: italic;
	color: var(--green);
	letter-spacing: 2px;
}
.history_list .month_list > li .month {
	width: 50px;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin-top: 2px;
}
.history_list .month_list > li {
	margin-bottom: 10px;
	display: flex;
}
.history_list .month_list  {
	width: calc(100% - 63px);
	margin-top: -2px;
}
.history_list .month_list > li:last-child {
	margin-bottom: 0;
}

.history_list .month_list > li .content {
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 2em;
	width: calc(100% - 50px);
	text-align: left;
}
.history_list .month_list > li .content strong {
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	margin-right: 10px;
	letter-spacing: inherit;
}

.history_wrap {
	display: flex;
}
.history_wrap > picture img {
	border-radius: 5px;
}
.history_wrap > picture {
	order: 1;
}
.history_wrap > .history_list {
	min-width: 720px;
	padding-left: 30px;
}

.groups {
	background-color: var(--owt);
	padding: 0px 0 70px;
}
.groups .heading {
	margin-bottom: 60px;
	border-bottom: 1px solid var(--line-gray);
	padding-bottom: 20px;
}
.groups .heading .en {
	font-size: 3rem;
	margin-bottom: 5px;
	color: var(--green);
}
.groups .heading h2 {
	font-size: 1.3rem;
	line-height: 1.2em;
}

.groups .inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.groups .group_list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 40px;
}
.groups .group_list > li {
	display: flex;
	align-items: flex-end;
}
.groups .group_list > li picture {
	width: 550px;
}
.groups .group_list > li picture img {
	border-radius: 5px;
}
.groups .group_list > li .box {
	width: calc(100% - 550px);
	padding-left: 70px;
}
.groups .group_list > li .box .sub {
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.groups .group_list > li .box h3 {
	font-size: 2.6rem;
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: 3px;
	line-height: 1.7em;
}
.groups .group_list > li .box .view_more {
	margin-top: 30px;
}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.profile {
		padding: 20px 0 0;
		margin-top: -1px;
	}
	.profile .heading {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.profile .inner {
		flex-direction: column;
		gap: 0;
		padding: 0 20px;
	}
	.profile_list {
		width: 100%;
		padding: 0;
	}
	.profile_list > li {
	}

	.profile_list > li h3 {
		font-size: 1.2rem;
		width: 80px;
	}
	.profile_list li .box {
		width: calc(100% - 80px);
	}
	.profile_list li .box p,
	.profile_list li .box li {
		font-size: 1.2rem;
		text-align: left;
	}
	.profile_list li .box li:before {
		font-size: 1.2rem;
	}
	.profile_list li .box h4 {
		font-size: 1.2rem;
		margin-bottom: 0px;
	}
	.profile .map {
		order: -1;
		width: 100%;
		margin-bottom: 30px;
	}

	.groups {
		padding-top: 70px;
		margin-top: -1px;
	}
	.groups .heading {
		margin-bottom: 30px
	}
	.groups .heading .en {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.groups .group_list > li {
		flex-direction: column;
	}
	.groups .group_list > li picture {
		width: 100%;
	}
	.groups .group_list > li .box {
		width: 100%;
		padding: 30px 0 0;
	}
	.groups .group_list > li .box h3 {
		font-size: 2rem;
	}

	.history {
		padding: 70px 0 10px;
	}
	.history .heading {
		margin-bottom: 30px;
	}
	.history .heading .en_heading:before {
		bottom: 13px;
	}
	.history_wrap {
		flex-direction: column;
	}
	.history_wrap > .history_list {
		padding: 0 20px;
		min-width: unset;
	}
	.history_wrap > picture {
		order: 0;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.history_wrap > .history_list {
		padding: 0 20px;
		min-width: unset;
	}
	.history_list > li > .year {
		width: 55px;
	}
	.history_list .month_list {
		width: calc(100% - 55px);
	}
	.history_list .month_list > li .month {
		width: 40px;
	}
	.history_list .month_list > li .content {
		width: calc(100% - 40px);
	}
}