@charset "UTF-8";

@media print, screen and (min-width:1000px) {

.shutter {
position: fixed;
background-color: #0f1937;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
-webkit-animation: byeShutter 2.6s forwards;
animation: byeShutter 2.6s forwards;
}

.shutter::before {
background: linear-gradient(#ff1e96, #018fff);
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 0;
height: 0;
z-index: 10000;
-webkit-animation: shutterOpen 1s forwards;
animation: shutterOpen 1s forwards;
}

.shutter::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #eee;
width: 0;
height: 100%;
-webkit-animation: shutterOpenWh 2.6s forwards;
animation: shutterOpenWh 2.6s forwards;
}

@keyframes byeShutter {
70% {
opacity: 1;
}
100% {
opacity: 0;
display: none;
z-index: -1;
}
}
@keyframes shutterOpen {
0% {
width: 0;
height: 100%;
bottom: -100%;
}
50% {
width: 1px;
height: 100%;

}
90% {
width: 1px;
height: 100%;
z-index: -1;
}
100% {
width: 1px;
height: 100%;
z-index: -1;
}
}

@keyframes shutterOpenWh {
0% {
width: 0;
height: 100%;
opacity: 0;
}
50% {
width: 1px;
height: 100%;
opacity: 0;
}
90% {
width: 100%;
height: 100%;
}
100% {
width: 100%;
height: 100%;
z-index: -1;
}
}

#videoWrap {
position: fixed;
width: 100vw;
height: 100vh;
z-index: -1;
}

#videoWrap video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

#videoWrapSp {
display: none;
}

#kvWrap {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}

#kv video {
position: relative;
width: 92vw;
height: 80vh;
margin: 0 auto;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

#kvSp {
display: none;
}

.wrap {
position: relative;
max-width: 1200px;
width: 92%;
text-align: justify;
margin: 0 auto;
padding: 60px 0;
}

.indexTitle {
position: relative;
max-width: 1200px;
width: 92%;
text-align: left;
margin: 0 auto;
margin-bottom: 30px;
}

.indexTitle img {
width: auto;
height: 38px;
}

.indexTitle figure {
position: relative;
display: inline-block;
overflow: hidden;
width: auto;
}

.indexTitle figure::before {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: linear-gradient(to right, #018fff, #ff1e96);
}

.indexTitle.move figure::before {
animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}

.indexTitle figure img {
opacity: 0;
transform: scale(1);
}

.indexTitle.move figure img {
animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

@keyframes barAnime{
0% {
left: 0;
width: 0;
}
50% {
left: 0;
width: 100%;
}
51% {
left: 0;
width: 100%;
}
68% {
left: 0;
width: 100%;
}
100% {
left: 100%;
width: 0;
}
}
@keyframes photoAnime{
0% {
opacity: 0;
transform: scale(1);
}
50% {
opacity: 0;
transform: scale(1);
}
100% {
opacity: 1;
transform: scale(1);
}
}

#aboutWrap {
background-color: #fff;
max-width: 1200px;
width: 92%;
font-size: 1.6rem;
font-weight: 600;
margin: 0 auto;
margin-bottom: 130px;
padding: 70px;
}

#aboutCopy {
width: 415px;
margin: 0 auto;
margin-bottom: 30px;
}

#aboutCopy img {
width: 415px;
height: auto;
}

#aboutCopy figure {
position: relative;
display: inline-block;
overflow: hidden;
width: auto;
}

#aboutCopy figure::before {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: linear-gradient(to right, #018fff, #ff1e96);
}

#aboutCopy.move figure::before {
animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}

#aboutCopy figure img {
opacity: 0;
transform: scale(1);
}

#aboutCopy.move figure img {
animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

#aboutFlex {
width: 100%;
font-size: 1.5rem;
font-weight: 400;
text-align: justify;
margin: 0 auto;
margin-top: 40px;
display: flex;
justify-content: space-between;
}

#aboutL {
width: 47%;
}

.aboutLrTitle {
width: 100%;
}

.aboutLrTitle img {
width: 100vw;
height: auto;
}

.aboutLrTitle figure {
position: relative;
display: inline-block;
overflow: hidden;
width: auto;
}

.aboutLrTitle figure::before {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: linear-gradient(to right, #018fff, #ff1e96);
}

.aboutLrTitle.move figure::before {
animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}

.aboutLrTitle figure img {
opacity: 0;
transform: scale(1);
}

.aboutLrTitle.move figure img {
animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

#aboutL h4 {
padding-top: 6px;
}

#aboutFlex h5 {
font-weight: 600;
}

#aboutFlex h5:first-of-type {
margin-top: 30px;
}

.aboutTitle {
position: relative;
width: 250px;
margin-bottom: 10px;
}

#aboutR {
width: 47%;
}

#newsWrap {
max-width: 1200px;
width: 92%;
text-align: justify;
margin: 0 auto;
padding: 0 0 60px 0;
display: flex;
justify-content: space-between;
}

#newsL {
width: 48%;
overflow: hidden;
}

#newsInner {
background-color: #fff;
width: 100%;
}

#newsR {
width: 48%;
overflow: hidden;
}

.pickupWrap {
width: 100%;
display: flex;
justify-content: space-between;
}

