*,
:after,
:before {
    box-sizing: border-box
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0
}

hr {
    color: inherit;
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

nav li:before {
    content: "\200B"
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe,
img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
    resize: block
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details,
dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

body {
    letter-spacing: .1em;
    color: #000;
    font-family: Noto Sans JP, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    clear: both
}

.clearfix {
    display: block
}

p {
    font-size: 16px
}

body {
    margin: 0;
    padding: 0
}

#wrapper {
    width: 100%;
    overflow: hidden
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0
}

.inner_1162 {
    max-width: 1162px;
    margin: 0 auto;
}

.inner_1366 {
    max-width: 1366px;
    margin: 0 auto
}

.inner_1000 {
    max-width: 1000px;
    margin: 0 auto
}

.button {
    position: relative;
    display: block;
    background: #c5251c;
    width: 172px;
    height: 44px;
    text-align: center;
    padding: 10px;
    font-family: Oswald, sans-serif
}

a.button {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 8px gray
}

/*
.button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: 140px;
    margin-top: -6px
}
*/

.button2 {
    position: relative;
    display: block;
    background: #c5251c;
    width: 172px;
    height: 44px;
    text-align: center;
    padding: 10px
}

a.button2 {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0
}

.white .button {
    background: #fff
}

.white a.button {
    color: #c5251c
}

.white .button:after {
    border-left: 6px solid #c5251c
}

@media screen and (max-width:480px) {
    p {
        font-size: 18px
    }

    .title {
        margin-top: 0
    }

    .inner,
    .inner_1200 {
        margin: 0 auto;
        padding: 40px 20px
    }

    .topBtn {
        bottom: -7vw;
        right: 4vw;
        width: 13.125%
    }
}

.zs-enabled {
    position: relative
}

.zs-enabled .zs-slide,
.zs-enabled .zs-slides,
.zs-enabled .zs-slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin: 10px;
    background-color: #4a4a4a
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: #ccc
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

.zs-enabled.overlay-dots .zs-slideshow:after {
    background-image: url(dots.png)
}

header {
    padding-left: 4%;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .logo {
    width: 10.041%
}

header nav {
    margin: 0 0 0 auto
}

header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex
}

header nav ul li {
    margin: 0 0 0 15px;
    font-size: 14px;
    height: 91px;
    padding: 30px 20px;
    text-align: center
}

header nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 100
}

header nav ul .mail {
    background: #c5251c;
    width: 183px;
    position: relative;
    text-align: right
}

header nav ul .mail .i_mail {
    position: absolute;
    top: 31px;
    left: 26px
}

header nav ul .mail a {
    color: #fff
}


header nav.pc-nav.pc ul li.SnsIcon {
    margin: 0;
}
header nav.pc-nav.pc ul li.SnsIcon img {
    width: 30px;
}


header #hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    background: #c5251c
}

header .icon-animation {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    position: relative;
    border-radius: 50%;
    z-index: 9998
}

header .icon-animation span {
    width: 25px;
    height: 7px;
    display: block;
    background: none;
    position: relative;
    margin: auto;
    top: 21px;
    left: -2px;
    transition: all .3s;
    transform: rotate(0deg)
}

header .icon-animation span:after,
header .icon-animation span:before {
    transition: all .3s;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    transform: translateX(0) rotate(0deg)
}

header .nav_sp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    display: block;
    transform: translateY(-100%);
    background-color: #c5251c;
    transition: all .5s cubic-bezier(.995, .01, 1, .415);
    color: #fff
}

header .nav_sp h2 {
    font-size: 30px;
    text-align: center;
    font-family: Oswald, sans-serif;
    letter-spacing: .3em;
    font-weight: 100;
    margin: 10px 0
}

header .nav_sp.active {
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(0);
    background-color: #c5251c
}

header .nav_sp_top {
    width: 100%
}

header .nav_sp_top img {
    width: 100px;
    height: auto;
    opacity: 0;
    transition: .3s;
    transform: translateY(-15px)
}

header .nav_sp.active .nav_sp_top img {
    opacity: 1;
    transition: .3s;
    transform: translate(0);
    transition-delay: .5s
}

