@charset "UTF-8";
@charset "UTF-8";

 @keyframes spotFadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.spot-fadein {
opacity: 0;
animation-name: spotFadeIn;
animation-duration: 2.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
#swiper-flex2 {
position: relative;
z-index: 0;
display: flex;
justify-content: center;
height: 65vw;
max-height: 960px;
max-width: 1800px;
margin-right: auto;
margin-left: auto;
}
#swiper-flex2 .first-slide {
position: absolute;
z-index: 1;
display: flex;
justify-content: center;
height: 65vw;
max-height: 960px;
max-width: 1800px;
margin-right: auto;
margin-left: auto;
}
#swiper-flex2 .swiper,
#swiper-flex2 .swiper1,
#swiper-flex2 .swiper2,
#swiper-flex2 .swiper3,
#swiper-flex2 .swiper4,
#swiper-flex2 .swiper-wrapper,
#swiper-flex2 .swiper-slide,
#swiper-flex2 .swiper-img {
height: 65vw;
max-height: 960px;
}
#swiper-flex2 .swiper,
#swiper-flex2 .swiper1,
#swiper-flex2 .swiper2,
#swiper-flex2 .swiper3,
#swiper-flex2 .swiper4 {
margin: 0 -7.6vw;
-webkit-clip-path: polygon(11vw 0, calc(100% - 4vw) 0, calc(100% - 11vw) 100%, 4vw 100%);
clip-path: polygon(11vw 0, calc(100% - 4vw) 0, calc(100% - 11vw) 100%, 4vw 100%);
}
#swiper-flex2 .swiper-img {
position: relative;
aspect-ratio: 630/930;
}
#swiper-flex2 img {
margin-left: -1.5vw;
aspect-ratio: 630/930;
display: block;
width: auto;
height: 100%;
}
@keyframes swipeSlide {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-10%);
}
}
#swiper-flex2 .swiper-slide-active .swiper-img,
#swiper-flex2 .swiper-slide-duplicate-active .swiper-img,
#swiper-flex2 .swiper-slide-prev .swiper-img {
aspect-ratio: 630/930;
animation: swipeSlide 10s linear 0s normal both;
overflow: visible;
} .swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: visible !important;
overflow: visible !important;
} .box {
animation-fill-mode: forwards;
}
.wow:first-child {
visibility: hidden;
}
.ofh {
overflow: hidden;
}
.p-abs {
position: absolute;
}
.p-rel {
position: relative;
}  @media screen and (max-width: 767px) {
.sp-none {
display: none !important;
}
}
@media screen and (min-width: 768px) {
.pc-none {
display: none !important;
}
} html {
font-size: 62.5%;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
line-height: 1.6;
}
a {
transition: all ease 0.3s;
color: #0073ff;
}
a:hover {
opacity: 0.8;
}
a:hover img {
opacity: 0.8;
}
img {
max-width: 100%;
height: auto;
}
h2 {
font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
h2 {
font-size: 3.2rem;
}
}
h2 {
font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
h2 {
font-size: 2.8rem;
}
}
.tac {
text-align: center;
}
.tar {
text-align: right;
}
.tal {
text-align: left;
}
.flexbox {
display: flex;
}
.fs80p {
font-size: 80%;
} .futura-m {
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
}
.futura-m-ob {
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: italic;
padding-right: 0.1em;
}
.mincho {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.barlow-medium {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}
.barlow-semibold {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
}
.barlow-bold {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
}
.barlow-medium-italic {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: italic;
}
.barlow-semibold-italic {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: italic;
}
.barlow-bold-italic {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: italic;
}
.lexend-mega-th {
font-family: "Lexend Mega", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
}
.lexend-mega-el {
font-family: "Lexend Mega", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
} .content {
max-width: 1120px;
padding: 20px 20px;
margin: 0 auto;
}
.content.white {
color: #FFF;
}
.skew-sec {
margin-top: -11vw;
padding-top: 11vw;
padding-bottom: 11vw;
-webkit-clip-path: polygon(0 11vw, 100% 0, 100% calc(100% - 11vw), 0 100%);
clip-path: polygon(0 11vw, 100% 0, 100% calc(100% - 11vw), 0 100%);
}
.skew-sec.top-only {
-webkit-clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0 100%);
padding-bottom: 0;
}
.skew-sec.btm-only {
margin-top: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11vw), 0 100%);
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11vw), 0 100%);
padding-top: 0;
}
.skew-sec.btm-only+section {
margin-top: -11vw;
}
.skew-sec.btm-only+section .content {
padding-top: calc(11vw + 20px);
}
.mt-11vw {
margin-top: -11vw;
}  .bg-grad-red01 {
background: linear-gradient(90deg, #a81d08, #ff2100);
}
.bg-grad-red02 {
background: linear-gradient(90deg, #ff2100, #a81d08);
}
.bg-grad-blue01 {
background: linear-gradient(90deg, #05244A, #0073ff);
}
.bg-grad-blue02 {
background: linear-gradient(90deg, #1F25E6, #04BEF9);
}
.bg-grad-blue03 {
background: linear-gradient(90deg, #05244A, #0c65b0);
}
.bg-grad-purple01 {
background: linear-gradient(90deg, #9766ff, #0073ff);
}
.bg-grad-purple02 {
background: linear-gradient(90deg, #9766ff, #23bbff);
}
.bg-grad-purple03 {
background: linear-gradient(171deg, #9766ff 20%, #04BEF9);
}
.grad-text {
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} .col-white {
color: #ffffff;
}
.col-black {
color: #000000;
}
.col-gray {
color: #E7E9EE;
}
.col-gray02 {
color: #9d9d9d;
}
.col-main {
color: #0061ff;
}
.col-sub {
color: #60efff;
}
.col-blue01 {
color: #05244A;
}
.col-blue02 {
color: #0073ff;
}
.col-blue03 {
color: #1F25E6;
}
.col-blue04 {
color: #04BEF9;
}
.col-blue05 {
color: #23bbff;
}
.col-blue06 {
color: #edf5fe;
}
.col-red01 {
color: #a81d08;
}
.col-red02 {
color: #ff2100;
}
.col-purple01 {
color: #9766ff;
} .bg-col-white {
background-color: #ffffff;
}
.bg-col-black {
background-color: #000000;
}
.bg-col-gray {
background-color: #E7E9EE;
}
.bg-col-gray02 {
background-color: #9d9d9d;
}
.bg-col-main {
background-color: #0061ff;
}
.bg-col-sub {
background-color: #60efff;
}
.bg-col-blue01 {
background-color: #05244A;
}
.bg-col-blue02 {
background-color: #0073ff;
}
.bg-col-blue03 {
background-color: #1F25E6;
}
.bg-col-blue04 {
background-color: #04BEF9;
}
.bg-col-blue05 {
background-color: #23bbff;
}
.bg-col-blue06 {
background-color: #edf5fe;
}
.bg-col-red01 {
background-color: #a81d08;
}
.bg-col-red02 {
background-color: #ff2100;
}
.bg-col-purple01 {
background-color: #9766ff;
}  .top-slide-wrapper {
position: relative;
display: flex;
}
.top-slide-wrapper .top-slide1 {
position: relative;
flex-basis: 25%;
}
.top-slide-wrapper .top-slide1 img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.slick-img img {
position: relative;
width: 100%;
}
@keyframes zoomUp {
0% {
transform: translateY(-50%);
}
100% {
transform: translateY(0%);
}
}
.add-animation {
animation: zoomUp 10s linear 0s normal both;
} .swiper-flex {
display: flex;
position: relative;
z-index: 0;
}
.swiper-flex .swiper-wrapper { width: 630px; left: 10%;
}
.swiper-flex .swiper-slide img {
height: auto;
width: 100%;
}
.swiper-flex .swiper {
margin: 0 -7%;
height: 930px;
-webkit-clip-path: polygon(34% 0%, 100% 0%, 66% 100%, 0% 100%);
clip-path: polygon(34% 0%, 100% 0%, 66% 100%, 0% 100%);
}
.swiper-flex .swiper img {
-o-object-fit: cover;
object-fit: cover;
height: 930px;
}
@media screen and (max-width: 640px) {
.swiper-flex .swiper {
height: 930px;
}
}
@keyframes swipeSlide {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-10%);
}
}
.swiper-flex .swiper-slide-active .swiper-img,
.swiper-flex .swiper-slide-duplicate-active .swiper-img,
.swiper-flex .swiper-slide-prev .swiper-img {
animation: swipeSlide 10s linear 0s normal both;
overflow: visible;
} .chart-wrapper {
display: flex;
}
.chart {
width: 100%;
}
canvas#graph-01 {
width: 100% !important;
}
canvas#graph-02 {
width: 100% !important;
}
canvas#graph-03 {
width: 100% !important;
}
canvas#graph-04 {
width: 100% !important;
}
canvas#graph-05 {
width: 100% !important;
}
canvas#graph-06 {
width: 100% !important;
} .TextTyping {
margin: 20px 0;
letter-spacing: 0.1em;
word-break: break-all;
} .TextTyping span {
display: none;
} .TextTyping::after {
content: "|";
animation: typinganime 0.8s ease infinite;
}
@keyframes typinganime {
from {
opacity: 0;
}
to {
opacity: 1;
}
} #main-visual {
position: relative;
background: #05244A;
overflow: hidden;
}
.filter {
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(38.22deg, #05244A 2.95%, rgba(5, 36, 74, 0.86) 60.41%);
}
.filter.top {
z-index: 0;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7021183473) 0%, rgba(255, 255, 255, 0) 60%);
}
.filter.bottom {
z-index: 0;
}
.filter.over {
z-index: 3;
background: #05244A;
}
.mv-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mv-inner .content {
position: relative;
display: flex;
height: calc(100% - 10px);
align-items: flex-end;
}
@media screen and (min-width: 768px) {
.mv-inner .content {
height: calc(100% - 220px - 40px);
justify-content: center;
}
}
.mv-inner .main-copy {
position: absolute;
width: 100%;
font-weight: 600;
font-size: 2.5rem;
line-height: 1.2;
}
@media screen and (min-width: 768px) {
.mv-inner .main-copy {
font-size: 5rem;
}
}
.mv-inner .top-message {
position: absolute;
width: calc(100% - 40px);
color: #ffffff;
line-height: 1.4;
}
.mv-inner .corp-name {
font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
.mv-inner .corp-name {
font-size: 3rem;
}
}
.mv-inner .sub-copy {
font-size: 2.4rem;
letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
.mv-inner .sub-copy {
font-size: 4.5rem;
}
.mv-inner .sub-copy br {
display: none;
}
} #now {
position: relative;
margin-top: -1px;
padding-top: 3rem;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-sub-v.png);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
@media screen and (min-width: 1025px) {
#now {
padding-top: 150px;
}
}
#now h2,
#now p {
line-height: 2.7;
font-size: 2.3rem;
color: #ffffff;
font-weight: bold;
font-style: oblique;
}
@media screen and (min-width: 768px) {
#now h2,
#now p {
font-size: 3.7rem;
}
}
#now .content {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
@media screen and (max-width: 767px) {
#now .content {
padding-top: 5rem;
padding-bottom: 6rem;
}
}
.now-line-wrapper {
position: relative;
width: 100%;
pointer-events: none;
z-index: 10;
}
.now-line::before,
.now-line::after {
content: "";
pointer-events: none;
position: absolute;
top: 0;
display: block;
height: 1000px;
z-index: 100;
}
.now-line::before {
width: 50%;
top: 130px;
left: 0;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-sub-v-line1.png) no-repeat;
background-position: right top;
}
@media screen and (min-width: 768px) {
.now-line::before {
width: 40%;
top: 330px;
}
}
.now-line::after {
width: 70%;
top: 30px;
left: 30%;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-sub-v-line2.png) no-repeat;
background-position: left top;
}
@media screen and (min-width: 768px) {
.now-line::after {
width: 60%;
left: 40%;
top: 130px;
}
} #can {
overflow-x: hidden;
}
#can .content {
position: relative;
}
#can .opa-title {
position: relative;
z-index: 5;
line-height: 1;
top: -2rem;
left: -2rem;
width: calc(100% + 4rem);
margin-top: -0.8em;
opacity: 0.4;
text-align: center;
color: #ffffff;
font-size: 5.6rem;
letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
#can .opa-title {
font-size: 10.5rem;
margin-top: -1em;
}
}
#can h2 {
margin-bottom: 5rem;
font-size: 2rem;
line-height: 1.4;
color: #ffffff;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 768px) {
#can h2 {
margin-bottom: 7rem;
font-size: 3.6rem;
font-weight: 500;
}
}
.can-lists {
display: flex;
flex-wrap: wrap;
row-gap: 20px;
-moz-column-gap: 25px;
column-gap: 25px;
margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
.can-lists {
row-gap: 20px;
-moz-column-gap: 25px;
column-gap: 25px;
margin-bottom: 10rem;
}
}
@media screen and (min-width: 1025px) {
.can-lists {
row-gap: 55px;
-moz-column-gap: 50px;
column-gap: 50px;
margin-bottom: 20rem;
}
}
.can-lists li {
position: relative;
background: #ffffff;
border-radius: 5px;
flex-basis: calc((100% - 25px) / 2);
display: flex;
flex-direction: column;
text-align: center;
}
@media screen and (min-width: 768px) {
.can-lists li {
border-radius: 10px;
flex-basis: calc((100% - 50px) / 3);
}
}
@media screen and (min-width: 1025px) {
.can-lists li {
flex-basis: calc((100% - 100px) / 3);
}
}
.can-lists .can-text {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.can-lists .can-icon {
display: flex;
justify-content: center;
height: 120px;
padding-top: 20px;
}
@media screen and (min-width: 768px) {
.can-lists .can-icon {
padding-top: 40px;
height: 240px;
}
}
.can-lists .text {
display: inline-block;
padding: 20px 0 10px;
line-height: 1.1;
font-style: italic;
font-size: 1.5rem;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.can-lists .text {
padding: 30px 0 15px;
font-size: 3rem;
}
}
.can-lists .big-wrapper {
position: relative;
display: inline-block;
width: 2.1em;
}
.can-lists .big {
display: inline-block;
position: absolute;
left: 0;
bottom: -0.2em;
line-height: 1;
font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
.can-lists .big {
font-size: 5.6rem;
}
}
.can-lists .mini {
display: inline-block;
font-size: 1.2rem;
position: relative;
top: -0.2em;
}
@media screen and (min-width: 768px) {
.can-lists .mini {
font-size: 1.7rem;
top: -0.5em;
}
}
.can-lists li.flight .can-icon img {
position: relative;
display: inline-block;
transform: scale(1.15);
} #works .content {
padding-top: 6rem;
}
@media screen and (min-width: 768px) {
#works .content {
padding-top: 9rem;
}
}
#works .grad-title {
position: relative;
}
#works .grad-title::before {
content: "";
position: absolute;
display: inline-block;
width: 132px;
height: 167px;
top: -80%;
left: -20%;
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/bg_logo.svg);
background-repeat: no-repeat;
background-size: 100%;
}
@media screen and (min-width: 768px) {
#works .grad-title::before {
width: 350px;
height: 442px;
top: -45%;
left: -20%;
}
}
.works-lists {
display: flex;
flex-wrap: wrap;
row-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
.works-lists {
row-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
margin-bottom: 110px;
}
}
.works-lists li {
position: relative;
background: #ffffff;
padding: 1rem;
flex-basis: 100%;
font-weight: 700;
font-style: italic;
}
@media screen and (min-width: 768px) {
.works-lists li {
padding: 2rem;
}
}
.works-lists li.col50 {
flex-basis: 100%;
}
@media screen and (min-width: 1025px) {
.works-lists li.col50 {
flex-basis: calc((100% - 30px) / 2);
}
}
.works-lists h3 {
color: #05244A;
font-size: 2rem;
font-weight: 700;
margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
.works-lists h3 {
font-size: 2.8rem;
}
}
.works-lists p {
line-height: 1;
}
.works-lists .grad-text {
padding-right: 0.05em;
}
.abs-img {
position: absolute;
}
.abs-txt {
position: absolute;
}
.works-lists .no1 .abs-img {
right: 10px;
top: 30px;
width: 50%;
}
.works-lists .no1 .text-wrapper {
position: relative;
z-index: 2;
display: flex;
align-items: baseline;
}
.works-lists .no1 .grad-text {
letter-spacing: -0.05em;
font-size: clamp(8.2rem, 6.7327rem + 6.0198vw, 12rem);
}
.works-lists .no1 .unit {
font-size: clamp(3rem, 2.4208rem + 2.3762vw, 4.5rem);
}
.works-lists .no1 .min {
font-size: clamp(1.4rem, 0.898rem + 2.0594vw, 2.7rem);
}
.works-lists .no2 .abs-img {
right: 10px;
top: 20px;
width: 15%;
}
.works-lists .no2 .text-wrapper {
position: relative;
z-index: 2;
}
@media screen and (min-width: 1025px) {
.works-lists .no2 .text-wrapper {
display: flex;
align-items: baseline;
}
}
.works-lists .no2 .grad-text {
letter-spacing: -0.1em;
font-size: clamp(6.3rem, 4.0218rem + 9.3465vw, 12.2rem);
}
@media screen and (min-width: 768px) {
.works-lists .no2 .grad-text {
flex-basis: 92%;
width: calc(100% + 20px);
margin-left: -10px;
margin-right: -10px;
}
}
.works-lists .no2 .unit {
font-size: clamp(2.5rem, 1.9208rem + 2.3762vw, 4rem);
}
@media screen and (min-width: 1025px) {
.works-lists .no2 .unit {
flex-basis: 8%;
position: absolute;
right: 0;
bottom: 0.4em;
}
}
.works-lists .no3 h3 {
color: #000000;
line-height: 1;
padding-top: 0.3em;
}
.works-lists .no3 .sub-title {
font-size: 1rem;
line-height: 1.4;
padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
.works-lists .no3 .sub-title {
padding-top: 1em;
}
}
.works-lists .no3 .flexbox {
gap: 30px;
}
.works-lists .no3 .text-wrapper {
position: absolute;
bottom: 0;
left: 40%;
}
@media screen and (min-width: 768px) {
.works-lists .no3 .text-wrapper {
left: 45%;
}
}
.works-lists .no3 .grad-text {
padding-right: 0.08em;
letter-spacing: -0.07em;
font-size: clamp(5.7rem, 1.105rem + 18.8515vw, 17.6rem);
}
.works-lists .no3 .unit {
font-size: clamp(1.6rem, 0.2871rem + 5.3861vw, 5rem);
}
.works-lists .no4 .flexbox {
gap: 20px;
margin-bottom: 10px;
padding: 0 10px;
}
.works-lists .no4 .col3 {
position: relative;
width: calc((100% - 40px) / 3);
text-align: center;
}
.works-lists .no4 .text-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.works-lists .no4 .per {
margin-bottom: 0.5rem;
display: flex;
align-items: baseline;
position: relative;
line-height: 0.8;
}
.works-lists .no4 .grad-text {
flex-basis: 80%;
padding-right: 0.1em;
letter-spacing: -0.08em;
font-size: clamp(3.2rem, 0.6515rem + 10.4554vw, 9.8rem);
}
.works-lists .no4 .unit {
bottom: 0;
right: 0;
flex-basis: 20%;
font-size: 14px;
}
@media screen and (min-width: 768px) {
.works-lists .no4 .unit {
font-size: 42px;
}
}
.works-lists .no4 .sub {
font-weight: 700;
font-size: 8px;
}
@media screen and (min-width: 768px) {
.works-lists .no4 .sub {
font-size: 23px;
}
}
.works-lists .no4 .min {
text-align: right;
font-size: 8px;
}
@media screen and (min-width: 768px) {
.works-lists .no4 .min {
font-size: 12px;
}
}
.works-lists .no5 {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.works-lists .no5 .abs-img {
right: 10px;
top: 25%;
width: 35%;
}
.works-lists .no5 h3 {
display: flex;
flex-wrap: nowrap;
font-size: 1.3rem;
align-items: flex-end;
}
@media screen and (min-width: 768px) {
.works-lists .no5 h3 {
font-size: 2.8rem;
}
}
.works-lists .no5 h3 span {
font-size: 1rem;
}
@media screen and (min-width: 768px) {
.works-lists .no5 h3 span {
font-size: 2rem;
}
}
.works-lists .no5.col30 {
flex-basis: calc(42% - 7.5px);
}
@media screen and (min-width: 768px) {
.works-lists .no5.col30 {
flex-basis: calc(30% - 15px);
}
}
.works-lists .no5 .text-wrapper {
display: flex;
flex-wrap: nowrap;
align-items: baseline;
}
.works-lists .no5 .grad-text {
letter-spacing: -0.05em;
font-size: clamp(5.7rem, 3.1901rem + 10.297vw, 12.2rem);
}
.works-lists .no5 .unit {
font-size: clamp(1.7rem, 1.0436rem + 2.6931vw, 3.4rem);
}
.works-lists .no6 {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.works-lists .no6.col70 {
flex-basis: calc(58% - 7.5px);
}
@media screen and (min-width: 768px) {
.works-lists .no6.col70 {
flex-basis: calc(70% - 15px);
}
}
.works-lists .no6 .no6-box {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media screen and (min-width: 768px) {
.works-lists .no6 .no6-box {
flex-direction: row;
}
}
.works-lists .no6 .no6-box .item {
text-align: center;
flex-basis: 33.3333333333%;
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
}
@media screen and (min-width: 768px) {
.works-lists .no6 .no6-box .item {
flex-direction: column;
justify-content: flex-end;
}
}
.works-lists .no6 .no6-box .item img {
line-height: 80px;
color: #E7E9EE;
}
.works-lists .no6 .no6-box .item .txt {
padding: 0.5rem 0;
font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
.works-lists .no6 .no6-box .item .txt {
font-size: 1rem;
}
}
.works-lists .no6 .img-wrapper {
position: absolute;
z-index: 0;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.works-lists .no6 .img-wrapper {
margin-top: -2.5em;
width: 85%;
}
}
@media screen and (min-width: 768px) {
.works-lists .no6 .img-wrapper {
position: relative;
flex-basis: 55%;
}
}
.works-lists .no6 .img-wrapper .item:nth-child(1) {
flex-basis: 30%;
}
.works-lists .no6 .img-wrapper .item:nth-child(2) {
flex-basis: 36%;
}
.works-lists .no6 .img-wrapper .item:nth-child(3) {
flex-basis: 30%;
}
.works-lists .no6 .text-wrapper {
position: relative;
z-index: 2;
display: flex;
flex-wrap: nowrap;
align-items: baseline;
justify-content: flex-end;
}
@media screen and (min-width: 768px) {
.works-lists .no6 .text-wrapper {
flex-basis: 45%;
}
}
.works-lists .no6 .grad-text {
letter-spacing: -0.05em;
font-size: clamp(5.7rem, 3.1901rem + 10.297vw, 12.2rem);
}
.works-lists .no6 .unit {
letter-spacing: -0.05em;
font-size: clamp(1.7rem, 1.0436rem + 2.6931vw, 3.4rem);
}
.works-lists .no7 h3 {
margin-bottom: 1em;
}
.works-lists .no7 .abs-img {
right: 1rem;
top: 1rem;
width: 5rem;
}
@media screen and (min-width: 768px) {
.works-lists .no7 .abs-img {
right: 2rem;
top: 2rem;
width: 7rem;
}
}
.works-lists .no7 .img-wrapper {
display: flex;
}
.works-lists .no7 .img-wrapper .item {
flex-basis: 50%;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
}
@media screen and (min-width: 768px) {
.works-lists .no7 .img-wrapper .item {
justify-content: flex-end;
}
}
.works-lists .no7 .item .img {
margin-bottom: 0.8rem;
}
.works-lists .no7 .item .txt {
font-size: 1rem;
}
.works-lists .no8 h3 {
margin-bottom: 0.6em;
}
.works-lists .no8 .img-wrapper {
display: flex;
}
.works-lists .no8 .img-wrapper .item {
flex-basis: 33.3333333333%;
display: flex;
flex-direction: column;
justify-content: center;
}
.works-lists .no8 .img-wrapper .img1,
.works-lists .no8 .img-wrapper .img1 img {
height: 3.6rem;
}
@media screen and (min-width: 768px) {
.works-lists .no8 .img-wrapper .img1,
.works-lists .no8 .img-wrapper .img1 img {
height: 6rem;
}
}
.works-lists .no8 .img-wrapper .img2 {
text-align: center;
margin-bottom: 0.5rem;
}
.works-lists .no8 .img-wrapper .img2 img {
width: 70px;
}
@media screen and (min-width: 768px) {
.works-lists .no8 .img-wrapper .img2 img {
width: 108px;
}
}
.works-lists .no8 .img-wrapper .txt {
text-align: center;
font-size: 1rem;
}
@media screen and (min-width: 768px) {
.works-lists .no8 .img-wrapper .txt {
font-size: 0.8rem;
}
} #products .content {
padding-top: 5rem;
padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
#products .content {
padding-top: 7rem;
padding-bottom: 12rem;
}
}
.products-table table {
width: 100%;
box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.products-table .round {
display: block;
color: #ffffff;
border-radius: 100px;
text-align: center;
line-height: 2.5;
}
.products-table .bg-grad-blue {
background: linear-gradient(134.67deg, #05244A 3.41%, #0073FF 122.24%);
}
.products-table .bg-grad-purple {
background: linear-gradient(316.3deg, #0073FF -15.15%, #9766FF 94.82%);
}
.products-table td {
position: relative;
}
.products-table td:after {
position: absolute;
content: "";
display: block;
width: 100%;
left: 1rem;
bottom: 0;
height: 1px;
background: #f3f3f3;
}
@media screen and (min-width: 768px) {
.products-table td:after {
left: 2rem;
width: calc(100% - 4rem);
}
}
.products-table td.col1:after {
background: #E2E4FB;
width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
.products-table td.col1:after {
left: 5rem;
width: calc(100% - 10rem);
}
}
.products-table td.col4:after {
width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
.products-table td.col4:after {
width: calc(100% - 4rem);
}
}
.products-table tbody tr:last-child td:after {
content: none;
}
.products-table .col1,
.products-table .col2,
.products-table .col3,
.products-table .col4 {
vertical-align: middle;
padding: 1.5rem 0.8em;
}
@media screen and (min-width: 768px) {
.products-table .col1,
.products-table .col2,
.products-table .col3,
.products-table .col4 {
padding: 1.5rem 2rem;
}
}
.products-table .col1 {
color: #05244A;
background-color: #f9f9f9;
width: 30%;
font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.products-table .col1 {
width: 40%;
padding: 1.5rem 5rem;
font-size: 1.6rem;
}
}
.products-table td.col2,
.products-table td.col3 {
border-right: 1px solid #f9f9f9;
}
.products-table .col2,
.products-table .col3,
.products-table .col4 {
font-size: 0.65rem;
text-align: center;
width: 23.3333333333%;
}
@media screen and (min-width: 768px) {
.products-table .col2,
.products-table .col3,
.products-table .col4 {
width: 20%;
}
}
.products-table .row0 {
display: flex;
align-items: center;
background: none;
font-size: 1rem;
}
.products-table .row0 .col1 {
padding: 1rem 0rem 1rem;
background: none;
}
@media screen and (min-width: 768px) {
.products-table .row0 .col1 {
padding: 1rem 5rem 2rem;
font-size: 2.2rem;
}
}
.products-table .row0 .col2,
.products-table .row0 .col3,
.products-table .row0 .col4 {
padding: 1rem 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
.products-table .row0 .col2,
.products-table .row0 .col3,
.products-table .row0 .col4 {
padding: 1rem 2rem 2rem;
font-size: 1.7rem;
}
}
.products-table .row1 .col2,
.products-table .row1 .col3,
.products-table .row1 .col4 {
font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
.products-table .row1 .col2,
.products-table .row1 .col3,
.products-table .row1 .col4 {
font-size: 1.6rem;
}
} #flow .content {
position: relative;
z-index: 3;
padding-top: 5rem;
padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
#flow .content {
padding-top: 7rem;
padding-bottom: 9rem;
}
} #time-schedule .slick-list {
padding: 1.5rem 0 !important;
}
#time-schedule h3 {
font-size: 2.7rem;
font-weight: 700;
color: #05244A;
}
@media screen and (min-width: 768px) {
#time-schedule h3 {
font-size: 3.8rem;
}
}
.time-sc-list {
display: flex;
}
.time-slide-nfo {
margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
.time-slide-nfo {
margin-bottom: 4rem;
}
}
.time-slide-hand {
margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
.time-slide-hand {
margin-bottom: 6rem;
}
}
.modal-sc {
position: relative;
display: inline-block;
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
width: 186px;
border-radius: 1.2rem;
margin: 0 10px;
padding: 1rem;
}
@media screen and (min-width: 768px) {
.modal-sc {
width: 340px;
border-radius: 2rem;
padding: 2rem 2rem 3.6rem;
margin: 0 14px;
}
}
.modal-sc:hover {
background: linear-gradient(-45deg, #0073FF -15.15%, #9766FF 94.82%);
}
.modal-sc:hover h4 {
color: #ffffff;
}
.modal-sc:hover .grad-text {
transition: all ease 0.3s;
background: #ffffff;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.modal-sc:hover .unit {
color: #ffffff;
}
.modal-sc:hover .click {
color: #ffffff;
}
.modal-sc:hover .click::before,
.modal-sc:hover .click::after {
border-color: #ffffff;
}
.modal-sc:hover h4 .jp:before {
background: #ffffff;
}
.modal-sc .click {
position: absolute;
padding-right: 1.2em;
top: 0.8rem;
right: 1rem;
line-height: 0.8;
color: #0061ff;
font-size: 0.9rem;
}
.modal-sc .click::before,
.modal-sc .click::after {
content: "";
position: absolute;
display: inline-block;
right: 0;
top: 0;
}
.modal-sc .click::before {
width: 0.8em;
height: 0.8em;
border-right: 1px solid #0061ff;
border-top: 1px solid #0061ff;
}
.modal-sc .click::after {
width: 1em;
height: 1em;
border-top: 1px solid #0061ff;
transform: rotate(-45deg); transform-origin: left top; transform-origin: right top;
}
@media screen and (min-width: 768px) {
.modal-sc .click {
padding-right: 1em;
top: 1.5rem;
right: 2rem;
font-size: 1.6rem;
}
}
.modal-sc h4 {
padding-top: 0.5em;
line-height: 1.2;
font-size: 1.1rem;
}
.modal-sc h4 span {
display: block;
}
.modal-sc h4 .grad-text {
font-size: 2.8rem;
font-weight: 450;
white-space: nowrap;
}
.modal-sc h4 .jp {
position: relative;
padding-left: 30px;
}
.modal-sc h4 .jp::before {
content: "";
position: absolute;
left: 0;
width: 20px;
height: 1px;
top: 50%;
background: #0061ff;
}
@media screen and (min-width: 768px) {
.modal-sc h4 {
padding-top: 1em;
font-size: 2rem;
}
.modal-sc h4 .grad-text {
font-size: 5rem;
}
.modal-sc h4 .click {
top: 0.8rem;
right: 1rem;
font-size: 1.6rem;
}
.modal-sc h4 .jp {
padding-left: 50px;
}
.modal-sc h4 .jp::before {
width: 40px;
}
}
.modal-sc .time {
text-align: center;
}
.modal-sc .time .num {
display: inline-block;
font-size: 6.7rem;
line-height: 1;
letter-spacing: -0.07em;
padding-right: 0.3em;
}
.modal-sc .time .unit {
margin-left: -0.8em;
font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
.modal-sc .time .num {
font-size: 12rem;
}
.modal-sc .time .unit {
font-size: 3.4rem;
}
}
.time-slide-hand .modal-sc:hover {
background: linear-gradient(-45deg, #05244A 3.41%, #0073FF 122.24%);
}
.ts-flow {
background: #edf5fe;
border-radius: 1rem;
padding: 2rem;
}
@media screen and (min-width: 768px) {
.ts-flow {
padding: 4rem;
border-radius: 2rem;
}
}
.ts-flow.hand {
background: #E7E9EE;
}
.ts-flow-title {
align-items: center;
}
.ts-flow-title h4 {
font-size: 2.4rem;
margin-bottom: 0.5em;
}
.ts-flow-title .flight-to {
display: inline-flex;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (min-width: 768px) {
.ts-flow-title {
display: flex;
}
.ts-flow-title h4 {
font-size: 3rem;
}
.ts-flow-title .ts-flow-subtitle {
font-size: 2.2rem;
margin-bottom: 1.5em;
}
}
.ts-flow-subtitle {
font-size: 1.6rem;
margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
.ts-flow-subtitle {
font-size: 2.2rem;
}
}
.ts-flow .flow-lists {
padding-bottom: 3em;
row-gap: 3rem;
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists {
row-gap: 3rem;
-moz-column-gap: 3rem;
column-gap: 3rem;
}
}
.ts-flow .flow-lists li {
flex-basis: calc((100% - 5rem) / 3);
}
.ts-flow .flow-lists libefore,
.ts-flow .flow-lists liafter {
content: none !important;
}
.ts-flow .flow-lists li.last .img::before,
.ts-flow .flow-lists li.last .img::after,
.ts-flow .flow-lists li:nth-child(3) .img::before,
.ts-flow .flow-lists li:nth-child(3) .img::after,
.ts-flow .flow-lists li:nth-child(6) .img::before,
.ts-flow .flow-lists li:nth-child(6) .img::after {
content: none;
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists li {
flex-basis: calc((100% - 15rem) / 6);
}
.ts-flow .flow-lists li:nth-child(3) .img::before,
.ts-flow .flow-lists li:nth-child(3) .img::after,
.ts-flow .flow-lists li:nth-child(4) .img::before,
.ts-flow .flow-lists li:nth-child(4) .img::after {
content: "";
}
}
.ts-flow .flow-lists .img {
position: relative;
background: #ffffff;
font-size: 1rem;
}
.ts-flow .flow-lists .img img {
height: 25%;
margin-top: -0.5em;
}
.ts-flow .flow-lists .img .flight-time {
position: absolute;
display: block;
width: 100%;
text-align: center;
bottom: 0.5em;
font-family: "futura-pt", sans-serif;
color: #b3b3b3;
}
.ts-flow .flow-lists .img::before,
.ts-flow .flow-lists .img::after {
content: "";
position: absolute;
z-index: 1;
top: 50%;
transform: translateY(-50%);
}
.ts-flow .flow-lists .img::before {
width: 0.5rem;
height: 0.5rem;
border-top: 1px solid #343434;
border-right: 1px solid #343434;
transform: rotate(45deg);
transform-origin: center right;
left: calc(100% + 1.25rem);
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists .img::before {
left: calc(100% + 1.25rem);
}
}
.ts-flow .flow-lists .img::after {
height: 2px;
width: 1.25rem;
border-bottom: 1px solid #343434;
left: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists .img::after {
width: 1rem;
}
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists .img {
font-size: 1.6rem;
}
}
.ts-flow .flow-lists .txt {
position: static;
font-size: 1.2rem;
color: #05244A;
margin-left: -1.5em;
margin-right: -1.5em;
width: calc(100% + 3em);
display: block;
}
@media screen and (min-width: 768px) {
.ts-flow .flow-lists .txt {
font-size: 1.4rem;
}
}
@media screen and (max-width: 767px) {
.ts-flow .flow-lists::before {
content: none;
}
}
.ts-flow .flight-to {
font-size: 1.6rem;
padding: 0.5rem 1.5rem;
margin-bottom: 0.5em;
}
.ts-flow .flight-to .from img,
.ts-flow .flight-to .arrow img,
.ts-flow .flight-to .to img {
height: 2rem;
padding-right: 0.25em;
} .add-bg-img.features-image {
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-feature-title.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
#features .media-text-box {
margin-top: 6rem;
display: flex;
}
#features .media-text-box .img {
position: relative;
flex-basis: 48%;
top: -6rem;
}
#features .media-text-box .txt {
position: relative;
padding: 4rem;
padding-top: 8rem;
margin-bottom: 2rem;
flex-basis: 52%;
}
#features .media-text-box .catch {
top: -2.5em;
left: -3.5em;
max-width: 100%;
}
}
@media screen and (min-width: 1025px) {
#features .media-text-box .img {
flex-basis: calc(100% - 593px);
}
#features .media-text-box .txt {
flex-basis: 593px;
}
}
.media-text-box picture {
display: block;
}
.media-text-box .img {
position: relative;
}
.media-text-box .img img {
width: 100%;
max-width: none;
}
.media-text-box .txt {
background: #ffffff;
position: relative;
padding-top: 4rem;
padding-bottom: 4rem;
margin-bottom: 2rem;
}
.media-text-box h3 {
position: relative;
padding-bottom: 1.8rem;
margin-bottom: 1.8rem;
font-size: 2rem;
}
.media-text-box h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
display: inline-block;
width: 9rem;
height: 1px;
background: #4C66F3;
}
.media-text-box p {
line-height: 2.15;
margin-bottom: 1rem;
}
.media-text-box .catch {
position: absolute;
top: -1.5em;
left: -15px;
max-width: 96px;
}
@media screen and (min-width: 768px) {
.media-text-box .catch {
top: -1.5em;
left: -1em;
max-width: 100%;
}
} .add-bg-img.our-image {
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-our-title.png) no-repeat top center;
background-size: 190%;
background-position: 30vw 50%;
}
@media screen and (min-width: 768px) {
.add-bg-img.our-image {
background-size: 100%;
background-position: 40vw 40%;
}
}
@media screen and (min-width: 768px) {
.business-box {
display: flex;
gap: 4rem;
margin-bottom: 6rem;
}
.business-box .media-text-box {
flex-basis: calc((100% - 4rem) / 2);
}
}
@media screen and (min-width: 1025px) {
.business-box {
display: flex;
justify-content: space-between;
}
.business-box .media-text-box {
flex-basis: 495px;
}
}
.business-box.other {
align-items: center;
margin-bottom: 8rem;
}
.business-box.other .other-img {
margin-bottom: 4rem;
}
.business-box.other dl {
border-bottom: 1px solid #d9d9d9;
padding-bottom: 2rem;
margin-bottom: 2rem;
}
.business-box.other dl:last-child {
border: none;
}
.business-box.other dt {
color: #05244A;
font-size: 1.8rem;
line-height: 2.22;
}
.business-box.other dd {
font-size: 1.6rem;
line-height: 1.875;
}
@media screen and (min-width: 768px) {
.business-box.other {
margin-bottom: 10rem;
gap: 40px;
}
.business-box.other dl {
display: flex;
justify-content: space-between;
gap: 4rem;
padding-left: 1rem;
padding-right: 1rem;
}
.business-box.other dt {
flex-basis: 16rem;
font-size: 2rem;
line-height: 2;
}
.business-box.other dd {
flex-basis: calc(100% - 4rem - 16rem);
line-height: 2.1875;
}
}
@media screen and (min-width: 1025px) {
.business-box.other .other-img {
flex-basis: 408px;
}
.business-box.other .other-business {
flex-basis: calc(100% - 408px - 40px);
}
}
#ourbusiness a.round-link {
padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
#ourbusiness a.round-link {
padding: 1.5rem 3rem;
}
}  .tab-area {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 4rem;
}
.tab-area li {
cursor: pointer; }
@media screen and (min-width: 768px) {
.tab-area {
max-width: calc(970px - 4rem);
margin: 0 auto 4rem;
}
}
.tab {
transition: all ease 0.3s;
position: relative;
flex-basis: calc((100% - 2rem) / 2);
color: #1571DA;
border: 1px solid #146AEF;
text-align: center;
border-radius: 80px;
padding: 1rem;
font-weight: 700;
}
.tab::after {
transition: all ease 0.3s;
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
right: 15px;
display: block;
width: 8px;
height: 8px;
border-right: 2px solid #0073FF;
border-bottom: 2px solid #0073FF;
}
@media screen and (min-width: 768px) {
.tab {
flex-basis: calc((100% - 6rem) / 4);
}
}
.tab.active {
background: linear-gradient(138.62deg, #4E5CF1 17.29%, #4280F6 92.08%);
color: #fff;
}
.tab.active::after {
transform: translateY(-50%) rotate(45deg);
border-color: #FFF;
}
.panel {
display: none;
}
.panel.active {
display: block;
} .accordion-area {
list-style: none;
max-width: 970px;
margin: 0 auto;
font-weight: 500;
line-height: 1.75;
} .accordion-area .acc-btn {
position: relative; cursor: pointer;
padding: 2rem 5rem 2rem 5rem;
margin-bottom: 1rem;
border-radius: 0.5rem;
transition: all 0.5s ease;
background: #ffffff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.accordion-area .acc-btn .q-num {
position: absolute;
top: 1.7rem;
left: 1.5rem;
color: #0061ff;
font-family: "Barlow", sans-serif;
font-size: 2rem;
}
.accordion-area .acc-btn .q-num.ten {
left: 1rem;
}
.accordion-area .acc-btn::before,
.accordion-area .acc-btn::after {
position: absolute;
content: "";
top: 50%;
right: 15px;
background-color: #0061ff;
}
.accordion-area .acc-btn::before {
width: 15px;
height: 1px;
transform: translateY(-50%) rotate(0deg);
}
.accordion-area .acc-btn::after {
width: 15px;
height: 1px;
transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
.accordion-area .acc-btn {
padding-left: 10rem;
}
.accordion-area .acc-btn .q-num {
left: 6.5rem;
}
.accordion-area .acc-btn .q-num.ten {
left: 6rem;
}
} .accordion-area .acc-btn.close::before {
transform: rotate(45deg);
}
.accordion-area .acc-btn.close::after {
transform: rotate(-45deg);
} .accordion-area .acc-body {
display: none; padding: 1rem 2rem 2rem;
font-weight: 400;
}
@media screen and (min-width: 768px) {
.accordion-area .acc-body {
padding-left: 7rem;
}
} .company-box {
margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
.company-box {
display: flex;
gap: 4rem;
margin-bottom: 6rem;
}
.company-box .thumb-slider-wrapper {
max-width: 570px;
}
.company-box .company-detail {
flex-basis: calc(100% - 570px - 4rem);
}
}
.company-detail p {
line-height: 2.1875;
margin-bottom: 4rem;
}
#company .thumb-slider-wrapper {
margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
#company .thumb-slider-wrapper {
margin-bottom: 4rem;
}
}
#company .thumbnail {
padding: 0.5rem 0;
}
#company .slick-list {
background: #000;
}
#company .thumbnail .slick-track {
transform: unset !important;
}
#company .thumbnail-img {
transition: opacity 0.3s linear;
display: block;
}
#company .thumbnail-img img {
opacity: 0.3;
}
#company .thumbnail .slick-current img {
opacity: 1;
}
#company .member {
display: flex;
gap: 1rem;
}
#company .member li {
flex-basis: calc((100% - 2rem) / 3);
}
#company .member img {
display: block;
width: 100%;
}
#company .slick-prev,
#company .slick-next {
top: calc(100% + 4rem);
}
#company .slick-prev:before,
#company .slick-next:before {
background: #333;
border-radius: 30px;
display: block;
opacity: 1;
}
#company .slick-prev {
margin-left: 14px;
z-index: 999;
opacity: 1;
}
#company .slick-next {
margin-right: 14px;
z-index: 999;
opacity: 1;
} .add-bg-img.recruit-image {
background: #05244A url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-recruit-title.png) no-repeat top right/cover;
background-position: -2vw;
}
@media screen and (min-width: 768px) {
.add-bg-img.recruit-image {
background-size: 80% !important;
background: #05244A url(//optec-exp.com/wp/wp-content/themes/optec-express/img/top-recruit-title.png) no-repeat top right;
background-position: 22vw;
}
}
.recruit-box {
background: #ffffff;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.0588235294);
padding: 3rem 1rem 1rem;
}
.recruit-box p {
line-height: 2.1875;
margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.recruit-box {
max-width: 540px;
padding-left: 3rem;
padding-right: 3rem;
}
} #about-mission .content {
padding-top: 2rem;
}
.mission-box p {
line-height: 2.1875;
margin-bottom: 2rem;
}
.mission-box img {
display: block;
width: 100%;
}
.mission-box .mission-img {
position: relative;
padding-bottom: 0;
margin-bottom: 4rem;
}
.mission-box .mission-img .catch {
width: auto;
max-width: 100%;
position: absolute;
bottom: -2em;
}
@media screen and (min-width: 768px) {
.mission-box {
display: flex;
align-items: flex-start;
gap: 2rem;
}
.mission-box p {
line-height: 2.625;
margin-bottom: 4rem;
}
.mission-box .grad-title {
flex-basis: calc(60% - 1rem);
}
.mission-box .mission-img {
margin-top: 10rem;
flex-basis: calc(40% - 1rem);
}
.mission-box .mission-img .catch {
left: -8rem;
}
}
@media screen and (min-width: 1025px) {
.mission-box {
gap: 8rem;
}
.mission-box .grad-title {
flex-basis: calc(100% - 393px - 8rem);
}
.mission-box .mission-img {
flex-basis: 393px;
}
} .president-box p {
line-height: 2.1875;
margin-bottom: 2rem;
font-size: 1.6rem;
}
.president-box .sub-heading {
font-size: 1.8rem;
margin-bottom: 2rem;
}
.president-box .president-img {
margin-bottom: 4rem;
max-width: 448px;
margin-left: auto;
margin-right: auto;
}
.president-box .grad-title .president-img {
max-width: 232px;
}
.president-box .read-more {
line-height: 2.1875;
transition: all ease 0.3s;
margin: 2em auto;
color: #ffffff;
border-color: #ffffff;
}
.president-box .read-more::after {
border-color: #ffffff;
}
@media screen and (max-width: 767px) {
.president-box .more-text {
text-indent: -1em;
}
.president-box .more-text::first-letter {
background: #05244A;
}
}
@media screen and (min-width: 768px) {
.president-box {
display: flex;
gap: 2rem;
}
.president-box .sub-heading {
font-size: 2rem;
margin-bottom: 1em;
}
.president-box .grad-title {
order: 2;
flex-basis: calc(50% - 1rem);
}
.president-box .president-img {
margin-top: 10rem;
order: 1;
flex-basis: calc(50% - 1rem);
}
}
@media screen and (min-width: 1025px) {
.president-box {
gap: 8rem;
}
.president-box .grad-title {
flex-basis: calc(50% - 4rem);
}
.president-box .president-img {
flex-basis: calc(50% - 4rem);
}
} .area-box {
display: flex;
flex-wrap: wrap;
margin: 4rem 0 4rem;
}
.area-box .address {
line-height: 2.4;
}
.area-box .address dl {
font-weight: bold;
}
.area-box .area {
flex-basis: 100%;
}
.area-box .area.tokyo {
align-items: flex-end;
}
.area-box .area.china .address {
display: flex;
flex-wrap: wrap;
}
.area-box .area.china .address dt {
flex-basis: 4em;
}
.area-box .area.china .address dd {
flex-basis: calc(100% - 4em);
}
.area-box .area-img01 img,
.area-box .area-img02 img {
display: block;
width: 100%;
max-width: none;
}
.area-box .area-img01 {
flex-basis: 100%;
margin-bottom: 1rem;
}
.area-box .area-img01 p {
flex-basis: 100%;
}
.area-box .area-img02 {
display: flex;
gap: 1rem;
}
.area-box .area-img02 li {
flex-basis: calc((100% - 2rem) / 3);
}
.area-box .area.other .txt {
margin-bottom: 2rem;
}
.area-box .area.other .img {
text-align: center;
}
.area-box .area.other .img img {
display: inline-block;
max-width: 196px;
}
@media screen and (max-width: 767px) {
.area-box {
display: block;
}
.area-box .area-img01,
.area-box .area-img02 {
margin-left: -2rem;
margin-right: -2rem;
}
.area-box .address dd br {
display: none;
}
}
@media screen and (min-width: 768px) {
.area-box {
gap: 2rem;
}
.area-box .area {
flex-basis: calc(50% - 1rem);
}
.area-box .area-img01 {
flex-basis: calc(50% - 1rem);
}
.area-box .area.other .grad-text {
font-size: 6rem;
}
.area-box .area.other {
display: flex;
align-items: center;
gap: 1rem;
}
.area-box .area.other .txt {
flex-basis: calc(78% - 0.5rem);
}
.area-box .area.other .img {
flex-basis: calc(22% - 0.5rem);
}
} .staff h3 {
font-size: 2.2rem;
line-height: 2.7272727273;
}
@media screen and (min-width: 768px) {
.staff h3 {
font-size: 2.8rem;
line-height: 2.1428571429;
}
}
.staff-slide {
display: flex;
gap: 4rem;
margin-bottom: 8rem;
}
.staff-slide li {
max-width: 156px;
margin: 0 2rem;
line-height: 1.3;
}
.staff-slide li span {
display: block;
line-height: 2.5;
}
@media screen and (min-width: 768px) {
.staff-slide {
gap: 8rem;
margin-bottom: 10rem;
}
.staff-slide li {
max-width: 283px;
margin: 0 4rem;
line-height: 1.8;
}
} #about-company-detail .grad-text {
margin-top: 0.8em;
}
.company-detail-box {
max-width: 990px;
margin: 0 auto 4rem;
}
.company-detail-box dl {
display: flex;
border-bottom: 1px solid #626262;
padding: 1.5em 0;
font-size: 1.2rem;
}
.company-detail-box dl:last-child {
border: none;
}
.company-detail-box dt {
font-weight: 500;
flex-basis: 25%;
}
.company-detail-box dd {
font-weight: 500;
flex-basis: 75%;
}
@media screen and (min-width: 768px) {
.company-detail-box dl {
font-size: 1.6rem;
}
} #about-history .grad-title .grad-text {
margin-top: 0.8em;
}
.vis-hide {
visibility: hidden;
}
.about-history-box {
max-width: 990px;
margin: 0 auto 4rem;
}
.about-history-box dl {
overflow: hidden;
display: flex;
font-size: 1.2rem;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.about-history-box dt {
position: relative;
flex-basis: 90px;
font-size: 3.5rem;
font-weight: 600;
letter-spacing: -0.05em;
line-height: 1.2;
}
.about-history-box dt::before {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 5px;
height: 5px;
border-radius: 50%;
background: #1F25E6;
}
.about-history-box dt::after {
content: "";
position: absolute;
right: 2px;
height: calc(100% - 2px);
border-right: 1px dashed #1F25E6;
}
.about-history-box dd {
flex-basis: calc(100% - 100px);
font-weight: 500;
line-height: 1.1;
}
@media screen and (min-width: 768px) {
.about-history-box dl {
font-size: 1.6rem;
}
.about-history-box dt {
font-size: 5rem;
flex-basis: 140px;
}
.about-history-box dd {
flex-basis: 75%;
}
}
.about-history-box dl:first-child dt::after {
height: calc(50% - 2px);
top: 50%;
}
.about-history-box dl:last-child dt::after {
height: 50%;
} #about-effort {
position: relative;
z-index: 10;
}
#about-effort .grad-text {
margin-top: 0.8em;
}
.add-bg-img.effort-image {
background: #05244A url(//optec-exp.com/wp/wp-content/themes/optec-express/img/page-company-effort-title.png) no-repeat top right;
background-size: cover;
}
@media screen and (min-width: 768px) {
.add-bg-img.effort-image {
background-size: 80% !important;
}
}
.about-effort-box-wrapper {
max-width: 1400px;
margin: 0 auto;
display: flex;
}
@media screen and (max-width: 767px) {
.about-effort-box-wrapper {
padding: 20px;
}
}
.about-effort-box {
max-width: 1160px;
margin-left: auto;
}
.about-effort-box article {
background: #ffffff;
padding: 4rem 3rem 2rem;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
margin-bottom: 2rem;
}
.about-effort-box h3 {
font-size: 2.2rem;
line-height: 1.3636363636;
font-weight: 700;
margin-bottom: 1rem;
}
.about-effort-box p {
margin-bottom: 3rem;
font-size: 1.6rem;
line-height: 1.875;
font-weight: 400;
}
.about-effort-box .img-box-top {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.about-effort-box .img-box-top img {
position: relative;
left: -2.5rem;
}
.about-effort-box .img-box {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
}
.about-effort-box .img-box li {
flex-basis: calc((100% - 1rem) / 2);
text-align: center;
}
@media screen and (min-width: 1025px) {
.about-effort-box {
padding-left: 20px;
}
}
@media screen and (min-width: 1025px) {
.about-effort-box {
display: flex;
}
.about-effort-box article {
flex-basis: 33.3333333333%;
}
.about-effort-box .img-box-top {
min-height: 11rem;
}
} #features01 {
overflow: hidden;
}
#features01 .content {
padding-top: 8vw;
}
.features-hr {
margin: 4rem 0;
}
.features-title-box {
position: relative;
z-index: 2;
margin-bottom: 8rem;
}
.features-title-box::before {
content: "";
position: absolute;
left: -31%;
top: 60px;
z-index: -1;
width: 100%;
height: 100%;
background: #F0F3F6;
}
.features-title-box .num {
position: relative;
margin-bottom: 2rem;
font-size: 7rem;
}
.features-title-box .num span {
position: relative;
line-height: 1;
letter-spacing: -0.05em;
padding-bottom: 1rem;
}
.features-title-box h2 {
position: relative;
font-size: 2.4rem;
color: #0b0429;
}
.features-title-box h2::after {
content: "";
position: absolute;
left: 0;
top: -2rem;
display: block;
width: 54px;
height: 1px;
background: #8572ff;
}
.features-title-box p {
margin-top: 2rem;
font-size: 1.6rem;
line-height: 2.1875;
}
@media screen and (min-width: 768px) {
.features-title-box {
display: flex;
}
.features-title-box::before {
left: -37%;
top: 15px;
}
.features-title-box .num {
flex-basis: calc(2em + 60px);
font-size: 12rem;
}
.features-title-box .num span {
position: absolute;
top: 20px;
transform: translateY(-50%);
}
.features-title-box .heading {
flex-basis: calc(100% - 2em - 60px);
}
.features-title-box h2::after {
left: auto;
top: 50%;
bottom: auto;
right: calc(100% + 20px);
}
}
.features-image-box {
margin-bottom: 2rem;
}
.features-image-box p {
line-height: 1.9375;
margin-bottom: 1em;
}
.features-image-box .img {
text-align: center;
margin-bottom: 2rem;
}
.features-image-box .txt {
font-size: 1.6rem;
margin-bottom: 4rem;
}
.features-image-box.center {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.features-image-box h3.point {
position: relative;
font-size: 2.2rem;
line-height: 1.5909090909;
padding-top: 24px;
padding-bottom: 1rem;
margin-bottom: 2rem;
}
.features-image-box h3.point .logo {
position: absolute;
top: -5px;
padding-left: 0.5rem;
}
.features-image-box h3.point::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 54px;
height: 1px;
background: #8572ff;
}
.features-image-box h3.point::before {
content: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/page-features-point.svg);
display: inline-block;
position: absolute;
top: 0px;
left: -14px;
}
.features-image-box h3.point.white::before {
content: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/page-features-point-w.svg);
}
@media screen and (max-width: 767px) {
.features-image-box .img {
margin-left: -20px;
margin-right: -20px;
}
.features-image-box .img.inner {
margin-left: 0;
margin-right: 0;
}
.features-image-box .img img {
width: 100%;
}
}
@media screen and (min-width: 768px) {
.features-image-box {
display: flex;
align-items: center;
gap: 2rem;
}
.features-image-box.center {
flex-direction: column-reverse;
}
.features-image-box.center .img {
flex-basis: auto;
}
.features-image-box.reverse {
flex-direction: row-reverse;
}
.features-image-box .img {
flex-basis: calc((100% - 1em) / 2);
}
.features-image-box .txt {
flex-basis: calc((100% - 1em) / 2);
}
}
@media screen and (min-width: 1025px) {
.features-image-box {
gap: 4rem;
}
.features-image-box .img {
flex-basis: 534px;
}
.features-image-box .txt {
flex-basis: calc(100% - 4rem - 534px);
}
.features-image-box.reverse .txt {
flex-basis: 534px;
}
.features-image-box.reverse .img {
flex-basis: calc(100% - 4rem - 534px);
}
}
#features02 .content {
padding-top: 4vw;
}
#features02 h3::after {
background-color: #ffffff;
}
#features02 .heading {
position: relative;
}
#features02 .heading::before {
content: "";
position: absolute;
z-index: -1;
bottom: -4rem;
right: -2rem;
display: block;
background: rgba(240, 243, 246, 0.1019607843);
width: 70%;
height: calc(100% + 16rem);
}
#features02 .features-title-box {
margin-bottom: 12rem;
display: flex;
flex-direction: column;
}
#features02 .features-title-box::before {
content: none;
}
#features02 .features-title-box .num {
flex-basis: auto;
display: flex;
align-items: flex-end;
flex-direction: column;
}
#features02 .features-title-box .num span {
position: relative;
top: 0;
transform: none;
padding-bottom: 4rem;
}
#features02 .features-title-box .num h2 {
color: #ffffff;
}
#features02 .features-title-box .num h2::after {
left: auto;
right: 0;
}
@media screen and (min-width: 768px) {
#features02 .content {
padding-top: 8vw;
}
#features02 .heading::before {
width: 200%;
right: auto;
left: -4rem;
height: calc(100% + 13rem);
bottom: -4rem;
}
#features02 .features-title-box {
display: block;
max-width: 70%;
margin-left: auto;
}
#features02 .features-title-box .num {
flex-basis: auto;
display: flex;
align-items: center;
flex-direction: row;
}
#features02 .features-title-box .num span {
position: relative;
top: 0;
transform: none;
padding-right: 84px;
padding-bottom: 1rem;
}
#features02 .features-title-box .num h2::after {
left: -70px;
right: auto;
}
}
#features03 .content {
padding-top: 11vw;
} #recruit-page .grad-title p.grad-text {
font-weight: 200;
font-size: 4.7rem;
}
#recruit-page .grad-title h2 {
font-size: 2.2rem;
}
#recruit-page .grad-title.tac h2 {
padding-left: 0;
}
#recruit-page .grad-title.tac h2::before {
content: none;
}
@media screen and (min-width: 768px) {
#recruit-page .grad-title p.grad-text {
font-size: 8.5rem;
}
#recruit-page .grad-title h2 {
font-size: 2.8rem;
}
#recruit-page .grad-title.tac h2 br {
display: none;
}
}
#recruit-page .recruit-header-content .grad-title p.grad-text {
letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
#recruit-page .recruit-header-content .grad-title p.grad-text {
margin-bottom: 0rem;
}
#recruit-page .recruit-header-content .grad-title h2 {
font-size: 1.6rem;
padding-left: 40px;
}
#recruit-page .recruit-header-content .grad-title h2::before {
width: 25px;
}
}
#site-header.recruit {
position: absolute;
z-index: 50;
top: 0;
width: 100%;
}
.recruit-header-image {
position: absolute;
z-index: 2;
width: 87%;
margin-left: 13%;
margin-top: -1px;
overflow: hidden;
}
.recruit-header-image img {
width: 100%;
}
@media screen and (min-width: 768px) {
.recruit-header-image {
width: 70%;
margin-left: 30%;
}
}
.recruit-header-content {
position: absolute;
z-index: 10;
width: 100%;
top: 34vw;
}
@media screen and (min-width: 768px) {
.recruit-header-content {
top: 22vw;
}
}
@media screen and (min-width: 1025px) {
.recruit-header-content {
top: 26vw;
}
}
#page-recruit-head-grad {
margin-top: 0;
position: relative;
z-index: 1;
top: 23vw;
padding: 24vw 0;
}
@media screen and (min-width: 768px) {
#page-recruit-head-grad {
top: 9vw;
}
}
.recruit-header-message {
width: 29vw;
}
@media screen and (min-width: 1025px) {
.recruit-header-message {
width: 380px;
margin-bottom: 3vw;
}
}
#recruit-page .features-title-box {
display: block;
margin-bottom: 4rem;
}
#recruit-page .features-title-box p {
margin-top: 0;
margin-bottom: 2rem;
}
#recruit-page .features-title-box h2::after {
content: none;
}
#recruit-page .features-title-box::before {
top: 25px;
height: 160%;
z-index: -1;
}
@media screen and (min-width: 768px) {
#recruit-page .features-title-box {
flex-basis: 55%;
position: relative;
z-index: 3;
}
#recruit-page .features-title-box::before {
top: 45px;
height: 95%;
z-index: -1;
width: 180%;
}
#recruit-page .img {
flex-basis: 45%;
}
#recruit-page .img .img01 {
margin-top: -28%;
width: 95%;
position: relative;
left: -20%;
}
#recruit-page .img .img02 {
width: 65%;
}
}
#recruit01 {
margin-top: 26vw;
}
@media screen and (min-width: 768px) {
#recruit01 {
margin-top: 10vw;
padding-top: 8vw;
}
}
.recruit01-box {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.recruit01-box {
display: flex;
flex-direction: row;
}
}
.recruit01-box .img {
position: relative;
z-index: 3;
}
.recruit01-box .img .img01 {
width: 85%;
margin-bottom: 4rem;
}
.recruit01-box .img .img02 {
width: 50%;
margin-left: auto;
}
#recruit02 {
padding-top: 5rem;
}
#recruit02 .works-lists li {
background: #F0F3F6;
}
@media screen and (min-width: 768px) {
#recruit02 {
padding-top: 8rem;
}
}
#recruit-page .works-lists {
row-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;       }
#recruit-page .works-lists .per {
display: flex;
align-items: baseline;
}
#recruit-page .works-lists .unit {
margin-left: -0.25em;
}
#recruit-page .works-lists .text-wrapper.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#recruit-page .works-lists .no9 {
flex-basis: 100%;
}
#recruit-page .works-lists .no9 .p-rel {
height: 100%;
}
#recruit-page .works-lists .no9 .text-wrapper {
bottom: 0;
width: 100%;
display: flex;
justify-content: space-around;
}
#recruit-page .works-lists .no9 .grad-text {
font-size: clamp(7.5rem, 5.1059rem + 9.8218vw, 13.7rem);
}
#recruit-page .works-lists .no9 .unit {
font-size: clamp(3.3rem, 2.1802rem + 4.5941vw, 6.2rem);
}
#recruit-page .works-lists .no10 {
flex-basis: calc(50% - 5px);
}
#recruit-page .works-lists .no10 .abs-txt {
font-size: 0.8rem;
right: 0;
bottom: 0;
font-style: normal;
}
#recruit-page .works-lists .no10 .grad-text {
font-size: clamp(4.8rem, 2.2901rem + 10.297vw, 11.3rem);
}
#recruit-page .works-lists .no10 .unit {
font-size: clamp(2.2rem, 1.1188rem + 4.4356vw, 5rem);
}
#recruit-page .works-lists .no11 {
flex-basis: calc(50% - 5px);
}
#recruit-page .works-lists .no11 .grad-text {
font-size: clamp(4.8rem, 2.2901rem + 10.297vw, 11.3rem);
}
#recruit-page .works-lists .no11 .unit {
font-size: clamp(1.8rem, 0.8347rem + 3.9604vw, 4.3rem);
}
#recruit-page .works-lists .no12 {
flex-basis: calc(65% - 5px);
}
#recruit-page .works-lists .no12 .time-img {
display: flex;
gap: 20px;
justify-content: space-between;
align-items: center;
}
#recruit-page .works-lists .no12 .time-img .clock {
flex-basis: 40%;
text-align: center;
}
#recruit-page .works-lists .no12 .time-img .clock img {
max-width: 40px;
max-height: 40px;
}
#recruit-page .works-lists .no12 .time-img .bar-chart {
flex-basis: calc(60% - 20px);
}
#recruit-page .works-lists .no12 .abs-txt {
top: 0;
left: 0;
}
#recruit-page .works-lists .no12 .text-wrapper.abs-txt {
top: auto;
bottom: 0;
left: 0;
}
#recruit-page .works-lists .no12 .grad-text {
letter-spacing: -0.1em;
padding-right: 0.15em;
font-size: clamp(5rem, 1.5248rem + 14.2574vw, 14rem);
}
#recruit-page .works-lists .no12 .unit {
margin-left: -0.5em;
font-size: clamp(1.8rem, 0.5644rem + 5.0693vw, 5rem);
}
@media screen and (min-width: 768px) {
#recruit-page .works-lists .no12 .time-img .clock {
text-align: left;
}
#recruit-page .works-lists .no12 .time-img .clock img {
max-width: 140px;
max-height: 140px;
transform: translateY(-50%);
}
}
#recruit-page .works-lists .no13 {
flex-basis: calc(35% - 5px);
display: flex;
flex-direction: column;
justify-content: space-between;
}
#recruit-page .works-lists .no13 .p-rel {
display: flex;
height: 100%;
}
#recruit-page .works-lists .no13 .text-wrapper.abs-txt {
top: auto;
bottom: 0;
left: 0;
}
#recruit-page .works-lists .no13 .grad-text {
letter-spacing: -0.08em;
padding-right: 0.15em;
font-size: clamp(5rem, 1.5248rem + 14.2574vw, 14rem);
}
#recruit-page .works-lists .no13 .unit {
margin-left: -0.4em;
font-size: clamp(1.8rem, 0.5644rem + 5.0693vw, 5rem);
}
#recruit-page .works-lists .no14 {
flex-basis: calc(50% - 5px);
display: flex;
flex-direction: column;
}
#recruit-page .works-lists .no14 .p-rel {
height: 100%;
}
#recruit-page .works-lists .no14 .abs-img {
max-width: 60px;
max-height: 60px;
}
#recruit-page .works-lists .no14 .text-wrapper {
position: absolute;
width: 100%;
bottom: 0;
}
#recruit-page .works-lists .no14 .grad-text {
line-height: 0.8;
font-size: clamp(4.8rem, 2.2901rem + 10.297vw, 11.3rem);
}
#recruit-page .works-lists .no14 .unit {
font-size: clamp(2.2rem, 1.1188rem + 4.4356vw, 5rem);
}
#recruit-page .works-lists .no15 {
flex-basis: calc(50% - 5px);
}
#recruit-page .works-lists h3 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
#recruit-page .works-lists .chart {
position: relative;
max-width: 280px;
margin: auto;
}
#recruit-page .works-lists .abs-img {
right: 0;
top: 0;
z-index: -1;
max-width: 40px;
max-height: 40px;
}
#recruit-page .works-lists .grad-text {
font-size: clamp(4.8rem, 2.2901rem + 10.297vw, 11.3rem);
}
#recruit-page .works-lists .unit {
font-size: clamp(2.2rem, 1.1188rem + 4.4356vw, 5rem);
}
@media screen and (min-width: 768px) {
#recruit-page .works-lists {
row-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
#recruit-page .works-lists .abs-img {
max-width: 80px;
max-height: 80px;
}
#recruit-page .works-lists .no9 {
flex-basis: calc(60% - 15px);
}
#recruit-page .works-lists .no10 {
flex-basis: calc(40% - 15px);
}
#recruit-page .works-lists .no10 .abs-txt {
font-size: 1.2rem;
}
#recruit-page .works-lists .no11 {
flex-basis: calc(40% - 15px);
}
#recruit-page .works-lists .no12 {
flex-basis: calc(60% - 15px);
}
#recruit-page .works-lists .no13 {
flex-basis: calc(30% - 20px);
}
#recruit-page .works-lists .no13 .abs-img {
max-width: 120px;
max-height: 120px;
}
#recruit-page .works-lists .no14 {
flex-basis: calc(30% - 20px);
}
#recruit-page .works-lists .no14 .abs-img {
max-width: 100px;
max-height: 100px;
}
#recruit-page .works-lists .no15 {
flex-basis: calc(40% - 20px);
}
#recruit-page .works-lists h3 {
font-size: 3.2rem;
}
}
#recruit03 .grad-title {
margin-bottom: 0;
padding-bottom: 0;
}
#recruit03 .features-title-box p {
margin-bottom: 2.5rem;
}
#recruit03 .message-box01 .message-txt01 .large {
font-size: 2rem;
line-height: 1.75;
}
#recruit03 .name-box {
display: flex;
gap: 20px;
align-items: flex-end;
justify-content: flex-end;
padding-bottom: 1rem;
}
#recruit03 .name-box .post {
font-size: 2rem;
line-height: 1;
}
#recruit03 .name-box .name {
line-height: 1;
font-size: 4rem;
}
#recruit03 .name-box .name img {
line-height: 1;
position: relative;
left: -20px;
}
@media screen and (min-width: 1025px) {
#recruit03 .features-title-box::before {
width: 130%;
top: 126px;
height: 88%;
}
#recruit03 .message-box01 {
display: flex;
gap: 40px;
}
#recruit03 .message-box01 .message-txt01 {
flex-basis: calc(50% - 40px);
}
#recruit03 .message-box01 .message-txt01 .large {
font-size: 2.4rem;
font-weight: 500;
}
#recruit03 .message-box01 .message-img01 {
position: relative;
flex-basis: 50%;
}
#recruit03 .message-box01 .message-img01 p {
position: absolute;
top: 0;
left: 0;
width: 667px;
}
#recruit03 .message-box02 {
display: flex;
align-items: flex-end;
gap: 40px;
}
#recruit03 .message-box02 .message-txt02 {
flex-basis: calc(70% - 40px);
}
#recruit03 .message-box02 .message-img02 {
flex-basis: 30%;
justify-content: center;
align-items: flex-end;
}
#recruit03 .message-box02 .name-box {
justify-content: center;
}
}
#recruit04 {
padding: 6rem 0;
}
.tag-label {
position: relative;
z-index: 10;
}
.tag-label span {
display: inline-block;
border-radius: 100px;
background-color: #04BEF9;
padding: 0.75em 1em;
color: #ffffff;
line-height: 1;
font-size: 1rem;
}
@media screen and (min-width: 768px) {
.tag-label span {
font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
#recruit-page-body .modaal-close {
top: 0;
}
}
.modal-box.staff-modal {
padding: 2rem;
max-height: 70vh;
overflow: auto;
}
@media screen and (min-width: 768px) {
.modal-box.staff-modal {
padding: 4rem 4rem;
}
}
.staff-links {
max-width: 950px;
margin-left: auto;
margin-right: auto;
display: flex;
-moz-column-gap: 20px;
column-gap: 20px;
row-gap: 20px;
flex-wrap: wrap;
}
.staff-links a img.abs-img {
transform-origin: bottom;
transition: all 0.3s ease;
}
.staff-links a:hover img.abs-img {
opacity: 1;
transform: translateX(-50%) scale(1.05) !important;
}
.staff-links a img.staff05 {
bottom: 2px !important;
transform: translateX(-50%) scale(1.2) !important;
}
.staff-links a:hover img.staff05 {
transform: translateX(-50%) scale(1.3) !important;
}
.staff-links .staff-link {
flex-basis: calc(50% - 10px);
margin-top: auto;
display: flex;
flex-direction: column;
}
.staff-links .staff-link .staff-img-wrap {
position: relative;
}
.staff-links .staff-link .staff-img {
margin-top: 2rem;
position: relative;
}
.staff-links .staff-link .staff-img::before,
.staff-links .staff-link .staff-img::after {
content: "";
position: absolute;
display: block;
width: 100%;
bottom: 0;
}
.staff-links .staff-link .staff-img::after {
z-index: 2;
height: 70%;
opacity: 0.8;
border-radius: 0 0 2rem 2rem;
background: linear-gradient(179.32deg, rgba(255, 255, 255, 0) 24.08%, #363636 102.56%);
}
.staff-links .staff-link .staff-img img.abs-img {
transition: all ease 0.3s;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.staff-links .staff-link .staff-img p {
position: absolute;
bottom: 0;
z-index: 5;
padding: 1em;
color: #ffffff;
font-size: 1rem;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.staff-links .staff-link .staff-img p {
font-size: 1.8rem;
}
}
.staff-links .staff-link .staff-txt span {
display: block;
color: #000000;
}
.staff-links .staff-link .staff-txt .post {
font-size: 1rem;
padding: 0.75em 0 0.5em;
}
@media screen and (min-width: 768px) {
.staff-links .staff-link .staff-txt .post {
font-size: 1.6rem;
}
}
.staff-links .staff-link .staff-txt .namelink {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.staff-links .staff-link .staff-txt .name {
font-weight: 700;
}
@media screen and (min-width: 768px) {
.staff-links .staff-link .staff-txt .name {
font-size: 2rem;
}
}
.staff-links .staff-link .staff-txt .click {
position: relative;
top: -3px;
color: #0061ff;
font-size: 1.2rem;
border-bottom: 1px solid #0061ff;
padding-right: 14px;
padding-left: 2px;
padding-bottom: 3px;
line-height: 1;
}
.staff-links .staff-link .staff-txt .click::before,
.staff-links .staff-link .staff-txt .click::after {
display: block;
position: absolute;
content: "";
right: 0;
top: 50%;
transform: translateY(-50%);
border-color: #0061ff;
}
.staff-links .staff-link .staff-txt .click::before {
width: 6px;
height: 6px;
border-top: 1px solid;
border-right: 1px solid;
}
.staff-links .staff-link .staff-txt .click::after {
border-top: 1px solid;
width: 8px;
right: -1;
transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
.staff-links .staff-link .staff-txt .click {
font-size: 2rem;
padding-right: 16px;
}
.staff-links .staff-link .staff-txt .click::before {
width: 8px;
height: 8px;
}
.staff-links .staff-link .staff-txt .click::after {
width: 10px;
right: -1;
transform: rotate(-45deg);
}
}
.staff-links .staff-link.no4 .abs-img {
width: 93%;
}
.staff-links .staff-link.no6 .abs-img {
width: 99%;
}
.staff-links .staff-link.no1 .abs-img {
width: 90%;
}
.staff-links .staff-link.no2 .abs-img {
width: 90%;
}
.staff-links .staff-link.no3 .abs-img {
width: 98%;
}
@media screen and (min-width: 768px) {
.staff-links {
-moz-column-gap: 60px;
column-gap: 60px;
row-gap: 60px;
}
.staff-links .staff-link {
flex-basis: calc((100% - 120px) / 3);
}
}
.recruit-modal dt {
font-weight: normal;
}
.recruit-modal .profile {
display: flex;
gap: 10px;
margin-bottom: 2rem;
}
.recruit-modal .profile .detail {
flex-basis: calc(60% - 10px);
}
.recruit-modal .profile .detail .name {
font-size: 2.5rem;
font-weight: 500;
margin-bottom: 1rem;
}
.recruit-modal .profile .detail .history {
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
font-weight: normal;
}
.recruit-modal .profile .detail .history dt {
flex-basis: 5em;
margin-bottom: 1em;
}
.recruit-modal .profile .detail .history dd {
border-left: 1px solid #898989;
padding-left: 1em;
flex-basis: calc(100% - 5em);
}
.recruit-modal .profile .img {
flex-basis: 40%;
border-bottom: 1px solid #9766ff;
}
.recruit-modal .profile .staff05 {
transform-origin: bottom center;
transform: scale(1.15);
}
.recruit-modal .staff-content h4 {
font-size: 2.4rem;
margin-bottom: 0.5em;
color: #0061ff;
padding-left: 0.5em;
border-left: 2px solid #0061ff;
line-height: 1.2;
}
.recruit-modal .staff-content p {
font-size: 1.5rem;
margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
.recruit-modal {
display: flex;
gap: 2rem;
}
.recruit-modal .profile {
flex-basis: 220px;
order: 2;
display: flex;
flex-direction: column-reverse;
}
.recruit-modal .staff-content {
flex-basis: calc(100% - 220px - 2rem);
order: 1;
}
.recruit-modal .staff-content h4 {
font-size: 2.6rem;
}
.recruit-modal .staff-content p {
font-size: 1.8rem;
}
}
#recruit05 {
padding: 6rem 0;
background: #F0F3F6;
}
#recruit05 .grad-title h2 {
font-size: 4.7rem;
}
#recruit05 .grad-title p {
line-height: 1.6;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
#recruit05 .jobtype-lists {
display: flex;
flex-wrap: wrap;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 20px;
}
#recruit05 .jobtype-lists a.img-tab {
flex-basis: calc(50% - 5px);
}
#recruit05 .job-data {
display: block;
padding: 1rem;
}
#recruit05 .job-data .type {
font-family: "futura-pt", sans-serif;
color: #9766ff;
display: block;
font-weight: 400;
}
#recruit05 .job-data .name {
color: #05244A;
font-size: 1.3rem;
font-weight: 500;
}
@media screen and (min-width: 768px) {
#recruit05 .grad-title h2 {
font-size: 8.5rem;
}
#recruit05 .jobtype-lists a.img-tab {
flex-basis: calc((100% - 30px) / 4);
}
#recruit05 .job-data {
padding: 1.5rem 1rem;
}
#recruit05 .job-data .type {
font-size: 2rem;
}
#recruit05 .job-data .name {
font-size: 2rem;
}
}
#recruit06 {
padding: 6rem 0;
}
#recruit06 .grad-title h2 {
color: #0073ff;
font-size: 2.4rem;
font-weight: 700;
}
#recruit06 .grad-btn {
position: relative;
gap: 30px;
background: linear-gradient(90deg, #0085FF 0%, #9766FF 100%);
}
#recruit06 .grad-btn::after {
content: "";
display: inline-block;
width: 27px;
height: 27px;
top: 50%;
right: 0;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-circle-arrow-white.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
#recruit06 {
padding: 10rem 0;
}
#recruit06 .grad-title h2 {
font-size: 3.5rem;
}
}
.recruit-table {
margin-bottom: 4rem;
}
.recruit-table dl {
display: flex;
gap: 2px;
font-size: 1.2rem;
}
.recruit-table dl:first-child dt,
.recruit-table dl:first-child dd {
border-top: 2px solid #edf5fe;
}
.recruit-table dl:last-child dt,
.recruit-table dl:last-child dd {
border-bottom: 2px solid #edf5fe;
}
.recruit-table dt {
flex-basis: 98px;
padding: 1.5rem 1rem;
border-bottom: 2px solid #ffffff;
background: #edf5fe;
color: #0073ff;
font-size: 1.2rem;
letter-spacing: 0.2em;
}
.recruit-table dd {
flex-basis: calc(100% - 100px);
padding: 1.5rem 1rem;
background: #ffffff;
border-bottom: 2px solid #edf5fe;
font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
.recruit-table {
margin-bottom: 8rem;
}
.recruit-table dt {
flex-basis: 265px;
padding: 3rem 4rem;
font-size: 2rem;
}
.recruit-table dd {
flex-basis: calc(100% - 265px);
padding: 3rem 4rem;
font-size: 1.6rem;
line-height: 2.1875;
}
}
ul.default li {
list-style-type: initial;
margin-left: 18px;
} #archive-contents {
overflow: hidden;
position: relative;
z-index: 10;
}
#archive-contents .content {
padding-top: 3rem;
}
.archive-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 4rem;
}
.archive-links .links {
position: relative;
flex-basis: calc((100% - 2rem) / 3);
}
@media screen and (min-width: 768px) {
.archive-links {
max-width: calc(840px - 4rem);
margin: 0 auto 4rem;
}
.archive-links .links>a,
.archive-links span.acc-title {
font-size: 1.8rem;
}
}
.archive-links .links>a,
.archive-links .links .acc-title {
display: block;
transition: all ease 0.3s;
position: relative;
flex-basis: calc((100% - 2rem) / 2);
color: #1571DA;
border: 1px solid #146AEF;
text-align: center;
border-radius: 80px;
padding: 1rem;
font-weight: 700;
font-size: 1rem;
width: 100%;
max-width: 220px;
cursor: pointer; }
.archive-links .links>a:hover,
.archive-links .links .acc-title:hover {
color: #ffffff;
background: #1571DA;
}
.archive-links .links>a:hover::after,
.archive-links .links .acc-title:hover::after {
border-color: #ffffff;
}
@media screen and (min-width: 768px) {
.archive-links .links>a,
.archive-links .links .acc-title {
font-size: 1.8rem;
}
}
.archive-links .links .acc-title::after {
content: "";
transition: all ease 0.3s;
position: absolute;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
right: 15px;
display: block;
width: 8px;
height: 8px;
border: none;
border-right: 2px solid #146AEF;
border-bottom: 2px solid #146AEF;
}
.archive-links .links .acc-content {
padding: 1rem;
}
.archive-links .links .acc-content li {
padding: 0;
border-bottom: 1px solid #146AEF;
}
.archive-links .links .acc-content li a {
display: block;
padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
.archive-links .links .acc-content li a {
padding: 1rem;
}
}
.archive-links .links .acc-content li:last-child {
border: none;
}
.archive-links .links .acc-title.open {
background: linear-gradient(138.62deg, #146AEF 17.29%, #4280F6 92.08%);
color: #fff;
}
.archive-links .links .acc-title.open::after {
transform: translateY(-50%) rotate(45deg);
border-color: #FFF;
}
.archive-links .links .acc-content {
position: absolute;
z-index: 999;
max-width: 120px; background: #FFF;
top: 60px; box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2509803922);
border-radius: 1rem;
}
.archive-links .links .acc-content a {
color: #000000;
}
.archive-links .links .acc-content a:hover {
color: #146AEF;
}
@media screen and (min-width: 768px) {
.archive-links .links .acc-content {
left: 0;
width: 220px;
background: #FFF;
max-width: 300px;
background: #FFF;
}
}  .breadcrumb {
padding: 1rem 0 2rem;
color: #0073ff;
font-size: 1.2rem;
}
.breadcrumb a,
.breadcrumb span {
display: inline-block;
color: #ffffff;
}
.breadcrumb span {
padding: 0 1rem;
transform: scale(0.5, 1.4);
}
#breadcrumbs {
padding: 1rem 0 2rem;
color: #0073ff;
font-size: 1.2rem;
}
#breadcrumbs a,
#breadcrumbs span {
display: inline-block;
color: #ffffff;
}
#breadcrumbs span.breadcrumb_last {
color: #0073ff;
}
#breadcrumbs span.sep {
padding: 0 1rem;
transform: scale(0.5, 1.4);
} .post-lists {
display: flex;
margin-bottom: 6rem;
flex-wrap: wrap;
-moz-column-gap: 1rem;
column-gap: 1rem;
row-gap: 2rem;
}
.blog-card {
flex-basis: calc((100% - 1rem) / 2);
display: block;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.thumb {
display: block;
width: 100%;
height: 90px;
-o-object-fit: cover;
object-fit: cover;
}
.summary {
padding: 1rem;
background: #ffffff;
}
.center-logo {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
}
.meta {
margin-bottom: 1rem;
display: flex;
-moz-column-gap: 1rem;
column-gap: 1rem;
row-gap: 0.5rem;
flex-wrap: wrap;
align-items: center;
font-size: 1rem;
line-height: 1.2;
}
.date {
color: #232638;
font-family: Barlow;
}
.term {
display: inline-block;
padding: 0.15em 1em;
border: 1px solid #0073FF;
border-radius: 100px;
color: #0073FF;
}
.post-title {
position: relative;
line-height: 1.4;
font-size: 1.2rem;
padding-right: 16px;
color: #232638;
}
.post-title::after {
content: "";
position: absolute;
right: 0;
top: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-readmore.svg) center center no-repeat;
background-size: cover;
}
@media screen and (min-width: 768px) {
.post-lists {
gap: 4rem;
}
.blog-card {
border-radius: 2rem;
flex-basis: calc((100% - 8rem) / 3);
}
.summary {
padding: 3rem 2rem;
}
.thumb {
height: 180px;
}
.meta {
font-size: 1.2rem;
}
.term {
padding: 0.15em 1em;
}
.post-title {
padding-right: 24px;
font-size: 1.6rem;
}
.post-title::after {
right: 0;
top: 0;
width: 23px;
height: 23px;
}
}
body.single .content {
max-width: 1280px;
}
body.single-service .content{
max-width: 1120px;
}
body.single .post-content h2,
body.single .post-content h3,
body.single .post-content h4,
body.single .post-content h5 {
color: #0061ff;
}
body.single .post-content p {
font-size: 1.5rem;
line-height: 1.9444444444;
margin-bottom: 2rem;
}
body.single .post-content h2 {
border-left: 1px solid #0061ff;
line-height: 1.4583333333;
padding-left: 0.25em;
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 2.4rem;
}
body.single .post-content h3 {
display: inline-block;
border-bottom: 1px solid #0061ff;
line-height: 1.4545454545;
padding-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 2.2rem;
}
body.single .post-content h4 {
display: inline-block;
border-bottom: 1px solid #0061ff;
line-height: 1.45;
padding-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 2rem;
}
body.single .post-content h5 {
line-height: 1.4444444444;
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
body.single .post-content p {
font-size: 1.8rem;
line-height: 1.9444444444;
}
body.single .post-content h2 {
font-size: 2.6rem;
line-height: 1.4480769231;
}
body.single .post-content h3 {
font-size: 2.2rem;
line-height: 1.4481818182;
}
body.single .post-content h4 {
font-size: 2rem;
line-height: 1.45;
}
body.single .post-content h5 {
font-size: 1.8rem;
}
}
.single-wrapper .post-content {
padding: 4rem 2rem;
margin-bottom: 40px;
}
.single-wrapper .sidebar {
padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
.single-wrapper {
display: flex;
align-items: flex-start;
gap: 20px;
}
.single-wrapper .post-content {
flex-basis: calc(70% - 10px);
}
.single-wrapper .sidebar {
flex-basis: calc(30% - 10px);
}
}
@media screen and (min-width: 1025px) {
.single-wrapper {
gap: 40px;
}
.single-wrapper .post-content {
padding: 6rem 8rem;
flex-basis: 840px;
}
.single-wrapper .sidebar {
flex-basis: 360px;
padding: 4rem 4rem 6rem;
}
}
.post-content {
background: #ffffff;
box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1019607843);
}
.post-content .thumb {
height: 180px;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 4rem;
}
.post-content .entry-title {
font-size: 2.8rem;
letter-spacing: 0.05em;
margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.post-content .thumb {
height: 368px;
}
}
.post-content .post-btm-contact {
background: #F5F5F5;
padding: 2rem;
text-align: center;
margin-top: 4rem;
margin-bottom: 4rem;
}
.post-content .post-btm-contact .text {
font-size: 1.8rem;
line-height: 1.2;
margin-bottom: 2rem;
font-weight: 700;
}
.post-content .post-btm-contact .btn-area {
margin: auto;
margin-bottom: 0;
}
@media screen and (min-width: 768px) {
.post-content .post-btm-contact {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.post-content .post-btm-contact .text {
flex-basis: calc(100% - 20px - 220px);
margin-bottom: 0rem;
}
.post-content .post-btm-contact .text br {
display: none;
}
.post-content .post-btm-contact .btn-area {
flex-basis: 220px;
margin: auto;
}
}
.sidebar {
background: #ffffff;
box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1019607843);
}
.sidebar h2 {
font-size: 1.8rem;
margin-bottom: 2rem;
margin-top: 2rem;
}
.sidebar .side-card {
display: block;
margin-bottom: 20px;
}
.sidebar .thumb {
height: auto;
}
.sidebar .side-summary {
display: flex;
gap: 20px;
}
.sidebar .side-summary .img {
flex-basis: 100px;
}
.sidebar .side-summary .img img {
aspect-ratio: 104/58;
}
.sidebar .side-summary .center-logo img {
-o-object-fit: contain;
object-fit: contain;
}
.sidebar .side-summary .side-title {
flex-basis: calc(100% - 100px - 20px);
}
@media screen and (min-width: 768px) {
.sidebar .side-summary {
gap: 10px;
}
.sidebar .side-summary .img {
flex-basis: calc(40% - 5px);
}
.sidebar .side-summary .side-title {
flex-basis: calc(60% - 5px);
}
}
@media screen and (min-width: 1025px) {
.sidebar .side-summary .img {
flex-basis: 100px;
}
.sidebar .side-summary .img img {
height: 60px;
-o-object-fit: cover;
object-fit: cover;
}
.sidebar .side-summary .center-logo img {
-o-object-fit: contain;
object-fit: contain;
}
.sidebar .side-summary .side-title {
flex-basis: calc(100% - 100px - 10px);
}
} .disp-flex {
display: flex;
}
.sp-btw {
justify-content: space-between;
}
.ai-center {
align-items: center;
}
.fw-wrap {
flex-wrap: wrap;
}
.full {
margin: 0 calc(50% - 50vw);
}
.right-full {
margin-right: calc(50% - 50vw);
}
.left-full {
margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
.sp-full {
margin: 0 calc(50% - 50vw);
}
.sp-right-full {
margin-right: calc(50% - 50vw);
}
.sp-left-full {
margin-left: calc(50% - 50vw);
}
}
@media screen and (min-width: 768px) {
.pc-full {
margin: 0 calc(50% - 50vw);
}
.pc-right-full {
margin-right: calc(50% - 50vw);
}
.pc-left-full {
margin-left: calc(50% - 50vw);
}
} .grad-btn {
display: flex;
justify-content: center;
align-items: center;
padding: 1rem;
border-radius: 100px;
max-width: 220px;
color: #ffffff;
background: linear-gradient(138.62deg, #4E5CF1 17.29%, #4280F6 92.08%);
margin: auto;
}
.grad-btn.bg-grad-purple01 {
background: linear-gradient(90deg, #9766ff, #0073ff);
}
.grad-btn.bg-grad-purple02 {
background: linear-gradient(90deg, #9766ff, #23bbff);
}
.grad-btn.bg-grad-purple03 {
background: linear-gradient(171deg, #9766ff 20%, #04BEF9);
} .pagination {
margin-bottom: 8rem;
}
.pagination .wp-pagenavi,
.pagination ol {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
}
.pagination a,
.pagination span,
.pagination li a {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #E7EDF5;
font-family: "futura-pt", sans-serif;
font-style: italic;
padding-right: 0.1em;
line-height: 1;
font-size: 20px;
}
.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current,
.pagination li a:hover,
.pagination li a.current {
background: linear-gradient(130.48deg, #4E5CF1 3.57%, #4280F6 112.85%);
color: #ffffff;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 10%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpMin {
animation-name: fadeInUpMin;
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-30%, 0, 0);
}
to {
opacity: 1;
transform: translateZ(0);
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(30%, 0, 0);
}
to {
opacity: 1;
transform: translateZ(0);
}
}
.fadeInRight {
animation-name: fadeInRight;
} .modal-box {
display: table;
margin: 0 auto;
background: #edf5fe;
border-radius: 2rem;
padding: 2rem 4rem;
} @media screen and (max-width: 767px) {
.excerpt::after {
content: "";
}
}
.read-more {
cursor: pointer;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
max-width: 215px;
margin-left: auto;
margin-right: auto;
border: 1px solid #146AEF;
border-radius: 100px;
padding: 1rem 2rem;
margin-bottom: 1rem;
line-height: 1.2;
font-size: 1.4rem;
text-align: center;
color: #1571DA;
}
.read-more.open {
display: none;
}
.read-more::after {
content: "";
display: block;
transform: rotate(45deg);
width: 8px;
height: 8px;
border-right: 1px solid #146AEF;
border-bottom: 1px solid #146AEF;
}
@media screen and (min-width: 768px) {
.read-more {
display: none;
}
}
@media screen and (max-width: 767px) {
.more-text {
display: none;
}
} .acc-btn {
cursor: pointer;
}
.acc-body {
display: none;
}
@media screen and (max-width: 767px) {
.acc-nav>ul>li {
border-bottom: 1px solid #ffffff;
padding: 2rem 3rem 2rem;
}
}
.acc-title {
display: block;
color: #fff;
cursor: pointer;
}
.acc-content {
display: none;
padding: 2rem 0 2rem;
}
.acc-content li {
padding: 1rem 0;
}
.acc-content li a {
font-size: 13px;
line-height: 1.5;
position: relative;
padding-left: 1rem;
}
.acc-content li a:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 0.5rem;
height: 1px;
background: #ffffff;
}
li:not(:first-child) a.acc-menu-item {
font-size: 13px;
}
@media screen and (max-width: 767px) {
.acc-menu-item {
display: block;
position: relative;
}
.acc-menu-item::after {
border-right: solid 2px #fff;
border-top: solid 2px #fff;
content: "";
display: block;
height: 8px;
position: absolute;
right: 0;
top: 38%;
transform: rotate(45deg);
transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
width: 8px;
}
}
.acc-title {
position: relative;
}
.acc-title::after {
content: "";
position: absolute;
top: 50%;
transform: rotateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-top: 5px solid #ffffff;
border-bottom: 0;
right: -5px;
transform: rotate(0);
} a.round-link {
position: relative;
display: inline-flex;
align-items: center;
border: 1px solid #146AEF;
border-radius: 100px;
padding: 1rem 2rem;
margin-bottom: 1rem;
line-height: 1.2;
font-size: 1.2rem;
text-align: center;
color: #1571DA;
}
@media screen and (min-width: 768px) {
a.round-link {
padding: 1.5rem 3rem;
font-size: 1.4rem;
}
}
a.round-link.white {
color: #ffffff;
border: 1px solid #ffffff;
}
a.round-link.out-link::after {
content: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-out-link.svg);
position: relative;
padding-left: 1em;
top: 0.2em;
}
a.round-link.circle-link::after {
content: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-circle-arrow.svg);
position: relative;
padding-left: 1em;
top: 0.2em;
}
a.round-link.circle-link.down::after {
content: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-circle-arrow-down.svg);
} .link-arrow a {
position: relative;
color: #0061FF;
padding-right: 3.5rem;
line-height: 27px;
}
.link-arrow a::after {
content: "";
position: absolute;
display: inline-block;
width: 27px;
height: 27px;
top: 50%;
right: 0;
transform: translateY(-50%);
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-circle-arrow.svg) no-repeat center center/cover;
} .add-grad-bg {
position: relative;
overflow: hidden;
}
.add-grad-bg::before,
.add-grad-bg::after,
.add-grad-bg .content::before {
content: "";
position: absolute;
z-index: -1;
display: inline-block;
opacity: 0.2;
}
.add-grad-bg::before {
width: 263px;
height: 375px;
top: 7%;
left: 40%;
background: linear-gradient(180deg, rgba(222, 255, 253, 0.68119) 0%, #69BCDC 100%);
background: radial-gradient(ellipse at center, rgb(105, 188, 220) 0%, rgba(105, 188, 220, 0) 61%, rgba(105, 188, 220, 0) 100%);
}
.add-grad-bg::after {
width: 280px;
height: 357px;
top: 25%;
left: 12%;
background: linear-gradient(180deg, rgba(253, 230, 252, 0.478229) 0%, #DF72DC 100%);
background: radial-gradient(ellipse at center, rgb(223, 114, 220) 0%, rgba(223, 114, 220, 0) 61%, rgba(223, 114, 220, 0) 100%);
}
.add-grad-bg .content::before {
z-index: -1;
width: 363px;
height: 347px;
top: 30%;
left: 48%;
background: linear-gradient(305.22deg, rgba(202, 176, 224, 0.446706) 12.47%, #9F67D1 83.99%);
background: radial-gradient(ellipse at center, rgb(159, 103, 209) 0%, rgba(159, 103, 209, 0) 61%, rgba(159, 103, 209, 0) 100%);
}
@media screen and (min-width: 768px) {
.add-grad-bg::before {
width: 254px;
height: 367px;
top: 10%;
left: 50%;
}
.add-grad-bg::after {
width: 280px;
height: 357px;
top: 25%;
left: 43%;
}
.add-grad-bg .content::before {
z-index: -1;
width: 363px;
height: 347px;
top: 30%;
left: 48%;
}
} .grad-image-bg {
position: relative;
}
.grad-image-bg .add-bg-img {
z-index: -2;
}
@media screen and (min-width: 768px) {
.grad-image-bg .add-bg-img {
background-size: cover;
}
}
.grad-image-bg .add-bg-img .skew-sec {
position: absolute;
z-index: -1;
opacity: 0.9;
}
.grad-image-bg .add-bg-img,
.grad-image-bg .add-bg-img .skew-sec {
position: absolute;
width: 100%;
height: 400px;
margin: 0;
padding: 0;
}
@media screen and (min-width: 768px) {
.grad-image-bg .add-bg-img,
.grad-image-bg .add-bg-img .skew-sec {
height: 700px;
}
}  .flight-to {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
background: #f2f2f2;
padding: 0.5rem 1rem;
border-radius: 100px;
}
.flight-to .from,
.flight-to .arrow,
.flight-to .to {
display: flex;
align-items: center;
}
.flight-to .from img,
.flight-to .arrow img,
.flight-to .to img {
height: 1.1rem;
}
@media screen and (min-width: 768px) {
.flight-to {
font-size: 1.6rem;
padding: 0.5rem 1.5rem;
}
.flight-to .from img,
.flight-to .arrow img,
.flight-to .to img {
height: 2rem;
padding-right: 0.25em;
}
} .flow-lists {
position: relative;
display: flex;
flex-wrap: wrap;
padding-bottom: 3em;
row-gap: 10rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
}
@media screen and (min-width: 768px) {
.flow-lists {
row-gap: 0rem;
-moz-column-gap: 3rem;
column-gap: 3rem;
}
}
.flow-lists li {
position: relative;
flex-basis: calc((100% - 6rem) / 4);
}
.flow-lists li::after {
content: "";
position: absolute;
z-index: -1;
height: 1px;
width: 2rem;
background: #0061ff;
left: 100%;
top: 50%;
}
@media screen and (min-width: 768px) {
.flow-lists li::after {
width: 3rem;
}
}
.flow-lists li:nth-child(4)::after,
.flow-lists li:nth-child(8)::after {
content: none;
}
@media screen and (min-width: 768px) {
.flow-lists li {
flex-basis: calc((100% - 21rem) / 8);
}
.flow-lists li:nth-child(4)::after {
content: "";
}
}
.flow-lists .img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: 1/1;
background: #ffffff;
box-shadow: 0px 2.03px 20.27px 0px rgba(0, 0, 0, 0.0509803922);
border-radius: 0.8rem;
}
.flow-lists .img img {
height: 50%;
}
.flow-lists .img.flight img {
transform: scale(1.4);
position: relative;
top: -5%;
}
@media screen and (min-width: 768px) {
.flow-lists .img {
border-radius: 1.2rem;
}
}
.flow-lists .txt {
margin-top: 0.5em;
position: absolute;
display: block;
width: 100%;
top: 100%;
left: 0;
font-size: 1.2rem;
color: #05244A;
text-align: center;
line-height: 1.2;
}
@media screen and (min-width: 768px) {
.flow-lists .txt {
font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
.flow-lists::before {
content: "";
position: absolute; left: 0; display: block;
width: 100%;
margin: 10% 0 calc(10% + 3em);
height: calc(77% - 3em);
background-image: linear-gradient(to left top, transparent 50%, rgba(0, 97, 255, 0.5) 50%, rgba(0, 97, 255, 0.5) calc(50% + 1px), transparent calc(50% + 1px));
}
} .float-logo-wrapper {
position: relative;
}
.float-logo {
pointer-events: none;
position: relative;
}
.float-logo::before {
content: "";
position: absolute;
z-index: 5;
display: inline-block;
width: 132px;
height: 167px;
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/bg_logo.svg);
background-repeat: no-repeat;
background-size: 100%;
transform: translate(-20%, -50%);
}
@media screen and (min-width: 768px) {
.float-logo::before {
width: 350px;
height: 442px;
}
}
.float-logo.right::before {
right: 0%;
margin-top: -15%;
} .grad-title {
position: relative;
line-height: 1;
padding-bottom: 2.5rem;
}
.grad-title p.grad-text {
display: inline-block;
line-height: 1;
font-weight: 450;
font-size: 5.7rem;
}
.grad-title h2,
.grad-title .page-title {
color: #05244A;
font-weight: 700;
font-size: 1.6rem;
line-height: 1;
margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
.grad-title {
padding-bottom: 4rem;
}
.grad-title p.grad-text {
margin-bottom: 1rem;
font-size: 12rem;
}
.grad-title h2,
.grad-title .page-title {
font-size: 3.2rem;
}
} body.archive .grad-title p.grad-text,
body.page .grad-title p.grad-text {
margin-bottom: 1.5rem;
}
body.archive .grad-title hr,
body.page .grad-title hr {
border-color: transparent;
}
body.archive .grad-title h2,
body.archive .grad-title .page-title,
body.page .grad-title h2,
body.page .grad-title .page-title {
display: inline-flex;
position: relative;
font-size: 2.2rem;
font-weight: 400;
padding-left: 62px;
}
body.archive .grad-title h2::before,
body.archive .grad-title .page-title::before,
body.page .grad-title h2::before,
body.page .grad-title .page-title::before {
content: "";
position: absolute;
left: 0;
top: calc(50% + 1px);
width: 47px;
height: 1px;
background: #05244A;
}
body.archive .grad-title h2.line-white::before,
body.archive .grad-title .page-title.line-white::before,
body.page .grad-title h2.line-white::before,
body.page .grad-title .page-title.line-white::before {
background: #ffffff;
}
body.archive .grad-title h2.line-purple::before,
body.archive .grad-title .page-title.line-purple::before,
body.page .grad-title h2.line-purple::before,
body.page .grad-title .page-title.line-purple::before {
background: #8572FF;
}
@media screen and (min-width: 768px) {
body.archive .grad-title p.grad-text,
body.page .grad-title p.grad-text {
font-size: 10.5rem;
}
body.archive .grad-title h2,
body.archive .grad-title .page-title,
body.page .grad-title h2,
body.page .grad-title .page-title {
font-size: 3.8rem;
}
body.archive .grad-title h2.line-long,
body.archive .grad-title .page-title.line-long,
body.page .grad-title h2.line-long,
body.page .grad-title .page-title.line-long {
padding-left: 140px;
}
body.archive .grad-title h2.line-long::before,
body.archive .grad-title .page-title.line-long::before,
body.page .grad-title h2.line-long::before,
body.page .grad-title .page-title.line-long::before {
width: 127px;
}
}
body.archive .page-header .grad-title p.grad-text,
body.page .page-header .grad-title p.grad-text {
margin-top: -0.4em;
}
body.archive .page-header .grad-title h2,
body.archive .page-header .grad-title .page-title,
body.page .page-header .grad-title h2,
body.page .page-header .grad-title .page-title {
font-size: 1.6rem;
padding-left: 40px;
}
body.archive .page-header .grad-title h2::before,
body.archive .page-header .grad-title .page-title::before,
body.page .page-header .grad-title h2::before,
body.page .page-header .grad-title .page-title::before {
width: 25px;
}
@media screen and (min-width: 768px) {
body.archive .page-header .grad-title h2,
body.archive .page-header .grad-title .page-title,
body.page .page-header .grad-title h2,
body.page .page-header .grad-title .page-title {
font-size: 3rem;
padding-left: 62px;
}
body.archive .page-header .grad-title h2::before,
body.archive .page-header .grad-title .page-title::before,
body.page .page-header .grad-title h2::before,
body.page .page-header .grad-title .page-title::before {
width: 47px;
}
}
body.archive .page-header a.round-link,
body.page .page-header a.round-link {
padding: 1rem 2rem;
}
body.archive .page-header .content,
body.page .page-header .content {
padding-bottom: 0;
}
body.archive .page-header .grad-title,
body.page .page-header .grad-title {
padding-bottom: 0;
}
body.archive .page-header .round-link,
body.page .page-header .round-link {
width: 264px;
justify-content: space-around;
}
@media screen and (min-width: 1025px) {
body.archive .page-header .left-full img,
body.page .page-header .left-full img {
width: 100%;
height: 289px;
-o-object-fit: cover;
object-fit: cover;
}
} .contact-box {
position: relative;
padding-top: 4rem;
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/contact-bg.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.contact-box::before {
content: "";
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #9766ff, #23bbff);
opacity: 0.9;
}
.contact-box h2 {
text-align: center;
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
.contact-box h2 {
font-size: 3.7rem;
}
}
.contact-box h2,
.contact-box p {
color: #ffffff;
}
.contact-box .contact-box-inner {
position: relative;
padding: 2rem;
}
@media screen and (min-width: 768px) {
.contact-box .contact-box-inner {
padding: 2rem;
}
}
@media screen and (min-width: 1025px) {
.contact-box .contact-box-inner {
padding: 7rem;
}
}
.contact-lists {
max-width: 980px;
margin: 0 auto;
font-weight: 700;
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.contact-lists .box-heading {
display: block;
margin: 1rem 0;
line-height: 1.1;
font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
.contact-lists .box-heading {
font-size: 2.4rem;
}
}
.contact-lists .item {
position: relative;
display: block;
background: #ffffff;
border-radius: 1rem;
padding: 3rem 2rem 2rem;
text-decoration: none;
color: #05244A;
font-size: 1rem;
text-align: center;
}
.contact-lists .item .item-img {
display: inline-block;
padding: 14px;
line-height: 1;
width: 74px;
height: 74px;
border-radius: 50%;
background: #ffffff;
}
.contact-lists .item img {
line-height: 74px;
display: inline-block;
}
.contact-lists .item.quote {
flex-basis: 100%;
background-color: #05244A;
color: #ffffff;
}
.contact-lists .item.quote .catch-btn {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
width: 80%;
max-width: 20rem;
border-radius: 6rem;
line-height: 3.6rem;
font-size: 1.6rem;
background: linear-gradient(90deg, #a81d08, #ff2100);
}
.contact-lists .item.quote .box-heading {
font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
.contact-lists .item.quote {
order: 2;
flex-basis: calc((100% - 4rem) / 3);
}
}
.contact-lists .item.phone,
.contact-lists .item.line {
flex-basis: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
.contact-lists .item.phone,
.contact-lists .item.line {
padding-top: 2rem;
}
.contact-lists .item.phone .item-img,
.contact-lists .item.line .item-img {
padding: 0;
width: 46px;
height: 46px;
}
.contact-lists .item.phone img,
.contact-lists .item.line img {
line-height: 46px;
}
.contact-lists .item.phone .box-heading,
.contact-lists .item.line .box-heading {
margin: 1rem 0 0.25em;
}
}
@media screen and (min-width: 768px) {
.contact-lists .item.phone,
.contact-lists .item.line {
order: 1;
flex-basis: calc((100% - 4rem) / 3);
}
}
.contact-lists .item.phone {
letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
.contact-lists .item.phone {
order: 1;
pointer-events: none;
}
}
@media screen and (max-width: 767px) {
.contact-lists .item.line .box-heading {
letter-spacing: -0.8px;
font-size: 1.43rem;
}
}
@media screen and (min-width: 768px) {
.contact-lists .item.line {
order: 3;
}
}
.to-wechat {
max-width: 980px;
margin: 1rem auto 0;
display: flex;
line-height: 1;
}
.to-wechat a {
display: flex;
margin-left: auto;
align-items: center;
text-decoration: none;
font-size: 1.2rem;
color: #ffffff;
}
.to-wechat a img {
padding-left: 0.5rem;
}
.wechat-modal p {
display: flex;
align-items: center;
margin-bottom: 1em;
justify-content: flex-end;
}
@media screen and (min-width: 768px) {
.wechat-modal p {
font-size: 2.2rem;
}
}
@media screen and (max-width: 767px) {
#top-contact {
padding: 0 2rem;
}
#top-contact .contact-box {
padding-top: 4rem;
margin-top: -2rem;
margin-bottom: -2rem;
height: calc(100% + 2rem);
position: relative;
z-index: 3;
}
#top-contact .item.phone .box-heading {
font-size: 1.4rem;
}
#top-contact .item.quote .box-heading {
font-size: 2.2rem;
}
#top-contact .item.line .box-heading {
font-size: 1.4rem;
}
}
@media screen and (min-width: 1025px) {
#top-contact {
max-width: 980px;
margin: 0 auto;
height: 150px;
position: relative;
}
#top-contact .contact-box {
padding-top: 1rem;
position: relative;
margin-top: -150px;
z-index: 999;
}
#top-contact .contact-box .contact-box-inner {
padding: 6rem 7rem 2rem;
}
} #site-header {
display: flex;
align-items: center;
justify-content: space-between;
height: 12rem;
padding: 2rem;
position: relative;
z-index: 20;
background: linear-gradient(90deg, #05244A, #0c65b0);
}
#site-header.recruit {
background: none;
}
body.home #site-header {
background: #05244A;
}
@media screen and (max-width: 767px) {
#site-header {
height: 6.6rem;
padding: 2rem 1.2rem;
}
#site-header #site-title {
max-width: 150px;
}
}
@media screen and (min-width: 768px) {
#site-header {
gap: 2rem;
}
}
#site-title {
position: relative;
z-index: 9999;
} #pc-nav .has-acc {
position: relative;
}
#pc-nav .acc-content {
display: none;
position: absolute;
top: 4rem;
left: 50%;
transform: translateX(-50%);
z-index: 999;
background: #ffffff;
width: 14rem;
padding: 1rem;
border-radius: 0.5rem;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
#pc-nav .acc-content li {
padding: 0;
}
#pc-nav .acc-content li a {
padding: 1rem;
border-bottom: 1px solid #05244A;
color: #05244A;
font-size: 1rem;
font-weight: 600;
}
#pc-nav .acc-content li:last-child a {
border: none;
}
#pc-nav .acc-title {
padding: 1rem 0.5rem;
padding-right: 1.5rem;
}
#pc-nav .acc-title::after {
right: 0;
} #pc-nav {
display: none;
}
#pc-nav .links {
display: flex;
align-items: center;
padding-left: 0;
margin: 0;
}
#pc-nav .links>li {
list-style-type: none;
}
#pc-nav .links>li a {
position: relative;
padding: 1rem 0.5rem;
overflow: hidden;
}
#pc-nav .links>li a:hover {
opacity: 1;
}
#pc-nav .links>li a::after {
transition: all ease 0.3s;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #ffffff;
}
#pc-nav .links>li a:hover::after {
width: 100%;
left: 0;
}
#pc-nav .links>li span::before {
transition: all ease 0.3s;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #ffffff;
}
#pc-nav .links>li span:hover::before {
width: 100%;
left: 0;
}
@media screen and (min-width: 768px) {
#pc-nav {
display: block;
}
}
.pc-nav-list {
display: flex;
}
.pc-nav-list a,
.pc-nav-list span {
display: block;
text-decoration: none;
color: #ffffff;
line-height: 1;
font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.pc-nav-list {
gap: 0.8rem;
}
}
@media screen and (min-width: 1025px) {
.pc-nav-list {
gap: 3.8rem;
}
}
.pc-nav-list .links {
flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.pc-nav-list .links {
gap: 0.5rem;
}
}
@media screen and (min-width: 1025px) {
.pc-nav-list .links {
gap: 2.8rem;
}
}
.pc-nav-list .buttons a,
.pc-nav-list .buttons span {
padding: 1rem 1.8rem;
border-radius: 0.5rem;
}
.pc-nav-list .buttons .tel {
background-color: #ffffff;
border: 1px solid #1F25E6;
padding: 0;
}
.pc-nav-list .buttons .tel span {
font-weight: bold;
font-size: 1.4rem;
padding: 0.8rem 2rem;
}
.pc-nav-list .buttons .line {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.pc-nav-list .buttons .quote {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
.pc-nav-list .buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
}
@media screen and (min-width: 1025px) {
.pc-nav-list .buttons {
gap: 1.6rem;
}
}  html.menuopen {
overflow-y: hidden;
}
#sp-nav { position: fixed;
z-index: 999; top: 0;
left: 0;
left: 120%;
width: 100%;
height: 100vh;  transition: all 0.6s;    }
#sp-nav.panelactive {
left: 0;
}
#sp-nav.panelactive #sp-nav-list { position: fixed;
z-index: 999;
width: 100%;
height: 100vh; overflow: auto;
-webkit-overflow-scrolling: touch;
}
#sp-nav .acc-nav { position: absolute;
width: 100%;
top: 70px;
}
#sp-nav li a {
color: #ffffff;
text-decoration: none;
display: block;
} .openbtn {
display: block;
position: absolute;
z-index: 9999; top: 15px;
right: 10px;
cursor: pointer;
width: 50px;
height: 50px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #ffffff;
}
.openbtn span {
display: inline-block;
transition: all 0.4s;
position: absolute;
left: 14px;
left: 9px;
height: 1px;
border-radius: 2px;
background-color: #05244A;
width: 45%;
width: 16px;
}
.language-cha {
display: block;
position: absolute;
z-index: 9999; top: 15px;
right: 10px;
cursor: pointer;
width: 50px;
height: 50px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #ffffff;
right: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.language-cha .sub-menu {
position: absolute;
top: 100%;
background: #ffffff;
width: 12rem;
padding: 1rem;
border-radius: 0.5rem;
box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 25%);
display: none;
}
.language-cha .sub-menu a {
display: block;
border-bottom: 1px solid #05244A;
color: #000;
font-size: 1rem;
font-weight: 600;
position: relative;
padding: 1rem 0.5rem;
overflow: hidden;
line-height: 1.5;
}
.openbtn span:nth-of-type(1) {
top: 15px;
top: 14px;
}
.openbtn span:nth-of-type(2) {
display: none;
}
.openbtn span:nth-of-type(3) {
top: 31px;
top: auto;
bottom: 13px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
top: 50%;
left: 50%;
transform: translateY(6px) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
width: 30%;
width: 16px;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
top: 30px;
left: 18px;
top: 50%;
left: 50%;
transform: translateY(-6px) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
width: 30%;
width: 16px;
}
@media screen and (min-width: 768px) {
.openbtn {
display: none;
}
.language-cha {
display: none;
}
} #footer {
background: #05244A;
color: #ffffff;
}
#footer a {
display: block;
color: #ffffff;
}
#footer .copy {
padding: 2rem 20px 5rem;
}
#footer .footer-address {
font-size: 1.2rem;
}
#footer .footer-address a {
display: inline-block;
margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
#footer .footer-address {
padding: 4rem 20px 0;
}
#footer .content {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
#footer .footer-address {
font-size: 1.4rem;
}
#footer .content {
display: flex;
justify-content: space-between;
padding-top: 8rem;
padding-bottom: 6rem;
}
#footer .acc-nav {
order: 2;
display: flex;
gap: 3rem;
}
#footer .nav-1 {
display: flex;
gap: 3rem;
}
#footer .acc-title {
pointer-events: none;
}
#footer .acc-title::after {
content: none;
}
#footer .acc-content {
display: block !important;
}
#footer .nav-2 li,
#footer .nav-3 li {
margin-bottom: 2.5rem;
}
#footer .footer-address {
order: 1;
}
#footer .copy {
text-align: center;
}
}
@media screen and (min-width: 1025px) {
#footer .acc-nav {
order: 2;
display: flex;
gap: 8rem;
}
#footer .nav-1 {
display: flex;
gap: 8rem;
}
}  .fw400 {
font-weight: 400;
}
.fw500 {
font-weight: 500;
}
.fw600 {
font-weight: 600;
}
.fw700 {
font-weight: 700;
}
.fw800 {
font-weight: 800;
}
.fw900 {
font-weight: 900;
}
.bld {
font-weight: bold;
} .mb0 {
margin-bottom: 0 !important;
}
.mb050em {
margin-bottom: 0.5em !important;
}
.mb100em {
margin-bottom: 1em !important;
}
.mb150em {
margin-bottom: 1.5em !important;
}
.mb200em {
margin-bottom: 2em !important;
}
.mb250em {
margin-bottom: 2.5em !important;
} .ltt-05em {
letter-spacing: -0.05em;
}
.ltt-06em {
letter-spacing: -0.06em;
}
.ltt-07em {
letter-spacing: -0.07em;
}
.ltt-08em {
letter-spacing: -0.08em;
}
.ltt-09em {
letter-spacing: -0.09em;
}
.ltt-1em {
letter-spacing: -0.1em;
}  .modaal-inner-wrapper {
padding-left: 3rem;
padding-right: 3rem;
}
.modaal-container {
background: none;
max-width: 1120px;
box-shadow: none;
display: table;
} .hide-area {
display: none;
} .modaal-content-container {
padding: 0;
}
.modaal-close {
position: absolute;
top: -4rem;
right: -4rem;
}
@media screen and (min-width: 768px) {
.modaal-close {
top: -4rem;
right: -4rem;
}
} .modaal-close:after,
.modaal-close:before {
width: 2px;
height: 27px;
}
@media screen and (min-width: 768px) {
.modaal-close:after,
.modaal-close:before {
height: 30px;
}
}
.modaal-close:focus,
.modaal-close:hover {
outline: 0;
background: transparent;
}
.modaal-close:after,
.modaal-close:before {
background: #FFF;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
background: #ccc;
}
@media screen and (max-width: 600px) {
#wpadminbar {
position: fixed;
}
}* {
margin:0;
padding: 0;
box-sizing: border-box;
}
body.single-case .content {
max-width: 1120px;
padding: 20px 20px;
margin: 0 auto;
}
.largecontent {
max-width: 100%;
padding: 0 50px;
}
html {
scroll-behavior: smooth;
}
.flex {
display: flex;
}
.wrap {
flex-wrap: wrap;
}
.flex1 {
flex:1;
}
.flex2 {
flex:2;
}
.flex3 {
flex:3;
}
.between {
justify-content: space-between;
}
.center {
text-align: center;
}
.boxshadow {
box-shadow: 0 0 15px rgba(0,0,0,0.1);
background: white;
}
.vertical {
display: flex;
flex-direction:column;
justify-content: center;
}
.case_banner{
padding: 210px 0 0;
background: #ecf4fd url(//optec-exp.com/wp/wp-content/themes/optec-express/img/case_banner_bg.png) no-repeat center/cover;
overflow: hidden;
margin-top: -120px;
}
.case_banner h1{
font-size: 72px;
line-height: 108px;
font-weight: 400;
color: white;
}
.case_banner .left{
padding-bottom: 3rem;
}
.case_banner .right{
flex: 1;
}
.case_banner .right img{
width: 111%;
height: auto;
transition: all 3s;
}
.case_desc{
padding: 130px 0 74px;
background-color: #ecf4fd;
}
.case_desc .largecontent > .flex{
justify-content: right;
}
.case_desc .left{
width: 19.5%;
}
.case_desc .right{
width: 80.5%;
}
.case_desc .left strong{
font-size: 28px;
font-weight: 500;
color: #05244a;
display: block;
margin-bottom: 30px;
}
.case_desc .left ul li{
position: relative;
}
.case_desc .left ul li:before{
content: "";
width: 10px;
height: 12px;
display: inline-block;
position: absolute;
left: -30px;
top: 55%;
transform: translateY(-50%);
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/sanjiao.svg) no-repeat center/contain;
opacity: 0;
transition: all 0.3s;
}
.case_desc .left ul li.active:before{
left: -21px;
opacity: 1;
}
.case_desc .left ul li a{
font-size: 20px;
color: #424242;
}
.case_desc .left ul li.active a{
color: #1f25e5;
}
.case_desc .left ul li + li{
margin-top: 18px;
}
.case_desc .right .img{
width: 522px;
}
.case_desc .right .img img{
width: 100%;
height: auto;
}
.case_desc .right .infos{
max-width: 525px;
margin-left: 42px;
}
.case_desc .right .infos h2{
font-size: 38px;
color: #0b0429;
font-weight: 400;
margin-bottom: 35px;
}
.case_desc .right .infos p{
font-size: 16px;
line-height: 36px;
color: #000000;
font-weight: 400;
position: relative;
}
.case_desc .right .infos p:before{
content: "";
width: 80px;
height: 1px;
display: inline-block;
position: absolute;
top: 19px;
left: -106px;
background: linear-gradient(#9366ff,#0172ff);
}
.case_gallery{
padding: 60px 0 73px;
background-color: #ecf4fd;
overflow: hidden;
}
.case_gallery h2{
font-size: 38px;
color: #0b0429;
font-weight: 400;
margin-bottom: 43px;
}
.case_gallery .swiper-slide .img{
aspect-ratio: 494/296;
overflow: hidden;
}
.case_gallery .swiper-slide>.flex{
gap: 75px;
}
.case_gallery .swiper-slide .img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.case_gallery .swiper-slide strong{
font-size: 22px;
color: #0b0429;
font-weight: 500;
display: block;
padding-bottom: 1.5rem;
margin-bottom: 1.2rem;
position: relative;
}
.case_gallery .swiper-slide .infos{
padding-top: 2rem;
}
.case_gallery .swiper-slide strong:after{
content: "";
width: 30px;
height: 1px;
background: #0061ff;
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
}
.case_gallery .swiper-slide ul li{
display: flex;
}
.case_gallery .swiper-slide ul li + li{
margin-top: 12px;
}
.case_gallery .swiper-slide ul li p{
font-weight: 600;
color: #000000;
}
.case_gallery .swiper-slide ul li span{
font-weight: 400;
}
.case_gallery .swiper-slide> span{
margin-top: 34px;
font-size: 24px;
font-weight: 400;
display: flex;
gap: 0.2rem;
opacity: 0;
transition: all 0.3s;
}
.case_gallery .swiper-slide.swiper-slide-active> span{
opacity: 1;
}
.swiper_case_gallery .swiper-slide-prev, .swiper_case_gallery .swiper-slide-next{
opacity: 0.5 !important;
}
.case_gallery .swiper-slide> span span{
color: #1f25e5;
font-weight: 500;
}
.swiper_case_gallery{
position: relative;
}
.swiper_case_gallery:after{
content: "";
width: 1400px;
height: 360px;
background: #d8ecff;
border-radius: 40px 40px 0 0;
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
}
.swiper_case_gallery .swiper-slide-prev>.flex{
flex-direction: row-reverse;
}
.case_gallery .swiper_btns div{
width: 55px;
height: 55px;
border-radius: 50%;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/cirlce-right.svg) no-repeat center/contain;
cursor: pointer;
}
.case_gallery .swiper_btns div.btn_prev{
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/cirlce-left.svg);
}
.case_gallery .swiper_btns{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-100%);
display: flex;
justify-content: space-between;
width: 200%;
max-width: 1294px;
z-index: 99;
}
.case_gallery .swiper_btns div.swiper-button-disabled{
opacity: 0.5;
}
.case_points{
padding: 75px 0;
overflow: hidden;
background-color: #ecf4fd;
}
.case_points .swiper-slide i{
height: 65px;
width: auto;
display: inline-block;
margin-bottom: 31px;
}
.case_points .swiper-slide i img{
height: 63px;
width: auto;
}
.case_points .swiper-slide strong{
font-size: 22px;
font-weight: 500;
color: #0b0429;
display: block;
margin: 25px 0 32px;
}
.case_points .swiper-slide>span{
display: flex;
width: 100%;
align-items: center;
gap: 10px;
}
.case_points .swiper-slide>span:after{
content: "";
width: 100%;
height: 1px;
background-color: rgb(11,4,41,0.32);
}
.case_points .swiper-slide{
padding: 48px 32px;
border: 1px solid #fff;
border-radius: 4px;
overflow: hidden;
background: rgba(243, 248, 254);
transition: all 0.3s;
opacity: 0.5;
}
.case_points .swiper-slide-active, .case_points .swiper-slide-next, .case_points .swiper-slide-next + .swiper-slide{
opacity: 1;
}
.case_points .swiper-slide > span{
font-size: 14px;
color: rgba(14, 4, 41, 0.65);
}
.case_points .swiper-slide p{
line-height: 32px;
color: rgba(22, 22, 22);
}
.case_points .swiper-slide.active{
background: rgb(250, 251, 255);
}
.case_points .swiper-slide.active{
border-image: linear-gradient(to right,#9366ff,#0172ff) 1;
border-radius: 4px;
}
.case_points .swiper_points{
margin-top: 70px;
}
.case_points .head h2{
font-size: 38px;
font-weight: 400;
color: #0b0429;
}
.case_points .swiper_btns div{
width: 55px;
height: 55px;
border-radius: 50%;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/cirlce-right.svg) no-repeat center/contain;
cursor: pointer;
}
.case_points .swiper_btns div.btn_prev{
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/cirlce-left.svg);
}
.case_points .swiper_btns{
display: flex;
justify-content: space-between;
gap: 40px;
z-index: 99;
}
.case_points .swiper_btns div.swiper-button-disabled{
opacity: 0.5;
}
.head h2{
font-size: 38px;
font-weight: 400;
color: #0b0429;
}
.case_map {
padding: 75px 0 298px;
margin-bottom: -218px;
background-color: #ecf4fd;
padding-bottom: 365px !important;
overflow: hidden;
}
.case_map .main .top{
padding: 51px 120px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8)) !important;
border-radius: 8px;
position: relative;
z-index: 5;
}
.case_map .main .top img{
height: 58px;
width: auto;
display: inline-block;
margin-right: 18px;
}
.case_map .main .top .item{
display: flex;
align-items: center;
}
.case_map .main .top .item + .item{
margin-left: 225px;
}
.case_map .main .top .item span{
font-size: 12px;
text-transform: uppercase;   
}
.case_map .main .top .item p{
font-size: 20px;
font-weight: 400;
color: #0b0429;
}
.case_map .main .iframe{
aspect-ratio: 1170/541;
box-shadow: 0 0 10px rgba(255, 255, 255);
border-radius: 15px;
width: calc(100% + 74px);
margin-left: -37px;
overflow: hidden;
margin-top: -87px;
}
.case_map .main .iframe iframe{
width: 100%;
height: 100%;
object-fit: cover;
}
.case_map .head{
margin-bottom: 50px;
}
.processing_step{
}
.processing_step{
margin-top: 120px;
}
.swiper_map_process{
border-top: 2px solid #d4dbdf;
padding-left: 100px;
padding-right: 100px;
}
.swiper_map_process li.swiper-slide{
text-align: center;
position: relative;
padding-top: 85px;
}
.swiper_map_process li.swiper-slide span{
font-size: 16px;
color: #676767;
display: inline-block;
min-height: 48px;
}
.swiper_map_process li.swiper-slide .dot{
width: 10px;
height: 10px;
min-height: unset;
border-radius: 50%;
display: block;
position: absolute;
left: 50%;
transform: translate(-50%,-50%);
top: 0;
background-color: #1f25e5;
transition: all 0.3s;
}
.swiper_map_process li.swiper-slide.active .dot{
width: 24px;
height: 24px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/correct.svg) no-repeat center/contain;
} .swiper_map_process li.swiper-slide strong{
font-weight: 600;
font-size: 22px;
color: #0b0429;
display: block;
margin-top: 24px;
}
.swiper_map_process li.swiper-slide p{
font-size: 18px;
color: #0b0429;
font-weight: 500;
}
.processing_step .largecontent{
position: relative;
padding-top: 80px !important;
margin-top: -80px;
overflow: hidden;
}
.processing_step .swiper_btns div{
width: 55px;
height: 55px;
border-radius: 50%;
background: linear-gradient(to right,#9366ff,#0172ff);
cursor: pointer;
position: relative;
border: 1px solid rgba(36, 36, 36, 0);
}
.processing_step .swiper_btns div:after{
content: "";
width: 7px;
height: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow-left.svg) no-repeat center/contain;
}
.processing_step .swiper_btns div.btn_next:after{
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow-right.svg);
}
.processing_step .swiper_btns{
display: flex;
justify-content: space-between;
width: 100%;
z-index: 99;
position: absolute;
top: 80px !important;
left: 0;
padding: 0 50px;
transform: translateY(-50%);
}
.processing_step .swiper_btns div.swiper-button-disabled{
border: 1px solid rgba(36, 36, 36, 0.45);
background: rgb(236, 244, 253);
}
.processing_step .swiper_btns div.swiper-button-disabled:after{
filter: brightness(0);
}
.case_manager{
padding: 80px 0 184px;
position: relative;
z-index: 5;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/manager_bg.png) no-repeat center/contain;
}
.case_manager .left .img{
aspect-ratio: 369/464;
border-radius: 12px;
overflow: hidden;
}
.case_manager .left{
width: 34.2%;
margin-right: 155px;
}
.case_manager .left .img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.case_manager .right{
width: 558px;
color: white;
padding-top: 110px;
}
.case_manager .right h2{
font-size: 38px;
font-weight: 400;
margin-bottom: 30px;
}
.case_manager .right>span{
font-size: 18px;
position: relative;
display: flex;
align-items: center;
gap: 15px;
font-weight: 300;
margin-bottom: 30px;
}
.case_manager .right>span:before{
content: "";
width: 68px;
height: 1px;
background: white;
}
.case_manager .right p{
font-size: 18px;
margin-bottom: 85px;
}
.case_manager .right .btn{
padding: 16px 28px;
border-radius: 20rem;
border: 1px solid #fff;
background-color: rgb(194, 209, 223);
font-size: 18px;
color: #0061ff;
display: flex;
align-items: center;
transition: all 0.3s;
width: max-content;
margin-left: auto;
}
.case_manager .right .btn:hover{
padding-left: 42px;
padding-right: 42px;
}
.case_manager .right .btn:hover:after{
width: 0;
}
.case_manager .right .btn:after{
content: "";
width: 28px;
height: 28px;
transition: all 0.3s;
display: inline-block;
margin-left: 10px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow_right.svg) no-repeat center/contain;
}
.realted_case{
padding: 295px 0 140px;
margin-top: -220px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/case-bg.jpg) no-repeat center/cover;
}
.realted_case .head{
margin-bottom: 50px;
}
.realted_case .main li a:hover, .realted_case .main li a:hover img{
opacity: 1 !important;
}
.realted_case .main li .left{
width: 45.7%;
}
.realted_case .main li .infos{
width: 54.3%;
}
.realted_case .main li .img{
aspect-ratio: 494/296;
overflow: hidden;
}
.realted_case .main li .img img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s;
}
.realted_case .main li:hover .infos .more:after{
transform: translateX(5px);
}
.realted_case .main li{
padding-bottom: 42px;
margin-bottom: 42px;
border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
.realted_case .main li:hover .img img{
transform: scale(1.1);
}
.realted_case .main li .flex{
gap: 73px;
}
.realted_case .main li .infos span{
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
.realted_case .main li .infos strong{
display: block;
font-size: 22px;
font-weight: 500;
color: #0b0429;
margin-top: 13px;
padding-bottom: 2rem;
margin-bottom: 2rem;
position: relative;
}
.realted_case .main li .infos p{
font-size: 16px;
line-height: 1.5;
color: #000;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.realted_case .main li .infos strong:after{
content: "";
width: 28px;
height: 1px;
background-color: #0172ff;
display: block;
position: absolute;
left: 0;
bottom: 0;
}
.realted_case .main li .infos .more{
font-size: 16px;
color: #0061ff;
display: flex;
align-items: center;
margin-top: 30px;
}
.realted_case .main li .infos .more:after{
content: "";
width: 28px;
height: 28px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow_right.svg) no-repeat center/cover;
display: inline-block;
margin-left: 13px;
transition: all 0.3s;
}
.realted_case .btn{
padding: 16px 28px;
border-radius: 20rem;
border: 1px solid #0172ff;
background-color: transparent;
font-size: 18px;
color: #0061ff;
display: flex;
align-items: center;
transition: all 0.3s;
width: max-content;
margin-left: auto;
margin-right: auto;
margin-top: 3rem;
}
.realted_case .btn:hover{
padding-left: 42px;
padding-right: 42px;
}
.realted_case .btn:hover:after{
width: 0;
}
.realted_case .btn:after{
content: "";
width: 28px;
height: 28px;
transition: all 0.3s;
display: inline-block;
margin-left: 10px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow_right.svg) no-repeat center/contain;
}
.link_list.fixed{
position: fixed;
top: 0px;
left: 0;
padding: 50px;
z-index: 999;
background: #1f25e5;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}
.link_list.fixed strong{
color: white;
}
.link_list.fixed ul li a{
color: white;
}
.link_list.fixed ul li.active a{
color: #eee;
}
.link_list.fixed ul li::before{
filter: contrast(0) brightness(100);
}
#map1{
z-index: 0;
}
body.single-case header#site-header{
background: transparent;
}
.link_list{
transition: all 0.3s;
border: 2px solid transparent;
}
.link_list.fixed{
border: 2px solid #fff;
position: fixed;
top: 0px;
left: 0;
padding: 50px;
z-index: 999;
background-color: #ecf4fd;
border-radius: 0 10px 10px 0;
overflow: hidden;
background: rgba(6, 65, 118,0.9);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}
.leaflet-popup-content{
display: flex;
align-items: center;
gap: 13px;
margin: 0;
padding: 13px;
padding-right: 25px;
}
.leaflet-popup-content .icon{
width: 42px;
height: 42px;
border-radius: 50%;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/post-icon2.svg) no-repeat center/contain;
}
.leaflet-popup-content .icon2{
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/post-icon1.svg);
}
.leaflet-popup-content p{
margin: 0;
font-size: 13px;
line-height: 23px;
color: #888888;
}
.leaflet-popup-content strong{
font-size: 16px;
line-height: 23px;
color: #333;
font-weight: 600;
}
section.case3_blog div.content {
padding: 0;
margin: 0 auto;
max-width: 1250px;
width: calc(100% - 40px);
}
.case3_blog {
padding: 178px 0 160px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/case3-blog-bg.jpg) no-repeat center / cover;
}
.case3_blog .top {
color: #0b0429;
}
.case3_blog .top h2 {
font-size: 38px;
font-weight: normal;
}
.case3_blog .list {
margin-top: 50px;
}
.case3_blog .list ul {
display: grid;
gap: 62px 4.96%;
grid-template-columns: repeat(2, 1fr);
}
.case3_blog .list .active a .img::after {
opacity: 1;
}
.case3_blog .list .active a .info::before {
opacity: 0;
}
.case3_blog .list li:nth-child(1) a .info .desc {
display: block;
}
.case3_blog .list a {
display: flex;
align-items: flex-end;
overflow: hidden;
position: relative;
z-index: 2;
aspect-ratio: 594/640;
border-radius: 14px;
opacity: 1;
}
.case3_blog .list a:hover img {
transform: scale(1.02);
}
.case3_blog .list a .img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 14px;
}
.case3_blog .list a .img::after {
content: '';
display: block;
position: absolute;
inset: 0;
background-image: linear-gradient(to top, #19348e, transparent);
opacity: 0;
transition: all 0.3s;
}
.case3_blog .list a .img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all 0.5s;
}
.case3_blog .list a .info {
width: 100%;
min-height: 34.0625%;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
z-index: 2;
color: #fff;
padding: 6.73400673% 6.06060606%;
}
.case3_blog .list a .info::before {
content: '';
display: block;
position: absolute;
inset: 0;
z-index: -1;
opacity: 0.87;
transition: all 0.3s;
background-image: linear-gradient(to top, #000000, transparent);
}
.case3_blog .list a .info .date {
font-size: 14px;
opacity: 0.65;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
}
.case3_blog .list a .info h3 {
font-size: 22px;
line-height: 32px;
font-weight: normal;
margin-top: 10px;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.case3_blog .list a .info .desc {
display: none;
padding: 20px 0 22px;
}
.case3_blog .list a .info .desc p {
font-size: 16px;
line-height: 2;
color: rgba(255, 255, 255, 0.85);
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.case3_blog .list a .info .desc p::before {
content: '';
display: block;
width: 28px;
height: 1px;
background-color: #fff;
margin-bottom: 15px;
}
.case3_blog .list a .info .desc .btn {
font-size: 16px;
display: flex;
align-items: center;
max-width: max-content;
gap: 12px;
margin-top: 26px;
}
.case3_blog .list a .info .desc .btn::after {
content: '';
display: block;
width: 28px;
aspect-ratio: 1;
border-radius: 50%;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow-btn.svg) no-repeat center / cover #fff;
transition: all 0.3s;
}
.case3_blog .list a .info .desc .btn:hover::after {
transform: translateX(5px);
}
.case3_blog p.center {
margin-top: 80px;
padding-top: 60px;
border-top: 1px solid rgba(36, 36, 36, 0.15);
}
.case3_blog p.center a {
padding: 16px 28px;
border-radius: 100px;
border: 1px solid rgba(39, 68, 162, 0.72);
background-color: #f7fbfe;
font-size: 18px;
color: #2744a2;
display: flex;
align-items: center;
transition: all 0.3s;
width: max-content;
margin: 0 auto;
letter-spacing: -1px;
}
.case3_blog p.center a:hover {
padding-left: 42px;
padding-right: 42px;
}
.case3_blog p.center a:hover::after {
width: 0;
}
.case3_blog p.center a::after {
content: '';
width: 28px;
height: 28px;
transition: all 0.3s;
display: inline-block;
margin-left: 10px;
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/arrow_right2.svg) no-repeat center / contain;
}@media screen and (min-width: 768px) and (max-width: 1440px) {
body.single-case .content {
padding: 0 1.2rem;
}
.swiper_content {
padding: 10px 1.2rem;
}
.case_banner .left, .case_banner .right{
flex: unset;
width: 50%;
}
.swiper_case_gallery:after{
width: 105%;
height: 100%;
}
.swiper_btns{
max-width: 100%;
}
.case_gallery .swiper_btns{
max-width: 90%;
}
.service_desc .largecontent > .flex{
align-items: center !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
body.single-case .content {
max-width: 1000px;
}
.swiper_content {
max-width: 1020px;
}
.case_banner h1{
font-size: 60px;
}
.case_desc .right > .flex{
flex-flow: wrap;
}
.case_desc .right .infos{
width: 100%;
max-width: unset;
}
.case_map .main .top .item + .item{
margin-left: auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
body.single-case .content {
max-width: 768px;
}
.swiper_content {
max-width: 788px;
}
.case_banner h1{
font-size: 50px;
line-height: 1.5;
}
.case_manager .left{
margin-right: 2rem;
}
.case_manager .right{
padding-top: 0;
}
}@media screen and (max-width: 768px) {
html{
font-size: 16px !important;
}
.content {
padding: 0 1.2rem;
}
.swiper_content {
padding: 10px 1.2rem;
}
.only_mobile {
display: block;
}
body.fixed {
padding-right: 0;
}
.head .subtitle {
font-size: 14px;
line-height: 1.5;
}
.head h1 {
font-size: 25px;
line-height: 1.5;
}
.head h2 {
font-size: 22px;
line-height: 1.5;
}
.head .desc {
font-size: 0.9rem;
line-height: 1.5rem;
}
.video_pop .pop_content {
height: auto;
width: 90vw;
}
.largecontent{
padding: 0 20px !important;
}
.case_banner{
padding: 5rem 0;
}
.case_banner .left{
width: 100%;
}
.case_banner h1{
font-size: 30px;
line-height: 1.5;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.swiper_map_process .fly{
height: 60px;
}
.swiper_map_process li.swiper-slide.current.active .dot{
height: 24px !important;
background-image: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/correct.svg) !important;
}
section >.content>.flex{
flex-flow: wrap;
}
section >.largecontent>.flex{
flex-flow: wrap;
}
.case_banner .right{
flex: unset;
width: 100%;
}
.case_banner .right img{
transform: none !important;
}
.case_desc{
padding: 3rem 0;
overflow: hidden;
}
.case_desc .left{
width: 100%;
}
.case_desc .left ul{
display: flex;
gap: 1rem;
max-width: 100%;
}
.case_desc .left ul li a{
white-space: nowrap;
font-size: 15px !important;
}
.case_desc .left ul li + li{
margin-top: 16px;
}
.case_desc .left ul li.active:before{ }
.case_desc .left strong{
font-size: 18px;
margin-bottom: 0.5rem;
}
.case_desc .right{
width: 100%;
padding-top: 2rem;
}
.case_desc .right > .flex{
flex-flow: wrap;
}
.case_desc .right .infos p:before{
display: none;
}
.case_desc .right .infos{
max-width: unset;
width: 100%;
margin-left: 0;
}
.case_desc .right .infos h2{
font-size: 22px;
margin-bottom: 1rem;
}
.case_desc .right .infos p{
font-size: 14px;
line-height: 25px;
}
.link_list.fixed{
padding: 1.2rem;
max-width: 100%;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.case_gallery{
padding: 3rem 0;
}
.case_gallery h2{
font-size: 22px;
margin-bottom: 2rem;
}
.case_gallery .swiper-slide>.flex{
flex-flow: wrap;
gap: 1rem;
}
.case_gallery .swiper-slide strong{
font-size:16px;
padding-bottom: 8px;
margin-bottom: 8px;
}
.case_gallery .swiper-slide ul li p{
font-size: 14px !important;
}
.case_gallery .swiper-slide ul li span{
font-size: 14px !important;
}
.case_gallery .swiper-slide> span{
font-size: 19px;
margin-top: 1rem;
}
.case_points{
padding: 5rem 0 !important;
}
.case_points .head h2{
font-size: 22px;
}
.case_points .swiper_btns div{
width: 35px;
height: 35px;
}
.case_points .swiper_btns{
gap: 1rem;
}
.case_points .swiper_points{
margin-top: 1.5rem;
}
.case_points .swiper-slide{
padding: 1.2rem;
}
.case_points .swiper-slide i img{
height: 40px;
}
.case_points .swiper-slide i{
height: auto;
margin-bottom: 1rem;
}
.case_points .swiper-slide strong{
font-size: 16px !important;
line-height: 1.4;
margin: 16px 0;
}
.case_points .swiper-slide p{
font-size: 14px !important;
line-height: 25px !important;
}
.case_map{
padding: 2rem 0 !important;
padding-bottom: 20rem !important;
margin-bottom: -20rem !important;
}
.case_map .main .top{
padding: 1rem;
}
.case_map .main .top .item + .item{
margin-left: auto;
}
.case_map .main .top img{
height: 35px;
margin-right: 10px;
}
.case_map .main .top .item p{
font-size: 12px;
}
.case_map .main .iframe{
margin-top: 20px;
width: 100%;
margin-left: 0;
aspect-ratio: 2/1.5;
}
.processing_step{
margin-top: 4rem;
}
.processing_step .swiper_btns div{
width: 35px;
height: 35px;
}
.processing_step .swiper_btns{
padding: 0 20px;
}
.swiper_map_process{
padding-left: 1rem;
padding-right: 1rem;
}
.case_map{
margin-bottom: 0;
}
.swiper_map_process li.swiper-slide{
width: 40%;
padding-top: 2rem;
}
.swiper_map_process li.swiper-slide span:not(.dot){
font-size: 13px !important;
min-height: 62px !important;
}
.swiper_map_process li.swiper-slide strong{
font-size: 16px !important;
margin-top: 8px !important;
}
.swiper_map_process li.swiper-slide p{
font-size: 0.9rem;
}
.case_manager{
padding: 5rem 0 !important;
}
.case_manager .left .img{
aspect-ratio: 1 !important;
}
.case_manager .left{
width: 100%;
margin-right: 0;
}
.case_manager .right{
padding-top: 1rem;
}
.case_manager .right h2{
font-size: 22px;
margin-bottom: 1rem;
}
.case_manager .right>span{
font-size: 14px !important;
margin-bottom: 1rem;
}
.case_manager .right p{
font-size: 14px !important;
line-height: 25px !important;
margin-bottom: 2rem;
}
.case_manager .right .btn{
font-size: 13px !important;
padding: 0.7rem 2rem;
margin-left: 0 !important;
}
.case_manager .right .btn:after{
width: 20px;
height: 20px;
margin-left: 10px;
}
.realted_case{
padding: 223px 0 3rem;
padding-top: 100px;
margin-top: 0;
}
.case_manager{
background: unset !important;
}
.realted_case .head{
margin-bottom: 1.5rem;
}
.realted_case .main li{
padding-bottom: 20px;
margin-bottom: 20px;
}
.realted_case .main li .flex{
flex-flow: wrap;
gap: 1rem;
width: 100 !important;
}
.realted_case .main li .left{
width: 100%;
}
.realted_case .main li .infos{
width: 100%;
}
.realted_case .main li .infos span{
font-size: 13px;
}
.realted_case .main li .infos strong{
font-size: 16px;
}
.realted_case .main li .infos p{
font-size: 14px;
line-height: 25px;
}
.realted_case .main li .infos .more{
font-size: 14px;
}
.realted_case .main li .infos .more{
margin-top: 1rem;
}
.realted_case .btn{
padding: 0.6rem 1rem;
font-size: 13px;
}
.case_map .head{
margin-bottom: 20px !important;
}
.case_banner{
margin-top: -68px !important;
padding-top: 10rem !important;
}
.link_list, .link_list.fixed{
position: fixed;
width: 70%;
height: 100%;
background-color: white;
border-radius: 0;
left: 0;
top: 0;
z-index: 150;
padding: 5rem 1.2rem 5rem 3rem;
transform: translateX(-100%);
}
.link_list.active{
transform: translateX(0);
}
.case_desc .left strong, .link_list.fixed strong{
display: none;
}
.case_desc .left ul{
display: block;
}
.link_list:after{
content: "";
width: 30px;
height: 30px;
position: absolute;
right: 0;
transition: all 0.3s;
top: 50%;
transform: translate(100%,-50%);
background: url(//optec-exp.com/wp/wp-content/themes/optec-express/img/icon-circle-arrow.svg) no-repeat center;
border-radius: 50%;
}
.link_list.active:after{
transform: translate(100%,-50%) scale(0);
}
.link_overlay{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 110;
background: rgba(0, 0, 0, 0.5);
display: none;
}
.link_overlay.active{
display: block;
}
.leaflet-popup-content{
gap: 10px;
margin: 0;
padding: 8px;
padding-right: 15px;
}
.leaflet-popup-content .icon{
width: 35px;
height: 35px;
}
.leaflet-popup-content p{
margin: 0;
font-size: 12px;
line-height: 20px;
color: #888888;
}
.leaflet-popup-content strong{
font-size: 14px;
line-height: 23px;
}
.case3_blog {
padding: 48px 0 64px;
}
.case3_blog .top h2 {
font-size: 22px;
line-height: 1.5;
}
.case3_blog .list {
margin-top: 32px;
}
.case3_blog .list ul {
gap: 16px;
display: flex;
overflow: auto;
width: 100vw;
padding: 0 20px;
margin: 0 -20px;
}
.case3_blog .list ul::-webkit-scrollbar {
display: none;
}
.case3_blog .list ul li {
flex: 1 0 260px;
}
.case3_blog .list ul li .info h3 {
font-size: 16px;
line-height: 1.5;
margin-top: 6px;
}
.case3_blog .list ul li .info .desc {
padding: 8px 0;
}
.case3_blog .list ul li .info .desc p {
font-size: 13px;
line-height: 1.5;
}
.case3_blog .list ul li .info .desc p::before {
margin-bottom: 8px;
}
.case3_blog .list ul li .info .desc .btn {
font-size: 14px;
gap: 12px;
margin-top: 12px;
}
.case3_blog .list ul li .info .desc .btn::after {
width: 26px;
}
.case3_blog p.center {
margin-top: 20px;
padding-top: 20px;
}
.case3_blog p.center a {
font-size: 14px;
padding: 8px 10px 8px 16px;
}
.case3_blog p.center a:hover {
padding-left: 30px;
padding-right: 24px;
}
.service_advantage .list li{
padding-left: 3.2rem !important;
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes fadeInRight-1 {
from {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight-1 {
from {
opacity: 0;
-webkit-transform: translate3d(13%, 0, 0);
transform: translate3d(13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight-1 {
-webkit-animation-name: fadeInRight-1;
animation-name: fadeInRight-1;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-13%, 0, 0);
transform: translate3d(-13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-13%, 0, 0);
transform: translate3d(-13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft-1 {
-webkit-animation-name: fadeInLeft-1;
animation-name: fadeInLeft-1;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}