.pickup {
position: relative;
background: linear-gradient(#018fff, #ff1e96);
width: 40px;
height: auto;
color: #fff;
writing-mode: vertical-rl;
padding: 15px 0;
line-height: 38px;
}

.pickupTxt {
width: 614px;
font-size: 1.4rem;
padding: 25px;
}

.pickupTxt p {
margin-bottom: 0;
}

.pickupTxt h3 {
font-size: 2rem;
margin-bottom: 10px;
}

.category {
background-color: #c8c9ca;
width: auto;
height: 24px;
font-size: 1.25rem;
display: table;
margin-bottom: 10px;
padding: 0 10px;
line-height: 22px;
}

.postWrap {
display: flex;
justify-content: space-between;
margin-bottom: 24px;
}

.postWrap:last-child {
margin-bottom: 0;
}

.postDate {
position: relative;
background-color: #000;
width: 30px;
color: #fff;
writing-mode: vertical-rl;
padding: 15px 0;
line-height: 28px;
}

.postTxt {
background-color: #fff;
width: 624px;
height: 182px;
font-size: 1.4rem;
padding: 20px 26px;
}

.postTxt h3 {
font-size: 1.8rem;
margin-bottom: 10px;
}

.postTxt p {
display: inline;
margin-bottom: 0;
}

.postTxt a:hover h3,
.postTxt a:hover p {
background: linear-gradient(to right, #018fff, #ff1e96);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.newsWindowBlank {
position: relative;
width: 16px;
margin-left: 10px;
display: inline-block;
top: -5px;
}

#bannerWrap {
position: relative;
max-width: 1200px;
width: 92%;
margin: 60px auto;
margin-bottom: 120px;
}

#bannerWrap figure {
position: relative;
width: 100%;
overflow: hidden;
}

#bannerWrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: .3s ease-in-out;
}

#bannerWrap:hover img {
transform: scale(1.1);
}

#solutionWrap {
background: linear-gradient(to right, rgba(1,143,255,.7),rgba(255,30,150,.9));
max-width: 1200px;
width: 92%;
margin: 30px auto;
margin-bottom: 130px;
padding: 60px;
overflow: hidden;
}

.solutionFlex {
display: flex;
justify-content: space-between;
}

#solutionL {
width: 50%;
font-size: 1.8rem;
font-weight: 600;
text-align: left;
color: #fff;
}

#solutionL h3 {
font-size: 2.6rem;
margin-bottom: 30px;
}

#solutionEn {
width: 220px;
float: right;
margin-right: 90px;
}

#solutionR {
width: 480px;
height: 480px;
overflow: hidden;
border-radius: 480px;
}

#solutionR video {
width: 480px;
height: 480px;
object-fit: cover;
object-position: center;
}

.solution {
width: 30%;
margin-top: 60px;
}

#companyWrap {
max-width: 1200px;
width: 92%;
text-align: justify;
margin: 30px auto;
margin-bottom: 120px;
display: flex;
justify-content: space-between;
}

.companyLine {
background: linear-gradient(to right, #018fff, #ff1e96);
width: 100%;
height: 2px;
}

.companyLine:last-of-type {
margin-bottom: 30px;
}

.companyTitleWrap {
width: 100%;
padding: 20px 0;
display: flex;
justify-content: space-between;
}

.companyTitleWrap h3 {
font-size: 2.2rem !important;
font-weight: 600;
line-height: 1 !important;
}

.companyPhoto {
width: 330px;
}

#companyL {
width: 46%;
font-size: 1.6rem;
}

#companyL h3 {
font-size: 2.8rem;
font-weight: 600;
margin-bottom: 25px;
line-height: 1.5;
}

#companyR {
width: 46%;
}

#companyR dt {
font-size: 1.3rem;
}

#companyR dd {
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #231815;
}

#googleMap {
position: absolute;
width: 66px;
right: 0;
bottom: 15px;
}

#recruitWrap {
background-color: #fff;
max-width: 1200px;
width: 92%;
margin: 30px auto;
}

#recruitTxt {
width: 100%;
text-align: center;
padding: 40px 30px;
}

#recruitTxt h3{
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 20px;
}

#btnRecruit {
position: relative;
background: linear-gradient(to right, #018fff, #ff1e96);
font-family: var(--font-primary);
width: 190px;
height: 40px;
font-size: 1.8rem;
color: #fff;
padding: 0 10px 3px 0;
border: 0;
cursor: pointer;
}

#btnRecruit:hover {
background: linear-gradient(to right, #018fff, #ff1e96);
color: #fff;
}

#btnRecruit::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .3s;
z-index: 2;
right: 15px;
top: 0;
bottom: 0;
}

#btnRecruit:hover::after {
right: 12px;
}

#breadcrumb {
width: 1200px;
font-size: 1.2rem;
text-align: right;
margin: 30px auto;
padding-top: 30px;
}

/**/

footer {
position: relative;
background: rgba(255,255,255,.6);
width: 100%;
font-weight: 600;
margin: 0 auto;
margin-top: 120px;
padding: 60px 30px;
}

footer img {
width: 350px;
margin: 30px auto;
margin-bottom: 0;
}

#copyRight {
position: relative;
background-color: #0f1937;
width: 100%;
height: 52px;
font-size: 1rem;
color: #fff;
margin: 0 auto;
line-height: 50px;
}

#pagetop {
position: fixed;
background: linear-gradient(to right, #018fff, #ff1e96);
width: 50px;
height: 50px;
bottom: -50px;
right: 30px;
transition: .3s;
z-index: 200;
}

#pagetop::before {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(-45deg);
transition: .3s;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

#pagetop:hover::before {
top: -5px;
}

.alignright {
float: right;
margin: 0 0 50px 50px;
}

.alignleft {
float: left;
margin: 0 50px 50px 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

}