@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	HOME

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	promotion

------------------------------------------------------------------------------*/

main #promotion {
	width: 100%;
	aspect-ratio: 1920/900;
	background-image: url(../../common/img/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

main #promotion .site_column {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 90%;
}

main #promotion .catch p {
	margin-bottom: 0;
	line-height: 1;
	color: #FFF;
}

main #promotion .catch .jp {
	margin-bottom: .25em;
	font-size: 5.3em;
	font-weight: bold;
}

main #promotion .catch .jp > span {
	display: block;
}

main #promotion .catch .jp > span:first-of-type {
	margin-bottom: .125em;
}

main #promotion .catch .jp .high,
main #promotion .catch .jp .thick {
	font-size: 7.5rem;
}

main #promotion .catch .jp .high {
	color: rgba(var(--main-red),1);
}

main #promotion .catch .jp .thick {
	margin-left: 1.75em;
	color: rgba(var(--main-blue),1);
}

main #promotion .catch .en {
	text-align: right;
	letter-spacing: .1em;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	font-size: 1.25em;
}

@media screen and (max-width: 1400px) {

main #promotion {
	aspect-ratio: 1920/1100;
}

main #promotion .catch .jp {
	font-size: 3.3em;
}

main #promotion .catch .jp .high,
main #promotion .catch .jp .thick {
	font-size: 5.5rem;
}

main #promotion .catch .en {
	font-size: .85em;
}

}

@media screen and (max-width: 900px) {

main #promotion {
	aspect-ratio: 1920/1300;
}

main #promotion .catch .jp {
	font-size: 2.3em;
}

main #promotion .catch .jp .high,
main #promotion .catch .jp .thick {
	font-size: 4.5rem;
}

main #promotion .catch .en {
	font-size: .75em;
}

}

@media screen and (max-width: 767px) {

main #promotion {
	aspect-ratio: 480/600;
}

main #promotion .catch .jp {
	font-size: 9vw;
}

main #promotion .catch .jp .high,
main #promotion .catch .jp .thick {
	font-size: 14vw;
}

main #promotion .catch .en {
	font-size: 2vw;
}

}


/*------------------------------------------------------------------------------

	heading

------------------------------------------------------------------------------*/

main h2 {
	line-height: 1;
	letter-spacing: .25em;
	font-size: 1.125em;
}

main h2::before {
	display: block;
	margin-bottom: .25em;
	letter-spacing: .05em;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 4.5rem;
}

@media screen and (max-width: 1100px) {

main h2 {
	font-size: 1em;
}

main h2::before {
	font-size: 3.5rem;
}

}

@media screen and (max-width: 900px) {
	
main h2::before {
	font-size: 3rem;
}

}

@media screen and (max-width: 767px) {

main h2 {
	font-size: 2.75vw;
}

main h2::before {
	font-size: 10vw;
}

}


/*------------------------------------------------------------------------------

	news

------------------------------------------------------------------------------*/

main #news {
	display: flex;
	justify-content: space-between;	
	align-items: stretch;
	flex-wrap: wrap;
	padding: 120px 0;
}

main #news .heading {
	position: relative;
	width: 240px;
	margin-right: 4.2%;
	min-height: 220px;
}

main #news .heading h2 {
	margin-top: 11%;
	text-align: right;
	color: rgba(var(--main-blue),1);
}

main #news .heading h2::before {
	content: 'NEWS';
}

main #news .heading .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

main #news .heading .more a {
	position: relative;
	display: block;
	padding: 1em 3.25em 1em 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	color: rgba(var(--main-blue),1);
}

main #news .heading .more a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	right: 0;
	width: 2.5em;
	aspect-ratio: 1/1;
	background-image: url(../../common/img/icon_arrow_bl.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
	border: 1px solid rgba(var(--main-blue),1);
	border-radius: 10em;
}

#content main .post_list {
	flex: 1;
	margin-bottom: 0;
}

#content main .post_list a {
	width: 31%;
	margin-right: 3.5%;
}

#content main .post_list a:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1100px) {

main #news .heading {
	width: 200px;
}

}

@media screen and (max-width: 1024px) {

main #news {
	padding: 90px 0;
}

}

@media screen and (max-width: 900px) {

main #news .heading,
main #news .post_list {
	width: 100%;
}

main #news .heading {
	margin-right: 0;
	min-height: 0;
}

main #news .heading h2 {
	margin: 0 0 2.5em;
	text-align: center;
}

main #news .heading .more {
	top: 50%;
	bottom: auto;
	translate: 0 -50%;
}

}

