@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	下層共通

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

 ページタイトル

------------------------------------------------------------------------------*/

#content main > header {
	position: relative;
	height: 520px;
	margin-bottom: 90px;
	background-color: rgba(178,151,180,.3);
	overflow: hidden;
}

#content main > header::before {
	position: absolute;
	top: 40%;
	left: 50%;
	translate: -50% 0;
	padding-left: .0625em;
	letter-spacing: .0625em;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 8.375em;
	color: #FFF;
}

#content main > header .site_column {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

body.about main > header::before { content: 'ABOUT';}
body.recruit main > header::before { content: 'RECRUIT';}
body.environment main > header::before { content: 'ENVIRONMENT';}
body.contact main > header::before { content: 'CONTACT';}
body.news main > header::before { content: 'NEWS';}
body.privacy main > header::before { content: 'PRIVACY';}
body.error main > header::before { content: 'ERROR';}

main > header .site_column {
	height: 100%;
}

#content main > header .parent_title,
#content main > header .child_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

#content main > header .parent_title {
	position: absolute;
	top: 62%;
	left: 50%;
	translate: -50% -50%;
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0 0 3.5em;
	letter-spacing: .125em;
	text-align: center;
	font-size: 1.25em;
	color: rgba(var(--main-blue),1)
}

#content main > header .parent_title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: 3em;
	height: 1px;
	background-color: rgba(120,81,113,.5);
}

main > header .child_title {
	position: absolute;
	bottom: 4em;
	left: 50%;
	translate: -50% 0;
	font-size: 1.375em;
	color: rgba(120,81,113,1);
}

@media screen and (max-width: 1300px) {

#content main > header::before {
	font-size: 7em;
}

#content main > header .parent_title {
	top: 60%;
}

}

@media screen and (max-width: 1024px) {

#content main > header {
	height: 450px;
	margin-bottom: 70px;
}

#content main > header::before {
	font-size: 10.5vw;
}

}

@media screen and (max-width: 900px) {

#content main > header {
	height: 400px;
	margin-bottom: 50px;
}

#content main > header .parent_title {
	top: 62%;
}

main > header .child_title {
	bottom: 3em;
}

}

@media screen and (max-width: 800px) {

#content main > header .parent_title {
	top: 61%;
}

}

@media screen and (max-width: 767px) {

#content main > header {
	height: 60vw;
	margin-bottom: 15vw;
}

#content main > header::before {
	font-size: 10vw;
}

#content main > header .parent_title {
	top: 55%;
	padding-bottom: 6vw;
}

main > header .child_title {
	bottom: 10vw;
}

}

/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

main .align_r {
	text-align: right;
}


/*	index
------------------------------------------------------------------------------*/

#content main .page_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

#content main .page_list a {
	display: block;
	width: 23.2%;
	margin-top: 2.4%;
	margin-right: 2.4%;
	padding: 6px 6px 0 6px;
	background-color: #FFF;
	text-decoration: none;
	color: rgba(var(--main-blue),1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

#content main .page_list a:nth-child(-n+4) {
	margin-top: 0;
}

#content main .page_list a:nth-child(4n) {
	margin-right: 0;
}

#content main .page_list dl {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

#content main .page_list dt {
	width: 100%;
	padding: .85em 0 .8em;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-size: 1.125em;
}

@media screen and (max-width: 900px) {

#content main .page_list a,
#content main .page_list a:nth-child(-n+4),
#content main .page_list a:nth-child(4n) {
	width: 31.5%;
	margin-top: 2.75%;
	margin-right: 2.75%;
}

#content main .page_list a:nth-child(-n+3) {
	margin-top: 0;
}

#content main .page_list a:nth-child(3n) {
	margin-right: 0;
}

}

@media screen and (max-width: 767px) {

#content main .page_list a,
#content main .page_list a:nth-child(-n+4),
#content main .page_list a:nth-child(4n),
#content main .page_list a:nth-child(-n+3),
#content main .page_list a:nth-child(3n) {
	width: 48%;
	margin-top: 4%;
	margin-right: 4%;
}

#content main .page_list a:nth-child(-n+2) {
	margin-top: 0;
}

#content main .page_list a:nth-child(2n) {
	margin-right: 0;
}

#content main .page_list dt {
	font-size: 3.2vw;
}

}


/*	table
------------------------------------------------------------------------------*/

#content main .table_column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#content main .table_column table {
	width: 48.5%;
	margin-top: 0;
}

@media screen and (max-width: 767px) {

#content main .table_column table {
	width: 100%;
}

#content main .table_column table:first-child {
	margin-bottom: 0;
}

#content main .table_column table tbody th {
	width: 70%;
}

#content main .table_column table:first-child tbody tr:last-child th,
#content main .table_column table:first-child tbody tr:last-child td {
	border-bottom: 0;
}

}


/*------------------------------------------------------------------------------

	news

------------------------------------------------------------------------------*/

body.contents.news main header {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-start;
}

body.contents.news main header h1 {
	margin: .85em 0 .5em;
	font-weight: bold;
	font-size: 2.625em;
	color: rgba(var(--main-blue),1);
}

body.contents.news main header time {
	position: relative;
	padding: .5em 1em;
	background-color: rgba(var(--main-blue),1);
	line-height: 1;
	font-size: 1.125em;
	color: #FFF;
}

body.contents.news main header time::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: .75em;
	aspect-ratio: 1/1;
	background-color: rgba(var(--main-red),1);
	clip-path: polygon(100% 0,0 0,0 100%);
}

@media screen and (max-width: 900px) {

body.contents.news main header h1 {
	font-size: 2em;
}

}

@media screen and (max-width: 767px) {

body.contents.news main header h1 {
	font-size: 5.5vw;
}

}