header .nav_sp ul {
    width: 100%;
    display: block;
    padding: 0 25px;
    list-style: none
}

header .nav_sp ul .border {
    border-top: 2px solid
}

header .nav_sp ul li {
    border-bottom: 2px solid;
    padding: 5px 0
}

header .nav_sp ul li a {
    opacity: 0;
    transform: translateY(-15px);
    display: inline-block;
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 250%;
    position: relative
}

header .nav_sp.active ul li a {
    opacity: 1;
    transition: .3s;
    transform: translate(0)
}

header .nav_sp ul li:first-child a {
    transition-delay: 0s
}

header .nav_sp.active ul li:first-child a {
    transition-delay: .5s
}

header .nav_sp ul li:nth-child(2) a {
    transition-delay: .01s
}

header .nav_sp.active ul li:nth-child(2) a {
    transition-delay: .55s
}

header .nav_sp ul li:nth-child(3) a {
    transition-delay: .02s
}

header .nav_sp.active ul li:nth-child(3) a {
    transition-delay: .6s
}

header .nav_sp ul li:nth-child(4) a {
    transition-delay: .03s
}

header .nav_sp.active ul li:nth-child(4) a {
    transition-delay: .65s
}

header .nav_sp ul li:nth-child(5) a {
    transition-delay: .04s
}

header .nav_sp.active ul li:nth-child(5) a {
    transition-delay: .7s
}

header .nav_sp ul li:nth-child(6) a {
    transition-delay: .05s
}

header .nav_sp.active ul li:nth-child(6) a {
    transition-delay: .75s
}

header .nav_sp ul li:nth-child(7) a {
    transition-delay: .06s
}

header .nav_sp.active ul li:nth-child(7) a {
    transition-delay: .8s
}

header .logoWrapper {
    background: #fff;
    width: 100%;
    padding: 15px 0
}

header .nav_sp .link {
    padding: 0 25px
}

header .nav_sp .link p {
    text-decoration: underline;
    font-size: 15px !important
}

header .nav_sp .link a span img {
    width: 16px;
    margin-left: 10px;
    margin-bottom: 5px
}

header #SnsIconSp {
    display: none;
}

@media screen and (max-width:480px) {
    header ul#SnsIconSp {
        display: flex;
        position: fixed;
        top: 0;
        right: 70px;
        margin: 0;
        list-style: none;
        width: 140px;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
    header ul#SnsIconSp li {
        display: flex;
        padding: 5px 10px;
        height: 60px;
        align-items: center;    }
}







header .type-2 .top {
    transform: translateY(-3.5px) scale(1)
}

header .type-2 .middle {
    background: none;
    position: relative
}

header .type-2 .middle:after,
header .type-2 .middle:before {
    transition: all .3s;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(0deg);
    position: absolute
}

header .type-2 .bottom {
    transform: translateY(3.5px) scale(1)
}

header .type-2.is-open .bottom,
header .type-2.is-open .top {
    transform: translateY(0) scale(0)
}

header .type-2.is-open .middle:before {
    transform: rotate(45deg);
    background: #fff
}

header .type-2.is-open .middle:after {
    transform: rotate(-45deg);
    background: #fff
}

@media screen and (max-width:1024px) {
    .logo a img {
        display: block;
        vertical-align: bottom
    }
}

@media screen and (max-width:480px) {
    header {
        height: 60px;
        padding: 15px 0 0 0;
        position: fixed;
        display: inherit;
        z-index: 998
    }

    header .logo {
        padding-left: 20px;
        width: 153px;
        margin: 0
    }

    header .ttl {
        font-size: 6vw;
        left: 76vw
    }

    header .scroll {
        display: none
    }

    header #mainvisual {
        height: 170vw
    }

    .concept_sp {
        position: absolute;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
        bottom: -8vw;
        z-index: 2
    }

    #download {
        right: 0;
        width: 11.49048%
    }
}

@media screen and (max-width:360px) {
    header .nav_sp h2 {
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: -5px
    }

    header .nav_sp p {
        font-size: 15px
    }

    header .nav_sp ul li a {
        font-size: 17px;
        line-height: 220%
    }
}

