.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
clear: both;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}body {
background: #edede8;
font-family: 'Noto Sans TC','Poppins', sans-serif; }   html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-style: normal;
font-weight: 400;
vertical-align: bottom; }
html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; min-height: 100%;
position: relative; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure {
margin: 1em 40px; } hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } html {
height: 100%;
font-weight: 500;
width: 100%; }
body {
width: 100%;
font-size: 1.3rem;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0; }
h1, h2, h3, h4, div, dl, dt, dd, ul, li, img, a, p, span, iframe, small, strong, figure, address {
list-style: none;
margin: 0;
padding: 0;
color: inherit;
font-style: inherit; }
select {
height: 26px;
margin-top: -2px;
outline: none;
font-size: 12px; }
input {
margin-top: -2px; }
p {
line-height: 2.1rem;
letter-spacing: 0.02em; }
a, span {
color: inherit;
font-size: inherit;
outline: none; } a:link {
text-decoration: none;
color: initial; }
a:visited {
text-decoration: none;
color: initial; }
a:active {
text-decoration: none;
color: initial; }
a:hover {
text-decoration: none;
color: initial; }
::selection {
background-color: none;
color: #C7C7C7; } .full_h {
height: 100vh; }
.center_box {
display: flex;
align-items: center;
justify-content: center; } .u-poppins {
font-family: "Poppins", "Noto Sans ", sans-serif; }
.u-inner {
box-sizing: border-box; }
ul, ol {
list-style: none; }
.works-intro__txt-wrap {
vertical-align: middle; }
.c-head01 {
font-size: 4rem;
font-weight: 700;
letter-spacing: 0;
line-height: 1;
text-transform: uppercase; }
.c-head01 {
font-size: 4rem;
font-weight: 700;
letter-spacing: 0;
line-height: 1;
text-transform: uppercase; }
.works-intro__tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 15px; }
.works-intro__item {
margin-right: 25px; }
.works-intro__link {
text-decoration: none;
text-transform: uppercase;
font-size: 1.4rem;
line-height: 1;
letter-spacing: 0;
font-weight: 600; }
#breadcrumbs.center {
position: absolute;
bottom: 0;
left: 50%;
bottom: 15px;
font-size: 13px;
color: #99A;
font-weight: bold;
width: 100%;
max-width: 1624px;
transform: translate(-50%, 5px);
text-align: center; }
#allworks {
padding-top: 120px; }
.page-template #breadcrumbs {
opacity: 0; }
@media (min-width: 1024px) {
#our_service {
padding-top: 180px; }
.u-inner {
width: 100%;
max-width: 1420px;
margin: auto;
padding-left: 40px;
padding-right: 40px; }
.works-intro__tab {
margin-top: 27px; }
.works-intro__inner {
max-width: 1220px;
margin: 0 auto;
padding-top: 80px;
padding-bottom: 95px;
line-height: 2;
font-size: 25px;
text-align: center; }
.works-intro__item {
margin-right: 48px; }
.works-intro__item.is-current .works-intro__link {
color: #979da4; }
.works-intro__link {
font-size: 1.6rem; } }
@media (min-width: 600px) {
.c-head01 {
font-size: 5rem;
margin-bottom: 20px; } }
#cursor {
position: absolute;
width: 20px;
height: 20px;
background: #bf0000;
border-radius: 50%;
mix-blend-mode: difference;
pointer-events: none;
transition: 0.1s;
z-index: 55; }
#home_bn1 > span {
font-size: 40px; }
#our_service .inner_box {
display: flex;
max-width: 1240px;
padding: 0 20px;
margin: auto auto 50px;
flex-wrap: wrap;
justify-content: space-between;
text-align: center; }
#our_service .inner_box .box {
padding: 20px;
box-sizing: border-box;
width: 30%;
background: #fff;
box-shadow: 0px 0px 196px 0px rgba(0, 0, 0, 0.05); }
#our_service .inner_box .box img {
display: block;
max-width: 150px;
margin: auto auto 10px; }
#our_service .inner_box .box h4 {
margin-bottom: 10px;
font-weight: 600;
letter-spacing: 2px; }
#our_service .inner_box .box p {
margin-bottom: 10px;
color: rgba(247, 0, 0, 0.66);
letter-spacing: -1px;
text-transform: uppercase;
font-weight: bold; }
#our_service .inner_box .box .text {
font-size: 15px; }
@media (max-width: 768px) {
#allworks {
padding-top: 50px; }
#our_service {
padding-top: 80px; }
.main_title {
font-size: 30px !important; }
#our_service .inner_box .box {
width: 100%;
margin-bottom: 20px; }
.aloha_small_title {
font-size: 16px;
padding: 20px;
line-height: 1.7em; } }
#archive {
padding: 0 15px; }
.works-archive__item {
transition-duration: 0.3s !important; }
.works-archive__img {
position: relative;
padding-top: 170.55%;
background-repeat: no-repeat;
background-size: cover;
transition: box-shadow 0.1s, transform 0.1s; }
.works-archive__img:hover {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); }
.works-archive-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.works-archive-list li {
width: calc(50%  - 10px);
margin-bottom: 50px;
box-sizing: border-box; }
.works-archive__link .works-archive__head {
display: block;
color: #91979b;
font-size: 16px;
text-decoration: none;
line-height: 1.8;
letter-spacing: 0;
padding-top: 8%; }
.works-archive__item .works-archive__head {
position: relative;
margin-top: 15px;
line-height: 1em;
padding: 5px 5px 5px 20px; }
.works-archive__item .works-archive__head:before {
content: '';
position: absolute;
width: 10px;
height: 10px;
background: #b2dd4c;
top: 50%;
border-radius: 50%;
margin-top: -4px;
left: 3px; }
#breadcrumbs {
position: absolute;
bottom: 0;
left: 50%;
bottom: 15px;
font-size: 13px;
color: #99A;
font-weight: bold;
width: 100%;
max-width: 1624px;
transform: translate(-50%, 5px);
text-align: center; }
@media (min-width: 1024px) {
.works-archive__item:nth-child(n) {
width: 23%;
max-width: 340px;
padding: 30px; }
.works-archive__item:nth-child(3n) {
margin-right: 0; } }
@media (max-width: 1024px) {
#archive .works-archive__head {
font-size: 15px; } }
@media (max-width: 450px) {
#breadcrumbs {
left: 50%;
font-size: 11px;
}  
footer .footer_menu{
display: none;
}
.post-navigation .nav-links .nav-previous{
font-size: 13px;;
}
.post-navigation .nav-links .nav-next {
font-size: 13px;;
}
}
@media (min-width: 600px) {
.works-archive__item:nth-child(n) {
margin-right: 0; }
.works-archive__item:nth-child(even) {
margin-right: 0; } }
#single_post {
min-height: 500px; }
#single_post .single_top {
background: #d7d7d5;
min-height: 200px;
width: 100%;
display: flex;
align-items: end;
justify-content: center;
position: relative;
overflow: hidden;
background-size: cover;
position: relative;
box-shadow: 0 0 3px 2px #e5e5e5;
}
#single_post .single_top .bk {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background-size: cover;
background-repeat: repeat; }
#single_post .single_top .top_desc {
display: flex;
min-height: 200px;
justify-content: space-between; }
#single_post .single_top .top_desc .box {
display: flex;
align-items: center; }
#single_post .single_top .top_desc h1 {
text-align: center;
z-index: 3;
font-weight: 400;
color: #ff5600;
letter-spacing: 2px;
font-size: 40px;
line-height: 1em;
font-weight: bold; }
#single_post .single_top .top_desc .desc {
color: #fff; }
#single_post .single_top .top_img {
position: absolute;
z-index: 0;
top: 100px;
max-width: 80%;
width: 100%;
left: 50%;
transform: translate(-50%, 0px);
background-size: cover; }
#single_post .single_top .top_img img {
display: block;
width: 100%;
opacity: 0; }
#main_page {
max-width: 1440px;
padding: 20px;
margin: 50px auto;
display: flex;
box-sizing: border-box;
width: 100%; }
#main_page .main {
width: 60%;
min-height: 2000px; }
#main_page .main .box {
width: 100%;
margin-bottom: 50px;
width: 100%;
max-width: 600px;
margin: auto; }
#main_page .main .box p {
padding-top: 10px;
margin-bottom: 1em; }
#main_page .main .box h4 {
padding-top: 10px;
margin-bottom: 1em;
text-align: center; }
#main_page .main .box img { height: auto;
display: block;
margin-left: auto;
margin-right: auto; }
#main_page .desc {
width: 30%; }
#main_page .desc .follow {
position: sticky;
top: 80px; }
#main_page .desc .follow h3 {
font-size: 25px;
font-weight: 600;
margin-left: 5px;
margin-bottom: 10px; }
#main_page .desc .follow h3 a {
color: #888; }
#main_page .desc .follow h3 a:hover {
color: #ff9d00; }
#main_page .desc .follow ul {
padding-left: 0.5em; }
#main_page .desc .follow ul li {
font-weight: 400;
margin-bottom: 5px;
position: relative;
padding-left: 1em;
font-size: 18px; }
#main_page .desc .follow ul li:before {
position: absolute;
top: 50%;
margin-top: -4px;
content: '';
width: 8px;
height: 8px;
left: 0;
background: #f4a915; }
@media (max-width: 768px) {
#main_page {
flex-wrap: wrap;
flex-direction: column-reverse; }
#main_page .main {
width: 100%;
padding-right: 0px; }
#main_page .desc {
width: 100% !important;
margin-bottom: 30px;
padding: 0 0 0 35px; } }
#blog {
max-width: 1064px;
margin: auto;
padding: 120px 20px; }
#blog h2 {
color: #333;
font-size: 80px;
font-weight: 900;
text-transform: uppercase;
text-align: center;
margin-bottom: 60px; }
#blog .blog_outter .box a {
display: flex;
max-width: 880px; }
#blog .blog_outter .box a .pimg {
width: 30%;
padding-right: 20px; }
#blog .blog_outter .box a .pimg img {
display: block;
width: 100%; }
#blog .blog_outter .box a .rtext {
width: 70%; }
#blog .blog_outter .box a .rtext .b_title {
font-size: 30px;
letter-spacing: 0px;
font-weight: 600;
line-height: 1.2em;
position: relative; }
#blog .blog_outter .box a .rtext .b_title a {
display: inline-block; }
#blog .blog_outter .box a .rtext .b_title a:after {
content: '';
bottom: 0;
height: 23px;
width: 0%;
background: #b2dd4c;
transition: 0.5s;
left: 0;
z-index: -1; }
#blog .blog_outter .box a .rtext .b_title a:hover:after {
content: '';
position: absolute;
bottom: 0;
height: 23px;
width: 90%;
background: #b2dd4c; }
#blog .blog_outter .box a .rtext .b_meta {
margin-top: 5px;
color: #939393;
font-weight: 300;
font-size: 25px; }
#blog .blog_outter .box a .rtext .b_tag {
margin-top: 5px; }
@media (max-width: 768px) {
#blog .blog_outter .box {
margin-bottom: 20px; }
#blog .blog_outter .box a {
flex-wrap: wrap; }
#blog .blog_outter .box a .pimg {
width: 100%;
display: none; }
#blog .blog_outter .box a .rtext {
width: 100%; } } #single_blog {
max-width: 1064px;
margin: auto;
padding: 120px 20px;
min-height: 80vh; }
#single_blog .single_top h1 {
margin-bottom: 2em;
font-weight: 500; }
#single_blog .single_top .desc {
line-height: 1.75em;
padding: 30px 20px;
box-sizing: border-box;
border: 1px solid;
border: 1px solid #dfdfdf;
border-radius: 10px;
background: #ddd;
font-size: 18px; }
#single_blog .single_top .desc p {
margin-bottom: 1em; }
@media (max-width: 450px) {
#single_blog {
padding: 50px 20px; 
}
#single_blog .single_top h1 {
font-size: 24px;
font-weight: 600; 
} 
} #global_logo {
z-index: 100;
width: 200px;
margin-top: 3.125vw;
margin-left: 3.125vw;
position: fixed;
cursor: pointer; }
#global_logo a {
display: block; }
#global_logo a img {
width: 100%; }
.dark #single_post .single_top .top_desc h1 {
color: #333 !important; } .menuBtn {
width: 25px;
height: 20px;
margin-top: 40px;
margin-right: 3.525vw;
position: fixed;
top: 0;
right: 0;
z-index: 99; }
.menuBtn .menuBtn-inner {
width: 100%;
height: 100%;
background-color: transparent;
position: relative; }
.menuBtn .menuBtn-inner .menuBtn-line {
width: 100%;
height: 2px; }
.menuBtn .menuBtn-inner .menuBtn-line:first-of-type {
position: absolute;
top: 0;
left: 0; }
.menuBtn .menuBtn-inner .menuBtn-line:nth-of-type(2) {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin-left: auto;
margin-right: auto; }
.menuBtn .menuBtn-inner .menuBtn-line:last-of-type {
position: absolute;
bottom: 0;
left: 0; }
.menuBtn .menuBtn-inner .menuBtn-line:after {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #666;
opacity: 1;
z-index: 1; }
.dark #single_post .single_top .top_desc h1 {
color: #fff; }
.scroll header {
background: rgba(255, 255, 255, 0.7);
height: 60px;
width: 100%;
z-index: 50;
position: fixed;
top: 0;
left: 0; }
.scroll #global_logo {
margin-top: 10px;
margin-left: 20px;
transition: 0.3s; }
.scroll #menuBtn {
margin-top: 20px;
margin-right: 20px;
transition: 0.3s; }
@media (max-width: 1100px) {
#main_page .main {
padding-right: 50px; }
#main_page .desc {
width: 40%; }
#main_page .desc .follow {
top: 80px; } }
@media (max-width: 1024px) {
.menuBtn {
margin-top: 30px; }
main.page_contents {
padding-top: 84px; } #archive {
margin-top: 60px; }
#intro {
padding: 20px; }
.works-archive-list li a {
max-width: 300px;
margin: auto;
display: block; } }
@media (max-width: 768px) {
#archive {
margin-top: 0px; }
#aloha_header {
width: 100%;
height: 84px;
background: #EAEDEA;
position: fixed;
z-index: 2;
top: 0; }
main.page_contents {
padding-top: 120px; }
main.page_contents .works-intro__head {
font-size: 2rem;
text-align: center;
padding: 5px 0 15px;
font-weight: bold; }
.js-pagetop {
right: 2px; }
.js-pagetop .backtop {
font-size: 1em; }
#global_logo {
margin-top: 10px; }
.menuBtn {
margin-top: 18px; }
#main_page .main {
padding-right: 0; }
#aloha_header {
width: 100%;
height: 54px;
background: #EAEDEA;
position: fixed;
z-index: 2; }
main.page_contents {
padding-top: 54px; }
main.page_contents .works-intro__head {
font-size: 2rem;
text-align: center;
padding: 5px 0 15px;
font-weight: bold; }
#single_post .single_top {
min-height: 200px; }
#single_post .single_top .top_desc {
display: flex;
min-height: 188px;
justify-content: space-between;
align-items: center; } }
@media (max-width: 450px) {
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea{
width: 100%;;
}
#blog h2,
#contact .inner .top h2{
font-size: 30px !important;
padding-left: 0;;
padding-right:0;
}
.single_work {
margin-top: 30px; }
.js-pagetop .backtop {
font-size: 1em;
text-indent: -9999px; }
.js-pagetop .backtop:after {
content: '';
position: absolute;
width: 25px;
height: 1px;
background: #000;
top: 22px;
transform: rotate(-65deg);
right: 4px; }
#single_post .single_top .top_desc h1 {
font-size: 30px;
letter-spacing: 2px;
z-index: 1;
font-weight: 900; }
#main_page .desc {
padding: 0 0 0 0px;
box-sizing: border-box; } }
footer {
background: rgba(255, 255, 255, 0.5); }
.footer {
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
background: #d6dcde; }
.footer img {
margin-left: 0.5rem;
display: block;
width: 100%; }
.footer a {
display: flex;
justify-content: center;
align-items: center; }
.parallax_img {
height: 400px;
overflow: hidden;
position: relative; }
.parallax_img:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 5;
background: rgba(0, 0, 0, 0.5); }
.footer_menu {
display: flex;
flex-wrap: wrap; }
.footer_menu li {
margin-right: 30px; }
.footer_menu li a {
font-weight: bold;
color: #333;
font-size: 16px; }
.footer_menu li a:hover {
color: #ff5600; }
.contactme {
padding-top: 80px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 50px; }
.contactme small {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold; }
.js-pagetop {
position: fixed;
right: 18px;
bottom: 100px;
z-index: 5;
opacity: 1;
height: 71px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
will-change: opacity;
right: 20px; }
.backtop {
padding: 0 0 95px;
font-size: 1.5rem;
position: relative;
display: block;
padding: 0 0 50px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
line-height: 1; }
.backtop:before {
position: absolute;
content: '';
right: 50%;
bottom: -20px;
width: 1px;
height: 60px;
background: #212836; }
@media (min-width: 1024px) {
.ft-con__inner {
padding-left: 80px;
padding-right: 80px; } }
@media (min-width: 600px) {
.ft-con__inner {
padding-bottom: 20px; }
footer .parallax_img {
height: 300px; } }
.work_nav {
background: #fff;
padding: 90px 15px; }
ul.works-pager__list {
position: relative;
overflow: hidden;
display: flex;
justify-content: space-between; }
ul.works-pager__list li a {
display: inline-block;
position: relative;
text-decoration: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
text-transform: uppercase; }
ul.works-pager__list li a.prev {
padding-left: 90px; }
ul.works-pager__list li a.prev:before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 80px;
height: 1px;
background: #212836;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
ul.works-pager__list li a.next {
padding-right: 90px; }
ul.works-pager__list li a.next:before {
position: absolute;
content: "";
top: 50%;
right: 0;
width: 80px;
height: 1px;
background: #212836;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (min-width: 1024px) {
.works-pager__list {
padding: 0 90px; } }
@media (max-width: 1024px) {
.works-pager__list {
padding: 0 50px; }
ul.works-pager__list li a.prev {
padding-left: 50px; }
ul.works-pager__list li a.prev:before {
width: 40px; }
ul.works-pager__list li a.next {
padding-right: 50px; }
ul.works-pager__list li a.next:before {
width: 40px; } }
@media (max-width: 768px) {
.footer_menu {
font-size: 15px;
line-height: 2em; } }
@media (max-width: 600px) {
#outter  article{
padding-top:58px;
}
#global_logo a img{
max-width: 180px;
}
.works-archive__item .works-archive__head{
font-size: 14px;
line-height: 1.5;
margin-top:5px;
}
.works-archive__item .works-archive__head:before{
top: 15px;
}
.works-pager__list {
padding: 0 0px; }
ul.works-pager__list li a.prev {
padding-left: 25px; }
ul.works-pager__list li a.prev:before {
width: 20px; }
ul.works-pager__list li a.next:before {
width: 20px; }
ul.works-pager__list li a.next {
padding-right: 25px; } 
}
.menuBg {
z-index: 1;
background-color: #000;
height: 0;
will-change: transform;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: .7s height ease .4s;
transition: .7s height ease .4s; }
.menuBg.is-open {
position: fixed;
top: 0;
left: 0;
height: 100vh;
bottom: auto;
-webkit-transition: .65s height ease;
transition: .65s height ease; }
.menuBg.is-open + #menuBtn {
display: none; }
.global_menu {
overflow: hidden;
z-index: 100; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 1s visibility ease;
transition: 1s visibility ease;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
font-family: 'Nunito Sans', sans-serif;
font-weight: 900; }
.menu-closeText {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
cursor: pointer;
-webkit-transition: .3s opacity;
transition: .3s opacity;
color: #fff;
text-transform: uppercase; }
.menu-closeText > div {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
overflow: hidden; }
.is-open .menu-closeText-label {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .75s -webkit-transform ease;
transition: .75s -webkit-transform ease;
transition: .75s transform ease;
transition: .75s transform ease,.75s -webkit-transform ease; }
.menu-closeBtn {
z-index: 100;
opacity: 0;
position: absolute;
top: 0;
right: 0;
-webkit-transition: .3s opacity;
transition: 0.3s opacity; }
.is-open .menu-closeBtn {
opacity: 1; }
.menu-closeBtn-line:first-of-type {
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.is-open .menu-closeBtn-line:before {
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.menu-closeBtn-line:first-of-type:before {
-webkit-transform-origin: left;
transform-origin: left; }
.menu-closeBtn-line:before {
background-color: #fff; }
.menu-closeBtn-line:before {
display: block;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s -webkit-transform ease;
transition: 1s -webkit-transform ease;
transition: 1s transform ease;
transition: 1s transform ease,1s -webkit-transform ease; }
.menu-closeBtn-line:after {
display: block;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s -webkit-transform ease;
transition: 1s -webkit-transform ease;
transition: 1s transform ease;
transition: 1s transform ease,1s -webkit-transform ease; }
.menu-closeBtn-line {
width: 100%;
height: 2px;
margin-top: 50%; }
.menu-closeBtn-line:before {
background-color: #fff; }
.menu-closeBtn-line:after, .menu-closeBtn-line:before {
display: block;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s -webkit-transform ease;
transition: 1s -webkit-transform ease;
transition: 1s transform ease;
transition: 1s transform ease,1s -webkit-transform ease; }
.menu-closeBtn-line:first-of-type:after {
-webkit-transform-origin: right;
transform-origin: right; }
.menu-closeBtn-line:after {
z-index: 1;
background-color: rgba(0, 0, 0, 0.4); }
.menu-closeBtn-line:last-of-type {
position: absolute;
top: 0;
right: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.menu-closeBtn-line:before {
background-color: #fff; }
.menu-closeBtn-line {
width: 100%;
height: 2px;
margin-top: 50%; }
.menu-inner {
height: 100%;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff; }
.menu-inner .menu-nav a {
-webkit-transition: .5s opacity ease;
transition: .5s opacity ease;
font-size: 4.03125vw;
margin-bottom: 20px; }
.menu-inner .menu-nav .menu-nav-text.split-text {
display: inline-flex;
position: relative;
color: #fff;
font-weight: bold; }
.menu-inner .menu-nav .menu-nav-text.split-text span {
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1);
transition: 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1);
transition: 0.5s transform cubic-bezier(0.1, 0.2, 0.3, 1), 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1);
transition: 0.5s transform cubic-bezier(0.1, 0.2, 0.3, 1), 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1); }
.menu-closeBtn {
width: 20px;
height: 20px;
margin-top: 3.125vw;
margin-right: 3.125vw; }
.menu-closeText-label {
display: block;
font-size: 1.5625vw; }
.menu-body {
width: 50%;
padding-left: 0;
padding-right: 0;
margin-left: auto; }
.menu-nav a {
display: block;
position: relative;
letter-spacing: .075em;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: #fff;
line-height: 1.05;
font-weight: 700;
text-transform: uppercase; }
.menu-nav a + a {
padding-top: .05em;
transition: .5s opacity ease;
font-size: 7.03125vw; }
.menuBg {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%); }
.menuBg.is-open {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
z-index: 50; }
.closing .menuBg.is-open {
height: 0vh;
bottom: auto;
-webkit-transition: .65s height ease;
transition: .65s height ease; }
@media (max-width: 600px) {
.contactme{
padding: 20px 15px 30px;;
}
.footer_menu{
justify-content: center;
}
.footer_menu li{
margin-left: 15px;
margin-right:15px;
}
.contactme small{
width: 100%;
display: block;
text-align: center;
}
.menu-inner .menu-nav a {
font-size: 28px; }
.menu-body {
width: 100%;
padding-left: 40px; }
#menu-closeText {
font-size: 20px; } }
#contact {
padding-top: 120px;
background: #fff; }
#contact h2 {
max-width: 1440px;
padding: 0 20px;
margin: auto; }
#contact .inner .top {
max-width: 740px;
padding: 20px;
margin: auto; }
#contact .inner .top h2 {
text-align: center;
color: #232323;
font-size: 60px;
font-weight: 800;
margin-bottom: 20px; }
#contact .inner .top h2 .sub {
display: block;
color: #939393;
font-size: 18px;
line-height: 20px;
width: 100%; }
#contact .inner .top .tsub {
text-align: center;
color: #6f6f6f;
font-size: 18px;
line-height: 1.8em; }
#contact .c_banner {
max-width: 800px;
margin: auto;
text-align: center;
display: block; }
#contact #content {
padding: 80px 0;
position: relative; }
#contact #content h3 {
font-size: 40px;
text-align: center;
font-weight: 600;
margin: 30px 0; }
#contact #content form {
display: flex;
max-width: 980px;
padding: 0 20px 40px;
margin: auto;
flex-wrap: wrap;
justify-content: space-between; }
#contact #content form #name {
width: calc(50% - 15px);
position: relative;
border-bottom: 1px solid #999;
margin-bottom: 20px;
height: 55px;
background: none; }
#contact #content form #tel {
width: calc(50% - 15px);
position: relative;
border-bottom: 1px solid #999;
margin-bottom: 20px;
height: 55px;
background: none; }
#contact #content form #email {
width: 100%;
position: relative;
border-bottom: 1px solid #999;
margin-bottom: 20px;
height: 55px;
background: none; }
#contact #content form textarea {
width: 100%;
border-bottom: 1px solid #999;
margin-bottom: 20px; }
#contact #content form button {
border: 0px;
background: none;
padding: 10px 20px;
margin: auto 0 auto auto;
border-radius: 5px;
transition: 0.5s; }
#contact #content form button:hover {
background: #dfdfdf; }
.small_case {
background: #edede8;
padding: 80px 0; }
.small_case .inner {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
line-height: 1.8em;
display: flex; }
.small_case .inner .left {
width: 50%;
align-items: center;
display: flex;
flex-wrap: wrap;
align-content: center;
text-align: center; }
.small_case .inner .left h3 {
width: 100%;
text-align: center;
font-size: 24px;
margin-bottom: 1em; }
.small_case .inner .left h3 span {
padding: 10px;
display: block;
font-weight: 700;
letter-spacing: 3px;
font-size: 40px; }
.small_case .inner .left h4 {
width: 100%;
text-align: center;
font-size: 18px; }
.small_case .inner .left p {
text-align: center;
width: 100%; }
.small_case .inner .right {
width: 50%; }
.small_case .inner .right ul, .small_case .inner .right li {
list-style-type: decimal; }
.area {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 0; }
.circles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.circles li {
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(120, 219, 120, 0.2);
animation: animate 25s linear infinite;
bottom: -150px; }
.circles li:nth-child(1) {
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s; }
.circles li:nth-child(2) {
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s; }
.circles li:nth-child(3) {
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s; }
.circles li:nth-child(4) {
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s; }
.circles li:nth-child(5) {
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s; }
.circles li:nth-child(6) {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s; }
.circles li:nth-child(7) {
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s; }
.circles li:nth-child(8) {
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s; }
.circles li:nth-child(9) {
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s; }
.circles li:nth-child(10) {
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s; }
.contact_form {
z-index: 2; }
.contact_form textarea {
z-index: 3;
background: transparent; }
.contact_form button[type="submit"] {
z-index: 3; }
.w100 {
width: 100%; padding: 10px 10px 15px;
border: 1px solid #00ff2b;
color: #0cab27;
line-height: 1em;
margin-bottom: 30px; }
@keyframes animate {
0% {
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0; }
100% {
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%; } }
@media (max-width: 768px) {
.small_case .inner {
flex-wrap: wrap; }
.small_case .inner .left,
.small_case .inner .right {
width: 100%;
justify-content: center;
display: flex; }
.small_case .inner .right {
padding: 20px; }
.small_case .inner .right ul {
margin-left: 20px;
font-size: 18px; } }
img {
max-width: 100%; }
#service .s_layer1 {
padding-top: 120px;
background: #fff;
padding-bottom: 50px; }
#service .s_layer2 {
padding: 50px 20px; }
#service .s_layer3 {
background: #fff;
padding: 50px 20px; }
#service .inner {
display: flex;
max-width: 1440px;
padding: 0 20px;
margin: auto; }
#service .inner .left {
width: 50%; }
#service .inner .right {
width: 50%; }
.main_title {
text-align: center;
color: #232323;
font-size: 60px;
font-weight: 800;
margin-bottom: 20px; }
.main_title .sub {
display: block;
color: #bcbbbb;
font-weight: bold;
font-size: 18px;
line-height: 20px;
width: 100%; }
.tsub {
text-align: center;
color: #6f6f6f;
font-size: 18px;
line-height: 1.8em; }
.mx800 {
max-width: 800px;
padding: 20px;
margin: auto auto 50px; }
.text_box {
font-size: 40px;
font-weight: 800;
padding: 20px; }
.text_box .small {
font-size: 16px;
font-weight: bold;
color: #999; }
#service .inner .right,
#service .inner .left {
display: flex;
align-items: center; }
@media (max-width: 768px) {
#service .inner {
flex-wrap: wrap; }
#service .inner .right {
width: 100%; }
#service .inner .left {
width: 100%; }
.s_layer2 .inner {
flex-direction: column-reverse; } }
img {
max-width: 100%; }
#wordpress .s_layer1 {
padding-top: 120px;
background: #fff;
padding-bottom: 50px; }
#wordpress .layer4 {
background: #fff;
padding: 0px 20px 100px; }
#wordpress .layer4 .inner {
display: flex;
justify-content: space-around;
max-width: 1224px;
margin: auto; }
#wordpress .layer4 .inner .box {
max-width: 300px; }
#wordpress .layer4 .inner .box h3 {
margin-bottom: 5px;
font-weight: bold; }
#wordpress .layer4 .inner .box p {
color: #666;
font-size: 18px; }
.main_title {
text-align: center;
color: #232323;
font-size: 60px;
font-weight: 800;
margin-bottom: 20px; }
.main_title .sub {
display: block;
color: #939393;
font-size: 18px;
line-height: 20px;
width: 100%; }
.tsub {
text-align: center;
color: #6f6f6f;
font-size: 18px;
line-height: 1.8em; }
.mx800 {
max-width: 800px;
padding: 20px;
margin: auto auto 50px; }
.text_box {
font-size: 40px;
font-weight: 800;
padding: 20px; }
.text_box .small {
font-size: 16px;
font-weight: bold;
color: #999; }
.center_img {
max-width: 600px;
margin: 0 auto 80px; }
.center_img img {
width: 100%; }
:is(.elementor-section-wrap,[data-elementor-id]) > .e-con {
padding: 0; }
@media (max-width: 1000px) {
#wordpress .layer4 .inner {
flex-wrap: wrap; }
#wordpress .layer4 .inner .box {
display: block;
margin-bottom: 30px; }
.mx800 br {
display: none; }
.main_title {
font-size: 42px; } }
.blog_outter .box {
display: flex;
margin-bottom: 20px; padding-bottom: 20px;
margin-bottom: 30px; }
.blog_outter .box .pimg {
width: 180px;
margin-right: 20px; }
.blog_outter .box .rtext h3 a {
font-size: 40px;
font-weight: bold; }
.blog_outter .box .rtext .b_meta {
font-weight: 300;
font-size: 16px;
margin-bottom: 5px; }
.blog_outter .box .rtext .b_tag a {
font-size: 16px; }
@media (max-width: 768px) {
.blog_outter .box .rtext h3 a {
font-size: 23px; }
.blog_outter .box .pimg {
display: none; } }  .post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover{
width: 50%;;
color:#ff5600;
}