/*----- reset -----*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
    font-family: inherit;
    font-size: 100%;
    outline: 0;

}

:focus {
    outline: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    word-break: normal !important;
  word-wrap: break-word;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title],
abbr[data-original-title] {
/*     text-decoration: underline; */
/*     -webkit-text-decoration: underline dotted; */
/*     text-decoration: underline dotted; */
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: none!important;
    opacity: 0.6;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
}
p{
    text-align: justify;
}
svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [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 {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/*----- common -----*/
html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-size: 87.5%;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    line-break: strict;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none !important;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    -webkit-animation: smooth-image 1.2s;
    -moz-animation: smooth-image 1.2s;
    animation: smooth-image 1.2s;
}

.format_top #wrapper {
    overflow-y: hidden;
}
#fullpage {
    position: relative;
    height: 100%;
}

/*wrapper*/
.sticky-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
}
#wrapper {
    position: relative;
    margin: 0 auto;
    height: 100%;
    min-width: 1298px;
}

.format_free #wrapper {
    background-color: #ffffff
}

.format_free .section {
    height: auto;
}

#wrapper:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

#wrapper:after,
.container:after {
    clear: both;
}

.container-sm:before,
.container-sm:after {
    content: '';
    display: table;
}

.container-rc:before,
.container-rc:after {
    content: '';
    display: table;
}

.container-rc:after {
    clear: both;
}

.container-sm:after {
    clear: both;
}

.container-xs:before,
.container-xs:after {
    content: '';
    display: table;
}

.container-xs:after {
    clear: both;
}

.container-xs {
    margin: 0 auto;
    width: 920px;
}

.container-sm {
    margin: 0 auto;
    width: 1110px;
}

.container-rc {
    margin: 0 auto;
    padding: 0 15px;
    width: 980px;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1298px;
}

#section5 {
    background-color: #ffffff;
}

#section6 {
    background-color: #000000;
}

#section7 .partner-bottom .container {
    overflow: visible;
    background-color: #606060;
}

#section7 .container {
    padding-top: 0;
    padding-bottom: 0;
}

#fp-nav {
    opacity: 0;
}
br.spbr {
    display: none;
}
.conceptBorder {
    height: 2px;
    width: 26px;
    background: red;
    transition: width 0.1s linear;
}
.conceptWrapper {
    position: fixed;
    width: 100%;
    bottom: 35px;
    z-index: 20;
}
.conceptBorder.selected {
    width: 40px;
}
.main-heading > div > div > div {
    margin: 0 1.5px;
    /* font-size: 7vw; */
}
span.lt {
    display: inline!important;
    opacity: 0;
}

