@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
} :focus { outline: 0;
}
body { line-height: 1;
}
ol, ul {
list-style: none;
}
table { border-collapse: collapse;
border-spacing: 0;
}
caption, th, td { font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after { content: "";
}
blockquote, q { quotes: "" "";
}
a img {
border: 0;
}
img {
vertical-align: top;
}
article, aside, figure, footer, header, hgroup, nav, section {
display: block;
}
strong
{
font-weight:bold;
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
   @font-face {
font-family: "slick";
font-weight: normal;
font-style: normal;
src: url(/css/fonts/slick.eot);
src: url(/css/fonts/slick.eot?#iefix) format("embedded-opentype"),
url(/css/fonts/slick.woff) format("woff"),
url(/css/fonts/slick.ttf) format("truetype"),
url(/css/fonts/slick.svg#slick) format("svg");
} .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
} .slick-prev {
left: 15px;
background: url(https://reast-k.com/system_panel/uploads/images/slider_prev.png)
center no-repeat;
background-size: 15px auto;
}
[dir="rtl"] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: 15px;
background: url(https://reast-k.com/system_panel/uploads/images/slider_next.png)
center no-repeat;
background-size: 15px auto;
}
[dir="rtl"] .slick-next {
right: auto;
left: -25px;
}
.slick-next:before {
content: "";
}
[dir="rtl"] .slick-next:before {
content: "";
} .slick-slider { }
.slick-dots {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
display: block;
width: 100%;
max-width: 100px;
margin: 0 auto;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
color: #41a5fc;
}
.slick-dots li button:before {
font-family: "slick";
font-size: 40px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "•";
text-align: center;
opacity: 0.25;
-ms-filter: "alpha(opacity=25)"; filter: alpha(opacity=25); color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-filter: "alpha(opacity=25)";
filter: alpha(opacity=25); }
.slick-dots li.slick-active button:before {
opacity: 1;
-ms-filter: "alpha(opacity=75)"; filter: alpha(opacity=70); color: #000000;
}.formError {
z-index: 990;
}
.formError .formErrorContent {
z-index: 991;
}
.formError .formErrorArrow {
z-index: 996;
}
.ui-dialog .formError {
z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
z-index: 5006;
}
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left;
}
.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
}
.formError .formErrorContent {
width: 100%;
background: #ee0101;
position: relative;
color: #fff;
min-width: 124px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #fff;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position: relative;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top: 2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #fff;
}
.formError .formErrorArrow .line10 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 11px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}
 .animated {
animation-duration: 0.8s; animation-fill-mode: both;
-webkit-animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: 0.75s;
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%,
43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from,
to {
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%,
20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from,
11.1%,
to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn; animation-duration: 0.5s;
-webkit-animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -30% , 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-20%, 0, 0); }
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
-webkit-animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
-webkit-animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 30%, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 30%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%,
60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%,
80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");/**/ /*/*//**/* {
box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html,
body {
width: 100%;
}
body {
position: relative;
overflow-x: hidden;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
line-height: 1.5;
color: #101211;
font-size: 16px;
background: #ffffff;
transition: 2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.5;
}
.txt {
line-height: 2;
} a {
color: #101211;
text-decoration: none;
}
a:hover {
text-decoration: none;
} img {
width: 100%;
height: auto;
vertical-align: middle;
} .clearfix::after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.spBreak {
display: none;
}
@media (min-width: 1140px) {
a {
transition: 0.6s;
}
a:hover {
opacity: 0.6;
}
}
.fax a {
pointer-events: none;
}
@keyframes loop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}
@keyframes loop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
@keyframes scroll {
0% {
transform: scale(1, 0);
transform-origin: 0 0;
}
50% {
transform: scale(1, 1);
transform-origin: 0 0;
}
51% {
transform: scale(1, 1);
transform-origin: 0 100%;
}
100% {
transform: scale(1, 0);
transform-origin: 0 100%;
}
} .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 40px 60px;
z-index: 999;
}
.header .headWrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.header .logo {
width: 260px;
}
.header .logo a {
display: block;
}
.header .headTitle {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #ffffff;
}
.header .headItem ul {
display: flex;
}
.header .headItem ul li + li {
margin: 0 0 0 25px;
}
.header .headItem ul li a {
display: block;
}
.header .headItem ul .insta {
width: 30px;
}
.header .headItem ul .line {
width: 30px;
}
.header .headItem ul .youtube {
width: 35px;
} main {
overflow: hidden;
}
.secWrap {
max-width: 1800px;
margin: 0 auto;
}
.secWrap01 {
max-width: 1600px;
margin: 0 auto;
}
.secWrap02 {
max-width: 1280px;
margin: 0 auto;
}
.mapBox {
overflow: hidden;
position: relative;
width: 100%;
height: 0;
padding: 0 0 45%;
}
.mapBox iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} .footer {
padding: 200px 20px 80px;
color: #ffffff;
background: #000000;
}
.footer .logoBox {
max-width: 815px;
margin: 0 auto 120px;
}
.footer .logoBox .sub {
max-width: 515px;
margin: 30px auto 0;
}
.footer .footBox {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .footBox .left {
display: flex;
align-items: center;
font-family: "Lato", sans-serif;
font-size: 18px;
color: #ffffff;
}
.footer .footBox .left .copy {
margin: 0 80px 0 0;
}
.footer .footBox .left .privacy a {
color: #ffffff;
text-decoration: underline;
}
.footer .footBox .right ul {
display: flex;
}
.footer .footBox .right ul li + li {
margin: 0 0 0 25px;
}
.footer .footBox .right ul li a {
display: block;
}
.footer .footBox .right ul .insta {
width: 30px;
}
.footer .footBox .right ul .line {
width: 30px;
}
.footer .footBox .right ul .youtube {
width: 35px;
} body::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff; z-index: 9999; pointer-events: none; opacity: 0; -webkit-transition: opacity 0.8s ease; -ms-transition: opacity 0.8s ease;
-moz-transition: opacity 0.8s ease;
transition: opacity 0.8s ease;
} body.fadeout::after {
opacity: 1;
}  body.fadeout article {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
  /*/*/#top .topKvPanel {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
padding: 20px;
background: url(/image/top/top_kv_pc.png) center no-repeat;
background-size: cover;
}
#top .topKvPanel .topKvTitle {
position: relative;
padding: 80px 0 0;
}
#top .topKvPanel .topKvTitle .topTxt {
position: absolute;
top: -60px;
left: 0;
right: 0;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
#top .topKvPanel .topKvTitle .logo {
max-width: 815px;
margin: 0 auto 30px;
}
#top .topKvPanel .topKvTitle .title {
max-width: 515px;
margin: 0 auto;
}
#top .topKvPanel .topKvEntry {
position: absolute;
right: 30px;
bottom: 40%;
}
#top .topKvPanel .topKvEntry a {
display: block;
background: #15ff42;
}
#top .topKvPanel .topKvEntry em {
font-family: "Lato", sans-serif;
letter-spacing: 0.1em;
}
#top .topKvPanel .topKvEntry span {
letter-spacing: 0.05em;
}
@media (min-width: 1140px) {
#top .topKvPanel .topKvEntry a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 80px;
height: 300px;
}
#top .topKvPanel .topKvEntry em {
margin: 0 0 30px;
font-size: 28px;
writing-mode: vertical-lr;
}
#top .topKvPanel .topKvEntry span {
writing-mode: vertical-lr;
}
}
#top .topKvPanel .kvScroll {
position: absolute;
left: 70px;
bottom: 170px;
width: 25px;
padding: 190px 0 0;
}
#top .topKvPanel .kvScroll::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 2px;
height: 150px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.5);
}
#top .topKvPanel .kvScroll::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 2px;
height: 150px;
margin: 0 auto;
background: #ffffff;
animation: scroll 2s infinite;
}
#top .topKvPanel .kvScroll .scrollTxt {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #ffffff;
writing-mode: vertical-lr;
}
#top .topKvPanel .textPanel {
position: absolute;
left: 0;
bottom: 0;
display: flex;
justify-content: flex-start;
align-items: center;
overflow: hidden;
width: 100%;
height: 88px;
background: #000000;
overflow: hidden;
}
#top .topKvPanel .textPanel .loopWrap {
display: flex;
}
#top .topKvPanel .textPanel .loopText {
padding: 0 10px;
font-size: 20px;
font-style: italic;
color: #fff;
letter-spacing: 0.05em;
white-space: nowrap;
}
#top .topKvPanel .textPanel .loopText01 {
animation: loop 16s -8s linear infinite;
}
#top .topKvPanel .textPanel .loopText02 {
animation: loop2 16s linear infinite;
}
#top .topKvPanel .slidePanel {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: #000000;
}
#top .topKvPanel .slidePanel .slideTxt ul {
display: flex;
justify-content: space-between;
align-items: center;
height: 88px;
}
#top .topKvPanel .slidePanel .slideTxt ul li {
width: 60%;
margin: 0 15px;
}
#top #section__about {
padding: 190px 0;
color: #ffffff;
text-align: center;
background: #777777;
}
#top #section__about .slidePanel {
position: relative;
}
#top #section__about .slidePanel > .secTtl {
display: none;
}
#top #section__about .slidePanel .slideBox ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#top #section__about .slidePanel .slideBox ul li {
width: 16.6666666667%;
margin: 0 7px;
}
#top #section__about .txtPanel .txtBox {
padding: 0 20px;
}
#top #section__about .txtPanel .secTtl {
margin: 0 0 50px;
font-family: "Lato", sans-serif;
font-size: 60px;
letter-spacing: 0.1em;
}
#top #section__about .txtPanel .secTtl h2 {
line-height: 1;
}
#top #section__about .txtPanel .txt01 {
font-size: 28px;
line-height: 1.7;
letter-spacing: 0.1em;
}
#top #section__about .txtPanel .txt02 {
margin: 40px 0 0;
line-height: 2;
letter-spacing: 0.05em;
}
#top #section__about .txtPanel .txt03 {
margin: 60px 0 0;
letter-spacing: 0.05em;
}
@media (min-width: 1140px) {
#top #section__about .slidePanel {
min-height: 400px;
}
#top #section__about .slidePanel .slideBox ul li {
position: relative;
height: 450px;
}
#top #section__about .slidePanel .slideBox ul li img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#top #section__about .txtPanel .txtBox {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 1070px;
height: 100%;
margin: 0 auto;
z-index: 1;
background: #777777;
}
}
@media (min-width: 1140px) {
#top #section__photo .photoBox {
display: flex;
flex-direction: row-reverse;
}
#top #section__photo .photoBox .photo {
width: 50%;
}
}
#top #section__problem {
position: relative;
padding: 60px;
}
#top #section__problem::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 530px;
z-index: -1;
background: #faff81;
}
#top #section__problem .problemContainer .problemMvBox {
position: relative;
}
#top #section__problem .problemContainer .problemMvBox .title {
position: absolute;
top: 40%;
left: 0;
right: 0;
max-width: 670px;
width: 80%;
margin: 0 auto;
}
#top #section__problem .problemContainer .problemTxtBox {
position: relative;
padding: 100px 20px;
background: #777777;
}
#top #section__problem .problemContainer .problemTxtBox::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 85px;
height: 85px;
z-index: 1;
background: url(/image/top/problem_tri.png) no-repeat;
background-size: 100% auto;
}
#top #section__problem .problemContainer .problemTxtBox .inner {
max-width: 680px;
margin: 0 auto;
}
#top #section__problem .problemContainer .problemTxtBox .title {
max-width: 460px;
margin: 0 0 60px;
}
#top #section__problem .problemContainer .problemTxtBox .checkList ul {
border-top: 1px solid #ffffff;
}
#top #section__problem .problemContainer .problemTxtBox .checkList ul li {
display: flex;
align-items: center;
border-bottom: 1px solid #ffffff;
}
#top #section__problem .problemContainer .problemTxtBox .checkList ul li .left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 85px;
min-height: 90px;
border-right: 1px solid #ffffff;
}
#top #section__problem .problemContainer .problemTxtBox .checkList ul li .left .check {
width: 35px;
}
#top #section__problem .problemContainer .problemTxtBox .checkList ul li .right {
width: calc(100% - 85px);
padding: 10px 30px;
font-size: 20px;
color: #ffffff;
letter-spacing: 0.1em;
}
#top #section__problem .problemContainer .problemTxtBox .message {
max-width: 650px;
margin: 70px 0 0;
}
@media (min-width: 1140px) {
#top #section__problem .problemContainer {
display: flex;
flex-direction: row-reverse;
}
#top #section__problem .problemContainer .problemMvBox {
width: 50%;
}
#top #section__problem .problemContainer .problemMvBox .mv {
position: relative;
min-height: 890px;
}
#top #section__problem .problemContainer .problemMvBox .mv img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#top #section__problem .problemContainer .problemTxtBox {
width: 50%;
}
}
#top #section__point {
position: relative;
padding: 90px 60px 90px 160px;
}
#top #section__point::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 100%;
background: url(/image/top/point_sec_bg.png) no-repeat;
background-size: cover;
}
#top #section__point .secBoxList .secBox + .secBox {
margin: 40px 0 0;
}
#top #section__point .secBoxList .secBox .txtBox {
padding: 20px 0;
border-top: 1px solid #000000;
}
#top #section__point .secBoxList .secBox .txtBox .point {
display: inline-block;
margin: 0 0 60px;
padding: 2px 4px;
font-family: "Lato", sans-serif;
font-size: 20px;
line-height: 1;
color: #ffffff;
background: #000000;
}
#top #section__point .secBoxList .secBox .txtBox .txt {
font-size: 20px;
letter-spacing: 0.1em;
}
@media (min-width: 1140px) {
#top #section__point .secBoxList .secBox {
display: flex;
justify-content: space-between;
}
#top #section__point .secBoxList .secBox .photo {
position: relative;
width: 50%;
height: 400px;
}
#top #section__point .secBoxList .secBox .photo img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#top #section__point .secBoxList .secBox .txtBox {
width: 45%;
}
}
#top #section__curriculum {
position: relative;
padding: 120px 120px 190px;
}
#top #section__curriculum::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 480px);
z-index: -1;
background: url(/image/top/curriculum_sec_bg.png) no-repeat;
background-size: cover;
}
#top #section__curriculum .secTtlBox {
position: absolute;
top: 120px;
left: -30px;
display: flex;
}
#top #section__curriculum .secTtlBox .secTtl {
font-family: "Lato", sans-serif;
font-size: 100px;
letter-spacing: 0.05em;
writing-mode: vertical-lr;
}
#top #section__curriculum .secTtlBox .secTtl h2 {
line-height: 1;
}
#top #section__curriculum .secTtlBox .sub {
padding: 15px 0 0 10px;
letter-spacing: 0.1em;
writing-mode: vertical-lr;
}
#top #section__curriculum .topTxt {
margin: 0 0 100px;
font-size: 25px;
text-align: center;
letter-spacing: 0.1em;
}
#top #section__curriculum .secPanel {
background: #faff81;
}
#top #section__curriculum .secPanel + .secPanel {
margin: 55px 0 0;
}
#top #section__curriculum .secPanel .pHead {
position: relative;
padding: 30px 50px;
border-bottom: 1px solid #c6c6c6;
}
#top #section__curriculum .secPanel .pHead .num {
position: absolute;
top: -20px;
right: -100px;
font-family: "Lato", sans-serif;
font-size: 90px;
line-height: 1;
}
#top #section__curriculum .secPanel .pHead .pTtl {
font-size: 35px;
letter-spacing: 0.1em;
}
#top #section__curriculum .secPanel .pBody {
position: relative;
padding: 30px 50px;
}
#top #section__curriculum .secPanel .pBody .ttlEn {
position: absolute;
top: 40px;
right: 40px;
font-family: "Lato", sans-serif;
font-size: 14px;
letter-spacing: 0.05em;
writing-mode: vertical-lr;
}
#top #section__curriculum .secPanel .pBody .ttl {
margin: 0 0 40px;
font-size: 20px;
line-height: 2;
letter-spacing: 0.1em;
text-decoration: underline;
}
#top #section__curriculum .secPanel .pBody .box dl {
letter-spacing: 0.1em;
}
#top #section__curriculum .secPanel .pBody .box dl dt {
margin: 0 0 15px;
}
#top #section__curriculum .secPanel .pBody .box dl dd {
line-height: 2;
}
@media (min-width: 1140px) {
#top #section__curriculum .secPanel .pBody .box {
display: flex;
}
#top #section__curriculum .secPanel .pBody .box dl + dl {
margin: 0 0 0 80px;
}
}
#top #section__curriculum .copy {
margin: 100px 0 0;
font-family: "Lato", sans-serif;
text-align: center;
letter-spacing: 0.1em;
}
#top #section__teacher {
position: relative;
padding: 0 60px;
background: #000000;
}
#top #section__teacher::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 60px;
height: calc(100% - 480px);
background: url(/image/top/teacher_sec_bg_01.png) no-repeat;
background-size: cover;
}
#top #section__teacher::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 60px;
height: calc(100% - 480px);
background: url(/image/top/teacher_sec_bg_02.png) no-repeat;
background-size: cover;
}
#top #section__teacher .teacherContainer {
padding: 200px 50px 150px;
color: #ffffff;
background: #777777;
}
#top #section__teacher .teacherContainer .secTtlBox {
margin: 0 0 100px;
}
#top #section__teacher .teacherContainer .secTtlBox .secTtl {
font-family: "Lato", sans-serif;
font-size: 60px;
letter-spacing: 0.1em;
}
#top #section__teacher .teacherContainer .secTtlBox .sub {
font-size: 25px;
letter-spacing: 0.1em;
}
#top #section__teacher .teacherContainer .secTtlBox .sub em {
font-family: "Lato", sans-serif;
font-size: 40px;
}
@media (min-width: 1140px) {
#top #section__teacher .teacherContainer .secTtlBox {
display: flex;
justify-content: space-between;
align-items: center;
}
}
#top #section__teacher .teacherListContainer {
margin: 0 0 120px;
}
#top #section__teacher .teacherListPanel + .teacherListPanel {
margin: 70px 0 0;
}
#top #section__teacher .teacherListPanel .pTtl {
margin: 0 0 40px;
padding: 0 0 15px;
font-size: 35px;
text-align: center;
letter-spacing: 0.1em;
border-bottom: 2px solid #ffffff;
}
#top #section__teacher .teacherListPanel .teacherList--01 {
padding: 30px 0 0;
}
@media (min-width: 1140px) {
#top #section__teacher .teacherListPanel .teacherList--01 ul {
display: flex;
flex-wrap: wrap;
margin: -50px 0 0 -70px;
}
#top #section__teacher .teacherListPanel .teacherList--01 ul li {
position: relative;
width: calc(33.3333333333% - 70px);
margin: 50px 0 0 70px;
}
}
#top #section__teacher .teacherListPanel .teacherList--02 {
padding: 50px 0 0;
}
@media (min-width: 1140px) {
#top #section__teacher .teacherListPanel .teacherList--02 .col3 {
display: flex;
flex-wrap: wrap;
margin: -100px 0 0 -70px;
}
#top #section__teacher .teacherListPanel .teacherList--02 .col3 li {
position: relative;
width: calc(33.3333333333% - 70px);
margin: 100px 0 0 70px;
}
}
@media (min-width: 1140px) {
#top #section__teacher .teacherListPanel .teacherList--multi {
display: flex;
justify-content: space-between;
gap: 70px;
margin: 100px 0 0;
}
#top #section__teacher .teacherListPanel .teacherList--multi .col1 {
width: calc(33.3333333333% - 47px);
}
#top #section__teacher .teacherListPanel .teacherList--multi .col1 li {
position: relative;
}
#top #section__teacher .teacherListPanel .teacherList--multi .col2 {
display: flex;
justify-content: space-between;
gap: 70px;
width: calc(66.6666666667% - 30px);
}
#top #section__teacher .teacherListPanel .teacherList--multi .col2 li {
position: relative;
width: calc(50% - 35px);
}
}
#top #section__teacher .teacherListPanel .teacherList ul .area {
position: absolute;
top: -50px;
left: 0;
font-size: 25px;
letter-spacing: 0.1em;
}
#top #section__teacher .teacherListPanel .teacherList ul .name {
position: absolute;
top: 0;
left: -25px;
font-family: "Lato", sans-serif;
font-size: 14px;
letter-spacing: 0.1em;
writing-mode: vertical-lr;
}
#top #section__teacher .teacherListPanel .teacherList ul dl {
padding: 30px 0 0;
text-align: center;
letter-spacing: 0.1em;
}
#top #section__teacher .teacherListPanel .teacherList ul dl dt {
margin: 0 0 10px;
font-size: 14px;
}
#top #section__teacher .teacherListPanel .teacherList ul dl dd {
font-size: 25px;
}
#top #section__teacher .morePanel .txtBox .ttl01 {
margin: 0 0 10px;
font-family: "Lato", sans-serif;
font-size: 14px;
letter-spacing: 0.1em;
}
#top #section__teacher .morePanel .txtBox .ttl02 {
margin: 0 0 10px;
font-size: 30px;
letter-spacing: 0.1em;
}
#top #section__teacher .morePanel .txtBox .txt {
letter-spacing: 0.1em;
}
@media (min-width: 1140px) {
#top #section__teacher .morePanel {
display: flex;
justify-content: space-between;
align-items: center;
}
#top #section__teacher .morePanel .photo {
width: 50%;
}
#top #section__teacher .morePanel .txtBox {
width: 45%;
}
}
#top #section__case {
background: #000000;
}
#top #section__case .titlePanel {
padding: 180px 20px 60px;
text-align: center;
}
#top #section__case .titlePanel .secTtlBox {
color: #ffffff;
}
#top #section__case .titlePanel .secTtlBox .secTtl {
font-family: "Lato", sans-serif;
font-size: 50px;
letter-spacing: 0.1em;
}
#top #section__case .titlePanel .secTtlBox .sub {
font-size: 20px;
letter-spacing: 0.1em;
}
#top #section__case .casePanel .secBox .left {
background: #faff81;
}
#top #section__case .casePanel .secBox .left dl {
font-family: "Lato", sans-serif;
letter-spacing: 0.1em;
}
#top #section__case .casePanel .secBox .left dl dt {
font-size: 40px;
}
#top #section__case .casePanel .secBox .right {
letter-spacing: 0.1em;
background: #faff81;
}
#top #section__case .casePanel01 {
background: url(/image/top/case_bg_01.png) center no-repeat;
background-size: cover;
}
#top #section__case .casePanel02 {
background: url(/image/top/case_bg_02.png) center no-repeat;
background-size: cover;
}
#top #section__case .casePanel03 {
background: url(/image/top/case_bg_03.png) center no-repeat;
background-size: cover;
}
@media (min-width: 1140px) {
#top #section__case .caseContainer {
overflow: auto;
scroll-snap-type: y mandatory;
height: calc(100vh - 345px);
min-height: 500px;
}
#top #section__case .casePanel {
scroll-snap-align: start;
height: calc(100vh - 345px);
min-height: 500px;
}
#top #section__case .casePanel .secBox {
display: flex;
align-items: center;
}
#top #section__case .casePanel .secBox .left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 35%;
min-height: 240px;
padding: 15px 20px;
}
#top #section__case .casePanel .secBox .left dl {
display: flex;
align-items: center;
}
#top #section__case .casePanel .secBox .left dl dt {
margin: 0 30px 0 0;
}
#top #section__case .casePanel .secBox .center {
width: 30%;
}
#top #section__case .casePanel .secBox .right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 35%;
min-height: 240px;
padding: 15px 20px;
font-size: clamp(20px, 1vw, 25px);
}
}
#top #section__info {
padding: 60px;
}
#top #section__info .infoSection {
padding: 120px 20px;
color: #ffffff;
text-align: center;
background: url(/image/top/info_sec_bg_pc.png) center no-repeat;
background-size: cover;
}
#top #section__info .secTtlBox {
position: relative;
margin: 0 0 60px;
padding: 0 0 40px;
color: #ffffff;
}
#top #section__info .secTtlBox:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100px;
height: 2px;
margin: 0 auto;
background: #ffffff;
}
#top #section__info .secTtlBox .secTtl {
font-family: "Lato", sans-serif;
font-size: 70px;
letter-spacing: 0.1em;
}
#top #section__info .secTtlBox .sub {
font-size: 20px;
letter-spacing: 0.1em;
}
#top #section__info .txt {
margin: 0 0 60px;
letter-spacing: 0.1em;
}
#top #section__info .link a {
display: block;
width: 130px;
margin: 0 auto 15px;
}
#top #section__info .link p {
letter-spacing: 0.1em;
}
#top #section__follow {
padding: 100px 60px 120px;
color: #ffffff;
background: #777777;
}
#top #section__follow .secBox .txtBox .secTtlBox {
position: relative;
margin: 0 0 50px;
}
#top #section__follow .secBox .txtBox .secTtlBox .secTtl {
font-family: "Lato", sans-serif;
font-size: 70px;
letter-spacing: 0.1em;
}
#top #section__follow .secBox .txtBox .secTtlBox .sub {
font-size: 20px;
letter-spacing: 0.1em;
}
#top #section__follow .secBox .txtBox .txt01 {
margin: 0 0 50px;
letter-spacing: 0.1em;
}
#top #section__follow .secBox .txtBox .txt02 {
font-family: "Lato", sans-serif;
letter-spacing: 0.1em;
}
@media (min-width: 1140px) {
#top #section__follow .secBox {
display: flex;
justify-content: space-between;
align-items: center;
}
#top #section__follow .secBox .txtBox {
width: 48%;
padding: 0 15px 0 100px;
}
#top #section__follow .secBox .photo {
width: 50%;
}
}
#top #section__recommend {
position: relative;
background: #777777;
padding: 0 60px;
}
#top #section__recommend::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50%;
background: #000000;
}
#top #section__recommend .recommendContainer {
position: relative;
}
#top #section__recommend .recommendContainer .recommendMvBox {
position: relative;
}
#top #section__recommend .recommendContainer .recommendMvBox .title {
position: absolute;
top: 40%;
left: 0;
right: 0;
max-width: 500px;
width: 70%;
margin: 0 auto;
}
#top #section__recommend .recommendContainer .recommendTxtBox {
position: relative;
padding: 100px 20px;
background: #faff81;
}
#top #section__recommend .recommendContainer .recommendTxtBox .inner {
position: relative;
max-width: 680px;
margin: 0 auto;
}
#top #section__recommend .recommendContainer .recommendTxtBox .overview {
position: absolute;
top: -60px;
right: 0;
font-family: "Lato", sans-serif;
letter-spacing: 0.1em;
writing-mode: vertical-lr;
}
#top #section__recommend .recommendContainer .recommendTxtBox .title {
max-width: 480px;
margin: 0 0 60px;
}
#top #section__recommend .recommendContainer .recommendTxtBox .checkList ul {
border-top: 1px solid #000000;
}
#top #section__recommend .recommendContainer .recommendTxtBox .checkList ul li {
display: flex;
align-items: center;
border-bottom: 1px solid #000000;
}
#top #section__recommend .recommendContainer .recommendTxtBox .checkList ul li .left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 85px;
min-height: 90px;
border-right: 1px solid #000000;
}
#top #section__recommend .recommendContainer .recommendTxtBox .checkList ul li .left .check {
width: 35px;
}
#top #section__recommend .recommendContainer .recommendTxtBox .checkList ul li .right {
width: calc(100% - 85px);
padding: 10px 20px;
font-size: 20px;
letter-spacing: 0.1em;
}
#top #section__recommend .recommendContainer .recommendTxtBox .btnEntry {
margin: 60px 0 0;
}
#top #section__recommend .recommendContainer .recommendTxtBox .btnEntry a {
display: block;
padding: 25px 10px;
color: #ffffff;
text-align: center;
letter-spacing: 0.1em;
background: #000000;
}
#top #section__recommend .recommendContainer .recommendTxtBox .btnEntry a em {
display: inline-block;
margin: 0 25px 0 0;
font-family: "Lato", sans-serif;
font-size: 28px;
vertical-align: middle;
}
#top #section__recommend .recommendContainer .recommendTxtBox .btnEntry a span {
display: inline-block;
font-size: 14px;
vertical-align: middle;
}
@media (min-width: 1140px) {
#top #section__recommend .recommendContainer {
display: flex;
align-items: center;
background: #faff81;
}
#top #section__recommend .recommendContainer .recommendMvBox {
width: 50%;
}
#top #section__recommend .recommendContainer .recommendMvBox .mv {
position: relative;
min-height: 890px;
}
#top #section__recommend .recommendContainer .recommendMvBox .mv img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#top #section__recommend .recommendContainer .recommendTxtBox {
width: 50%;
}
}