@media screen and (max-width:320px) {
    header .nav_sp h2 {
        font-size: 30px;
        margin-top: 10px
    }

    header .nav_sp p {
        font-size: 15px
    }

    header .nav_sp ul li a {
        font-size: 18px;
        line-height: 200%
    }

    #product .product_txt {
        width: 57% !important
    }
}

footer {
    background: #c5251c;
    font-weight: 100
}

footer,
footer a {
    color: #fff
}

footer article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 60px 30px;
}

footer article > :first-child {
    margin-right: auto
}

footer article section h1 {
    width: 54.864%;
    margin-top: 0
}

footer article section h2 {
    font-size: 16px;
    font-weight: inherit
}

footer article section p {
    margin: 10px 0 0
}

footer article .right p {
    line-height: 180%;
    letter-spacing: .1em;
    text-align: right
}

footer article .right p a {
    border-right: .5px solid;
    margin-right: 10px;
    padding: 0 15px;
    text-decoration: none
}

footer article .right p .noborder {
    border-right: none;
    padding: 0;
    margin-right: 0
}

footer ul#FtSnsIcon {
    width: 150px;
    display: flex;
    margin: 0 auto;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 0 0;
}
footer ul#FtSnsIcon li {
    width: 50px;
}
@media screen and (max-width:480px) {
    footer {
        padding-bottom: 50px;
        padding-top: 50px
    }

    footer p a {
        font-size: 14px;
        padding-left: 0 !important
    }

    footer .tel {
        font-size: 16px !important
    }

    footer .inner_1162 {
        padding: 0 20px
    }

    footer article {
        display: inherit
    }

    footer article section h1 {
        width: 43.864%;
        margin-bottom: 37px
    }

    footer article .left {
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }

    footer article .right .text_l {
        text-align: left !important
    }

    footer article .right .copyright {
        font-size: 12px !important;
        text-align: left !important
    }

    footer article .right .i_mail {
        vertical-align: bottom;
        padding-right: 5px
    }

    footer .phone_sp {
        border: .5px solid;
        margin-right: 0;
        width: 100%;
        padding: 10px 15px;
        margin-top: 20px;
        text-align: center
    }

    footer .phone_sp a {
        text-decoration: none
    }
    footer ul#FtSnsIcon {
        padding: 0 0 60px 0;
    }
}

#slider {
    position: relative
}

#slider .slider {
    padding: 0;
    margin-top: 0
}

#slider .slider button {
    background-color: inherit;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 2
}

#slider .slider .slick-dots li button:before {
    font-size: 13px !important
}

#slider .slider li {
    position: relative
}

#slider .slider .slick-dots li.slick-active button:before {
    color: #c5251c
}

#slider .slider .slick-dots {
    bottom: -41px
}

#slider .slider .slide-arrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0
}

#slider .slider .prev-arrow {
    right: 18.5vw;
    top: 48.5vw;
    width: 61.63px
}

#slider .slider .next-arrow {
    right: 8vw;
    top: 48.8vw;
    width: 61.63px
}

#slider .slider .slick-num {
    text-align: center
}

#slider .slider .slick-num .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #f15a24;
    font-weight: 700;
    background-color: #fef5f2
}

#slider .slider .slider_txtWrapper {
    position: absolute;
    width: 25.98829%;
    top: 12.5vw;
    left: 15vw
}

#slider .slider .slider_txtWrapper p {
    font-size: 2vw;
    margin-bottom: 0;
    font-weight: 700
}

#slider .slider .slider_txtWrapper h2 {
    font-size: 5vw;
    margin: 0;
    line-height: 120%;
    font-family: Oswald, sans-serif
}

#slider .slider .slider_txtWrapper .button {
    width: 100%;
    height: 4.5vw;
    padding: 1.3vw;
    margin-top: 3vw;
    font-size: 1.1vw
}

#slider .slider .slider_txtWrapper .button:after {
    left: 24vw
}

#slider .slick-num {
    position: absolute;
    right: 13.7vw;
    top: 45.5vw;
    font-family: Oswald, sans-serif;
    font-size: 2.1vw;
    font-weight: 100 !important
}
#youtube_cont {
    text-align: center;
    margin-top: 150px;
}
#youtube_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
    #youtube_cont ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 50%;
        min-width: 480px;
        aspect-ratio: 16 / 9;
    }
        #youtube_cont ul li .youtube_ifreme {
            width: 100%;
            height: 100%;
        }