.typo.show .lt {
    -webkit-animation: typewrighter 0.4s 0s ease-out forwards;
    animation: typewrighter 0.4s 0s ease-out forwards;
}
.typo.is_slow.show .lt {
    -webkit-animation: typewrighter 0.4s 0s ease-out forwards;
    animation: fuwa 0.5s ease-out forwards;
}
@-webkit-keyframes typewrighter {
    0% {
        opacity: 0;
        text-shadow: 0 0 0 rgba(255,255,255,0)
    }

    20% {
        opacity: 0.6;
        text-shadow: 0 0 20px rgba(255,255,255,0.2)
    }

    25% {
        opacity: 0.3;
        text-shadow: 0 0 0 rgba(255,255,255,0.2)
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes typewrighter {
    0% {
        opacity: 0;
        text-shadow: 0 0 0 rgba(255,255,255,0)
    }

    20% {
        opacity: 0.6;
        text-shadow: 0 0 20px rgba(255,255,255,0.2)
    }

    25% {
        opacity: 0.3;
        text-shadow: 0 0 0 rgba(255,255,255,0.2)
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(255,255,255,0)
    }
}
@keyframes fuwa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*----- Header -----*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 43px;
    z-index: 100;
    color: #ffffff;
    opacity: 1;
    mix-blend-mode: exclusion;
}
.hlogo {
    float: left;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.hlogo h1,
.hlogo p {
    margin: 0;
    display: block;
    font-size: 100%;
    width: 160px;
    height: 15px;
    background: url(../img/front/logotype_adband_w@2x.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
}

.hlogo a {
    display: block;
    width: 160px;
    height: 15px;
    text-decoration: none;
}

.hlogo h1 span,
.hlogo p span {
    display: block;
    width: 160px;
    height: 15px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    text-indent: -1987em;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.section-project .hlogo h1 span,
.section-project .hlogo p span,
.section-white .hlogo h1 span,
.section-white .hlogo p span {
    color: #000000;
}

.menu-btn {
    float: right;
    width: 90px;
    cursor: pointer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    z-index: 100;
    /* opacity: 0.5; */
}

.menu-btn .menu-text,
.menu-btn .menu-symbol {
    display: inline-block;
}

.menu-btn .menu-text {
    font-size: 114.2%;
    float: left;
    line-height: 1;
    color: #ffffff;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.menu-btn .menu-symbol {
    position: relative;
    margin-top: 3px;
    height: 9px;
    width: 30px;
    float: right;
    -moz-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -webkit-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -ms-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -o-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    transition: .4s all cubic-bezier(.59, .01, .37, .99);
}

.menu-btn .menu-symbol:before,
.menu-btn .menu-symbol:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background-color: #ffffff;
    -moz-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -webkit-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -ms-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -o-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    transition: .4s all cubic-bezier(.59, .01, .37, .99);
}

.menu-btn .menu-symbol:before {
    top: 0;
}

.menu-btn .menu-symbol:after {
    bottom: 0;
}

.menu-btn.open .menu-text {
    color: #000000;
}

.menu-btn.open .menu-symbol {
    height: 19px;
    margin-top: -2px;
    color: #000000;
    -moz-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -webkit-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -ms-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    -o-transition: .4s all cubic-bezier(.59, .01, .37, .99);
    transition: .4s all cubic-bezier(.59, .01, .37, .99);
}

.menu-btn.open .menu-symbol:before {
    background-color: #000000;
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -o-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
}

.menu-btn.open .menu-symbol:after {
    background-color: #000000;
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -o-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-btn:hover .menu-text,
.menu-btn:focus .menu-text,
.menu-btn:hover .menu-symbol:before,
.menu-btn:hover .menu-symbol:after,
.menu-btn:focus .menu-symbol:before,
.menu-btn:focus .menu-symbol:after{
    opacity: 0.5;
}
/*----- Hack CSS IE10 and IE11 mix-blend-mode: exclusion-----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .format_free .hlogo h1,
    .format_free .hlogo p{
        background: url(../img/front/logotype_adband_b_ie@2x.png) no-repeat;
    }
    .format_free .project-text,
    .format_free a.recTopBtn{
        color: #000000;
    }
}
/*----- Hack CSS Edge mix-blend-mode: exclusion-----*/
@supports (-ms-ime-align:auto) {
    .format_free .hlogo h1,
    .format_free .hlogo p{
        background: url(../img/front/logotype_adband_b_ie@2x.png) no-repeat;
    }
    .format_free .project-text,
    .format_free a.recTopBtn{
        color: #000000;
    }
}
/* ==================================================
Content
================================================== */
.container.is_conceptBorder,.contact-bottom .container,.header .container {
    width: 100%;
}

#fp-nav {
    left: 2!important;
}

:root .section .container-distance {
    width: 100%;
}
.bg_section_1 {
    background-image: url(../img/gallery/img_slides_0.jpg);
}

.bg_section_2 {
    background-image: url(../img/gallery/img_slides_1.jpg);
}

.bg_section_3 {
    background-image: url(../img/gallery/img_slides_2.jpg);
}

.bg_section_4 {
    background-image: url(../img/gallery/img_slides_3.jpg);
}

.section {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.section-overlap,
.section-project {
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.section-overlap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(46, 46, 46, 0.4);
}
.section-first:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: rgba(40, 99, 132, 0.3)*/
}
.section-project {
    background-attachment: initial;
}

.section-intro {
    background-color: #ffffff;
}
.sectionDetailTopImg {  
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%!important;
}

.fixedOver {
    z-index: 2;
    position: relative;
    margin-top: 100vh;
}
.section .container {
    position: relative;
    overflow: hidden;
}

.section .container-distance {
    padding-top: 45px;
    padding-bottom: 45px;
}
:root .section .container-distance {
    height: auto\0/IE9;
}

.section .header .container {
    padding: 0 15px;
    overflow: visible;
}

.section .contact-bottom .container {
    padding: 0 15px;
    overflow: visible;
}

.section-inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-centering {
    position: relative;
    padding: 90px 0 70px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    vertical-align: middle;
}

@media screen and  (max-width: 1200px){
/*     .video-background {
        height: 100vh!important;
        width: 180vh!important;
        margin-left: calc((-180vh + 100%) / 2);
    } */
}
/*----- IE9 -----*/
:root .section-centering {
    display: table-cell\9;
    width: 10000px\9;
}

.lodingwrapper {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lodingwrapper i.zmdi.zmdi-spinner {
    color: #000;
    font-size: 30px;
}
/*----- IE10 and IE11 -----*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .section-centering {
        display: table-cell;
        width: 10000px !important;
        vertical-align: middle;
        margin: 0 auto;
    }

    .format_free .header .hlogo h1 span,
    .format_free .header .hlogo p span {
        color: #000000;
    }

    .format_free .menu-btn .menu-text {
        color: #000000;
    }

    .format_free .menu-btn .menu-symbol:before,
    .format_free .menu-btn .menu-symbol:after {
        content: '';
        background-color: #000000;
    }

    .format_free .contact-bottom .inbox-link a {
        color: #000000;
    }
}

.section-about {
    padding-bottom: 139px;
}

:root .section-inner {
    display: block\0/IE9;
}

.contact-bottom:before,
.contact-bottom:after {
    content: '';
    display: table;
}

.contact-bottom:after {
    clear: both;
}

.contact-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 23px;
    z-index: 100;
    color: #ffffff;
    opacity: 1;
    mix-blend-mode: exclusion;
}
.contact-bottom-first {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 23px;
    z-index: 100;
    color: #ffffff;
    opacity: 0;
    mix-blend-mode: exclusion;
}
.contact-pos {
    bottom: 95px;
}

.contact-bottom .concept-entries,
.contact-bottom .inbox-link {
    width: 49%;
}

.contact-bottom .concept-entries {
    float: left;
}

.contact-bottom .concept-entries .concept-txt {
    position: relative;
    padding-left: 49px;
    color: #ffffff;
    display: inline-block;
    font-family: oswald, sans-serif;
}
.contact-bottom .concept-entries .concept-txt span{
    /* opacity: 0.5; */
    color: #ffffff;
}
.contact-bottom .concept-entries .concept-txt:hover,
.contact-bottom .concept-entries .concept-txt:focus {
    opacity: 0.5;
    color: #ff0000;
    text-decoration: none;
}

.contact-bottom .concept-entries .concept-txt:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
/*     content: ''; */
    width: 26px;
    height: 2px;
    background-color: #ff0000;
    -moz-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    -webkit-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    transition: .5s all cubic-bezier(.59, .01, .37, .99);
}
.contact-bottom .concept-entries .concept-txt:hover:before,
.contact-bottom .concept-entries .concept-txt:focus:before {
    opacity: 0.5;
    width: 39px;
    background-color: #ff0000;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
.contact-bottom .inbox-link {
    float: right;
    text-align: right;
    font-size: 114.2%;
}

.contact-bottom .inbox-link a {
    /* opacity: 0.5; */
    color: #ffffff;
    text-decoration: none;
}

.contact-bottom .inbox-link a:hover,
.contact-bottom .inbox-link a:focus {
    opacity: 0.5;
}

.contact-bottom .inbox-link .inbox-txt {
    margin-right: 20px;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.contact-bottom .inbox-link .fa-envelope {
    vertical-align: top;
    font-size: 142.8%;
}

.section-inner .contact-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    position: absolute;
}

.section-within {
    position: relative;
    padding: 0;
    z-index: 20;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.section-within .slide-heading {
    margin: 0 0 12px;
    opacity: 0;
    font-size: 114.2%;
    line-height: 1.1;
    font-weight: 700;
    font-family: ryo-gothic-plusn, sans-serif;
}

.section-within .main-heading {
    opacity: 0;
    margin: 0;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 300%;
    color: #ffffff;
    mix-blend-mode: exclusion;
}
.section-within .brand-logo{
    text-align: center;
    display: none;
}
.section-within .slide-caption {
    opacity: 0;
    font-size: 228.5%;
    line-height: 1.9;
    font-weight: 700;
    font-style: normal;
    font-family: ryo-gothic-plusn, sans-serif;
}
.active .section-within .slide-heading,
.active .section-within .slide-caption{
    opacity: 1;
    text-align: center;
}
.switch_block {
    display: block;
}

.project-top.top-line {
    position: fixed;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 110;
    width: 1px;
    height: 35px;
    background-color: #000000;
    mix-blend-mode: exclusion;
}

.project-top.top-line:after {
    height: 35px;
    opacity: 0.5;
    top: 0;
}

.project-text {
    position: absolute;
    left: 50%;
    top: 46px;
    z-index: 110;
    margin-left: -84px;
    font-size: 100%;
    width: 168px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    opacity: 1;
}

.project-text:hover,
.project-text:focus {
    opacity: 0.5;
    color: #d4d3d3;
    text-decoration: none;
}

.right-line {
    position: absolute;
    right: 50px;
    top: 50%;
    padding-left: 46px;
    margin-top: -10px;
    z-index: 50;
    opacity: 0;
}

.right-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 39px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.5;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}

.right-line:hover:before,
.right-line:focus:before,
.fp-completely .right-line:hover:before,
.fp-completely .right-line:focus:before {
    opacity: 0.5;
    width: 39px;
/*     background-color: #ff0000; */
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}

.right-line a {
    opacity: 0.5;
    color: #ffffff;
    font-size: 114.2%;
    line-height: 1;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
}

.right-line a:hover,
.right-line a:focus {
    opacity: 0.3;
    /* color: #000000; */
    text-decoration: none;
}

.top-line,
.bottom-line {
    position: fixed;
    left: 50%;
    z-index: 50;
    z-index: 120;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.top-line {
    bottom: 100%;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);

    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    -ms-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;

    -webkit-transition-duration: 0s, 0s;
    -moz-transition-duration: 0s, 0s;
    -ms-transition-duration: 0s, 0s;
    -o-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s;

    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.top-line.js_lineNext {
    -webkit-animation-name: lineTopToTop;
    -moz-animation-name: lineTopToTop;
    -ms-animation-name: lineTopToTop;
    -o-animation-name: lineTopToTop;
    animation-name: lineTopToTop;

    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;

    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.top-line.js_linePrev {
    -webkit-animation-name: lineTopToBottom;
    -moz-animation-name: lineTopToBottom;
    -ms-animation-name: lineTopToBottom;
    -o-animation-name: lineTopToBottom;
    animation-name: lineTopToBottom;

    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;

    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.bottom-line.js_lineNext {
    -webkit-animation-name: lineBottomToTop;
    -moz-animation-name: lineBottomToTop;
    -ms-animation-name: lineBottomToTop;
    -o-animation-name: lineBottomToTop;
    animation-name: lineBottomToTop;

    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;

    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.bottom-line.js_linePrev {
    -webkit-animation-name: lineBottomToBottom;
    -moz-animation-name: lineBottomToBottom;
    -ms-animation-name: lineBottomToBottom;
    -o-animation-name: lineBottomToBottom;
    animation-name: lineBottomToBottom;

    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;

    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.bottom-line {
    top: 100%;
    opacity: 1;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);

    -webkit-transition-property: opacity, position, -webkit-transform;
    -moz-transition-property: opacity, position, -moz-transform;
    -ms-transition-property: opacity, position, -moz-transform;
    -o-transition-property: opacity, position, -moz-transform;
    transition-property: opacity, position, transform;

    -webkit-transition-duration: 0s, 0s, .4s;
    -moz-transition-duration: 0s, 0s, .4s;
    -ms-transition-duration: 0s, 0s, .4s;
    -o-transition-duration: 0s, 0s, .4s;
    transition-duration: 0s, 0s, .4s;

    -webkit-transition-delay: 0s, .8s, 0s;
    -moz-transition-delay: 0s, .8s, 0s;
    -ms-transition-delay: 0s, .8s, 0s;
    -o-transition-delay: 0s, .8s, 0s;
    transition-delay: 0s, .8s, 0s;

    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.scroll-down {
    position: absolute;
    bottom: 95px;
    left: 50%;
    z-index: 20;
    margin-left: -75px;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    width: 150px;
    color: #ffffff;
    font-size: 114.2%;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -moz-transform, opacity;
    -o-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;

    -webkit-transition-duration: .4s, .4s;
    -moz-transition-duration: .4s, .4s;
    -ms-transition-duration: .4s, .4s;
    -o-transition-duration: .4s, .4s;
    transition-duration: .4s, .4s;

    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.scroll-down span {
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.scroll-down:hover span,
.scroll-down:focus span {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.top-line:after,
.bottom-line:after {
    width: 1px;
    height: 60px;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    display: block;
    content: "";
}

.top-line:after {
    bottom: 100%;
}

.bottom-line:after {
    top: 100%;
    -webkit-transition-property: background-color transform;
    -moz-transition-property: background-color transform;
    -ms-transition-property: background-color transform;
    -o-transition-property: background-color transform;
    transition-property: background-color transform;

    -webkit-transition-duration: .8s, .4s;
    -moz-transition-duration: .8s, .4s;
    -ms-transition-duration: .8s, .4s;
    -o-transition-duration: .8s, .4s;
    transition-duration: .8s, .4s;

    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);

    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.scroll-down:hover,
.scroll-down:focus {
    color: #ffffff;
    text-decoration: none;
}

.top-line.show_line {
    opacity: 1;
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    -ms-transition-delay: .24s;
    -o-transition-delay: .24s;
    transition-delay: .24s
}

/*completely*/
.fp-completely .right-line:before {
    width: 26px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;

    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -ms-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);

    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.fp-completely .contact-bottom .concept-entries .concept-txt:before {
    width: 26px;
    -webkit-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    -moz-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    -ms-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    -o-transition: .5s all cubic-bezier(.59, .01, .37, .99);
    transition: .5s all cubic-bezier(.59, .01, .37, .99);
}

.section.fp-completely .fadeInUp {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    right: 50px!important;
}

.catagory-list:before,
.catagory-list:after {
    content: '';
    display: table;
}

.catagory-list:after {
    clear: both;
}

.catagory-list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.catagory-list .catagory-item {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.figure-service {
    position: relative;
    width: 100%;
    margin: 0;
}

.figure-service .service-image {
    width: 100%;
    overflow: hidden;
}

.figure-service .service-image img {
    width: 100%;
    height: auto;
}

.figure-service .service-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.figure-service .service-caption:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -moz-transition: background-color 0.35s;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    background-color: rgba(46, 46, 46, 0.6);
    pointer-events: none;
}

.figure-service .service-caption:hover:after,
.figure-service .service-caption:focus:after {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-transition: background-color 0.35s;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

:root .figure-service .service-caption:before {
    content: " "\0/IE9;
    display: inline-block\0/IE9;
    height: 100%\0/IE9;
    width: 1%\0/IE9;
    vertical-align: middle\0/IE9;
}

:root .figure-service .service-caption a {
    position: absolute\0/IE9;
    top: 50%\0/IE9;
    left: 0\0/IE9;
    right: 0\0/IE9;
    margin: -10px 0 0\0/IE9;
    display: block\0/IE9;
}

.figure-service .service-caption a {
    position: relative;
    padding: 20px;
    z-index: 20;
    color: #ffffff;
    font-size: 114.2%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.figure-service .service-caption a span{
    display: inline-block;
    padding-top: 4px;
}
.figure-service .service-caption a:hover,
.figure-service .service-caption a:focus {
    opacity: 0.5;
    color: #f2f2f2;
    text-decoration: none;
}
.adlivecoRight.web_container {
    text-align: right;
    font-size: 10px;
    max-width: 920px;
}

p.adlivecoRight_p {
    line-height: 1em;
    justify-content: flex-end;
    text-align: right;
}

img.adliveLogo {
    margin-left: 5px;
    margin-bottom: 3px;
}
.topic-front {
    padding: 0 0 20px;
    background-color: #000;
    overflow: hidden;
}

.topic-front .heading-topic {
    margin: 30px 0 45px;
    text-align: center;
}

.topic-front .heading-topic a {
    color: #fff;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

.topic-front .heading-topic a:hover,
.topic-front .heading-topic a:focus {
    text-decoration: none;
}

.topic-list:before,
.topic-list:after {
    content: '';
    display: table;
}

.topic-list:after {
    clear: both;
}

.topic-list {
    list-style: none;
    padding: 0;
    margin: 0 -38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.topic-list .topic-item {
    float: left;
    width: 33.3%;
    padding: 0 38px;
    margin: 10px 0;
}

.figure-topic {
    margin: 0;
}
.figure-topic img{
    width: 100%;
    height: auto;
}
.figure-topic .topic-date {
    margin-bottom: 20px;
    font-size: 114.2%;
    text-align: center;
    color: #ffffff;
    font-family: oswald, sans-serif;
    font-weight: 200;
}

.figure-topic .topic-image {
    overflow: hidden;
    /* max-height: 149px; */
}

.figure-topic .topic-image img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.figure-topic .topic-caption {
    padding: 20px 20px 15px;
    background-color: #ffffff;
    min-height: 85px;
}

.figure-topic .topic-caption h3 {
    margin: 0;
    line-height: 1.6;
    font-size: 114.2%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.figure-topic .topic-caption h3 a {
    color: #000;
    font-weight: 500;
}

.figure-topic .topic-caption h3 a:hover,
.figure-topic .topic-caption h3 a:focus {
    opacity: 0.5;
    color: #2e2d2d;
    text-decoration: none;
}

.figure-topic .topic-caption p {
    margin-bottom: 0;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.partner-bottom {
    padding: 39px 0 40px;
    background-color: #606060;
    overflow: hidden;
}

.partner-list:before,
.partner-list:after {
    content: '';
    display: table;
}

.partner-list:after {
    clear: both;
}

.partner-list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.partner-list .partner-item {
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 0px;
    text-align: center;
}
.partner-list.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.partner-list .slick-dots {
    bottom: -31px;
}
.pnavi {
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -10px;
    z-index: 30;
}

.pnavi a {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    font-size: 0;
    opacity: 0.5;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pnavi a:hover,
.pnavi a:focus {
    border: solid #f00;
    border-width: 0 3px 3px 0;
    opacity: 0.5;
}

.effect-image {
    overflow: hidden;
    position: relative;
}

.effect-image img {
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.effect-image:hover img,
.effect-image:focus img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.fragment-animate {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(-900px);
    -webkit-transform: translateY(-900px);
    transform: translateY(-900px);
    -webkit-transition: all 700ms ease 1s;
    -moz-transition: all 700ms ease 1s;
    transition: all 700ms ease 1s;
}

.section:first-child .fragment-animate {
    -webkit-transition: all 700ms ease 0.7s;
    -moz-transition: all 700ms ease 0.7s;
    transition: all 700ms ease 0.7s;
}

/*animatable scroll*/
.animatable .fragment-animate {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*active scroll*/
.active .fragment-animate {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 900ms ease 1s;
    -moz-transition: all 900ms ease 1s;
    transition: all 900ms ease 1s;
}

.section.active:first-child .fragment-animate {
    -webkit-transition: all 900ms ease 0.7s;
    -moz-transition: all 900ms ease 0.7s;
    transition: all 900ms ease 0.7s;
}

.slide-image {
    display: none;
}

/*----- Footer -----*/

#footer {
    padding: 30px 0 5px;
    height: auto;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

#footer .container {
    position: relative;
}

#footer .pnavi {
    top: -55px;
    bottom: auto;
}

#footer .pnavi a {
    border-color: #aaaaaa;
}

.footer-logo {
    margin-bottom: 24px;
}

.footer-logo a {
    display: block;
    margin: 0 auto;
    width: 98px;
    height: 49px;
    /* background: url(../img/front/logomark_adband_w.svg) no-repeat scroll; */
}

.footer-nav {
    margin-bottom: 15px;
}

.footer-nav ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}


.footer-nav ul li {
    display: inline-block;
    padding: 0 7px;
}

.footer-nav ul li a {
    font-size: 100%;
    color: #fff;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    opacity: 0.5;
    color: #f2f2f2;
    text-decoration: none;
}

.copyright {
    margin: 0;
    font-weight: 500;
}

.footer-social {
    margin-bottom: 10px;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-social ul li a {
    font-size: 171.4%;
    color: #ffffff;
}

.footer-social ul li a:hover .fa-youtube,
.footer-social ul li a:focus .fa-youtube {
    color: #da4117;
}

.footer-social ul li a:hover .fa-blogger-b,
.footer-social ul li a:focus .fa-blogger-b {
    color: #a742b8;
}

.footer-social ul li a:hover .fa-facebook-f,
.footer-social ul li a:focus .fa-facebook-f {
    color: #315096;
}

.footer-social ul li a:hover .fa-twitter,
.footer-social ul li a:focus .fa-twitter {
    color: #55acee;
}

.copyright {
    font-size: 85.7%;
}

/*popup*/
.navigation-fullscreen {
    background-color: rgba(255, 255, 255, 0.9);

}

.navigation-fullscreen .fullscreen-dialog {
    margin: 0 auto;
    padding: 50px 0;
    width: 1298px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}

.fullscreen-dialog .menu-btn {
    position: absolute;
    top: 45px;
    right: 0;
}

.modal {
    z-index: 99999;
}

.navigation-fullscreen .modal-content {
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.modal-inner {
    padding: 20px 0 30px;
    overflow: hidden;
}

.navigation-main {
    margin-top: 20px;
    margin-bottom: 65px;
}

.navigation-main>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-main>ul>li {
    padding: 17px 0 13px;
}

.navigation-main>ul>li ul {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.navigation-main>ul>li li {
    padding: 10px 0;
}

.navigation-main ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 171.4%;
    line-height: 1.1;
    font-style: normal;
    font-weight: 700;
}
a.groPublishLink_a {
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
    width: 316px;
    margin: 0px 15px 30px;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    border: solid 3px #000;
}
a.groPublishLink_a:last-child{
    margin-bottom: 50px;
}
li.sitemapUl-li .groPublishLink_a {
    margin: 0;
    text-align: center;
    width: 316px;
    font-size: 20px;
}
@media (max-width: 480px) {
    li.sitemapUl-li .groPublishLink_a {
        margin: 0 auto;
    }
}
a.groPublishLink_a:hover {
    background: #000;
    color: #FFF;
    transition: background .2s linear;
    opacity: 1!important;
}
a.groPublishLink_a:focus {
    text-decoration: none;
}
@media (max-width: 480px) {
    a.groPublishLink_a {
        display: block;
        font-size: 142.8%;
        margin: 0 0 20px;
    }
}
.navigation-main>ul>li li a {
    font-size: 128.5%;
}

.navigation-main ul li a:before {
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 15px;
    left: 50%;
    height: 3px;
    width: 0;
    background-color: #8BC700;
}

.navigation-main>ul>li.active>a,
.navigation-main ul li a:hover,
.navigation-main ul li a:focus {
    opacity: 0.5;
    color: #000000;
    text-decoration: none;
}

.navigation-main ul ul a:hover,
.navigation-main ul ul a:focus {
    opacity: 0.5;
}

.navigation-main>ul>li.active>a:before,
.navigation-main>ul>li>a:hover:before {
    display: block;
    width: 100%;
    margin-left: -50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navigation-main ul li .sub-menu {
    display: none;
}

.navigation-below {
    padding-bottom: 30px;
}

.navigation-below ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-below ul li {
    padding: 0 14px;
    display: inline-block;
}

.navigation-below ul a {
    color: #000;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.1;
    font-style: normal;
    font-weight: 700;
}

.navigation-below ul li a:hover,
.navigation-below ul li a:focus {
    opacity: 0.5;
    color: #8BC700;
    text-decoration: none;
}

.submenu-title {
    color: #8BC700;
    font-size: 100%;
    font-weight: 700;
}

.fp-scroller {
    height: 100%;
}

#section2 .fp-scroller,
#section3 .fp-scroller,
#section4 .fp-scroller,
#section5 .fp-scroller,
#section6 .fp-scroller {
    height: auto;
}

/* ==================================================
Start porject page
================================================== */
.grid-category {
    padding: 50px 0 86px;
    overflow: hidden;
    background-color: #ffffff;
}

.grid-category-list:before,
.grid-category-list:after,
.read-more:before,
.read-more:after {
    content: '';
    display: table;
}

.read-more:after,
.grid-category-list:after {
    clear: both;
}

.grid-category-inner {
    margin: 0 auto;
    overflow: hidden;
}

.grid-category-list {
    list-style: none;
    padding: 0;
    margin: 0 -19px 45px;
}

.grid-category-list .grid-category-item {
    padding: 0 19px;
    float: left;
    width: 33.3%;
    margin-bottom: 45px;
}
.grid-category-work .grid-category-list {
    margin: 0 -39px 45px;
}
.grid-category-work .grid-category-list .grid-category-item{
    padding: 0 39px;
    margin-bottom: 7px;
}
.grid-category-list .grid-category-item:nth-child(3n+1) {
    clear: both;
}

.read-more {
    text-align: center;
    -moz-animation: bounce-scroll 2.5s infinite 1s;
    -webkit-animation: bounce-scroll 2.5s infinite 1s;
    animation: bounce-scroll 2.5s infinite 1s;
}

.read-more a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 114.2%;
}
a.read-text-tri {
    cursor: pointer;
}
.read-more a:hover,
.read-more a:focus{
    opacity: 0.5;
}

.read-more .read-text {
    display: block;
    margin-bottom: 3px;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.read-more .fa-arrow-down {
    font-weight: bold;
}

.full-height {
    height: 100%;
}

/* ==================================================
End porject page
================================================== */

/* ==================================================
Start porject 01 page
================================================== */
.section-white {
    color: #000000;
    background-color: #FFF;
}

/* .section-project .menu-btn .menu-symbol:before,
.section-project .menu-btn .menu-symbol:after, */
.section-white .menu-btn .menu-symbol:before,
.section-white .menu-btn .menu-symbol:after,
#section5 .menu-btn .menu-symbol:before,
#section5 .menu-btn .menu-symbol:after,
#section5 .right-line:before {
    background-color: #000000;
}

#section5 .right-line:hover:before,
#section5 .right-line:focus:before {
    background-color: #ff0000;
}
#section5 .right-line a:hover,
#section5 .right-line a:focus,
#section6 .right-line a:hover,
#section6 .right-line a:focus {
    color: #ff0000;
    opacity: 0.5;
}

#section5 .header {
    top: 25px;
}

#section5 svg path,
.section-project svg path {
    fill: #000000;
}

.tag-link {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.tag-link li {
    display: block;
}

.tag-link li a {
    color: #000;
    font-family: noto-sans, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.bg-intro {
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    position: relative;
    height: 550px;
    width: 100%;
}

.section-caption,
.section-trademark {
    background-color: #ffffff;
}

.section-caption-edit {
    padding-bottom: 50px;
}

.section-caption {
    padding: 80px 0 70px;
}
section.section-caption.is_workspager {
    padding-top: 0;
}
.section-caption p,
.section-trademark p {
    text-align: justify;
}

.section-caption h1,
.section-trademark h1,
.section-search-tag h1 {
    font-size: 228.5%;
}

.section-caption h1,
.section-caption h2,
.section-trademark h1,
.section-trademark h2 {
    margin: 0 0 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
.section-caption h2,
.section-trademark h2 {
    text-align: center;
    font-size: 200%;
}

.para-distance p,
.section-caption p,
.section-trademark p {
    line-height: 1.8;
    font-size: 100%;
}

.switch-text {
    display: block;
}

.container-caption {
    max-width: 760px;
    margin: 0 auto;
}

.container-caption-sm,
.container-caption-md {
    margin: 0 auto;
}

.container-caption-md {
    padding: 0 15px;
    display: block;
    max-width: 950px;
    width: 100%;
}

.container-caption-sm {
    max-width: 765px;
}

.tag-link {
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
}

.tag-link li {
    padding: 7px 0;
}

.tag-link li a {
    font-size: 100%;
/*     text-decoration: underline; */
}

.tag-link li a:hover,
.tag-link li a:focus {
    text-decoration: none;
}

.brand-row:before,
.brand-row:after {
/*     content: '';
    display: table; */
}

.brand-row:after {
    clear: both;
}

.brand-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: center;
    margin: 0 -10px;
}

.brand-row .brand-col {
    padding: 0 10px;
    float: left;
    width: 33.3%;
    min-height: 1px;
}

.section-market {
    padding: 100px 0 70px;
    overflow: hidden;
    background-color: #ffffff;
}

.brand-figure {
    margin: 0;
    /* max-width: 292px; */
}

.brand-figure .brand-image {
    padding: 0;
    margin-bottom: 17px;
    text-align: center;
    overflow: hidden;
    height: 184px;
}

.brand-figure .brand-image img {
    margin: 0 auto;
    display: block;
    height: 184px;
    width: 100%;
}
.grid-category-work .grid-category-list .brand-image,
.grid-category-work .grid-category-list .brand-image img{
    height: 255px;
}
.brand-caption {
    text-align: center;
}

.brand-caption h3 {
    margin: 0 0 15px;
    font-size: 114.2%;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.brand-caption h3 a {
    color: #8BC700;
}
.is_works .brand-caption h3 {
    margin: 0px 0 5px;
}
.is_works .brand-caption p.listTag {
    margin-bottom: 20px;
}
.is_works .brand-caption .brand-title {
    margin-bottom: 5px;
}
.brand-caption h3 a:hover,
.brand-caption h3 a:focus {
    color: #b0fc00;
    text-decoration: none;
}

.brand-caption p {
    font-size: 100%;
    font-weight: 600;
}

.brand-caption .brand-title{
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.brand-caption p.listTag {
    font-weight: 400;
    font-size: 14px;
}
.para-distance {
    padding-left: 184px;
    text-align: left;
}

.para-bottom {
    margin-bottom: 110px;
}

.page-action {
    background-color: #ffffff;
    padding-bottom: 60px;
}

.nav-slide {
    background-color: #ffffff;
}

.page-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    max-width: 300px;
}

.page-list li {
    display: inline-block;
    flex: 1;
}

.page-list li a {
    color: #000;
    font-size: 114.2%;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 200;
}
.page-list li a:hover {
    text-decoration: none;
}
.page-list li a:hover,
.page-list li a:focus{
    opacity: 0.5;
}
.page-list li:nth-child(2) {
    padding: 0 50px;
}

.section-market .container {
    width: 970px;
    margin: 0 auto;
}

.arrow-left,
.arrow-right {
    position: relative;
    top: -1px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    font-size: 0;
    vertical-align: middle;
}

.arrow-left {
    margin-left: 12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-right {
    margin-right: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.nav-sort {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 24px;
    /* background: url(../img/front/bg-nav.png) no-repeat scroll; */
}
.nav-sort .fa-list-ul {
    font-size: 24px;
}

/* ==================================================
End porject 01 page
================================================== */

/* ==================================================
Start concept page
================================================== */
.section-concept {
    padding: 130px 0 10px;
    position: relative;
    margin-bottom: 45px;
}

.heading-concept {
    font-size: 285.7%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    line-height: 1.75;
    margin: 0 0 40px;
    padding: 0;
}

.section-des-txt {
    overflow: hidden;
    background-color: #ffffff;
}

.section-des-txt .concept-des-bold {
    font-size: 185.7%;
    font-weight: 700;
    padding: 25px 7px;
    line-height: 2.75;
}
.paragraph-concept {
    font-size: 185.7%;
    font-weight: 700;
    padding: 0;
    margin-bottom: 30px;
}
.paragraph-corporate{
    font-size: 128.5%;
    padding: 0;
    margin-bottom: 15px;
}
.corporate-first{
    margin-bottom: 45px;
}
.corporate-last{
    margin-bottom: 170px;
}
.section-des-txt .concept-des-bold .instead-text{
    display: block;
}
.section-des-txt span {
    display: block;
    padding-bottom: 5px;
}

.concept-des-normal span {
    padding-bottom: 45px;
}

.section-des-txt h2 {
    margin: 0 0 50px;
    padding: 0;
    font-size: 270.7%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    line-height: 1.4;
}

.section-des-txt h2 span:not(.lt) {
    display: block;
    font-size: 55%;
    font-family: oswald, sans-serif;
    font-weight: 600;
    padding-bottom: 25px;
    letter-spacing: 0.115em;
}

.section-des-txt .concept-des-normal {
    font-size: 128.8%;
    padding: 0 17px;
    line-height: 2.15;
    margin-bottom: 175px;
}

.concept-des-block {
    padding: 55px 0;
}

.concept-des-block .concept-des-cnt {
    line-height: 2.3;
    margin: 0 0 40px;
    font-size: 128.5%;
}

.concept-logo {
    padding: 66px 10px 52px;
    text-align: center;
}

.concept-brand {
    overflow: hidden;
    background-color: #ffffff;
}

.concept-brand h3 {
    font-size: 114.3%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 33px;
}

.concept-brand ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px 45px;
}

.br-block {
    width: 100%;
    max-height: 145px;
    background: #2E2E2E;
    color: #fff;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 171.4%;
    padding: 55px 10px;
    margin: 0 auto 30px;
}
a.serlink_txt {
    color: inherit;
}
a.serlink {
    display: block;
    color: #FFF;
    padding: 55px 10px;
}

.br-block.is_bland {
    padding: 0;
}

a.serlink:hover {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.concept-brand ul:after {
    content: "";
    display: table;
    clear: both;
}

.concept-brand ul li {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}

.concept-brand ul li a {
    color: #fff;
    height: 100%;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 171.4%;
    text-decoration: none;
    height: 255px;
    width: 420px;
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
}

.concept-brand ul li a:hover,
.concept-brand ul li a:focus,
.concept-brand ul li a:active {
/*     text-decoration: underline; */
}

/* ==================================================
End concept page
================================================== */

/* ==================================================
Start contact page
================================================== */
.contactTable td {
    border: none;
}

.contactTable th {
    width: 240px;
}

.contactTable td,.contactTable th {padding: 13px 10px;box-sizing: border-box;}

.contactTable td input,.contactTable td textarea,.contactTable td select {
    border: none;
    background: #f3f3f3;
    font-size: 16px;
    padding: 10px;
}

.contactTable td input,.contactTable td textarea {
    width: 100%;
}

.contactTable td input[type="checkbox"],.contactTable td input[type="radio"] {
    width: auto;
    margin-right: 10px;
}

table.contactTable {
    /* max-width: 770px; */
    margin: 0 auto;
}
section.section-contact .container-caption-md {
    max-width: 870px;
    padding: 150px 15px;
}

.contactTable p {
    margin-bottom: 0;
    display: inline-block;
}

table.contactTable tr {
}

input[type="text"] {
    line-height: 42px;
    height: 42px;
}
.inputHalf {
    display: flex;
}

.inputHalf > * {
    flex: 1;
    width: auto!important;
}
.inputHalf> *:nth-child(odd){
    margin-right: 20px;
}
input[name="f_item_zip"] {
    /* max-width: calc(50% - 5px)!important; */
}

p.checkWrap input {
    margin-right: 10px;
}

p.checkWrap {
    margin-bottom: 10px;
    display: block;
}

.contactTable td textarea {
    height: 10em;
}
span.require {
    background: #000;
    color: #FFF;
    padding: 2px 5px;
    font-size: 10px;
    float: right;
}

table.contactTable tr.contactCont th {vertical-align: top;}
input[type="submit"],.submitarea a {
    background: none;
    border: solid 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-top: 40px;
    font-weight: 600;
    transition: all 0.2s linear;
    padding-top: 5px;
}

input[type="submit"]:hover,.submitarea a:hover {
    border: solid 3px #000;
    color: #FFF;
    background: #000;
    opacity: 1;
}
.submitarea {
    display: flex;
    margin-top: 40px;
}

.submitarea input,.submitarea a {
    margin-top: 0!important;
    color: #000;
}

.submitarea > * {
    flex: 1;
    margin: 0 10px;
}
p.thanks-p {
    text-align: center;
}
table.contactTable a {
    color: inherit;
    /* text-decoration: underline; */
}
tr.formcap td {
    padding-top: 0;
    font-size: 12px;
}

tr.formcap th {
    padding: 0;
}
/* ==================================================
End contact page
================================================== */

/* ==================================================
Start service page
================================================== */
.services-section .menu-btn .menu-text,
.services-section .contact-bottom .inbox-link a {
    color: #000000;
}
.item_block .item_container li a:hover {
    text-decoration: none;
}

.service_purpose .brand_block .brand_cnt a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.services-section .menu-btn .menu-text:hover,
.services-section .menu-btn .menu-text:focus,
.services-section .menu-btn .menu-text:active{
    color: #ff0000;
    opacity: 0.5;
}

.services-section.section {
    height: auto;
}

.services-section .hlogo p {
    background: url(../img/front/black_logo.svg) no-repeat;
}

.services-section .menu-btn .menu-symbol:before,
.services-section .menu-btn .menu-symbol:after {
    background-color: #000;
}

.services_block {
    /* padding: 145px 10px; */
}

.services_block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 228.5%;
    margin-bottom: 89px;
}

.service_ttl {
    font-size: 271.4%;
    font-style: normal;
    font-weight: 700;
    max-width: 760px;
}
.service_ttl .switch-block{
    display: block;
}
.service_cnt {
    padding-top: 40px;
    padding-left: 190px;
    line-height: 1.75;
}

.service_purpose {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.purpose_intro {
    position: relative;
    text-align: center;
    font-size: 114.3%;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 8px;
    line-height: 1.4;
}

.purpose_intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: 0 auto;
}

.service_purpose h2 {
    background: #2E2E2E;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-family: oswald, sans-serif;
    text-align: center;
    font-size: 171.4%;
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 15px;
    border-bottom: 2px solid #ffffff;
}
.service_purpose h2 a{
    font-family: oswald, sans-serif!important;
    font-size: 100%!important;
    font-weight: 600!important;
}
.service_purpose h2 span {
    font-family: ryo-gothic-plusn, sans-serif;
    display: block;
    font-weight: normal;
    font-size: 66.7%;
    padding: 10px 0 13px;
}

.service_scroll {
    /* max-height: 470px; */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.service_purpose .brand_block:before,
.service_purpose .brand_block:after{
    content: '';
    display: table;
}
.service_purpose .brand_block:after{
    clear: both;
}
.service_purpose .brand_block {
    list-style: none;
    margin: 0 -1px;
    padding: 0;
}

.service_purpose .brand_block .brand_cnt {
    width: 33.33%;
    padding: 0 1px;
    float: left;
    color: #ffffff;
    box-sizing: border-box;
}

.service_purpose .brand_block .brand_cnt .brand_distance {
    padding: 0 70px 20px;
    overflow: hidden;
}

.service_purpose .brand_block:after {
    content: "";
    display: table;
    clear: both;
}

.bg_dgray {
    background: #464646;
}

.bg_gray {
    background: #606060;
}

.bg_sgray {
    background: #888888;
}

.service_purpose .brand_block .brand_cnt h2 {
    margin-top: 0;
    padding-top: 20px;
    background: none;
    border-bottom: 0;
}

.service_purpose .brand_block .brand_link {
    margin: 0 auto;
    padding: 20px 0;
    list-style: url(../img/icon/icon_dot.png);
    width: 80%;
}

.service_purpose .brand_block .brand_link li {
    margin-bottom: 4px;
}

.service_purpose .brand_block .brand_cnt a {
    color: #ffffff;
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 114.3%;
    font-weight: 500;
}

.item_brand {
    padding-top: 90px;
    background-color: #ffffff;
}

.item_block {
    background: transparent url(../img/icon/bg_rp.png) repeat-y;
    background-size: contain;
    padding: 60px 0 35px;
    position: relative;
}

.item_container {
    list-style: none;
    width: 920px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.item_block .item_container:after {
    content: "";
    display: table;
    clear: both;
}
.item_block .item_container li:before,
.item_block .item_container li:after{
    content: '';
    display: table;
}
.item_block .item_container li:after{
    clear: both;
}
.item_block .item_container li {
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 13px;
}

.item_block .item_container li a {
    display: block;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 128.5%;
    padding: 12px 15px 6px;
    line-height: 1.3;
    min-height: 41px;
    background-color: #dfdfdf;
    background-color: rgba(255, 255, 255, .8);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.item_block .item_container li a:hover,
.item_block .item_container li a:focus{
    opacity: 0.5;
}
.item_block .item_container li .item_offset_1{
    width: 71.27%;
}
.item_block .item_container li .item_offset_2{
    width: 63.09%;
}
.item_block .item_container li .item_offset_3{
    width: 37.36%;
}
.item_block .item_container li .item_offset_4{
    width: 27.91%;
}
.item_block .item_container li .item_offset_center{
    margin: 0 auto;
}
.item_block .item_container li .item_offset_left{
    float: left;
}
.item_block .item_container li .item_offset_right{
    float: right;
}

    .item_block:before {
        content: "";
        display: block;
        width: calc(100% / 3 - -1px);
        height: 100%;
        position: absolute;
        left: 0;
        border-right: 2px solid #ffffff;
        z-index: 0;
        top: 0;
        background: #464646;
    }

    .item_block:after {
        content: "";
        display: block;
        width: calc(100% / 3 - -1px);
        height: 100%;
        position: absolute;
        right: 0;
        background: #888;
        z-index: 0;
        top: 0;
        border-left: 2px solid #fff;
    }
/* ==================================================
End service page
================================================== */

/* ==================================================
Start service market page
================================================== */
.container-market-md {
    width: 920px;
    margin: 0 auto;
}

.market_block {
    padding: 135px 0 110px;
}

.market_block:after {
    content: "";
    display: table;
    clear: both;
}

.market_block h1 {
    font-size: 528.5%;
    font-style: normal;
    font-weight: 800;
}

.market_block h1 span {
    display: block;
    font-weight: 500;
    font-size: 72.9%;
    margin-top: 10px;
}

.market_block .market_cnt {
    font-family: ryo-gothic-plusn, sans-serif;
    max-width: 545px;
    float: right;
    margin-top: 30px;
}

.market_block .market_para {
    font-weight: 400;
    line-height: 1.7;
}

.market_block .market_ttl {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 242.8%;
    line-height: 1.5;
    margin-bottom: 25px;
}

.market_list {
    background-color: #ffffff;
    overflow: hidden;
}

.market_list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 86px;
}

.market_list ul li {
    width: 100%;
    max-width: 728px;
    margin: 0 auto 86px;
    padding: 0;
    position: relative;
    text-align: center;
}

.market_list ul li.distance_first {
    margin-bottom: 36px;
}

.market_list.market_left ul li {
    margin: 0 0 115px;
}

.market_list .mk_meta {
    position: absolute;
    right: -191px;
    bottom: 0;
    text-align: right;
    font-weight: bold;
}

.market_list li .mk_meta span {
    padding-bottom: 2px;
    display: block;
    color: #888888;
    font-weight: 500;
}

.market_list li .mk_meta a {
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.market_list li .mk_meta a:hover,
.market_list li .mk_meta a:focus {
/*     text-decoration: underline; */
}

.tags_list,
.market_list.market_left .tags_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags_list li {
    line-height: 1.6;
}

.tags_list li,
.market_list.market_left .tags_list li {
    padding-top: 2px;
    width: 100%;
    max-width: initial;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
}

.tags_list li a {
    font-weight: bold;
    color: #000;
/*     text-decoration: underline; */
}
.tags_list li a:hover,
.tags_list li a:focus{
    opacity: 0.5;
}
.market_list .service_intro {
    font-size: 114.3%;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.market_list h2 {
    text-align: center;
    font-size: 200%;
    margin-top: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
}

.market_list.market_left h2 {
    text-align: left;
    margin-top: 25px;
}

.market_list h2 span {
    display: block;
}

.market_list .mk_cnt {
    margin: 35px auto 0;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    max-width: 540px;
}

.market_list.market_left {
    padding-top: 60px;
}

.market_list.market_left .mk_cnt {
    max-width: 100%;
}

.list_market {
    margin-top: 100px;
    padding-bottom: 86px;
    background-color: #ffffff;
    overflow: hidden;
}

.list_market .purpose_intro {
    margin-bottom: 35px;
}

.list_market ul {
    list-style: none;
    padding: 0;
}

.list_market ul:after {
    content: "";
    display: table;
    clear: both;
    margin: 0 -15px;
}

.list_market ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.list_market .market-caption a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}

.list_market .market-caption a:hover,
.list_market .market-caption a:focus{
    opacity: 0.5;
}
/* ==================================================
End service market page
================================================== */

/* ==================================================
Start service web page
================================================== */
.web_block {
    background-color: #000000;
    color: #fff;
}

.web_container {
    width: 100%;
    padding: 32px 10px;
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
    font-family: ryo-gothic-plusn, sans-serif;
}

.web_container h2 {
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 200%;
    margin-bottom: 30px;
    line-height: 1.6em;
}

.web-caption {
    margin-bottom: 25px;
    text-align: center;
}

.web-caption span {
    display: block;
    margin-top: 5px;
}

.web_btn ul {
    padding: 0 45px 15px;
    list-style: none;
}

.web_btn ul:after {
    content: "";
    display: table;
    clear: both;
}

.web_btn ul li {
    /* width: 50%; */
    float: left;
    /* padding: 0 15px; */
}
ul.serviceContactFlex {
    display: flex;
    justify-content: center;
}

.serCon-item {
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 50%;
}

.serCon-item a {
    color: #000;
}

li.serCon-item.serviceForm {
    margin-right: 15px;
}

li.serCon-item.serviceTel {
    margin-left: 15px;
    padding: 18px 15px 8px;
}
a.servicePri {
    color: #FFF;
    text-align: center;
    display: block;
}
li.serCon-item.serviceForm a {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.serCon-item.serviceForm a:before {content: "\f15c";font-family: Font Awesome\ 5 Free;font-weight: bold;margin-right: 10px;}
.serviceTel_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

p.serviceTel_head {
    font-size: 16px;
    font-weight: 600;
}

p.serviceTel-item.serviceNum {
    font-size: 36px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0;
}

p.serviceTel-item.serviceTime {
    text-align: left;
    margin-bottom: 0;
}
.service_web.list_market {
    border-top: 1px solid #dddddd;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 0;
}

.web_feature ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.web_feature ul li {
    display: inline;
    padding: 0 5px;
}
.web_feature ul.csrBlock {
    display: flex;
    justify-content: center;
}

.web_feature ul.csrBlock li img {
    margin-bottom: 10px;
}

.web_feature ul.csrBlock li {
    padding: 0 10px;
}
/* ==================================================
End service web page
================================================== */

/* ==================================================
Start work page
================================================== */
.section-work {
    overflow: visible;
    height: auto;
}

.section-search-tag {
    padding: 140px 0 30px;
}

.section-search-tag h1 {
    margin: 0 0 45px;
}

.search-form {
    padding: 15px 0;
    color: #ffffff;
    background-color: #000000;
    min-height: 56px;
}

.search-form .container-sm {
    position: relative;
}

.btn-search {
    position: absolute;
    top: 4px;
    right: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 128.5%;
    line-height: 1.1;

}

a.worksReset {
    background: #FFF;
    color: #222!important;
    float: right;
    padding: 5px 10px;
    line-height: 1em;
    margin-bottom: 21px;
    cursor: pointer;
    transition: opacity 0.2 linear;
    font-weight: 500;
}

a.worksReset:hover {
    opacity: 0.8;
}

.btn-search:hover,
.btn-search:focus {
    color: #ffffff;
}

.row-tag {
    margin: 30px auto 0;
    max-width: 940px;
    overflow: hidden;
    display: none;
}

.row-tag h2 {
    margin: 0 0 7px;
    font-weight: bold;
    font-size: 114.2%;
}

.tag-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;

}

.tag-list .tag-item {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin-bottom: 10px;
}

.tag-list .tag-item a {
    color: #ffffff;
}
.tag-list .tag-item a:hover,
.tag-list .tag-item a:focus{
    opacity: 0.5;
}
.tag-list .tag-item a:hover,
.tag-list .tag-item a:focus {
/*     text-decoration: underline; */
}

.bg-work {
    background-image: url(../img/front/bg-work.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.work-title {
    margin: 0 0 20px;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 114.2%;
    color: #8bc700;
    line-height: 1.2;
}

.work-caption {
    font-size: 290%;
    line-height: 1.6;
    font-weight: 700;
    font-style: normal;
}

.work-top.top-line {
    position: fixed;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 110;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    mix-blend-mode: exclusion;
}

.work-top.top-line:after {
    height: 35px;
}

.work-top .project-text {
    position: absolute;
    left: 50%;
    top: 46px;
    z-index: 110;
    margin-left: -84px;
    font-size: 100%;
    width: 168px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    opacity: 1;
}
.work-top .project-text:hover,
.work-top .project-text:focus {
    opacity: 0.5;
    color: #d4d3d3;
    text-decoration: none;
}
.sectionDetailTopImg.is_worksDetail:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}
.business-info:before,
.business-info:after {
    content: '';
    display: table;
}

.business-info:after {
    clear: both;
}

.business-info {
    margin: 80px auto 0;
    max-width: 730px;
}

.business-info .business-col {
    float: left;
    width: 50%;
    padding: 0;
}

.business-info .business-col:nth-child(1) {
    padding-right: 15px;
}

.business-info .business-col:nth-child(2) {
    padding-left: 15px;
}

.business-detail {
    padding-top: 25px;
    border-top: 2px solid #b3b3b3;
}

.business-detail h4 {
    margin: 0 0 10px;
    font-size: 114.2%;
    font-style: normal;
    font-weight: 500;
}
.business-info a {
    color: #757575;
}
.business-detail h4 a {
    color: #8BC700;
}

.business-detail p {
    margin-bottom: 7px;
    line-height: 1.3;
}

.business-detail .business-inner {
    margin-bottom: 20px;
}

.section-photos {
    background-image: url(../img/front/bg-wood.png);
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container-photo {
    padding: 70px 15px;
    width: 1010px;
    margin: 0 auto;
}

.photos-image {
    -moz-box-shadow: 0 0 7px 1px #685d4e;
    -webkit-box-shadow: 0 0 7px 1px #685d4e;
    box-shadow: 0 0 7px 1px #685d4e;
    display: inline-block;
}

.photos-left {
    float: left;
    width: 31.2%;
}

.photos-right {
    float: right;
    width: 62.9%;
}

.photos-top {
    float: left;
    text-align: left;
}

.photos-bottom {
    position: relative;
    margin-top: -20px;
    float: right;
    text-align: right;
}

.section-photos .container-photo {
    height: 100%;
}

.section-photos .section-inner {
    flex-flow: column wrap;
    align-items: stretch;
}

.headlines {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    font-size: 114.2%;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.headlines:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
}

.section-caption .headlines {
    text-align: center;
}

.section-caption .article-heading,
.section-caption .message-heading {
    text-align: left;
}

.section .top-message {
    margin: 0 0 80px;
    line-height: 1.4;
    font-size: 228.5%;
    text-align: left;
    font-style: normal;
    font-weight: 500;
}

.section .message-heading-lg {
    font-size: 257.1%;
    text-align: left;
    margin: 0 0 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.banner-sliders {
    margin: 60px 0 70px;
    /* border: 1px solid #CCCCCC; */
    overflow: hidden;
}

.banner-sliders .banner-item {
    text-align: center;
}

.control-slide {
    margin-top: 40px;
}

/* ==================================================
End work page
================================================== */

/* ==================================================
Start work 01 page
================================================== */

/* ==================================================
End work 01 page
================================================== */

/* ==================================================
Start about us page
================================================== */
.work-top 
 a.project-text.is_about {
    width: 185px;
    margin-left: -93px;
}
.section-black {
    color: #ffffff;
    background-color: #000000;
}

.section-black .section-caption {
    background-color: #000000;
}

.section-caption .message-heading {
    font-size: 485.7%;
    line-height: 1.3;
    font-style: normal;
    font-weight: 800;
}

.section-caption .para-message {
    margin-bottom: 25px;
}

.section-caption .para-director {
    font-size: 128.5%;
    text-align: right;
}

.section-caption .para-director .director-name {
    font-weight: 700;
}

.offset-component:before,
.offset-component:after {
    content: '';
    display: table;
}

.offset-component:after {
    clear: both;
}

.offset-component {
    margin-left: 477px;
}

.club-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.club-first {
    margin-bottom: 50px;
}

.club-list li {
    padding: 4px 0;
    overflow: hidden;
}

.club-list li .club-label {
    width: 85px;
    float: left;
}

.club-list li .club-info {
    overflow: hidden;
    display: block;
}

.frame-map {
    margin-top: 25px;
    max-height: 360px;
    overflow: hidden;
}

.frame-map-inner {
    position: relative;
    /* padding-bottom: 56.25%; */
    /* 16:9 */
    padding-bottom: 38.25%;
    height: 0;
}

.frame-map-inner object,
.frame-map-inner iframe,
.frame-map-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navigation-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
}

.navigation-scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.navigation-scroll ul li {
    float: left;
    width: 16.6%;
    text-align: center;
}

.navigation-scroll ul li a {
    position: relative;
    padding-bottom: 12px;
    color: #ffffff;
    display: inline-block;
    font-size: 114.2%;
    font-weight: 400;
}

.navigation-scroll ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

.navigation-scroll ul li a:hover,
.navigation-scroll ul li a:focus {
    text-decoration: none;
    color: #d4d3d3;
}

.navigation-scroll ul li a:hover:after,
.navigation-scroll ul li a:focus:after {
    background-color: #d4d3d3;
}

.mission-title {
    margin-bottom: 15px;
    font-size: 128.5%;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.para-mission {
    margin-bottom: 85px;
}

/* ==================================================
End about us page
================================================== */


/* ==================================================
Start topic page
================================================== */
.heading-h1,
.para-year {
    font-size: 228.5%;
    font-style: normal;
    font-weight: 700;
}

.heading-h1 {
    margin: 0 0 45px;
    line-height: 1.4;
}

.section-topic {
    padding: 170px 0 0;
}

.grid-matter {
    padding: 30px 0 86px;
    overflow: hidden;
}

.grid-matter-list:before,
.grid-matter-list:after {
    content: '';
    display: table;
}

.grid-matter-list:after {
    clear: both;
}

.grid-matter-inner {
    margin: 0 auto;
}

.grid-matter-list {
    list-style: none;
    padding: 0;
    margin: 0 -15px 45px;
}

.grid-matter-list .grid-matter-item {
    padding: 0 15px;
    float: left;
    width: 33.3%;
    margin-bottom: 35px;
}

.grid-matter-list .grid-matter-item:nth-child(3n+1) {
    clear: both;
}

.matter-date {
    font-size: 114.2%;
    text-align: center;
    margin-bottom: 17px;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.matter-figure {
    margin: 0;
    border: 1px solid #cccccc;
}

.matter-figure .matter-image {
    text-align: center;
    overflow: hidden;
    /* height: 202px; */
    border-bottom: 1px solid #cccccc;
}

.matter-figure .matter-image img {
    margin: 0 auto;
    display: block;
    /* height: 255px; */
    width: 100%;
}

.matter-caption {
    padding: 27px 23px 10px;
}

.matter-caption h3 {
    margin: 0 0 12px;
    font-size: 114.2%;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.matter-caption h3 a {
    color: #000000;
    font-weight: 500;
}

.matter-caption h3 a:hover,
.matter-caption h3 a:focus {
    opacity: 0.5;
    color: #2e2d2d;
    text-decoration: none;
}

.matter-caption p {
    font-size: 100%;
    font-weight: 500;
}

.menu-follow {
    position: fixed;
    left: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.menu-follow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-follow-list li {
    padding: 7px 0;
    display: block;
    line-height: 1.2;
}

.menu-follow-list li a {
    position: relative;
    color: #898989;
    padding-left: 32px;
    font-weight: 400;
    font-size: 100%;
}

.menu-follow-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 20px;
    height: 2px;
    background-color: #c3c3c3;
}

.menu-follow-list .active a:before {
    content: '';
    background-color: #c5e37f;
}

.menu-follow-list li a:hover,
.menu-follow-list li a:focus {
    color: #c5e37f;
    text-decoration: none;
}

.menu-follow-list li a:hover:before,
.menu-follow-list li a:focus:before {
    background-color: #c5e37f;
}

/* .wow:first-child {
    visibility: hidden;
} */
/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano>.nano-content {
    /* position: absolute; */
    overflow: hidden;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto!important;
}

.nano>.nano-content:focus {
    outline: thin dotted;
}

.nano>.nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block;
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/* ==================================================
End topic page
================================================== */

/* ==================================================
Start topic 01 page
================================================== */

/* ==================================================
End topic 01 page
================================================== */

/* ==================================================
Font Typekit
================================================== */
.wf-active body .loader,
.wf-inactive body .loader {
    visibility: hidden;
    opacity: 0;
}

.wf-loading body .loader {
    visibility: visible;
    opacity: 1;
}

/* ==================================================
End Font Typekit
================================================== */
.section-guideline{
    padding: 152px 0 70px;
}
.section-guideline h1{
    margin: 0 0 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    font-size: 228.5%;
}
.guideline-heading{
    margin: 0 0 20px;
    font-size: 128.5%;
    font-style: normal;
    font-weight: 500;
}
.guideline-list{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.guideline-list .guideline-item{
    margin-bottom: 50px;
    clear: both;
}
.numberic-list{
    list-style: none;
    padding: 0;
    margin: 20px 0 10px;
}
.section-guideline .para-director {
    text-align: right;
}
.para-guide-distance{
    margin-bottom: 100px;
}
/*Responsive video*/
#player{
    width: 100%;
    height: 100%;
}
.video-background{
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrapper-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    /* padding-bottom: 56.25%; */ /* 16:9 */
    /* padding-bottom: 75%;  *//*(600/800*100% = 75%)*/
    height: 100%;
    width: 100%;
    -moz-animation-duration: .9s;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    animation-fill-mode: forwards;
    -moz-transition-property: -webkit-transform opacity;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity, -moz-transform opacity;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.46, .14, .13, .97)
}
.wrapper-video.is-active {
    opacity: 1;
    -moz-animation-name: polygons;
    -webkit-animation-name: polygons;
    animation-name: polygons
}
.wrapper-video iframe ,
.wrapper-video object ,
.wrapper-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9){
    .wrapper-video {
        height: 300%;
        top: -100%;
    }
    .video-background {
        height: 55vw;
        width: 100vw;
    }
}
@media (max-aspect-ratio: 16/9){
.video-background {
        height: 100vh!important;
        width: 180vh!important;
        margin-left: calc((-180vh + 100%) / 2);
    }
}
.buttons_control{
    position: absolute;
    right: 20px;
    bottom: 58px;
    z-index: 200;
    width: 80px;
    height: 40px;
    display: none;
    text-align: right;
    /* mix-blend-mode: exclusion; */
}
.buttons_control a{
    margin: 0 2px;
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    font-size: 24px;
}
#play_button{
    width: 26px;
}
#mute_button{
    min-width: 30px;
}
/* #section1 .container-distance{
    position: static;
} */
.ytp-button{
    display: none !important;
}
.section-offset{
    height: 100vh !important;
    min-height: inherit !important;
}
/* ==================================================
Start Partner job
================================================== */
.section-partner .service_cnt {
    margin-bottom: 0;
}
.section-partner .sitemap_list {
    list-style: none;
}
.section-partner .sitemap_list li {    
    background: url(../img/icon/sitemap_dot.png) no-repeat 6px 9px;
    padding-left: 28px;
}
.section-partner .partner_btn {
    display: block;
    max-width: 445px;
    border-radius: 2px;
    border: 1px solid #707070;
    font-size: 114.3%;
    color: #000000;
    font-weight: 700;
    margin: 90px auto;
    text-align: center;
    padding: 33px 15px 29px;
}
.section-partner .partner_btn:hover, .section-partner .partner_btn:focus {
    color: #ffffff;
    background-color: #707070;
    border-color: #707070;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* ==================================================
End Partner page
================================================== */
/* ==================================================
Start Sitemap
================================================== */
.section-sitemap {
    padding-top: 125px;
    padding-bottom: 70px;
}
/* ==================================================
End Sitemap page
================================================== */
/*Animation keyframes*/
@-moz-keyframes polygons {
    0% {
        -moz-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        -webkit-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%)
    }

    100% {
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}
@-webkit-keyframes polygons {
    0% {
        -moz-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        -webkit-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%)
    }

    100% {
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes polygons {
    0% {
        -moz-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        -webkit-clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%);
        clip-path: polygon(28% 35%, 70% 33%, 74% 75%, 24% 70%)
    }

    100% {
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}
/*lineBottomToTop*/
@-webkit-keyframes lineBottomToTop {
    0% {
        -webkit-transform: translateY(-60px)
    }

    100% {
        -webkit-transform: translateY(-200%)
    }
}

@-moz-keyframes lineBottomToTop {
    0% {
        -moz-transform: translateY(-60px)
    }

    100% {
        -moz-transform: translateY(-200%)
    }
}

@-ms-keyframes lineBottomToTop {
    0% {
        -ms-transform: translateY(-60px)
    }

    100% {
        -ms-transform: translateY(-200%)
    }
}

@-o-keyframes lineBottomToTop {
    0% {
        -o-transform: translateY(-60px)
    }

    100% {
        -o-transform: translateY(-200%)
    }
}

@keyframes lineBottomToTop {
    0% {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    100% {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

/*lineBottomToBottom*/
@-webkit-keyframes lineBottomToBottom {
    0% {
        -webkit-transform: translateY(-60px)
    }

    30% {
        -webkit-transform: translateY(0)
    }

    100%,
    31% {
        top: auto;
        bottom: 100%;
        -webkit-transform: translateY(0)
    }

    70% {
        top: auto;
        bottom: 100%;
        -webkit-transform: translateY(-60px)
    }
}

@-moz-keyframes lineBottomToBottom {
    0% {
        -moz-transform: translateY(-60px)
    }

    30% {
        -moz-transform: translateY(0)
    }

    100%,
    31% {
        top: auto;
        bottom: 100%;
        -moz-transform: translateY(0)
    }

    70% {
        top: auto;
        bottom: 100%;
        -moz-transform: translateY(-60px)
    }
}

@-ms-keyframes lineBottomToBottom {
    0% {
        -ms-transform: translateY(-60px)
    }

    30% {
        -ms-transform: translateY(0)
    }

    100%,
    31% {
        top: auto;
        bottom: 100%;
        -ms-transform: translateY(0)
    }

    70% {
        top: auto;
        bottom: 100%;
        -ms-transform: translateY(-60px)
    }
}

@-o-keyframes lineBottomToBottom {
    0% {
        -o-transform: translateY(-60px)
    }

    30% {
        -o-transform: translateY(0)
    }

    100%,
    31% {
        top: auto;
        bottom: 100%;
        -o-transform: translateY(0)
    }

    70% {
        top: auto;
        bottom: 100%;
        -o-transform: translateY(-60px)
    }
}

@keyframes lineBottomToBottom {
    0% {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    30% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100%,
    31% {
        top: auto;
        bottom: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        top: auto;
        bottom: 100%;
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

/*lineTopToTop*/
@-webkit-keyframes lineTopToTop {
    0% {
        -webkit-transform: translateY(60px)
    }

    30% {
        -webkit-transform: translateY(0)
    }

    100%,
    31% {
        bottom: auto;
        top: 100%;
        -webkit-transform: translateY(0)
    }

    70% {
        bottom: auto;
        top: 100%;
        -webkit-transform: translateY(60px)
    }
}

@-moz-keyframes lineTopToTop {
    0% {
        -moz-transform: translateY(60px)
    }

    30% {
        -moz-transform: translateY(0)
    }

    100%,
    31% {
        bottom: auto;
        top: 100%;
        -moz-transform: translateY(0)
    }

    70% {
        bottom: auto;
        top: 100%;
        -moz-transform: translateY(60px)
    }
}

@-ms-keyframes lineTopToTop {
    0% {
        -ms-transform: translateY(60px)
    }

    30% {
        -ms-transform: translateY(0)
    }

    100%,
    31% {
        bottom: auto;
        top: 100%;
        -ms-transform: translateY(0)
    }

    70% {
        bottom: auto;
        top: 100%;
        -ms-transform: translateY(60px)
    }
}

@-o-keyframes lineTopToTop {
    0% {
        -o-transform: translateY(60px)
    }

    30% {
        -o-transform: translateY(0)
    }

    100%,
    31% {
        bottom: auto;
        top: 100%;
        -o-transform: translateY(0)
    }

    70% {
        bottom: auto;
        top: 100%;
        -o-transform: translateY(60px)
    }
}

@keyframes lineTopToTop {
    0% {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }

    30% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100%,
    31% {
        bottom: auto;
        top: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        bottom: auto;
        top: 100%;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }
}

/*lineTopToBottom*/
@-webkit-keyframes lineTopToBottom {
    0% {
        -webkit-transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(200%)
    }
}

@-moz-keyframes lineTopToBottom {
    0% {
        -moz-transform: translateY(60px)
    }

    100% {
        -moz-transform: translateY(200%)
    }
}

@-ms-keyframes lineTopToBottom {
    0% {
        -ms-transform: translateY(60px)
    }

    100% {
        -ms-transform: translateY(200%)
    }
}

@-o-keyframes lineTopToBottom {
    0% {
        -o-transform: translateY(60px)
    }

    100% {
        -o-transform: translateY(200%)
    }
}

@keyframes lineTopToBottom {
    0% {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

/*smooth-image*/
@-webkit-keyframes smooth-image {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes smooth-image {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes smooth-image {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*bounce-scroll*/
@-webkit-keyframes bounce-scroll {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
/* ==================================================
201911Privacyedit 
================================================== */
/* privacy */
.section-guideline h1.is_privacySecond {
    margin-bottom: 20px;
}

.section-guideline p.is_privacySecondP {
    margin-bottom: 80px;
}
table.praTable {}

table.praTable td {
    border-bottom: solid 1px;
    padding: 10px;
}

table.praTable tr {}

table.praTable thead td {
    text-align: center;
}

table.praTable tbody td {}

table.praTable td:nth-child(2) {
    max-width: 18em;
}

.pra-tableWrap {
    margin-bottom: 80px;
}
table.praTable td:last-child {
    text-align: center;
}
.pra-contactData {
    border: solid 1px;
    padding: 15px;
}

.pra-contactData p:last-child {
    text-align: center;
    margin-bottom: 0;
}
p.pra-contactData-info {
    max-width: 26em;
    margin: 0 auto;
    text-align: left!important;
}
/* contact */
.contactPrivacyTxt {
    max-height: 300px;
    overflow: scroll;
    padding: 20px;
    margin-bottom: 11px;
    background: #f3f3f3;
}
p.mb1em {
    margin-bottom: 1em;
}
.tx_center {
    text-align: center;
}
p.tx_right {
    text-align: right;
}
.contactPrivacyTxt h1 {
    margin-top: 10px;
}
.contactPrivacyTxt p {
    display: block;
}
/* ==================================================
Media Query
================================================== */
@media (max-width: 551px) {
    .forPC {
        display: none!important;
    }
    .forSP {
        display: block!important;
    }
    .section-intro-job .forSP.list_text .fz109 {
        font-size: 980.1%;
        line-height: 1em;
    }
    
    .section-intro-job .forSP.list_text .fz110 {
        font-size: 330%;
    }
    .section-intro-job .forSP.list_text .mzr51 {
        float: left;
    }
    
    .section-intro-job .forSP.list_text .fz62 {
        float: left;
        margin-left: 5px
    }
}
@media (min-width: 550px) {
    .forSP {
        display: none!important;
    }
    .forPC {
        display: block!important;
    }
}
@media (min-width: 1268px) {
    .catagory-list .catagory-item {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(900px);
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
        -moz-transition: 1s all ease-out 0.5s;
        -webkit-transition: 1s all ease-out 0.5s;
        transition: 1s all ease-out 0.5s;
    }

    .active .catagory-list .catagory-item {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .catagory-list .catagory-item:nth-child(1),
    .active .catagory-list .catagory-item:nth-child(2) {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .active .catagory-list .catagory-item:nth-child(3),
    .active .catagory-list .catagory-item:nth-child(4) {
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .active .catagory-list .catagory-item:nth-child(5),
    .active .catagory-list .catagory-item:nth-child(6) {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .active .catagory-list .catagory-item:nth-child(7),
    .active .catagory-list .catagory-item:nth-child(8) {
        -webkit-transition-delay: 1.7s;
        -moz-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .active .catagory-list .catagory-item:nth-child(9),
    .active .catagory-list .catagory-item:nth-child(10) {
        -webkit-transition-delay: 1.9s;
        -moz-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1298px;
    }

    .container-sm {
        width: 1110px;
    }
}
@media (min-width: 900px) {
    .brand-row .brand-col:nth-child(2) {
        align-self: flex-start;
        padding-top: 85px;
    }
    .header .container {
        padding: 0 50px;
    }

    .contact-bottom .container {
        padding: 0 50px;
    }

    .container.is_conceptBorder {
        padding: 0 50px;
    }
}
@media (max-width: 1400px) {
    .buttons_control{
        bottom: 68px;
    }
}
@media (max-width: 1320px) {
    #wrapper,
    .container,
    #section5 .container,
    #section6 .container {
        width: 100%;
        min-width: inherit;
    }

    .navigation-fullscreen .fullscreen-dialog {
        padding: 50px 15px;
        width: 100%;
        display: block;
    }

    .navigation-main {
        margin-bottom: 30px;
        margin-top: 5px;
    }

    .header,
    .fullscreen-dialog .menu-btn {
        top: 43px;
    }

    .fullscreen-dialog .menu-btn {
        top: 25px;
        right: 15px;
        position: fixed;
    }

    .menu-btn.open .menu-symbol {
        width: 25px;
    }

    .right-line {
        right: 50px;
    }

    .section .container,
    .container {
        width: 100%;
    }

    .section-inner {
        margin: 0 auto;
    }

    .section-within .main-heading,
    .section-within .slide-caption {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #section5 .section-inner {
        max-width: inherit;
    }

    .figure-topic .topic-image img {
        width: 100%;
        height: auto;
    }

    .service_purpose .brand_block .brand_cnt .brand_distance {
        padding: 0 5% 20px;
    }
}

@media (max-width: 1170px) {

    .container-sm,
    .container-caption-md,
    .container-caption-sm {
        width: 100%;
        min-width: inherit;
    }

    .container-sm {
        padding: 0 15px;
    }

    .btn-search {
        right: 15px;
    }

    #section5 .catagory-list,
    #section6 .topic-entries,
    #section6 .partner-list {
        padding: 0 25px;
    }

    .section-within .main-heading,
    .section-within .slide-caption {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .market-figure {
        text-align: center;
    }
    .recruit-related ul {
        margin: 0;
    }
}
@media (max-width: 1120px) {
    .container-sm {
        width: 100%;
    }
    #section5 .container-sm,
    #section6 .container-xs{
        padding: 0 5px;
    }

    }
}

@media (max-width: 1050px) {
    .section .top-message {
        margin-bottom: 30px;
    }

    #section5 .catagory-list,
    #section6 .topic-entries,
    .partner-list {
        padding: 0 25px;
    }

    .catagory-list,
    .partner-list {
        margin: 0 -10px;
    }

    .catagory-list .catagory-item {
        margin: 10px 0;
    }

    .catagory-list .catagory-item,
    .partner-list .partner-item {
        padding: 0 10px;
    }

    .catagory-list {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .para-distance {
        padding-left: 0;
    }

    .section-market {
        padding: 40px 0 30px;
    }

    .tag-link {
        margin-top: 30px;
    }

    .para-bottom {
        margin-bottom: 40px;
    }

    .section-caption h1,
    .section-caption h2 {
        margin-bottom: 20px;
    }

    .list_market ul li {
        width: 50%;
    }

    .container-photo {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .section-market .container {
        width: 100%
    }

    .switch_block,
    .market_list h2 span {
        /* display: inline; */
    }
}

@media (max-width: 950px) {
    .container-market-md {
        width: 100%;
        padding: 0 15px;
    }

    .market_block .market_cnt {
        max-width: inherit;
    }
    .item_container {
        width: 100%;
        padding: 0 15px;
    }
    .market_list ul li{
        max-width: initial;
    }
    .market_list .mk_meta{
        margin-top: 10px;
        right: 0;
        position: static;
    }
    .market_list .mk_cnt{
        max-width: initial;
    }
}
@media (max-width: 930px) {
    .grid-category-list,
    .grid-category-work .grid-category-list {
        margin: 0 -10px 35px;
    }
    .grid-category-list .grid-category-item,
    .grid-category-work .grid-category-list .grid-category-item{
        padding: 0 10px;
        margin-bottom: 70px;
    }
    .container-xs{
        width: 100%;
    }
}
@media (max-width: 900px) {
    .section-market .container {
        width: 100%;
    }

    .brand-row {
        margin: 0;
        display: block;
    }

    .brand-row .brand-col {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .brand-row .brand-col:last-child {
        margin-bottom: 0;
    }

    .brand-figure {
        max-width: inherit;
    }
}

@media (max-width: 890px) {

    .section-caption {
        padding: 35px 0;
    }

    .section-caption h1,
    .section-trademark h1,
    .service_ttl {
        font-size: 185.7%
    }

    .section-caption h2,
    .section-trademark h2 {
        font-size: 171.4%
    }

    .grid-category-list {
        margin-bottom: 30px;
    }

    .grid-category {
        padding: 0 0 45px;
    }

    .switch-text {
        /* display: inline; */
    }

    .bg-intro {
        background-attachment: inherit;
        height: 300px;
        -webkit-background-size: auto 105%;
        background-size: auto 105%;
    }

    .section-inner {
        margin: 0 auto;
    }

    .section-within .main-heading,
    .section-within .slide-caption {
        max-width: 79%;
        margin-left: auto;
        margin-right: auto;
    }

    #section5 .section-inner {
        max-width: inherit;
    }

    .section-within .slide-caption {
        line-height: 1.5;
    }

    #section6 .right-line {
        display: none;
    }
    .topic-list{
        margin: 0 -7px;
    }
    .topic-list .topic-item{
        margin: 7px 0;
        padding: 0 7px;
    }
    .topic-list .topic-item,
    .partner-list .partner-item {
        width: 49.9%
    }

    .partner-list .partner-item .partner-image img {
        width: 100%;
        height: auto;
    }

    .catagory-list {
        padding-top: 15px;
    }

    .headlines {
        margin-bottom: 20px;
    }

    .offset-component {
        margin-left: 0;
    }

    .frame-map {
        max-height: inherit;
        padding-bottom: 25px;
    }

    .frame-map-inner {
        padding-bottom: 56.25%;
    }

    .section-caption .message-heading {
        font-size: 285.7%;
    }

    .navigation-scroll ul li {
        width: 33.3%;
        margin-top: 15px;
    }

    .contact-pos {
        bottom: 115px;
    }

    .banner-sliders {
        margin-top: 20px;
    }

    .control-slide {
        margin-bottom: 40px;
    }
    .service_purpose{
        padding-top: 0;
    }
}
@media (max-width: 820px) and (min-width: 768px) {
    .services_block h1 {
        margin-bottom: 15px;
    }
    .section-partner .partner_btn {
        margin: 20px auto;
        max-width: 380px;
        padding: 17px 15px 16px;
    }
    .service_cnt {
        padding-left: 150px;
    }
}
@media (max-width: 767px) {
    .market_block h1 {
        font-size: 360%;
    }

    .market_block .market_ttl {
        font-size: 180%;
    }

    .market_list h2 {
        font-size: 150%;
    }
    .heading-concept {
        font-size: 260%;
    }

    .section-des-txt h2 {
        font-size: 244%;
    }
    .section-within .slide-heading,.section-within .slide-caption {
        opacity: 1;
    }
    .top-line {
        display: none!important;
    }
    body .is_topic.grid-matter-list .grid-matter-item {
        margin: 0 auto 80px;
        float: none;
    }
    .scroll-down {
        display: none!important;
    }
    body .conceptWrapper {
        bottom: 17px!important;
    }
    .bottom-line {
        display: none!important;
    }
    .section-within {
        padding: 0;
    }

    .section-about {
        padding-bottom: 70px;
    }

    .section-within .main-heading,
    .section-within .slide-caption {
        max-width: 69%;
        margin-left: auto;
        margin-right: auto;
    }
    #section2 .fragment-animate,
    #section3 .fragment-animate,
    #section4 .fragment-animate,
    #section5 .fragment-animate,
    #section6 .fragment-animate,
    #section7 .fragment-animate {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -moz-transition: none;
        transition: all none;
    }

    #section2 .active .fragment-animate,
    #section3 .active .fragment-animate,
    #section4 .active .fragment-animate,
    #section5 .active .fragment-animate,
    #section6 .active .fragment-animate,
    #section7 .active .fragment-animate {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .market_list ul li {
        width: 100%;
    }

    .market_list .mk_meta {
        position: relative;
        left: 0;
    }

    /* ==================================================
    Start porject page for SP
    ================================================== */
    .section-trademark {
        padding: 90px 0 70px;
    }

    .section-caption h1,
    .section-trademark h1 {
        margin-bottom: 10px;
    }

    .section-trademark .section-inner {
        align-items: stretch;
    }

    .grid-category-list .grid-category-item {
        width: 50%;
    }

    .grid-category-list .grid-category-item:nth-child(3n+1) {
        clear: inherit;
    }

    .grid-category-list .grid-category-item:nth-child(2n+1) {
        clear: both;
    }

    .brand-figure .brand-image img {
        max-width: 100%;
    }

    .para-mission {
        margin-bottom: 30px;
    }

    /* ==================================================
    End porject page for SP
    ================================================== */
    /* ==================================================
    Start recruit page for SP
    ================================================== */
    .recruit-talk .recruit-tlk-desc {
        width: 100%;
        padding-bottom: 10px;
    }
    .recruit-txt {
        padding-bottom: 40px;
    }
    .slick-list {
        overflow: unset;
    }
    .recruit-slick .slick-slide {
        width: 264px;
        height: auto;    
    }
    .recruit-slider-img img {
        width: 100%;
        margin-top: 35px;
        height: 301px;
    }
    .slick-current .recruit-slider-img img {
        height: 100%;
        margin-top: 0;
    }
    /* ==================================================
    End recruit page for SP
    ================================================== */
    /* ==================================================
    Start concept page for SP
    ================================================== */

    /* ==================================================
    End concept page for SP
    ================================================== */

    /* ==================================================
    Start service page for SP
    ================================================== */
    .service_purpose .brand_sticky .brand_cnt{
        width: 33.33%;
        float: left;
    }

    .service_purpose .brand_block .brand_link {
        margin: 20px;
    }

    .service_purpose .brand_block .brand_cnt h2 {
        text-align: left;
        padding-left: 20px;
    }

    .service_cnt {
        padding: 20px 0;
    }

    .market_list ul,
    .market_list ul li {
        margin-bottom: 40px;
    }

    .list_market {
        margin: 40px 0 0;
        padding-bottom: 40px;
    }

    .market_block,
    .services_block {
        padding: 30px 0px;
    }

    .services_block h1 {
        margin-bottom: 15px;
    }

    .contact-pos {
        bottom: 23px;
    }

    .navigation-scroll {
        margin-bottom: 20px;
        position: static;
        display: none;
    }

    .section-topic {
        padding-top: 110px;
    }

    .heading-h1 {
        margin-bottom: 25px;
    }

    .grid-matter {
        padding-top: 15px;
    }
    .section-partner .partner_btn {
        max-width: 380px;
        padding: 17px 15px 16px;
        margin: 0 auto;
    }
    /* ==================================================
    End service page for SP
    ================================================== */
    /* ==================================================
    Start work page for SP
    ================================================== */
    .business-info {
        margin-top: 30px;
    }
    /* ==================================================
    End work page for SP
    ================================================== */

    /* ==================================================
    Start work 01 page for SP
    ================================================== */
    .section-photos {
        height: auto;
    }

    .photos-top,
    .photos-bottom {
        text-align: center;
        float: none;
    }

    .photos-top {
        margin-bottom: 20px;
    }

    .photos-bottom {
        margin-top: 0;
    }

    .business-info {
        width: 100%;
        max-width: inherit;
    }

    .section-within .work-caption br {
        display: none;
    }

    .work-top.top-line {
        display: none;
    }

    /* ==================================================
    End work 01 page for SP
    ================================================== */
    .grid-matter-list .grid-matter-item {
        width: 50%;
    }

    .grid-matter-list .grid-matter-item:nth-child(3n+1) {
        clear: inherit;
    }

    .grid-matter-list .grid-matter-item:nth-child(2n+1) {
        clear: both;
    }

    .matter-figure .matter-image img {
        max-width: 100%;
    }

    .market_list.market_left ul li {
        margin-bottom: 30px;
    }
    .paragraph-concept{
        line-height: 1.4;
        font-size: 150%;
    }
    .corporate-last{
        margin-bottom: 70px;
    }
    .concept-logo{
        padding: 20px 10px 42px;
    }
}
/* Maximum height */
@media (max-height: 850px) {
    .topic-front .heading-topic{
        margin: 0 0 5px;
    }
    .figure-topic .topic-caption{
        min-height: 70px;
        padding: 27px 20px;
    }
    /* .topic-list {
        margin: 0 -7px;
    } */
    .topic-list .topic-item{
        /* padding: 0 7px; */
        margin: 7px 0;
    }
    .figure-topic .topic-date{
        margin-bottom: 10px;
    }
    .figure-topic .topic-image img{
        /* height: 120px; */
    }
}
@media (max-height: 750px) {
    .figure-topic .topic-image img{
        /* height: 110px; */
    }
}
@media (max-width: 690px) {
    .item_brand{
        padding-top: 30px;
    }
    .item_block .item_container li a {
        font-size: 114.2%;
    }
    .item_block .item_container li .item_offset_3{
        width: 83.09%
    }
    .item_block .item_container li .item_offset_3{
        width: 47.36%;
    }
    .item_block .item_container li .item_offset_4{
        width: 37.91%;
    }
    .section-guideline h1{
        margin-bottom: 50px;
    }
    .guideline-heading{
        margin-bottom: 15px;
    }
    .para-guide-distance,
    .guideline-list .guideline-item{
        margin-bottom: 30px;
    }
    .sticky-fixed{
        top: 0;
        background-color: #fff;
    }
    .purpose_intro{
        padding-top: 10px;
    }
    .service_purpose h2{
        margin-top: 15px;
        padding-top: 12px;
        font-size: 114.2%;
    }
    .project-top.top-line {
        display: none;
    }
    .service_purpose .brand_block .brand_link{
        padding: 0;
    }
    ul.serviceContactFlex {
        display: block;
    }

    li.serCon-item.serviceTel {
        margin-left: 0;
        margin-bottom: 20px;
    }

    li.serCon-item.serviceForm {
        height: 60px;
        margin-bottom: 20px;
    }
    li.serCon-item {
        width: 100%;
    }
    .blockCont.is_project h1 {
        font-size: 130%;
    }

    .blockCont.is_project img {
        padding-bottom: 40px;
    }
}
@media (max-width: 550px) {
    .is_project_brand_none {
        display: none;
    }
    .section-within .brand-logo{
        display: none!important ;
    }
    .section.fp-completely .fadeInUp {
        right: 22px!important;
        bottom: 39px;
    }
    .header, .fullscreen-dialog .menu-btn {
        top: 25px;
    }
    .video-background{
        display: none!important;
    }
    .videoSlideWrap {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    ul.videoSlide {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    ul.videoSlide li {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.6s linear;
    }  
    ul.videoSlide li.show {
        opacity: 1;
    } 
    .topic-list .topic-item,
    .catagory-list .catagory-item,
    .partner-list .partner-item {
        float: none;
        width: 100%;
    }
    .topic-list.slick-initialized .slick-slide {
        display: inline-block;
        margin: 5px 10px;
    }
    .slick-track {
        display: flex!important;
    }
    .catagory-list .catagory-item{
        margin: 0 0 20px;
    }
    .catagory-list .catagory-item:last-child{
        margin-bottom: 0;
    }
    .item_block .item_container li {
        margin: 0 0 10px;
    }

    .list_market ul li {
        width: 100%;
    }

    .item_block {
        padding-top: 40px;
        background: #606060;
        position: relative;
    }
    .web_btn ul {
        padding: 0 10px;
    }

    .web_btn ul li {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px;
    }

    .concept-brand ul {
        margin: 0 0 45px;
    }
    .br-block{
        margin-bottom: 15px;
    }
    .concept-brand ul li {
        width: 100%;
        padding: 0;
        /* margin-top: 20px; */
        margin-bottom: 15px;
    }
    
    .concept-brand ul li:first-child {
        margin-top: 0;
    }

    .concept-brand ul li a {
        padding: 40px 10px;
        width: 100%;
        display: block;
        height: auto;
    }
    .service_purpose .brand_block .brand_cnt .brand_distance{
        padding: 0 3% 10px;
    }
    .service_purpose .brand_block .brand_link{
        margin: 0 0 0 15px;
        width: auto;
        padding-top: 5px;
        padding-bottom: 0;
    }
    .service_purpose .brand_block .brand_cnt a{
        font-size: 100%;
    }
    .service_ttl .switch-block{
        /* display: inline; */
    }
    .contactTable td, .contactTable th {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

section.section-contact .container-caption-md {
    padding: 100px 0;
}

.contactTable th {
    width: auto;
}

.inputHalf> * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 20px;
}
p.thanks-p {
    text-align: left;
    margin: 40px 0;
}
}
@media (max-width: 500px) {
    .contact-bottom{
        min-width: 250px;
        bottom: 15px;
    }
    #footer{
        padding-bottom: 30px;
    }
    body .conceptWrapper {
        bottom: 27px!important;
    }
}
@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
    }
 
    .main-heading > div > div > div {
        font-size: 9vw;
    }   
    section.section.section-overlap.bg_section_2.fp-section.fp-table {background-image: none!important;}
    .container.container-distance.is_topproject {
        padding: 0!important;
    }
    .footer-nav {
        margin-bottom: 12px;
    }

    #section2 .contact-bottom,
    #section3 .contact-bottom {
        bottom: 13px;
    }

    #fp-nav {
        display: none;
    }
    br.spbr {
        display: block;
    }
    .section-des-txt .heading-concept span {
        padding-bottom: 0;
    }
    #section2 .section-inner,
    #section3 .section-inner,
    #section4 .section-inner,
    #section5 .section-inner,
    #section6 .section-inner {
        display: block;
        overflow: hidden;
    }
    .video-background{
        position: relative;
        height: 100vh;
    }
    .section .first-view{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 10;
    }
    .fragment-animate{
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    .section-inner {
        max-width: inherit;
    }

    .section-within .main-heading,
    .section-within .slide-caption {
        max-width: inherit;
    }

    .section-within .main-heading {
        font-size: 230%;
        max-width: 80vw;
        line-height: 1.3;
        margin: 0 auto;
    }

    .fp-completely .right-line:before {
        width: 32px;
        display: none;
    }

    .container-sm {
        width: 100%;
    }

    .catagory-list {
        margin: 0;
    }

    #section5 {
        height: auto !important;
        overflow: visible !important;
    }

    #section5 .fp-tableCell {
        height: auto !important;
    }

    .catagory-list .catagory-item {
        padding: 0;
        width: 100%;
        float: none;
        height: 150px;
    }
    .catagory-list .catagory-item .figure-service{
        
height: 100%;
    }

    .right-line {
        display: none;
    }

    #section1 .right-line {
        top: 52%;
        right: -14px;
        display: block;
    }

    .right-line a {
        display: none;
    }

    .topic-list {
        margin: 0;
        display: block;
    }

    .topic-list .topic-item {
        padding: 0;
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .figure-topic .topic-image img {
        width: 100%;
        height: auto;
    }
    Ã¦Å“â€°Ã¦â€“â„¢Ã§â€ºÂ¸Ã¨Â«â€¡Ã¯Â¼ÂÃ£â€šÂ»Ã£Æ’Å¸Ã£Æ’Å Ã£Æ’Â¼Ã£ÂÂ®Ã£ÂÅ Ã§Å¸Â¥Ã£â€šâ€°Ã£Ââ€º
    #section5 .catagory-list,
    #section6 .topic-entries,
    #section6 .partner-list {
        padding: 0;
    }

    .partner-list {
        margin: 0;
        display: block;
        padding: 0 30px;
    }
    .partner-list.slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    .partner-list .slick-dots{
       width: calc(100% - 60px);
    }
    .partner-list .partner-item {
        width: 100%;
        padding: 0;
    }
    .partner-list .partner-item{
        margin-bottom:0;
    }
    .topic-list .topic-item:last-child {
        margin-bottom: 10px;
    }

    .topic-front .heading-topic {
        margin: 30px 0;
        font-size: 114.2%;
    }

    .figure-topic .topic-date {
        margin-bottom: 12px;
    }

    .partner-bottom {
        padding: 36px 0 40px;
    }

    .partner-list .partner-item:last-child {
        margin-bottom: 0;
    }

    /* .pnavi{
        display: none;
    } */
    .contact-bottom .container {
        padding-left: 0;
        padding-right: 16px !important;
    }

    .contact-bottom .inbox-link .inbox-txt {
        margin-right: 4px;
    }

    .section-within .slide-heading {
        margin-bottom: 16px;
    }
    .is_topproject .section-within .slide-caption {
        
text-align: center;
    }
    .section-within .slide-caption {
        font-size: 142.8%;
        line-height: 1.5;
    }

    .bg_section_2,
    .bg_section_3,
    .bg_section_4 {
        background: #2e2e2e;
    }

    #section2 .container,
    #section3 .container,
    #section4 .container {
        padding: 0;
    }

    #section2 .header .container,
    #section3 .header .container,
    #section4 .header .container {
        padding: 0 15px;
    }

    #section6 {
        overflow-y: auto;
    }

    #section2 .section-within,
    #section3 .section-within,
    #section4 .section-within {
        flex-flow: column nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .slide-image {
        position: relative;
        display: block;
        height: 50vh;
        overflow: hidden;
        flex: 0 0 50%;
    }

    .slide-image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
        transition: background-color 0.2s linear;
    }
    .slide-image:hover:after {
        background-color: rgba(0, 0, 0, 0);
    }

    .slide-image img {
        /* height: 311px; */
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .slide-content {
        padding: 20px;
        height: 50vh;
        flex: 0 0 50%;
        background-color: #2e2e2e;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: wrap column;
    }

    .navigation-fullscreen .fullscreen-dialog {
        width: 100%;
        display: block;
    }

    .navigation-fullscreen .modal-content {
        overflow: hidden;
    }

    .navigation-main ul li {
        padding: 13px 0;
    }

    .navigation-main ul li a {
        font-size: 142.8%;
    }

    .container-caption-sm,
    .container-caption-md {
        max-width: inherit;
    }

    .para-distance {
        padding-left: 0;
    }

    .section-project.bg_section_3 {
        background: url(../img/gallery/img_slides_2.jpg) no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .section-caption {
        padding: 30px 0 15px;
    }

    .section-trademark {
        padding: 70px 0 25px;
    }
    .format_yellow .section-trademark {
        padding: 35px 0 0;
    }
    .recruit-talk h3 {
        margin-bottom: 3px;
    }
    .recruit-txt {
        padding-bottom: 12px;
    }
    .section-caption h1,
    .section-caption h2,
    .section-trademark h1,
    .section-trademark h2,
    .section-trademark h1.project-title,
    .service_ttl {
        font-size: 142.8%;
        margin-bottom: 10px;
    }

    .bg-intro {
        background-attachment: inherit;
        height: 200px;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .para-bottom {
        margin-bottom: 30px;
    }

    .tag-link {
        margin-top: 20px;
    }

    .section-market {
        padding: 30px 0;
    }

    .nav-slide {
        padding: 10px 0;
    }

    .page-list li:nth-child(2) {
        padding: 0 45px;
    }


    /* ==================================================
    Start porject page for SP
    ================================================== */
    .grid-category-list .grid-category-item {
        width: 100%;
    }

    .grid-category-list .grid-category-item:nth-child(2n+1) {
        clear: inherit;
    }

    .navigation-scroll ul li {
        width: 50%;
    }

    /* ==================================================
    End porject page for SP
    ================================================== */
    /* ==================================================
    Start work page for SP
    ================================================== */
    .photos-left,
    .photos-right {
        float: none;
        width: 100%;
    }

    .photos-left {
        margin-bottom: 20px;
    }

    .business-info .business-col {
        float: none;
        width: 100%;
    }

    .business-info .business-col:nth-child(1) {
        padding-right: 0;
    }

    .business-info .business-col:nth-child(2) {
        margin-top: 20px;
        padding-left: 0;
    }

    .business-detail {
        padding-top: 15px;
    }

    .grid-matter-list .grid-matter-item {
        width: 100%;
    }

    .grid-matter-list .grid-matter-item:nth-child(2n+1) {
        clear: inherit;
    }

    .banner-sliders {
        margin-top: 0;
    }

    /* ==================================================
    End work page for SP
    ================================================== */
    .section .message-heading-lg {
        font-size: 200%;
    }

    .section-caption .message-heading {
        font-size: 250%;
        margin-bottom: 25px;
    }

    .mission-title {
        margin-top: 0;
    }
}
@media (max-width: 390px) {
    .service_purpose .brand_block .brand_cnt h2{
        padding-left: 10px;
    }
    .item_block .item_container li .item_offset_3{
        width: 52.36%;
    }
    .item_block .item_container li .item_offset_4{
        width: 42.91%;
    }
    .service_purpose .brand_block .brand_cnt .brand_distance{
        min-height: 500px;
    }
    .ct-member-list .ct-member-item a {
        max-height: 115px;
    }
}
@media (max-width: 320px) {
    .service_purpose .brand_block .brand_cnt .brand_distance{
        min-height: 551px;
    }
}

/* blockCont */
.blockCont img{
    padding-bottom: 80px;
    background: #FFF;
}
.blockCont p {
    line-height: 1.8;
    font-size: 100%;
}
.blockCont a {
    color: #757575;
}
.blockCont a[target='_blank']:after {
    content: "\f35d";
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    margin-left: 5px;
}
.blockCont p, .blockCont h1, .blockCont h2, .blockCont h3, .blockCont h4, .blockCont h5, .blockCont h6,.blockCont ol,.blockCont ul,.blockCont hr {
    max-width: 765px;
    margin: 0 auto;
    background: #FFF;
    padding: 0 20px 40px;
}
.blockCont p{
    
padding-bottom: 1.5em;
}
.blockCont iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.blockCont blockquote {
    padding-left: 3em;
    margin: 0;
    font-style: italic;
    color: #777777;
}

.blockCont ol,.blockCont ul {
    padding-left: 2.5em;
    color: #222222;
}
.blockCont div {
    background: #FFF;
}
.blockCont h2{
    font-size: 180%;
    text-align:center;
    max-width: none;
}
.blockCont h3{
    font-size: 160%;
    text-align:center;
    max-width: none;
}
.blockCont h4{
    font-size: 140%;
    text-align:center;
    max-width: none;
}
.blockCont h5{
    font-size: 120%;
       
       text-align:center;
       max-width: none;
}
.blockCont h6{
    font-size: 100%;
    text-align:center;
    max-width: none;
}
.blockCont h1{
    text-align: center;
    font-size: 200%;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    max-width: none;
    text-align: center;
    padding: 20px;
}
section.blockCont:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
}
.blockCont h1 + br,
.blockCont p + br,
.blockCont img + br,
.blockCont h2 + br,
.blockCont h3 + br,
.blockCont h4 + br {
    display: none;
}
.blockCont.is_works img {
    padding-bottom: 0;
}

.blockCont.is_works h1 {
    padding: 85px 20px 40px;
}
.blockCont.is_works h4 {
    padding: 25px 20px 16px;
    font-size: 14px;
}
.blockCont.is_works h5 {
    padding: 25px 20px 40px;
    font-size: 14px;
}
.blockCont.is_works p {
    padding-bottom: 40px;
}
.blockCont.is_works h4 + div p {
    font-size: 12px;
}
.blockCont.is_topics img {
    padding: 0 20px 80px;
}
.topicDetailTime p {
    text-align: right;
    font-size: 12px;
}
.hide-item {
    display: none!important;
}

.search-form .tag-list .tag-item.selected a, .search-form .tag-list .tag-item a:hover {
    text-decoration: none;
    color: #777;
}

.search-form .tag-list .tag-item a {
    cursor: pointer;
}
ul.grid-category-list.is_works {
    display: flex;
    flex-wrap: wrap;
}
.is_topic.grid-matter-list .grid-matter-item {
    padding: 0;
    margin-bottom: 80px;
    margin: 0 30px 80px;
    width: 255px;
}
.navigation-main>ul>.sub-menu {
    padding-left: 0;
    list-style-type: none;
    line-height: 4em;
    font-size: 75%;
}
body .section-within .main-heading {
    color: #FFF;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.sitemapUl li {
    list-style-type: none;
}

.sitemapCont ul {
    padding-left: 0;
}

.sitemapCont {
    max-width: 920px;
    margin: 104px auto;
    display: flex;
    justify-content: space-between;
}

ul.sitemapUl {
    flex: 1;
}

ul.sitemapUl.is_last {
    flex: 0.6;
}

.sitemapCont a {
    color: #000;
}

.sitemapCont a:hover {
    opacity: 0.6;
    text-decoration: none;
}

li.sitemapUl-li {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
}

li.sitemapUl-li-ul-li {
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: bold;
}

li.sitemapUl-li-ul-li.is_serviceGreen {
    color: #8BC700;
    margin-top: 43px;
}

.is_last li.sitemapUl-li {
    font-size: 18px;
    margin-bottom: 24px;
}

.sitemapUl-li:nth-child(2) .sitemapUl-li-ul:nth-child(2) li.sitemapUl-li-ul-li.is_serviceGreen {
    margin-top: 24px;
}
@media (max-width: 550px) {
    .sitemapCont {
        display: block;
    }
}