@charset "UTF-8";


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

	campany

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


#page_head::before{
	background-image: url('../images/about/page_header_bg.webp');
}


#mission{
	height: 1460px;
	position: relative;
}

#mission .image_center{
	width: 400px;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.6s linear;
	opacity: 0;
}

#mission.active .image_center{
	opacity: 1;
}

#mission .image_left{
	width: 200px;
	position: absolute;
	top: 670px;
	left: 0;
	transition: all 0.6s linear;
	opacity: 0;
	transform: translate(0, 40px);
	transition-delay: 0.3s;
}

#mission.active .image_left{
	opacity: 1;
	transform: translate(0, 0);
}

#mission .image_right{
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.6s linear;
	opacity: 0;
	transform: translate(0, -40px);
	transition-delay: 0.6s;
}

#mission.active .image_right{
	opacity: 1;
	transform: translate(0, 0);
}

#mission h2{
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	position: absolute;
    top: 380px;
    left: 50%;
    transform: translate(-50%, 0);
    transition-delay: 0.3s;
	white-space: nowrap;
}

#mission .catch{
	font-size: 64px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	position: absolute;
    top: 870px;
    left: 50%;
    transform: translate(-50%, 0);
    transition-delay: 0.8s;
    white-space: nowrap;
}

#mission .caption{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.04em;
	text-align: center;
	position: absolute;
    top: 1120px;
    left: 50%;
    transform: translate(-50%, 0);
    transition-delay: 1.2s;
    white-space: nowrap;
}


#vision{

}

#vision .head_cont{
	width: 100%;
	height: 810px;
	background: rgba(0, 0, 0, 0.7);
    position: relative;
}

#vision .head_cont::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url('../images/about/vision_image01.webp');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#vision .head_cont h2{
	font-size: 180px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.06em;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
    transition-delay: 0.2s;
}

#vision .vision_cont{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#vision .vision_cont .image_area{
	width: 33.333%;
	max-width: 600px;
}

#vision .vision_cont .text_area{
	width: calc(100% - 33.333%);
	position: relative;
}

#vision .vision_cont .text_area .text_wrapp{
	width: 600px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}

#vision .vision_cont .text_area .text_wrapp .main{
	font-size: 64px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#vision .vision_cont .text_area .text_wrapp .caption{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.04em;
}


#message{
	position: relative;
}

#message .bg_image{
	border: 40px solid #000;
	position: relative;
	transition: all 0.6s linear;
    opacity: 0;
}

#message.active .bg_image{
    opacity: 1;
}

#message .bg_image .catch{
	font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 88px;
    left: 205px;
    transition-delay: 0.6s;
}

#message .text_area{
	width: 480px;
    position: absolute;
    top: 100px;
    right: 280px;
	transition-delay: 1.0s;
}

#message .text_area .scroll_wrapp{
    overflow: auto;
/*
    height: 610px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	*/
}

#message .text_area .scroll_wrapp::-webkit-scrollbar{
  display: none;
}


#message .text_area h2{
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 24px;
}

#message .text_area .image{
	margin-bottom: 38px;
}

#message .text_area .caption p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.04em;
	color: #fff;
}


#profile{
	padding: 160px 0;
}

#profile .prof_wrapp{
	width: 720px;
	margin: 0 auto;
}

#profile .prof_wrapp h2{
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 80px;
}

#profile .prof_wrapp ul li{
	display: flex;
	margin-bottom: 40px;
}

#profile .prof_wrapp ul li:last-child{
	margin-bottom: 0;
}

#profile .prof_wrapp ul li .item{
	width: 280px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#profile .prof_wrapp ul li .cont{
	width: calc(100% - 280px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#profile .prof_wrapp ul li .cont a{
	color: var(--text);
	text-decoration: underline;
}


#pa_gallery{
	height: 810px;
	padding-top: 160px;
	margin-bottom: 430px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
    position: relative;
}