@media screen and (max-width:480px) {

    #youtube_cont ul li {
        width: 100%;
        min-width: auto;
    }


}
#concept {
    text-align: center;
    margin-top: 200px;
}

#concept h2 {
    font-size: 30px;
    font-weight: 700
}

#concept h2 span {
    color: #c5251c
}

#concept p {
    font-size: 18px;
    line-height: 200%
}

.title {
    font-size: 50px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    text-align: center;
    letter-spacing: .5em;
    text-indent: .5em;
    margin-bottom: 0
}

.title span {
    color: #c5251c
}

.title_jp {
    text-align: center;
    margin-bottom: 80px
}

#service {
    padding-top: 120px
}

#service .bk01,
#service .bk02,
#service .bk03,
#service .bk04 {
    position: relative
}

#service .bk01 img,
#service .bk02 img,
#service .bk03 img,
#service .bk04 img {
    width: 1265px;
}

#service .bk02 img {
    float: right;
}

#service .bk04 img {
    float: right;
/*    margin-top: 84px*/
}

/*
#service .bk03 img {
    margin-top: 145px
}
*/

#service .serviceWrapper h2 {
    font-size: 28px;
    font-weight: 700
}

#service .serviceWrapper .service01 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85.06589%
}

#service .serviceWrapper .service01 img {
    width: 100%
}

#service .serviceWrapper .service02,
#service .serviceWrapper .service03 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 85.06589%
}

#service .serviceWrapper .service03 {
    top: 30px !important
}

#service .serviceWrapper .service03 img {
    width: 100%
}

#service .serviceWrapper .service04 {
    position: absolute;
    top: 30px !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 85.06589%
}

#service .serviceWrapper .service04 img {
    width: 100%
}

#service .serviceWrapper .txtWrapper01 {
    position: absolute;
    top: 135px;
    left: 165px;
/*
    top: 200px;
    left: 164px;
*/
    line-height: 200%;
    width: 20.4978%
}
#service .serviceWrapper .nb {
    font-family: Oswald;
    font-weight: lighter;
    font-size: 3.6vw;
    display: flex;
    align-items: center;
    line-height: 100%;
    margin: 0;
}
#service .serviceWrapper .nb:after {
    border-top: 1px solid;
    content: "";
    width: 70px;
}
#service .serviceWrapper .nb:after {
    margin-left: 30px;
}


#service .serviceWrapper .txtWrapper02 {
    position: absolute;
    top: 120px;
    right: 164px;
    line-height: 200%;
    width: 20.4978%
}

#service .serviceWrapper .txtWrapper03 {
    position: absolute;
    top: 135px;
    left: 165px;
/*
    top: 338px;
    left: 164px;
*/
    line-height: 200%;
    width: 20.4978%
}

#service .serviceWrapper .txtWrapper04 {
    position: absolute;
    top: 120px;
    right: 164px;
/*
    top: 277px;
    right: 164px;
*/
    line-height: 200%;
    width: 20.4978%
}

#product {
    background: #f9f9fa;
    width: 100%;
    margin-top: 120px !important;
    padding-top: 90px;
    padding-bottom: 90px
}

#product .product_lineup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 30px;
}

#product .product_lineup div {
    width: calc(33.3333333% - 30px * 2 / 3);
    margin: 0 30px 30px 0;
    position: relative
}

#product .product_lineup div:nth-child(3n+3) {
    margin-right: 0
}

#product .product_lineup .product_txt {
    position: absolute;
    top: 57px;
    left: 40px;
    color: #c5251c;
    width: 46.86649%
}

#product .product_lineup .product_txt h2 {
    font-size: 22px;
    font-family: Oswald, sans-serif;
    font-weight: 100;
    letter-spacing: .1em;
    margin-bottom: 0
}

#product .product_lineup .product_txt p {
    margin-top: 5px
}

#product .product_lineup .white h2,
#product .product_lineup .white p {
    color: #fff !important
}

