@charset "UTF-8";

@media print, screen and (max-width: 999px) {

.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%;
display: none;
z-index: -1;
}
}

#videoWrap {
display: none;
}

#videoWrapSp {
position: fixed;
width: 100vw;
height: 100vh;
z-index: -1;
}

#videoWrapSp video {
width: 100vw;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

#kvWrap {
position: relative;
width: 100vw;
height: auto;
margin-bottom: 40px;
overflow: hidden;
}

#kv {
display: none;
}

#kvSp video {
position: relative;
width: 88vw;
margin: 0 auto;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}

.wrap {
position: relative;
width: 88%;
text-align: justify;
margin: 0 auto;
padding: 60px 0;
}

.indexTitle {
position: relative;
width: 88%;
text-align: left;
margin: 40px auto;
margin-bottom: 20px;
}

.indexTitle img {
width: auto;
height: 27px;
}

.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;
width: 88%;
font-size: 1.5rem;
font-weight: 600;
margin: 0 auto;
margin-bottom: 50px;
padding: 30px;
}

#aboutCopy {
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
}

#aboutCopy img {
width: 100%;
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.3rem;
font-weight: 400;
text-align: justify;
margin: 0 auto;
margin-top: 30px;
}

#aboutL {
width: 100%;
}

.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: 7px;
}

#aboutFlex h5 {
font-weight: 600;
}

#aboutFlex h5:first-of-type {
margin-top: 30px;
}

.aboutTitle {
position: relative;
width: 250px;
margin-bottom: 10px;
}

#aboutR {
width: 100%;
}

#newsWrap {
width: 88%;
text-align: justify;
margin: 0 auto;
}

#newsL {
width: 100%;
margin-bottom: 23px;
}

#newsInner {
background-color: #fff;
width: 100%;
}

#newsR {
width: 100%;
}

.pickupWrap {
display: flex;
justify-content: space-between;
}

.pickup {
position: relative;
background: linear-gradient(#018fff, #ff1e96);
width: 40px;
color: #fff;
writing-mode: vertical-rl;
padding: 15px 0;
line-height: 38px;
}

.pickupTitle {
width: 100%;
font-size: 1.4rem;
padding: 20px;
}

.category {
background-color: #c8c9ca;
width: auto;
height: 24px;
font-size: 1.1rem;
display: table;
margin-bottom: 10px;
padding: 0 10px;
line-height: 22px;
}

.pickupTxt {
padding: 20px 24px;
border-top: 1px solid #000;
}

.pickupTxt p {
margin-bottom: 0;
}

.pickupTxt h3 {
font-size: 1.7rem;
margin-bottom: 10px;
line-height: 1.5;
}

.postWrap {
display: flex;
justify-content: space-between;
margin-bottom: 23px;
}

.postTxt h3 {
font-size: 1.5rem;
margin-bottom: 10px;
}

.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: 100%;
padding: 20px ;
}

.postTxt p {
display: inline;
margin-bottom: 0;
}

.newsWindowBlank {
position: relative;
width: 14px;
margin-left: 10px;
display: inline-block;
top: -5px;
}

#bannerWrap {
position: relative;
width: 88%;
margin: 40px auto;
}

#bannerWrap h2 {
position: absolute;
left: -20px;
top: -10px;
z-index: 1;
}

#bannerWrap h2 img {
width: auto;
height: 20px;
}

#bannerWrap figure {
position: relative;
width: 100%;
height: 150px;
overflow: hidden;
}

#bannerWrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

#solutionWrap {
background: linear-gradient(to right, rgba(1,143,255,.7),rgba(255,30,150,.9));
width: 88%;
margin: 30px auto;
margin-bottom: 50px;
padding: 30px;
overflow: hidden;
}

.solutionFlex {
}

#solutionL {
width: 100%;
font-size: 1.5rem;
font-weight: 600;
text-align: left;
color: #fff;
}

#solutionL h3 {
font-size: 2rem;
margin-bottom: 30px;
line-height: 1.5;
}

#solutionEn {
width: 150px;
float: right;
margin-bottom: 30px;
}

#solutionR {
width: 260px;
height: 260px;
margin: 0 auto;
overflow: hidden;
}

#solutionR video {
width: 100%;
height: 260px;
object-fit: cover;
object-position: center;
border-radius: 280px;
}

.solution {
width: 88%;
margin: 0 auto;
margin-top: 20px;
}

#companyWrap {
width: 88%;
text-align: justify;
margin: 30px auto;
margin-bottom: 60px;
}

.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;
}

.companyTitleWrap h3 {
font-size: 2rem !important;
font-weight: 600;
margin-bottom: 20px !important;
line-height: 1 !important;
}

.companyPhoto {
width: 100%;
}

#companyL {
width: 100%;
font-size: 1.4rem;
}

#companyL h3 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 25px;
line-height: 1.56;
}

#companyR {
width: 100%;
}

#companyR dt {
font-size: 1.2rem;
}

#companyR dd {
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #231815;
}

#googleMap {
position: absolute;
width: 66px;
right: 0;
top: 0;
}

#recruitWrap {
background-color: #fff;
width: 88%;
margin: 30px auto;
}

#recruitTxt {
width: 100%;
text-align: center;
padding: 30px;
}

#recruitTxt h3{
font-size: 2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.5;
}

#btnRecruit {
position: relative;
background: linear-gradient(to right, #018fff, #ff1e96);
font-family: var(--font-primary);
width: 190px;
height: 40px;
font-size: 1.5rem;
color: #fff;
padding: 0 10px 3px 0;
border: 0;
cursor: pointer;
}

#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;
}

#breadcrumb {
width: 88%;
font-size: 1.1rem;
text-align: left;
margin: 30px auto;
padding-top: 20px;
}

/**/

footer {
position: relative;
background: rgba(255,255,255,.6);
width: 100%;
font-weight: 600;
margin: 0 auto;
margin-top: 60px;
padding: 30px 20px;
}

footer img {
width: 220px;
margin: 30px auto;
margin-bottom: 0;
}

#copyRight {
position: relative;
background-color: #0f1937;
width: 100%;
font-size: 1rem;
color: #fff;
margin: 0 auto;
padding: 15px 10px;
line-height: 1.5;
}

#pagetop {
position: fixed;
background: linear-gradient(to right, #018fff, #ff1e96);
width: 40px;
height: 40px;
bottom: -40px;
right: 10px;
transition: .3s;
z-index: 200;
}

#pagetop::before {
position: absolute;
width: 10px;
height: 10px;
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;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.alignright,
.alignleft,
.aligncente {
display: block;
margin: 0 auto;
margin-bottom: 30px;
}

}