@media screen and (max-width: 767px) {

main #news {
	padding: 14vw 0;
}

main #news .heading h2 {
	text-align: left;
}

}


/*------------------------------------------------------------------------------

	instagram

------------------------------------------------------------------------------*/

main #instagram {
	padding: 95px 0 80px;
	background-color: rgba(var(--main-red),1);
}

main #instagram h2,
main #instagram h2::before,
main #instagram .message {
	text-align: center;
	color: #FFF;
}

main #instagram h2 {
	margin-bottom: 2.5em;
}

main #instagram h2::before {
	content: 'Instagram';
}

main #instagram .button {
	margin-top: 3em;
}

main #instagram .button a {
	border: none;
}

main #instagram .message {
	margin-top: 1.5em;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	line-height: 1;
	font-size: 1.125em;
}

main #instagram .message::before {
	content: '';
	display: block;
	width: .6em;
	aspect-ratio: 1/1;
	margin: 0 auto 1em;
	background-color: #FFF;
	border-radius: 10em;
}

@media screen and (max-width: 1024px) {

main #instagram {
	padding: 65px 0 50px;
}

}

@media screen and (max-width: 767px) {

main #instagram {
	padding: 15vw 0 12vw;
}

}


/*------------------------------------------------------------------------------

	about

------------------------------------------------------------------------------*/

main #about {
	padding: 170px 0 85px;
}

main #about .group {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

main #about .group .text,
main #about figure {
	margin-right: 6.25%;
}

main #about .text {
	width: 430px;
}

main #about .text h2 {
	margin-top: 7%;
	margin-bottom: 3.25em;
	text-align: center;
	color: rgba(var(--main-blue),1);
}

main #about .text h2::before {
	content: 'ABOUT US';
}

main #about .text p:first-of-type {
	margin-bottom: 2em;
}

main #about figure {
	flex: 1;
	position: relative;
}

main #about figure::before {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: -48px;
	width: 100%;
	height: 42%;
	background-color: rgba(var(--main-blue),1);
	z-index: -1;
}

main #about .button {
	margin-top: 3em;
}

@media screen and (max-width: 1100px) {

main #about .text {
	width: 370px;
}

}

@media screen and (max-width: 1024px) {

main #about {
	padding: 140px 0 55px;
}

}

@media screen and (max-width: 900px) {

main #about .text {
	width: 320px;
}

main #about figure::before {
	top: -40px;
	left: -33px;
}

}

@media screen and (max-width: 767px) {

main #about {
	padding: 10vw 0;
}

main #about .group {
	display: block;
}

main #about .text,
main #about figure {
	width: 100%;
	margin-right: 0;
}

main #about figure {
	margin-top: 17vw;
}

main #about figure::before {
	top: -10vw;
	left: -7vw;
}


}


/*------------------------------------------------------------------------------

	recruit

------------------------------------------------------------------------------*/

main #recruit {
	position: relative;
	margin-top: 110px;
}

main #recruit::before,
main #recruit::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	translate: -50% 0;
	display: block;
	width: 2px;
	aspect-ratio: 2/80;
	z-index: 1;
}

main #recruit::before {
	bottom: 100%;
	background-color: rgba(var(--main-red),1);
}

main #recruit::after {
	top: 0;
	background-color: #FFF;
}

main #recruit h2,
main #recruit p,
main #recruit .button {
	position: relative;
	z-index: 1;
}

main #recruit h2,
main #recruit p {
	text-align: center;
	color: #FFF;
}

main #recruit h2 {
	margin: 1.5em 0 3em;
}

main #recruit h2::before {
	content: 'RECRUIT';
}

main #recruit p {
	font-weight: bold;
}

main #recruit .site_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 505px;
	background-image: url(../img/recruit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

main #recruit .site_column::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--gradient);
	mix-blend-mode: multiply;
}

main #recruit .button {
	margin-top: 3em;
}

main #recruit .button a {
	border: none;
}

@media screen and (max-width: 1100px) {

main #recruit::before,
main #recruit::after {
	aspect-ratio: 2/60;
}

main #recruit .site_column {
	height: 430px;
}

}

@media screen and (max-width: 1024px) {

main #recruit {
	margin-top: 80px;
}

}

@media screen and (max-width: 900px) {

main #recruit .site_column {
	height: 390px;
}

}

@media screen and (max-width: 767px) {

main #recruit {
	margin-top: 25vw;
}

main #recruit .site_column {
	padding: 25vw 0 12vw;
	height: auto;
	background-position: left -40vw center;
}

main #recruit h2 {
	margin-top: 0;
}

}