#company {
    padding: 90px 0
}

#company table tbody tr {
    border-bottom: 1px solid #e5e6e8
}

#company table tbody tr th {
    padding: 20px;
    text-align: left;
    font-weight: 100
}

#company table tbody tr td {
    padding: 20px
}

#contact {
    width: 100%;
    background: #f9f9fa;
    z-index: -1
}

#contact .co_text {
    text-align: center
}

#contact .formTable {
    width: 100%;
    margin-bottom: 50px
}

#contact .formTable tr {
    height: 100px
}

#contact .formTable th {
    text-align: left;
    font-weight: inherit
}

#contact .formTable td {
    line-height: 60%
}

#contact .formTable input {
    height: 50px;
    background: #e5e6e8;
    width: 100%;
    border: 1px solid #ced4da
}

#contact .formTable .post {
    padding-left: 15px;
    font-weight: 700
}

#contact .formTable .txt_sma {
    width: 40%
}

#contact .formTable textarea {
    width: 100%;
    background: #e5e6e8;
    border: 1px solid #ced4da
}

#contact .contact_txt {
    text-align: center;
    margin: 50px 0
}

#contact .text-danger {
    background: #c5251c;
    color: #fff !important;
    text-decoration: none;
    font-size: .75rem;
    padding: 5px 7px;
    text-align: center;
    margin-right: 10px
}

#contact label {
    width: 330px
}

#contact .check,
#contact .custom-control-label {
    text-align: center
}

#contact .check {
    margin: 20px 0 50px
}

#contact .button_submit {
    position: relative;
    display: block;
    background: #c5251c;
    width: 354px;
    height: 65px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    text-decoration: none;
    letter-spacing: 0
}

#contact .button_submit:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 6px solid #fff !important;
    position: absolute !important;
    top: 50% !important;
    left: 240px !important;
    margin-top: -6px
}

#contact .privacyPolicy {
    height: 257px;
    width: 100%;
    overflow-y: scroll;
    padding: 2.375rem 4.75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#contact .privacyPolicy h2 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px
}

#contact .privacyPolicy p {
    font-size: .75rem
}

#link section {
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0
}

#link section div {
    margin-right: 25px
}

#link section div span img {
    width: 16px;
    margin-left: 10px;
    margin-bottom: 5px
}

#link section div:nth-child(3n+3) {
    margin-right: 0
}

.sp {
    display: none !important
}

#contact, #link {
    padding: 0 30px;
}

@media screen and (max-width:1366px) {
    .title {
        font-size: 3.8vw
    }

    #service .serviceWrapper .txtWrapper01 {
        top: 10vw;
        left: 12vw
    }
    
    #service .serviceWrapper .txtWrapper03 {
        top: 10vw;
        left: 12vw
    }

    #service .serviceWrapper h2 {
        font-size: 2vw;
        margin-bottom: 15px;
    }
    #service .serviceWrapper p {
        font-size: 1vw;
        margin: 0;
        line-height: 2.3125;
    }

    #product .product_lineup .product_txt {
        white-space: nowrap;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 53.86649%;
    }

    #product .product_lineup .product_txt h2 {
        font-size: 2vw
    }

    #product .product_lineup .product_txt .button {
        width: 93.64162%;
        height: 44px
    }
}

@media screen and (max-width:1112px) {
    #concept {
        margin-top: 140px;
    }
    #slider .slider .next-arrow {
        right: 5vw
    }

    #service .serviceWrapper .txtWrapper02 {
        position: absolute;
        top: 90px;
        right: 13vw;
/*        right: 121px;*/
    }

/*
    #service .serviceWrapper .txtWrapper03 {
        top: 310px;
        left: 124px;
    }
*/

    #service .serviceWrapper .txtWrapper04 {
        top: 90px;
        right: 13vw;
