@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



@import url("common.css");






/* ----------------------------------------------------------
   MAIN VISUAL AREA
---------------------------------------------------------- */
.fv_back {
    background: -moz-linear-gradient(45deg, #476aac 0%, #0e679f 29%, #00aeb7 66%, #00cea1 100%);
    background: -webkit-linear-gradient(45deg, #476aac 0%,#0e679f 29%,#00aeb7 66%,#00cea1 100%);
    background: linear-gradient(45deg, #476aac 0%,#0e679f 29%,#00aeb7 66%,#00cea1 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	/*min-height: calc(100vh - 2rem);*/
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	overflow: hidden;
	position: relative; 
  /*  height: 80vw;*/
    max-height: 1000px;
}

::-webkit-full-page-media, :future, :root .fv_back{
    max-height: none;
}

.fv_back::before, 
.fv_back::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	animation: morph 15s linear infinite alternate, spin 20s linear infinite;
	z-index: 1;
	will-change: border-radius, transform;
	transform-origin: 55% 55%;
	pointer-events: none; 
}
	
.fv_back::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%; 
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
  100% {
    border-radius: 40% 60%; } 
}

@keyframes spin {
  to {
    transform: rotate(1turn); 
  } 
}
	.st0{display:none;}
	.st1{display:inline;}
	.st2{opacity:0.29;}
	.st3{fill:#FFFFFF;}
	.st4{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
	.st5{clip-path:url(#SVGID_4_);}
	.st6{clip-path:url(#SVGID_6_);}
	.st7{clip-path:url(#SVGID_8_);}
	.st8{clip-path:url(#SVGID_10_);}
	.st9{fill:none;}
	.st10{clip-path:url(#SVGID_12_);}
	.st11{opacity:0.7;}
	.st12{clip-path:url(#SVGID_14_);}
	.st13{opacity:0.2;}
	.st14{clip-path:url(#SVGID_16_);}
	.st15{opacity:0.3;fill:#FFFFFF;enable-background:new    ;}

.main_visual_area{
    justify-content: space-between;
    align-items: stretch;
/*	background-color: var(--color-base);*/
	height: 100dvh;
    position: relative;
/*    background: linear-gradient(-45deg, #476aac, #0e679f, #00aeb7, #00cea1);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;*/
    
    
    
}

/*@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/

/* スライダーのサイズ */
.swiper01 {
    width: 60%;
	height: 100%;
	margin-top: 10vw;
	overflow: hidden;
}

/* スライドの背景画像のスタイル */
.swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px; 
	height: 100%;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.mv_right{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper02{
	width: 100%;
	overflow: hidden;
    margin-top: 100px!important;
}

/* テキストのスタイル */


h2.fv_catch{
    color: #fff;
    font-size: clamp(40px,2.8vw,43px);
    font-weight: 500;
/*	margin-bottom: 10vw;
	margin-left: -3rem;*/
    position: absolute;
    bottom: 10vw;
    right: 1rem;;
    z-index: 2;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: right;
}


/*.animate-title {
  color: #333;
  opacity: 0;
  font-weight: bold;
}
*/
h2.fv_catch.inview {
  opacity: 1;
}

h2.fv_catch.inview .char {
  display: inline-block;
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

/* nth-child を展開 */
h2.fv_catch.inview .char:nth-child(1) { animation-delay: 0.1s; }
h2.fv_catch.inview .char:nth-child(2) { animation-delay: 0.2s; }
h2.fv_catch.inview .char:nth-child(3) { animation-delay: 0.3s; }
h2.fv_catch.inview .char:nth-child(4) { animation-delay: 0.4s; }
h2.fv_catch.inview .char:nth-child(5) { animation-delay: 0.5s; }
h2.fv_catch.inview .char:nth-child(6) { animation-delay: 0.6s; }
h2.fv_catch.inview .char:nth-child(7) { animation-delay: 0.7s; }
h2.fv_catch.inview .char:nth-child(8) { animation-delay: 0.8s; }
h2.fv_catch.inview .char:nth-child(9) { animation-delay: 0.9s; }
h2.fv_catch.inview .char:nth-child(10) { animation-delay: 1.0s; }
h2.fv_catch.inview .char:nth-child(11) { animation-delay: 1.1s; }
h2.fv_catch.inview .char:nth-child(12) { animation-delay: 1.2s; }
h2.fv_catch.inview .char:nth-child(13) { animation-delay: 1.3s; }
h2.fv_catch.inview .char:nth-child(14) { animation-delay: 1.4s; }
h2.fv_catch.inview .char:nth-child(15) { animation-delay: 1.5s; }
h2.fv_catch.inview .char:nth-child(16) { animation-delay: 1.6s; }
h2.fv_catch.inview .char:nth-child(17) { animation-delay: 1.7s; }
h2.fv_catch.inview .char:nth-child(18) { animation-delay: 1.8s; }
h2.fv_catch.inview .char:nth-child(19) { animation-delay: 1.9s; }
h2.fv_catch.inview .char:nth-child(20) { animation-delay: 2.0s; }
h2.fv_catch.inview .char:nth-child(21) { animation-delay: 2.1s; }

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
 /*   transform: translateY(-50%);*/
  }

  100% {
    opacity: 1;
/*    transform: translateY(0);*/
  }
}
/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */


/*company*/

.wrapper_top_company{
	/*margin: 0 2%;*/
	padding-top: calc(10vw + 8%);
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding-bottom: 8%;
}

.top_company{
    justify-content: space-between;
	align-items: stretch;
    
}

.top_company_left{
    width: 55%;
	padding-left: 10vw;
}

h3.top_prologue{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid var(--color-base);
	margin-bottom: 2rem;
}

.top_company_right{
    width: 42%;
	position: absolute;
	right: 0;
}

.top_company_right img{
    width: 100%;
}




/*img_area*/
.img_area {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.img {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: 0;
  right: 0;
  background: url("../home/top_slider02.jpg") center/cover no-repeat;

  transform: scale(1.1); /* 初期ズーム */
}


/*business*/

.wrapper_top_business{
	padding-top: 8%;
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding: 8% 5%;
}


ul.business_content{
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;
}


ul.business_content li{
	width: 23%;
}


.business_item_img{
	width: 100%;
	aspect-ratio: 4 / 3;
	position: relative;
}

.business_item_img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.business_item_img:before{
  content:"詳しく見る »";
  display:block;
  color:#fff;
 /* line-height:2rem;*/
	padding: 0.5rem 1rem;
  width:150px;
  background-color: var(--color-base);
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-70px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  letter-spacing:0.1em;
}

p.business_name{
	/*font-size: 1.2rem;*/
	font-weight: 500;
    line-height: normal;
    padding: 0.5rem 0;
    
    font-size: clamp(18px, 1.3vw, 21px);
}

ul.business_content li:hover .business_item_img img{
	filter:blur(1px);
}

ul.business_content li:hover .business_item_img:before{
	  opacity:1;
  margin-top:-0.5em;
}



@media only screen and (max-width: 1350px){
    
ul.business_content{
/*	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;*/
    justify-content: center;
    grid-row-gap: 2rem;
    column-gap: 3rem;
}
    
ul.business_content li{
	width: 40%;
}
    
    
}

/*

.button {
  position: relative;
  margin: 1em;
  font-weight: 100;
  padding: 1em 1.25em;
  text-align: center;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}

.button.raised {
  background: #1e88e5;  darken 
  box-shadow: 0px 1px 1px #1565c0;
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
}

.button.raised:active {
  background: #1c7ed6;
  box-shadow: 0px 1px 1px #0d47a1;
}

span {
  font-weight: 400;
}
 アニメーション用要素 
.anim {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.anim:before {
  content: '';
  display: block;
  margin-top: 100%;
}

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

 ホバー 
.hoverable:hover > .anim {
  animation: anim-out 0.75s;
}

.hoverable:hover > .anim:after {
  animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes anim-out-pseudo {
  0% { background: rgba(0,0,0,0.25); }
  100% { background: rgba(0,0,0,0); }
}*/

/*recruit*/

.wrapper_recruit_area{
	  height: 450px;
  position: relative;
  overflow: hidden;
	padding: 65px 0;
}

.recruit_back{
	position: absolute;
  top: -30%;
  bottom: -30%;
  left: 0;
  right: 0;
	background: url("../home/recruit.jpg") center/cover no-repeat;
}


.recruit_text{
	width: 50%;
	margin: 0 auto;
	background: rgba(14, 103, 159, 0.4); 
	backdrop-filter: blur(8px);
	padding: 2rem 1rem;
	height: 320px;
}

.recruit_com{
	margin: 1.5rem 0;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */






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



/* ----------------------------------------------------------
   MAIN VISUAL AREA
---------------------------------------------------------- */
    
    .fv_back{
       /* height:80vw;*/
		height: 70vh;
		min-height: 600px;
    }
    
::-webkit-full-page-media, :future, :root .fv_back{
    max-height: none;
    min-height: auto;
    height: inherit;
}


.main_visual_area{
/*    justify-content: space-between;
    align-items: stretch;
	background-color: var(--color-base);
	height: 100vh;*/
	/*height: 80vw;*/
}

/* スライダーのサイズ */
.swiper01 {
/*    width: 60%;
	height: 100%;
	margin-top: 10vw;
	overflow: hidden;*/

}

/* スライドの背景画像のスタイル */
.swiper-slide {
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px; 
	height: 100%;*/
}

.swiper-slide img{
/*	width: 100%;
	height: 100%;
	object-fit: cover;*/
}



.mv_right{
/*    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;*/

}

.swiper02{
/*	width: 100%;
	overflow: hidden;*/

}

/* テキストのスタイル */


h2.fv_catch{
/*    color: #fff;
    font-size: min(3.5vw,60px);
    font-weight: 700;
	margin-bottom: 10vw;
	margin-left: -3rem;*/
    bottom: 10vh;
}

.swiper-slide-active hgroup.top_catch{
/*    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;*/
}

.wrapper_recruit_area{
	  height: 400px;
	padding: 60px 0;
}


.recruit_text{
	height: 280px;
}

    
    
/*** TA END ***/



}

@media only screen and (max-width: 768px) {
	
	    .fv_back{
        height:auto;
		min-height: auto;
    }
	
.main_visual_area{
/*    justify-content: space-between;
    align-items: stretch;
	background-color: var(--color-base);
	height: 100vh;*/
	/*height: 63vw;*/
	height: auto;
    grid-row-gap: 200px;
}

/* スライダーのサイズ */
.swiper01 {
/*    width: 60%;
	height: 100%;
	margin-top: 10vw;
	overflow: hidden;*/
	width: 100%;
	order: 2;
	margin-top: 0;

}

/* スライドの背景画像のスタイル */
.swiper-slide {
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px; 
	height: 100%;*/
}

.swiper-slide img{
/*	width: 100%;
	height: 100%;
	object-fit: cover;*/
}



.mv_right{
/*    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
	width: 100%;
	order: 1;
	align-items: flex-end;

}

.swiper02{
/*	width: 100%;
	overflow: hidden;*/
	width: 40%;
	max-width: 500px;
    min-width: 250px;

}

/* テキストのスタイル */


h2.fv_catch{
/*    color: #fff;
    font-size: min(3.5vw,60px);
    font-weight: 700;
	margin-bottom: 10vw;
	margin-left: -3rem;*/
	

}
    
h2.fv_catch{
/*    color: #fff;
    font-size: clamp(40px,2.8vw,43px);
    font-weight: 500;
    position: absolute;
    bottom: 10vw;
    right: 1rem;;
    z-index: 2;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: right;*/
    bottom: auto;
    top: 250px;
	right: auto;
	left: 20%;
/*    transform: translateY(-50%);
  -webkit- transform: translateY(-50%);*/
/*	font-size: 1.8rem;*/
    text-align: left;
	font-size:max(4.3vw,22px);
}



/*company*/

/*company*/

.wrapper_top_company{
/*	padding-top: calc(10vw + 8%);
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding-bottom: 8%;*/
	padding-top: 10vw;
}

.top_company{
/*    justify-content: space-between;
	align-items: stretch;*/
	align-items: flex-end;
    
}

.top_company_left{
/*    width: 55%;
	padding-left: 10vw;*/
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 0 5%;
}

h3.top_prologue{
/*	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--color-base);
	margin-bottom: 2rem;*/
	font-size: 1.3rem;
}

.top_company_right{
/*    width: 42%;
	position: absolute;
	right: 0;*/
	width: 40%;
	min-width: 300px;
	z-index: 1;
}

.top_company_right img{
 /*   width: 100%;*/
	min-width: 300px;
}
	
/*business*/

.wrapper_top_business{
/*	padding-top: 8%;
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding: 8% 5%;*/
}


ul.business_content{
/*	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;*/
	grid-row-gap: 1rem;
}


ul.business_content li{
	/*width: 30%;*/
	width: 100%;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
box-shadow: 0px 2px 2px 0px rgba(221, 221, 221, 0.8), inset 0px -3px 6px -2px rgba(221, 221, 221, 0.8);
}
	
	ul.business_content li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.business_item_img{
/*	width: 100%;
	aspect-ratio: 4 / 3;*/
	width: 50%;
	aspect-ratio: 16 / 9;
}

.business_item_img img{
/*	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;*/
	aspect-ratio: 16 / 9;
}
	.business_item_text{
		width: 45%;
        padding-right: 1rem;
	}
	
	
/*recruit*/

.wrapper_recruit_area{
/*	background-image: url("../home/top_slider03.jpg");
	background-position: center;
	padding: 8% 0;
	background-size: cover;*/
}


.recruit_text{
/*	width: 50%;
	margin: 0 auto;
	background: rgba(14, 103, 159, 0.4); 
	backdrop-filter: blur(12px);
	padding: 2rem 1rem;*/
	width: 70%;
}

.recruit_com{
	/*margin: 1.5rem 0;*/
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



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


/* ----------------------------------------------------------
   MAIN VISUAL AREA - SP
---------------------------------------------------------- */
	
    .fv_back{
        height:auto;
    }
    
.main_visual_area{
/*    justify-content: space-between;
    align-items: stretch;
	background-color: var(--color-base);
	height: 100vh;*/
	/*height: 63vw;*/
        grid-row-gap: 130px;
}

/* スライダーのサイズ */
.swiper01 {
/*    width: 60%;
	height: 100%;
	margin-top: 10vw;
	overflow: hidden;*/

}

/* スライドの背景画像のスタイル */
.swiper-slide {
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px; 
	height: 100%;*/
}

.swiper-slide img{
/*	width: 100%;
	height: 100%;
	object-fit: cover;*/
}



.mv_right{
/*    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;*/

}

.swiper02{
/*	width: 100%;
	overflow: hidden;*/

}

/* テキストのスタイル */


h2.fv_catch{
/*    color: #fff;
    font-size: min(3.5vw,60px);
    font-weight: 700;
	margin-bottom: 10vw;
	margin-left: -3rem;*/
    top: 300px;
}

.swiper-slide-active hgroup.top_catch{
/*    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;*/
}



/* ----------------------------------------------------------
   CONTENTS AREA - SP
---------------------------------------------------------- */
	
/*company*/

.wrapper_top_company{
/*	padding-top: calc(10vw + 8%);
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding-bottom: 8%;*/
	/*padding-top: 10vw;*/
		border-right: 10px solid var(--color-base);
	border-left: 10px solid var(--color-base);
}	
	
/*business*/

.wrapper_top_business{
/*	padding-top: 8%;
	background-color: #fff;
	border-right: 20px solid var(--color-base);
	border-left: 20px solid var(--color-base);
	padding: 8% 5%;*/
	border-right: 10px solid var(--color-base);
	border-left: 10px solid var(--color-base);
}


ul.business_content{
/*	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;*/
	/*grid-row-gap: 1rem;*/
	grid-row-gap: 2rem;
}


ul.business_content li{
	/*width: 30%;*/
/*	width: 100%;*/
}
	
	ul.business_content li a{
/*		display: flex;
		justify-content: space-between;
		align-items: center;*/
		flex-wrap: wrap;
	}

.business_item_img{
/*	width: 100%;
	aspect-ratio: 4 / 3;*/
/*	width: 50%;
	aspect-ratio: 16 / 9;*/
	width: 100%;
}

.business_item_img img{
/*	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;*/
	/*aspect-ratio: 16 / 9;*/
}
	.business_item_text{
		/*width: 45%;*/
		width: 100%;
		padding: 0 1rem 1rem 1rem;
	}
	
/*recruit*/

.wrapper_recruit_area{
/*	background-image: url("../home/top_slider03.jpg");
	background-position: center;
	padding: 8% 0;
	background-size: cover;*/
}


.recruit_text{
/*	width: 50%;
	margin: 0 auto;
	background: rgba(14, 103, 159, 0.4); 
	backdrop-filter: blur(12px);
	padding: 2rem 1rem;*/
	/*width: 70%;*/
	width: 80%;
}

.recruit_com{
	/*margin: 1.5rem 0;*/
}
    
    
}
/*** SP END ***/



/****** ALL END ******/
