@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	下層共通

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

main header {
	position: relative;
	background-color: rgba(var(--gray-color),1);
}

main header::before,
main header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

main header::before {
	top: -2px;
	width: 310px;
	aspect-ratio: 200/134;
	background-image: url(../img/logo_mark.svg);
	background-repeat: no-repeat;
	background-size: cover;
	animation: .5s content_logo 1;
	opacity: 1;
	translate: 0;
}
@keyframes content_logo {
	0% { opacity: 0; translate: -20% 0;}
	100% { opacity: 1; translate: 0;}
}

main header::after {
	bottom: 0;
	width: 100%;
	height: 6%;
	background-color: #FFF;
}

main header .site_column .group {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	margin-left: 1.75em;
	padding: 50px 0 70px;
	animation: .5s content_header 1;
	opacity: 1;
	translate: 0;
}
@keyframes content_header {
	0% { opacity: 0; translate: -20% 0;}
	100% { opacity: 1; translate: 0;}
}

main header .site_column .group .parent,
main header .site_column .group .child {
	letter-spacing: .0625em;
	line-height: 1;
	font-weight: bold;
}

main header .site_column .group .parent {
	position: relative;
	margin-right: .5em;
	padding-top: .8em;
	font-size: 3em;
}

main header .site_column .group .parent::before {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: .125em;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: .35em;
	opacity: .5;
}

body.work header .site_column .group .parent::before { content: "Discover Our Work";}
body.message header .site_column .group .parent::before { content: "Message from the President";}
body.about header .site_column .group .parent::before { content: "Company Profile";}
body.job_posting header .site_column .group .parent::before { content: "Careers";}
body.error header .site_column .group .parent::before { content: "Error";}

main header .site_column .group .child {
	position: relative;
	letter-spacing: .0625em;
	font-size: 1.625em;
}

main header .site_column .group .child::before,
main header .site_column .group .child::after {
	content: "－";
}

main header .site_column .group .child::before {
	padding-right: .5em;
}

main header .site_column .group .child::after {
	padding-left: .5em;
}

#content main header .site_column figure {
	position: relative;
	margin: 0;
	z-index: 1;
}


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

main header::before {
	width: 252px;
}

main header .site_column .group {
	padding-top: 30px;
	padding-bottom: 50px;
}

}

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

main header::before {
	width: 235px;
}

}

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

main header::before {
	top: -.5vw;
	width: 40.9vw;
}

main header::after {
	height: 30vw;
}

main header .site_column .group {
	justify-content: flex-start;
	margin-left: 0;
	padding: 0;
	height: 26.9vw;
	animation: .8s content_header 1;
}

@keyframes content_header {
	0% { opacity: 0; translate: -60% 0;}
	100% { opacity: 1; translate: 0;}
}

main header .site_column .group .parent,
main header .site_column .group .child {
	position: absolute;
	right: 0;
}

main header .site_column .group .parent {
	top: 50%;
	translate: 0 -70%;
	margin-right: 0;
	padding-top: .8em;
	font-size: 5.5vw;
}

main header .site_column .group .parent::before {
	right: 1vw;
	left: auto;
	font-size: .35em;
}

main header .site_column .group .child {
	bottom: 4.5vw;
	margin-top: 4vw;
	font-size: 3.2vw;
}


}


/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

/* マージン上下
------------------------------------------------------------------------------*/

/* hx */
body.contents main h2,
body.contents main h3,
body.contents main h4,
body.contents main h5,
body.contents main h6 {
	font-weight: bold;
}

body.contents main h3,
body.contents main h4,
body.contents main h5,
body.contents main h6 {
	margin-top: 50px;
	font-weight: bold;
}

/* h2 */
body.contents main h2 {
	margin-top: 100px;
	margin-bottom: 48px;
}

/* h3・h4・h5・h6 */
body.contents main h3,
body.contents main h4,
body.contents main h5,
body.contents main h6,
body.contents main table {
	margin-bottom: 25px;
}

/* table・ul・ol・dl・figure */
body.contents main table,
body.contents main ul,
body.contents main ol,
body.contents main dl,
body.contents main figure {
	margin-top: 25px;
	margin-bottom: 25px;
}

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

/* h2 */
body.contents main h2 {
	margin-top: 70px;
	margin-bottom: 35px;
}

}

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

/* hx */
body.contents main h2,
body.contents main h3,
body.contents main h4,
body.contents main h5,
body.contents main h6 {
	margin-top: 7vw;
}