/*
        top: 248px;
        right: 121px;
*/
    }
    
    #product .product_lineup {
        margin: 0;
    }

    #contact,
    #link {
        padding: 0 30px
    }

    #company,
    #product .inner_1162,
    footer .inner_1162 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    #slider .slider .next-arrow {
        right: 4vw
    }

    #service .serviceWrapper .txtWrapper02 {
        top: 357px;
        right: 91px
    }

    #service .serviceWrapper .txtWrapper03 {
        top: 261px;
        left: 91px
    }

    #service .serviceWrapper .txtWrapper04 {
        top: 201px;
        right: 91px
    }

    #product .product_lineup .product_txt {
        top: 1vw;
        left: 3vw;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        width: 61.86649%;
    }

    .button:after {
        left: 100px
    }

    footer article .right p a {
        border-right: .5px solid;
        margin-right: 7px;
        padding: 0 7px;
        text-decoration: none
    }

    .formTable th {
        width: 200px
    }
}

@media screen and (max-width:767px) {
    #product .product_lineup {
        display: inherit
    }

    #product .product_lineup div {
        width: 100%
    }
}
@media screen and (max-width:480px) {
    .pc {
        display: none !important
    }

    .sp {
        display: inherit !important
    }

    .title {
        font-size: 34px
    }

    .title_jp {
        margin-bottom: 50px
    }

    #slider {
        padding-top: 60px
    }

    #slider .slick-arrow {
        display: none !important
    }

    #slider .slick-num {
        right: 5.7vw;
        top: 157.5vw;
        font-size: 8.1vw
    }

    #concept {
        margin-top: 80px !important;
        padding: 0 20px
    }

    #concept h2 {
        font-size: 26px
    }

    #concept p {
        text-align: left
    }

    #concept p br {
        display: none
    }

    #product {
        margin-top: 70px !important;
        padding-top: 70px;
        padding-bottom: 60px
    }

    #product .product_txt {
        top: 36px !important;
        width: 50%
    }

    #product .product_lineup .product_txt h2 {
        font-size: 22px
    }

    #product .product_lineup .product_txt p {
        font-size: 16px
    }

    #product .product_lineup .product_txt .button {
        width: 100%
    }

    #company {
        padding: 60px 0
    }

    #company .title_jp {
        margin-bottom: 50px
    }

    #company .td:last-child {
        width: 100%
    }

    #company td,
    #company th {
        border-bottom: none;
        display: block;
        width: 100%
    }

    #company th {
        padding-top: 10px !important;
        padding-bottom: 5px !important
    }

    #company td {
        padding-top: 0 !important;
        padding-bottom: 10px !important
    }

    #company .button2 {
        width: 100%;
        height: 65px;
        padding: 20px !important
    }

    #contact {
        margin-top: 0;
        padding: 0;
    }

    #contact .title_jp {
        margin-bottom: 40px
    }

    #contact .co_text {
        text-align: left
    }

    #contact .formTable {
        margin-bottom: 240px
    }

    #contact .formTable td,
    #contact .formTable tr {
        display: block;
        width: 100%
    }

    #contact th {
        width: 220px
    }

    #contact .sp_name {
        width: 100% !important
    }

    #contact .height_post {
        height: 160px !important
    }

    #contact .formTable td {
        margin-top: 10px
    }

    #contact .attention {
        margin-bottom: 20px
    }

    #contact .privacyPolicy {
        height: 257px;
        padding: 1.375rem 1.75rem
    }

    #contact .check {
        margin: 20px 0
    }

    #contact .button_submit {
        margin-top: 0;
        width: 100%
    }
    
    #link {
        padding: 0;
    }

    #link section {
        display: inherit;
        padding: 0 20px;
        margin: 40px 0 50px
    }

    #link section div {
        margin-right: 0;
        margin-bottom: 30px
    }

    #link section p {
        font-size: 16px
    }
}

@media screen and (max-width:767px){
    #service .pc {
        display: none !important;
    }
    #service .sp {
        display: inherit !important;
    }
    #service {
        padding-top: 70px
    }

    #service .sp_txt {
        padding: 0 20px
    }

    #service .sp_txt h2 {
        text-align: center
    }

    #service .sp {
        margin-bottom: 50px
    }
}

@media screen and (max-width:320px) {
    #slider .slick-num {
        top: 160vw
    }

    #product .product_lineup .product_txt {
        width: 58% !important
    }

    #contact .attention,
    #contact .check,
    #contact .co_text {
        font-size: 4.5vw
    }
}