#pa_gallery::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url('../images/about/gallery_bg.webp');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#pa_gallery h2{
	font-size: 120px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

#pa_gallery .container{
	position: absolute;
	top: 360px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	transition-delay: 0.3s;
}

#pa_gallery .container .main_slid{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#pa_gallery .container .thumbnail_slid{
	width: 406px;
    position: absolute;
    bottom: 40px;
    left: -16px;
}

#pa_gallery .slick-list {
	margin: 0 -8px;
}

#pa_gallery .slick-slide {
	margin: 0 8px;
}


#pa_gallery .thumbnail_slid .slick-current {
	width: 0 !important;
	margin: 0 8px !important;
	padding: 0 !important;
	overflow: hidden;
}

#pa_gallery .thumbnail_slid .slick-current img {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1440px){


#mission{
	height: 101.388889vw;
}

#mission .image_center{
	width: 27.777778vw;
	top: 11.111111vw;
}

#mission .image_left{
	width: 13.888889vw;
	top: 46.527778vw;
	transform: translate(0, 2.777778vw);
}

#mission .image_right{
	width: 20.833333vw;
	transform: translate(0, -2.777778vw);
}

#mission h2{
	font-size: 12.5vw;
    top: 26.388889vw;
}

#mission .catch{
	font-size: 4.444444vw;
    top: 60.416667vw;
}

#mission .caption{
	font-size: 1.111111vw;
    top: 77.777778vw;
}


#vision{

}

#vision .head_cont{
	height: 56.25vw;
}

#vision .head_cont h2{
	font-size: 12.5vw;
}

#vision .vision_cont .image_area{
	width: 33.333333vw;
}

#vision .vision_cont .text_area{
	width: calc(100% - 33.333333vw);
}

#vision .vision_cont .text_area .text_wrapp{
	width: 41.666667vw;
}

#vision .vision_cont .text_area .text_wrapp .main{
	font-size: 4.444444vw;
	margin-bottom: 2.083333vw;
}

#vision .vision_cont .text_area .text_wrapp .caption{
	font-size: 1.111111vw;
}


#message{

}

#message .bg_image{
	border: 2.777778vw solid #000;
}

#message .bg_image .catch{
	font-size: 4.444444vw;
    bottom: 6.111111vw;
    left: 14.236111vw;
}

#message .text_area{
	width: 33.333333vw;
    top: 6.944444vw;
    right: 19.444444vw;
}

#message .text_area h2{
	font-size: 2.777778vw;
	margin-bottom: 1.666667vw;
}


#message .text_area .image{
	margin-bottom: 2.638889vw;
}

#message .text_area .caption p{
	font-size: 1.388889vw;
}


#profile{
	padding: 11.111111vw 0;
}

#profile .prof_wrapp{
	width: 50vw;
}

#profile .prof_wrapp h2{
	font-size: 2.777778vw;
	margin-bottom: 5.555556vw;
}

#profile .prof_wrapp ul li{
	margin-bottom: 2.777778vw;
}

#profile .prof_wrapp ul li .item{
	width: 19.444444vw;
	font-size: 1.111111vw;
}

#profile .prof_wrapp ul li .cont{
	width: calc(100% - 19.444444vw);
	font-size: 1.111111vw;
}


#pa_gallery{
	height: 56.25vw;
	padding-top: 11.111111vw;
	margin-bottom: 29.861111vw;
}

#pa_gallery h2{
	font-size: 8.333333vw;
}

#pa_gallery .container{
	top: 25vw;
}

#pa_gallery .container .main_slid{
	width: 66.666667vw;
}

#pa_gallery .container .thumbnail_slid{
	width: 28.194444vw;
    bottom: 2.777778vw;
    left: -1.111111vw;
}

#pa_gallery .slick-list {
	margin: 0 -0.555556vw;
}

#pa_gallery .slick-slide {
	margin: 0 0.555556vw;
}