/* h2 */
body.contents main h2 {
	margin-bottom: 5vw;
}

/* h3・h4・h5・h6 */
body.contents main h3,
body.contents main h4,
body.contents main h5,
body.contents main h6 {
	margin-bottom: 4vw;
}
	
/* table・ul・ol・dl・figure */
body.contents main table,
body.contents main ul,
body.contents main ol,
body.contents main dl,
body.contents main figure {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

}


/* 見出し
------------------------------------------------------------------------------*/

/* h2 */
body.contents main h2 {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.5em;
	color: rgba(var(--blue-color),1);
}

body.contents main h2::after {
	content: "";
	flex: 1;
	display: block;
	width: 100%;
	min-width: 5em;
	height: 1px;
	margin-left: 1.5em;
	background-color: rgba(var(--gray-color),1);
	z-index: -1;
}

/* h3 */
body.contents main h3 {
	font-size: 1.125em;
	border-bottom: 1px solid rgba(var(--main-color),.4);
}

/* h4 */
body.contents main h4 {
	padding: .4em 0 .4em 1em;
	border-left: 2px solid rgba(35,35,0,.2);
}

/* h5 */
body.contents main h5 {
}

/* h6 */
body.contents main h6 {
	font-size: .875em;
	font-style: italic;
}

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

/* h2 */
body.contents main h2 {
	font-size: 3.75vw;
}

body.contents main h2::after {
	min-width: 10vw;
	margin-left: 3vw;
}

/* h3 */
body.contents main h3 {
	font-size: 3.5vw;
}

}


/* 段落
------------------------------------------------------------------------------*/

body.contents main p {
	line-height: 1.8;
}


/* attention_box
------------------------------------------------------------------------------*/

body.contents main .attention_box {
	margin: 0 0 1em;
}

body.contents main .attention_box {
	padding: 1em 1.5em;
	background-color: rgba(var(--gray-color),.5);
}

body.contents main .attention_box p {
	font-style: italic;
	font-weight: bold;
	font-size: .875em;
}


/* リスト
------------------------------------------------------------------------------*/

body.contents main li {
	line-height: 1.8;
}


/* photo
------------------------------------------------------------------------------*/

body.contents main .photo {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 2em 0;
}

body.contents main .photo.reverse {
	flex-direction: row-reverse;
}

body.contents main .photo .text {
	flex: 1;
}

body.contents main .photo figure {
	width: 29.5%;
	margin: 0 0 0 2em;
}

body.contents main .photo.reverse figure {
	margin: 0 2em 0 0;
}

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

body.contents main .photo,
body.contents main .photo.reverse {
	flex-direction: column;
	align-items: flex-start;
}

body.contents main .photo figure,
body.contents main .photo.reverse figure {
	width: 100%;
	margin: 5vw 0 0;
}

}


/*	募集要項・応募
------------------------------------------------------------------------------*/

main .application {
	position: relative;
	padding: 90px 0 135px;
	background: var(--gradient);
}

main .application::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 45px 0 45px;
	border-color: #FFF transparent transparent transparent;
}

main .application .heading {
	margin-bottom: 3em;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.625em;
	color: #FFF;
}

main .application .heading span {
	display: block;
}

main .application .button {
	display: flex;
	justify-content: center;
	align-items: center;
}

main .application .button a,
main .application .button em {
	padding: 1.25em 3.5em;
	background-color: #FFF;
	border-radius: 10em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	font-size: 1.25em;
}

main .application .button em {
	background-color: rgba(220,220,220,1);
	font-style: normal;
}

main .application .button a {
	display: flex;
	justify-content: center;
	align-items: center;
}

main .application .button a::after {
	content: "";
	display: block;
	width: .6em;
	aspect-ratio: 1/1;
	margin-left: .5em;
	background-image: url(../../common/img/icon_external_bk.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

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

main .application {
	padding-top: 70px;
	padding-bottom: 115px;
}

main .application::before {
	border-width: 35px 35px 0 35px;
}

}

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

main .application {
	padding-top: 50px;
	padding-bottom: 95px;
}

main .application::before {
	border-width: 20px 20px 0 20px;
}

}

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

main .application {
	padding-top: 12vw;
	padding-bottom: 18vw;
}

main .application .heading {
	margin-bottom: 12vw;
}

main .application::before {
	border-width:5vw 5vw 0 5vw;
}

}


/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

body.work #content > footer,
body.job_posting #content > footer {
	margin-top: 0;
}