#pa_gallery .thumbnail_slid .slick-current {
	margin: 0 0.555556vw !important;
}



}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:750px){

#page_head::before{
	background-image: url('../images/about/page_header_bg_sp.webp');
}

#mission{
	height: 270.666667vw;
}

#mission .image_center{
	width: 53.333333vw;
	top: 50.666667vw;
}

#mission .image_left{
	width: 16vw;
	top: 130.666667vw;
	transform: translate(0, 5.333333vw);
}

#mission .image_right{
	width: 40vw;
	top: 10.666667vw;
	transform: translate(0, -5.333333vw);
}

#mission h2{
	font-size: 16vw;
    top: 84vw;
}

#mission .catch{
	font-size: 9.066667vw;
    top: 146.666667vw;
}

#mission .caption{
	font-size: 3.733333vw;
    top: 196vw;
}


#vision{

}

#vision .head_cont{
	height: 100vw;
}

#vision .head_cont::before{
    background-image: url('../images/about/vision_image01_sp.webp');
}

#vision .head_cont h2{
	font-size: 16vw;
}

#vision .vision_cont{
	display: block;
}

#vision .vision_cont .image_area{
	display: none;
}

#vision .vision_cont .text_area{
	width: auto;
	padding: 22.666667vw 0 21.333333vw 5.333333vw;
}

#vision .vision_cont .text_area .text_wrapp{
	width: auto;
	position: static;
    transform: translate(0, 0);
    white-space: normal;
}

#vision .vision_cont .text_area .text_wrapp .main{
	font-size: 9.066667vw;
	margin-bottom: 6.666667vw;
}

#vision .vision_cont .text_area .text_wrapp .caption{
	font-size: 3.733333vw;
}


#message{
	position: relative;
}

#message .bg_image{
	border: none;
	position: relative;
	transition: all 0.2s linear;
}

#message .bg_image .catch{
	font-size: 9.066667vw;
    bottom: 6.4vw;
    left: 5.333333vw;
    transition-delay: 0.4s;
}

#message .text_area{
	width: 100%;
    position: static;
    background: #000;
    padding: 17.866667vw 5.333333vw 21.333333vw;
    box-sizing: border-box;
	transition-delay: 0.6s;
}

#message .text_area h2{
	font-size: 4.8vw;
	margin-bottom: 12vw;
}


#message .text_area .scroll_wrapp {
    overflow: unset;
    height: auto;
}


#message .text_area .image{
	margin-bottom: 6.666667vw;
}

#message .text_area .caption p{
	font-size: 3.733333vw;
}


#profile{
	padding: 21.333333vw 5.333333vw;
}

#profile .prof_wrapp{
	width: auto;
}

#profile .prof_wrapp h2{
	font-size: 5.333333vw;
	margin-bottom: 8vw;
}

#profile .prof_wrapp ul li{
	display: block;
	margin-bottom: 5.333333vw;
}

#profile .prof_wrapp ul li .item{
	width: auto;
	font-size: 3.733333vw;
	margin-bottom: 2.133333vw;
}

#profile .prof_wrapp ul li .cont{
	width: auto;
	font-size: 3.733333vw;
}


#pa_gallery{
	height: 106.666667vw;
	padding-top: 20vw;
	margin-bottom: 56vw;
}

#pa_gallery::before {
    background-image: url('../images/about/gallery_bg_sp.webp');
}

#pa_gallery h2{
	font-size: 16vw;
}

#pa_gallery .container{
	top: 64vw;
	padding-bottom: 16vw;
}

#pa_gallery .container .main_slid{
	width: 89.333333vw;
}

#pa_gallery .container .thumbnail_slid{
	width: 74.666667vw;
    bottom: 6.4vw;
    left: -4.266667vw;
}

#pa_gallery .slick-list {
	margin: 0 -2.133333vw;
}

#pa_gallery .slick-slide {
	margin: 0 2.133333vw;
}

#pa_gallery .thumbnail_slid .slick-current {
	margin: 0 2.133333vw !important;
}




}

