/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    border: 0;
    border-top: 1px solid;
    box-sizing: content-box;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
iframe,
object {
    border: 0;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: middle
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset,
option {
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    padding: 0;
    vertical-align: top
}

th {
    font-weight: 700;
    text-align: left
}

[hidden],
template {
    display: none
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6;
    word-break: break-word
}

body.fixed {
    position: fixed !important;
    width: 100%
}

body.fixed .header.invert .header__logo a {
    background-image: url(/assets/img/logo.svg);
    transition: background-image 0s .35s
}

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

a {
    color: #333
}

a[href^="tel:"] {
    cursor: default
}

main {
    position: relative
}

main.hide:after {
    opacity: 1
}

main:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .6s cubic-bezier(.3, 0, .7, 1);
    width: 100%;
    z-index: 9999
}

.gray-cont {
    background: #f7f7f7;
    padding: 50px 0
}

.gray-cont section+section {
    margin-top: 50px
}

.container,
.container-l,
.container-s {
    padding: 0 5.3334%
}

main {
    overflow: hidden
}

.white-box {
    background: #fff;
    padding: 0 7.6923% 35px
}

.header {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    transition: height .2s;
    width: 100%;
    z-index: 15
}

.header.invert .header__logo a {
    background-image: url(/assets/img/logo_w.svg)
}

.header.invert .hnav__item a,
.header.invert .hnav__item div {
    color: #fff
}

.header.invert .hnav__item>ul:after {
    background: rgba(84, 84, 84, .4);
    content: "";
    height: calc(100% - 10px);
    left: -3%;
    position: absolute;
    top: 5px;
    width: 106%;
    z-index: -1
}

.header.invert .header__language a,
.header.invert .hnav__item>ul>li a {
    color: #fff
}

.header.invert.active .header__logo a {
    background-image: url(/assets/img/logo.svg)
}

.header.js-open .header__logo a {
    background-image: url(/assets/img/logo.svg) !important
}

.header__logo {
    font-size: 0;
    height: 35px;
    left: 4.6667%;
    position: absolute;
    top: 27.5px;
    width: 172px
}

.header__logo a {
    background-image: url(/assets/img/logo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%
}

.header .hnav {
    display: none
}

.header .hnav__list {
    align-items: center;
    display: flex;
    height: 60px;
    position: relative
}

.header .hnav__item {
    margin: 0 10px;
    position: relative
}

.header .hnav__item:first-child:hover div:after {
    transform: scaleX(1)
}

.header .hnav__item a,
.header .hnav__item div {
    display: inline-block;
    font-family: bilo, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}

.header .hnav__item a .icon,
.header .hnav__item div .icon {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle
}

.header .hnav__item a .icon svg,
.header .hnav__item div .icon svg {
    height: 16px;
    width: 16px
}

.header .hnav__item .mouseover-menu {
    cursor: pointer
}

.header .hnav__item>ul {
    display: block;
    left: -20px;
    margin: 0;
    min-width: 180px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .5s cubic-bezier(.18, .85, .45, 1);
    visibility: hidden;
    z-index: 100
}

.header .hnav__item>ul>li {
    margin-bottom: 7px
}

.header .hnav__item>ul>li:last-child {
    margin-bottom: 0
}

.header .hnav__item>ul>li a {
    font-size: 16px;
    font-size: 1rem;
    position: relative
}

.header .hnav__item:hover>ul:after {
    background: rgba(84, 84, 84, .4);
    content: "";
    height: calc(100% - 10px);
    left: -3%;
    position: absolute;
    top: 5px;
    width: 106%;
    z-index: -1
}

.header__language {
    display: none
}

.header__language a {
    align-items: center;
    border-radius: 10px;
    color: #333;
    display: flex;
    font-family: bilo, sans-serif;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    width: 36px
}

.header__language a.current {
    background: #333;
    color: #fff;
    pointer-events: none
}

.header__language a span {
    position: relative;
    right: -.15em;
    top: -.1em
}

.header .gnav {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s ease-in .5s;
    visibility: hidden;
    width: 100%
}

.header .gnav__inner {
    opacity: 0;
    padding: 100px 4.6667% 35px;
    transform: translate3d(0, 30px, 0);
    transition: all .5s ease-in-out;
    visibility: hidden
}

.header .gnav__logo {
    font-size: 0;
    height: 35px;
    left: 4.6667%;
    position: fixed;
    top: 27.5px;
    width: 172px
}

.header .gnav__logo a {
    background-image: url(/assets/img/logo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%
}

.header .gnav__top {
    margin-bottom: 30px
}

.header .gnav__item {
    margin-bottom: 15px;
    position: relative
}

.header .gnav__item .eventmenu,
.header .gnav__item>a {
    display: inline-block;
    padding-left: 20px;
    position: relative
}

.header .gnav__item .eventmenu .en,
.header .gnav__item>a .en {
    display: inline-block;
    font-family: bilo, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700
}

.header .gnav__item .eventmenu .jp,
.header .gnav__item>a .jp {
    color: #828282;
    display: inline-block;
    font-size: 11px;
    font-size: .6875rem;
    margin-left: 15px
}

.header .gnav__item .eventmenu {
    cursor: pointer;
    position: relative
}

.header .gnav__item .eventmenu:before {
    border-bottom: 2px solid #333;
    border-right: 1px solid #333;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: 40.5%;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 7px
}

.header .gnav__item .eventmenu.active:before {
    top: 50.5%;
    transform: rotate(45deg) scale(-1)
}

.header .gnav__item>ul {
    display: none;
    margin-top: 10px
}

.header .gnav__item>ul>li {
    margin: 0 0 10px 35px;
    position: relative
}

.header .gnav__item>ul>li:last-child {
    margin-bottom: 0
}

.header .gnav__item>ul>li>a {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    position: relative;
    transition: all .4s cubic-bezier(.7, 0, .3, 1)
}

.header .gnav__item>ul>li>a .en {
    font-size: 16px;
    font-size: 1rem
}

.header .gnav.js-open {
    overflow-y: auto;
    pointer-events: auto;
    transform: scaleY(1);
    transition: all .5s ease-in;
    visibility: visible;
    z-index: 1000
}

.header .gnav.js-open .gnav__inner {
    opacity: 1;
    transform: translateZ(0);
    transition: all .5s ease-in-out .5s;
    visibility: visible
}

.header .gnav__bnr-list {
    margin-bottom: 35px
}

.header .gnav__bnr-list .bnr-item {
    margin-bottom: 15px
}

.header .gnav__bnr-list .bnr-item a {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    font-family: bilo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    height: 60px;
    justify-content: flex-start;
    line-height: 1;
    overflow: hidden;
    padding: 0 35px 0 65px;
    position: relative;
    z-index: 0
}

.header .gnav__bnr-list .bnr-item a .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px
}

.header .gnav__sns {
    display: flex;
    justify-content: center;
    margin: 0 -5px 35px
}

.header .gnav__sns a {
    align-items: center;
    background: #767676;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 55px;
    justify-content: center;
    margin: 0 5px;
    position: relative;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 55px
}

.header .gnav__sns a img {
    width: 22px
}

.btn-menu {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    outline: none;
    position: fixed;
    right: 4.667%;
    top: 10px;
    transition: opacity .3s, visibility .3s, background-color .5s;
    width: 60px;
    z-index: 1010
}

.btn-menu span {
    bottom: 0;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: 10
}

.btn-menu span i {
    height: 1px;
    margin: 0 auto;
    transition: all .3s ease-out
}

.btn-menu span i,
.btn-menu span i:after {
    background-color: #000;
    left: 0;
    position: absolute;
    width: 100%
}

.btn-menu span i:after {
    content: "";
    height: 100%;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s cubic-bezier(.7, 0, .3, 1)
}

.btn-menu span i:last-of-type {
    top: 0;
    transform: translateZ(0);
    width: 20px
}

.btn-menu span i:nth-last-of-type(2) {
    top: 7px
}

.btn-menu span i:nth-last-of-type(3) {
    bottom: 0;
    top: auto;
    transform: translateZ(0);
    width: 12px
}

.btn-menu.js-open span i:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 22px
}

.btn-menu.js-open span i:nth-last-of-type(2) {
    opacity: 0;
    visibility: hidden;
    width: 0
}

.btn-menu.js-open span i:nth-last-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 22px
}

.footer {
    background: #545454;
    padding-bottom: 60px;
    position: relative
}

.footer__top {
    overflow: hidden;
    padding: 55px 0 65px
}

.footer__info .logo {
    margin: 0 auto 35px;
    max-width: 172px
}

.footer__sns {
    margin: 0 -5px 35px
}

.footer__sns,
.footer__sns a {
    display: flex;
    justify-content: center
}

.footer__sns a {
    align-items: center;
    background: #767676;
    border-radius: 50%;
    content: "";
    height: 55px;
    margin: 0 5px;
    position: relative;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 55px
}

.footer__sns a img {
    width: 22px
}

.footer__language,
.footer__language a {
    display: flex;
    justify-content: center
}

.footer__language a {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    font-family: bilo, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    height: 20px;
    width: 36px
}

.footer__language a.current {
    background: #fff;
    color: #545454;
    pointer-events: none
}

.footer__language a span {
    position: relative;
    right: -.15em;
    top: -.15em
}

.footer__nav {
    display: none
}

.footer__nav-block {
    display: block;
    margin: 0 0 65px;
    width: 25%
}

.footer__nav-tit {
    color: #fff;
    font-family: bilo, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}

.footer__nav-tit a {
    color: inherit;
    display: inline-block;
    position: relative
}

.footer__nav-list {
    margin-top: 12px
}

.footer__nav-item:nth-child(n+2) {
    margin-top: 6px
}

.footer__nav-item>a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    position: relative;
    transition: all .2s ease
}

.footer__nav-item>a .en {
    font-size: 13px;
    font-size: .8125rem
}

.footer__middle {
    display: none
}

.footer__bnr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

.footer__bnr-list .bnr-item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%
}

.footer__bnr-list .bnr-item a {
    align-items: center;
    background: #444;
    color: #fff;
    display: flex;
    font-family: bilo, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 100px;
    justify-content: flex-start;
    padding: 0 60px 0 105px;
    position: relative;
    z-index: 0
}

.footer__bnr-list .bnr-item a.support:before {
    background-image: url(/assets/img/icon_support.svg)
}

.footer__bnr-list .bnr-item a.catalog:before {
    background-image: url(/assets/img/icon_catalog.svg)
}

.footer__bnr-list .bnr-item a.pro:before {
    background-image: url(/assets/img/icon_professional.svg)
}

.footer__bnr-list .bnr-item a.store:before {
    background-image: url(/assets/img/icon_store_w.svg)
}

.footer__bnr-list .bnr-item a:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: 1px solid #666;
    border-radius: 50%;
    content: "";
    height: 58px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px
}

.footer__bnr-list .bnr-item a .btn-arw {
    background: #fff;
    margin-right: 40px
}

.footer__bnr-list .bnr-item a .btn-arw:after {
    background: #fff
}

.footer__bnr-list a[target=_blank] .icon {
    background-image: url(/assets/img/icon_blank_w.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px
}

.footer__secondary-nav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 35px;
    max-width: 200px
}

.footer__secondary-nav-list .secondary-nav-item:last-child {
    margin-right: 0
}

.footer__secondary-nav-list .secondary-nav-item a {
    color: #b2b2b2;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: .05em;
    position: relative;
    transition: all .2s ease
}

.footer__bottom {
    border-top: 1px solid #666;
    padding: 22px 0 37px
}

.footer__bottom .copyright {
    color: #9c9b9b;
    font-family: bilo, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center
}

.fixed-nav {
    bottom: 0;
    margin-bottom: -61px;
    opacity: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10
}

.fixed-nav.active {
    margin-bottom: 0;
    opacity: 1;
    transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

.fixed-nav__list {
    border-top: 1px solid #d9d9d9;
    display: flex
}

.fixed-nav__item {
    border-right: 1px solid #d9d9d9;
    width: 33.3334%
}

.fixed-nav__item:last-child {
    border-right: none
}

.fixed-nav__item a {
    align-items: center;
    background: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative
}

.fixed-nav__item a .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    margin-right: 10px;
    width: 22px
}

.fixed-nav__item a .icon svg {
    height: auto;
    width: 100%
}

.fixed-nav__item a .icon svg .cls {
    fill: #333;
    fill-rule: evenodd
}

.fixed-nav__item a .en {
    display: none
}

.fixed-nav__item a .jp {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.35;
    position: relative
}

.fixed-nav__item a .btn-arw {
    display: none
}

.pc .fixed-nav__item a .en {
    display: none;
    font-family: bilo, sans-serif;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 2px;
    position: relative
}

.pc .fixed-nav__item a .btn-arw {
    display: none
}

.pc .fixed-nav__item a .btn-arw:after {
    width: 5px
}

.c-mv {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    min-height: 320px;
    position: relative;
    width: 100%
}

.c-mv:before {
    background-color: #2b2c2f;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.c-mv .container {
    height: 100%;
    position: relative
}

.c-mv__inner {
    padding: 100px 0 35px;
    position: relative;
    z-index: 2
}

.c-mv__tit {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: .5em
}

.c-mv__tit,
.c-mv__tit .en {
    font-weight: 700;
    line-height: 1.35;
    position: relative
}

.c-mv__tit .en {
    font-family: bilo, sans-serif;
    font-size: 28px;
    font-size: 1.75rem
}

.c-mv__txt {
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7692307692;
    max-width: 450px
}

.c-mv-noimg {
    background: #fff;
    font-size: 0;
    height: 240px;
    position: relative;
    width: 100%
}

.c-mv-noimg .container {
    height: 100%;
    position: relative
}

.c-mv-noimg__inner {
    left: 5.3334%;
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    width: 89.3334%;
    z-index: 2
}

.c-mv-noimg__tit h1.jp {
    font-size: 24px;
    font-size: 1.5rem
}

.c-mv-noimg__tit h1.en,
.c-mv-noimg__tit h1.jp {
    font-weight: 700;
    line-height: 1.35;
    position: relative
}

.c-mv-noimg__tit h1.en {
    font-family: bilo, sans-serif;
    font-size: 28px;
    font-size: 1.75rem
}

.c-mv-noimg__tit p.jp {
    font-size: 12px;
    font-size: .75rem
}

.c-mv-noimg__tit p.en,
.c-mv-noimg__tit p.jp {
    color: #828282;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 0 .25em;
    position: relative
}

.c-mv-noimg__tit p.en {
    font-family: bilo, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

.c-mv-noimg__txt {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7692307692;
    margin-top: 10px;
    max-width: 820px
}

.c-mv-noimg .breadcrumbs-wrap>.container {
    padding: 0
}

.breadcrumbs-wrap {
    padding: 15px 0;
    position: relative
}

.pageBread>span>span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700
}

.pageBread>span>span a:after,
.pageBread>span>span span.breadcrumb_last:after {
    background: #333;
    content: "";
    display: inline-block;
    height: 2px;
    margin: .5em;
    vertical-align: middle;
    width: .75em
}

.pageBread>span>span span.breadcrumb_last {
    color: #828282
}

.pageBread>span>span span.breadcrumb_last:after {
    display: none
}

.pageBread>span>span a {
    transition: all .2s ease
}

.heading-sec {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 35px;
    padding-top: 1.25em;
    position: relative;
    text-align: center
}

.heading-sec:after,
.heading-sec:before {
    background: #333;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.heading-sec:before {
    height: 1px;
    width: 34px
}

.heading-sec:after {
    height: 3px;
    margin-left: -9px;
    width: 15px
}

.heading-sec .en {
    display: inline-block;
    font-family: bilo, sans-serif;
    font-size: 133.3334%;
    line-height: 1.25;
    margin-top: -.25em
}

.c-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 28px;
    display: flex;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    margin: 35px auto 0;
    max-width: 260px;
    overflow: hidden;
    padding: 5px 30px;
    position: relative;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: 0
}

.c-btn .en {
    font-family: bilo, sans-serif;
    font-size: 112.5%
}

.c-btn[target=_blank]:after {
    background-image: url(/assets/img/icon_blank.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: .35em;
    position: relative;
    top: .1em;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    vertical-align: top;
    width: 15px
}

.c-btn.pdf {
    padding: 0 10px
}

.c-btn.pdf:after {
    background-image: url(/assets/img/icon_pdf.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: .35em;
    position: relative;
    top: 0;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    vertical-align: top;
    width: 15px
}

.c-btn.dl {
    padding: 0 10px
}

.c-btn.dl:after {
    background-image: url(/assets/img/icon_download.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    margin-left: .35em;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 15px
}

.c-btn.dl:after,
.c-btn:before {
    content: "";
    transition: all .4s cubic-bezier(.7, 0, .3, 1)
}

.c-btn:before {
    background: #d9d9d9;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
    z-index: -1
}

.btn-arw {
    height: 2px;
    margin-right: 18px;
    right: 0;
    top: 50%;
    width: 14px
}

.btn-arw,
.btn-arw:after {
    background-color: #333;
    position: absolute;
    transition: all .4s ease .1s
}

.btn-arw:after {
    content: "";
    display: block;
    height: 1px;
    right: 1px;
    top: 0;
    transform: rotate(37.5deg);
    transform-origin: right;
    width: 6px
}

@-webkit-keyframes rightToLeft {
    0% {
        right: 0
    }

    25% {
        opacity: 0;
        right: -.4em
    }

    50% {
        opacity: 0;
        right: .4em
    }

    to {
        opacity: 1;
        right: 0
    }
}

@keyframes rightToLeft {
    0% {
        right: 0
    }

    25% {
        opacity: 0;
        right: -.4em
    }

    50% {
        opacity: 0;
        right: .4em
    }

    to {
        opacity: 1;
        right: 0
    }
}

@-webkit-keyframes leftToRight {
    0% {
        left: 0
    }

    25% {
        left: -.4em;
        opacity: 0
    }

    50% {
        left: .4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes leftToRight {
    0% {
        left: 0
    }

    25% {
        left: -.4em;
        opacity: 0
    }

    50% {
        left: .4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes topToBottom {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: .3em;
        opacity: 0
    }

    50% {
        margin-top: -.3em;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes topToBottom {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: .3em;
        opacity: 0
    }

    50% {
        margin-top: -.3em;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        top: 0
    }

    25% {
        opacity: 0;
        top: -.3em
    }

    50% {
        opacity: 0;
        top: .3em
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes bottomToTop {
    0% {
        top: 0
    }

    25% {
        opacity: 0;
        top: -.3em
    }

    50% {
        opacity: 0;
        top: .3em
    }

    to {
        opacity: 1;
        top: 0
    }
}

.is-inline-l,
.is-inline-m,
.is-inline-ml,
.is-inline-s,
.is-inline-sm,
.is-inline-xl,
.is-inline-xs,
.is-inline-xxl,
.is-inline-xxs {
    display: inline
}

.is-none-l,
.is-none-m,
.is-none-ml,
.is-none-s,
.is-none-sm,
.is-none-xl,
.is-none-xs,
.is-none-xxl,
.is-none-xxs {
    display: none
}

.mt1em {
    margin-top: 1em !important
}

.mt2em {
    margin-top: 2em !important
}

.mt3em {
    margin-top: 3em !important
}

.mt4em {
    margin-top: 4em !important
}

.mt5em {
    margin-top: 5em !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb1em {
    margin-bottom: 1em !important
}

.mb2em {
    margin-bottom: 2em !important
}

.mb3em {
    margin-bottom: 3em !important
}

.mb4em {
    margin-bottom: 4em !important
}

.mb5em {
    margin-bottom: 5em !important
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    padding: 12px 20px;
    transition: all .5s ease;
    width: 100%
}

input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #828282
}

input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #828282
}

input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
    color: #828282
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    background-color: #f7f7f7;
    outline: none
}

input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #828282
}

input[type=email]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #828282
}

input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
textarea:focus::placeholder {
    color: #828282
}

.upload-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.upload-box:last-child{
    margin-bottom: 0;
}

.upload-box [type=file] {
    display: none !important
}

.upload-box label {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    margin-right: 20px;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transition: all .5s ease
}

.mwform-file-delete {
    display: none
}

.mw_wp_form_confirm .upload-box__text{
    display: none;
}
.mw_wp_form_confirm .upload-box__text.confirm_text{
    display: block;
}
.mw_wp_form_confirm .upload-box__text-note{
    display: none;
}

.upload-box__text-note{
    font-weight: bold;
}
.upload-box__text-note .red{
    color: #f00;
}

.upload-box__text,
select {
    font-size: 16px;
    font-size: 1rem
}

select {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    letter-spacing: .1em;
    padding: 12px 20px;
    transition: all .5s ease;
    width: 100%
}

.selectbox {
    max-width: 250px;
    position: relative;
    width: 100%
}

.selectbox:after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    height: 7px;
    margin-top: -4px;
    position: absolute;
    right: 20px;
    top: 23px;
    transform: rotate(45deg);
    width: 7px
}

.radio-btns input[type=radio].radio-btns__item {
    display: none
}

.radio-btns label {
    display: inline-block;
    margin: 5px 0
}

.radio-btns .radio-btns__item+span {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 2em;
    position: relative
}

.radio-btns .radio-btns__item+span:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 21px
}

.radio-btns .radio-btns__item+span:after {
    background: #bb4c4c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    width: 9px
}

.radio-btns .radio-btns__item:checked+span:after {
    opacity: 1
}

.checkbox input[type=checkbox].checkbox__item {
    display: none
}

.checkbox label {
    display: inline-block;
    margin: 5px 0
}

.checkbox .checkbox__item+span {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 2.25em;
    position: relative
}

.checkbox .checkbox__item+span:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.checkbox .checkbox__item+span:after {
    border-bottom: 2px solid #bb4c4c;
    border-right: 2px solid #bb4c4c;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 7px
}

.checkbox .checkbox__item:checked+span:after {
    opacity: 1
}

.contact-form__txt {
    line-height: 1.7692307692;
    margin-bottom: .5em;
    text-align: center
}

.contact-form__txt a {
    text-decoration: underline
}

.contact-form__required-txt {
    line-height: 1.7692307692;
    margin-bottom: 35px;
    position: relative;
    text-align: center
}

.contact-form__required-txt:last-child {
    margin-bottom: 0
}

.contact-form__required-txt:before {
    background: #bb4c4c;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .5em;
    margin-right: .25em;
    position: relative;
    top: -.15em;
    width: .5em
}

.contact-form__flow {
    counter-reset: number 0;
    display: flex;
    justify-content: center;
    margin: 0 -10px 30px;
    position: relative
}

.contact-form__flow li {
    padding: 0 10px;
    position: relative;
    width: 270px
}

.contact-form__flow li:nth-child(n+2):before {
    background-color: #333;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.contact-form__flow li:nth-child(n+2):after {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    position: absolute;
    top: 23px;
    transform: rotate(37.5deg);
    transform-origin: right;
    width: 6px
}

.contact-form__flow li div {
    align-items: center;
    background: #828282;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-size: .625rem;
    height: 46px;
    justify-content: center;
    line-height: 1.35;
    padding: 5px;
    width: 100%
}

.contact-form__flow li span {
    padding-left: 1em;
    position: relative
}

.contact-form__flow li span:before {
    content: counter(number) ".";
    counter-increment: number 1;
    left: 0;
    position: absolute;
    top: 0
}

.contact-form__table {
    width: 100%
}

.contact-form__table td,
.contact-form__table th {
    display: block;
    width: 100%
}

.contact-form__table th {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    margin-top: 15px
}

.contact-form__table th .required {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    width: 1.25em
}

.contact-form__table th .required:before {
    background: #bb4c4c;
    border-radius: 50%;
    content: "";
    height: .5em;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    width: .5em
}

.contact-form__table td {
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 0 15px
}

.contact-form__table td .checkbox:nth-of-type(3) {
    margin-top: 5px
}

.contact-form__table td .td-txt {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.7692307692;
    margin: 10px 0 20px
}

.contact-form__table td .td-txt a {
    text-decoration: underline
}

.contact-form__table td .td-note {
    border-radius: 6px;
    overflow: hidden
}

.contact-form__table td .td-note dt {
    align-items: center;
    background: #bb4c4c;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-size: .75rem;
    height: 35px;
    justify-content: center;
    text-align: center
}

.contact-form__table td .td-note dd {
    background: #fcf5f5;
    padding: 15px 20px
}

.contact-form__table td .td-note dd p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.7857142857;
    padding-left: 1em;
    position: relative
}

.contact-form__table td .td-note dd p:before {
    background: #bb4c4c;
    border-radius: 50%;
    content: "";
    height: .5em;
    left: .25em;
    margin-right: .25em;
    position: absolute;
    top: .6em;
    width: .5em
}

.contact-form__submitwrap {
    margin-top: 40px
}

.contact-form__submitwrap button {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 32px;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    max-width: 260px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0
}

.contact-form__submitwrap button.back {
    background: transparent;
    border: none;
    height: 40px;
    max-width: unset;
    text-decoration: underline;
    width: auto
}

.contact-form__submitwrap button.back:hover {
    text-decoration: none
}

.contact-form__submitwrap .c-btn+.c-btn {
    margin-top: 10px
}

.contact-form__thanks-mes {
    background: #fcf5f5;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
    padding: 25px 20px
}

.contact-form__thanks-mes h3 {
    color: #bb4c4c;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0 -.5em .5em;
    text-align: center
}

.contact-form__thanks-mes p {
    line-height: 1.7692307692;
    text-align: center
}

.mw_wp_form .vertical-item {
    display: block
}

.mw_wp_form .radio-btns .mwform-radio-field {
    margin: 0 15px 0 0
}

.mw_wp_form_confirm .contact-form__flow li:first-of-type div,
.mw_wp_form_confirm .contact-form__flow li:nth-of-type(2) div,
.mw_wp_form_input .contact-form__flow li:first-of-type div {
    background: #bb4c4c
}

.mw_wp_form_confirm .contact-form__table td,
.mw_wp_form_confirm .contact-form__table th {
    border-bottom: 1px solid #d9d9d9
}

.mw_wp_form_confirm .contact-form__table td .upload-box label {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 0
}

.mw_wp_form_confirm .contact-form__table td .td-note,
.mw_wp_form_confirm .contact-form__table td .td-txt,
.mw_wp_form_confirm .selectbox:after {
    display: none
}

.mw_wp_form_complete .contact-form__flow li div {
    background: #bb4c4c
}

.contact-tel .heading-sec {
    margin-bottom: 30px
}

.contact-tel__txt {
    line-height: 1.7692307692;
    margin-bottom: 1.5em;
    text-align: center
}

.contact-tel__txt a {
    text-decoration: underline
}

.contact-tel__white-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-tel__white-box .num {
    color: #bb4c4c;
    font-family: bilo, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700
}

.contact-tel__white-box .num small {
    font-size: 70%;
    margin-right: .25em
}

.contact-tel__white-box .num .num {
    white-space: nowrap
}

.contact-tel__white-box .time {
    font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    margin-top: .35em
}

@media screen and (min-width:361px) {
    .is-inline-xxs {
        display: none
    }

    .is-none-xxs {
        display: inline
    }

    .contact-form__flow li div {
        font-size: 12px;
        font-size: .75rem
    }
}

@media screen and (min-width:641px) {
    .is-inline-xs {
        display: none
    }

    .is-none-xs {
        display: inline
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 16px;
        font-size: 1rem
    }

    .gray-cont {
        padding: 85px 0 100px
    }

    .gray-cont section+section {
        margin-top: 100px
    }

    .container-s {
        max-width: 1100px
    }

    .container,
    .container-s {
        margin: 0 auto;
        padding: 0 50px
    }

    .container {
        max-width: 1620px
    }

    .container-l {
        margin: 0 auto;
        max-width: 1820px;
        padding: 0 50px
    }

    .white-box {
        padding: 0 6.5105% 65px
    }

    .header {
        box-shadow: none;
        height: 110px
    }

    .header.invert .hnav__item a:after,
    .header.invert .hnav__item div:after {
        background: #fff
    }

    .header__logo {
        height: 43px;
        left: 50px;
        position: fixed;
        top: 38.5px;
        width: 208px;
        z-index: 1005
    }

    .header .hnav__item a:after,
    .header .hnav__item div:after {
        background: #333;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%
    }

    .header .hnav__item a:hover:after,
    .header .hnav__item div:hover:after {
        transform: scaleX(1)
    }

    .header__language {
        display: flex;
        justify-content: center;
        position: absolute;
        right: 138px;
        top: 50%;
        transform: translateY(-50%)
    }

    .header__language a {
        font-size: 12px;
        font-size: .75rem
    }

    .header .gnav__inner {
        margin: 0 auto;
        max-width: 880px;
        padding: 130px 40px 50px
    }

    .header .gnav__logo {
        display: none
    }

    .header .gnav__top {
        display: flex;
        margin-bottom: 30px
    }

    .header .gnav__list {
        position: relative;
        width: 50%
    }

    .header .gnav__list:last-child .gnav__item:last-child {
        margin-top: 4em
    }

    .header .gnav__item .eventmenu:after,
    .header .gnav__item>a:after {
        background: #333;
        bottom: 0;
        content: "";
        height: 1px;
        left: 20px;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: calc(100% - 20px)
    }

    .header .gnav__item .eventmenu.active:after,
    .header .gnav__item .eventmenu:hover:after,
    .header .gnav__item>a:hover:after {
        transform: scaleX(1)
    }

    .header .gnav__item>ul {
        margin-top: 10px
    }

    .header .gnav__item>ul>li>a:after {
        background: #333;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%;
        z-index: -1
    }

    .header .gnav__item>ul>li>a:hover:after {
        transform: scaleX(1)
    }

    .header .gnav__bnr-list {
        display: flex;
        margin: 0 -7px 55px
    }

    .header .gnav__bnr-list .bnr-item {
        margin-bottom: 0;
        padding: 0 7px;
        width: 33.3334%
    }

    .header .gnav__bnr-list .bnr-item a .icon {
        height: 28px;
        left: 25px;
        width: 28px
    }

    .header .gnav__bnr-list .bnr-item a:after {
        background: #f7f7f7;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%;
        z-index: -1
    }

    .header .gnav__bnr-list .bnr-item a:hover:after {
        transform: scaleX(1)
    }

    .header .gnav__bnr-list .bnr-item a:hover .btn-arw {
        -webkit-animation: rightToLeft .5s ease-out forwards;
        animation: rightToLeft .5s ease-out forwards
    }

    .header .gnav__sns a:hover {
        opacity: .7
    }

    .btn-menu {
        height: 70px;
        right: 50px;
        top: 20px;
        width: 70px
    }

    .btn-menu:hover span i {
        background-color: transparent;
        width: 28px !important
    }

    .btn-menu:hover span i:last-of-type:after {
        transition-delay: .15s
    }

    .btn-menu:hover span i:nth-last-of-type(2):after {
        transition-delay: .2s
    }

    .btn-menu:hover span i:nth-last-of-type(3):after {
        transition-delay: .25s
    }

    .btn-menu:hover span i:after {
        transform: scaleX(1);
        width: 28px !important
    }

    .btn-menu span {
        height: 18px;
        width: 28px
    }

    .btn-menu span i:last-of-type {
        width: 22px
    }

    .btn-menu span i:nth-last-of-type(2) {
        top: 8px
    }

    .btn-menu span i:nth-last-of-type(3) {
        width: 14px
    }

    .btn-menu.js-open span i:last-of-type,
    .btn-menu.js-open span i:nth-last-of-type(3) {
        width: 28px
    }

    .footer__top {
        padding: 100px 0 0
    }

    .footer__info {
        margin-bottom: 45px
    }

    .footer__info .logo {
        margin: 0 auto 55px;
        max-width: 207px
    }

    .footer__sns a:hover {
        opacity: .7
    }

    .footer__nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative;
        right: -45px;
        width: 680px
    }

    .footer__nav-tit a:after {
        background: #fff;
        bottom: -.05em;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%
    }

    .footer__nav-tit a:hover:after {
        transform: scaleX(1)
    }

    .footer__nav-item>a:after {
        background: #fff;
        bottom: -.15em;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%
    }

    .footer__nav-item>a:hover:after {
        transform: scaleX(1)
    }

    .footer__middle {
        display: block;
        padding: 15px 0 75px
    }

    .footer__bnr-list .bnr-item a:hover:after {
        transform: scaleX(1)
    }

    .footer__bnr-list .bnr-item a:hover .btn-arw {
        -webkit-animation: rightToLeft .5s ease-out forwards;
        animation: rightToLeft .5s ease-out forwards
    }

    .footer__bnr-list .bnr-item a:after {
        background: #363636;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%;
        z-index: -1
    }

    .footer__secondary-nav-list {
        justify-content: flex-start;
        margin: 0;
        max-width: 240px
    }

    .footer__secondary-nav-list .secondary-nav-item {
        margin-right: 45px
    }

    .footer__secondary-nav-list .secondary-nav-item a {
        font-size: 12px;
        font-size: .75rem
    }

    .footer__secondary-nav-list .secondary-nav-item a:after {
        background: #b2b2b2;
        bottom: -.6em;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%
    }

    .footer__secondary-nav-list .secondary-nav-item a:hover:after {
        transform: scaleX(1)
    }

    .footer__bottom {
        padding: 40px 0
    }

    .footer__bottom .container {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .footer__bottom .copyright {
        font-size: 12px;
        font-size: .75rem;
        text-align: left
    }

    .fixed-nav__item a .icon {
        height: 28px;
        width: 28px
    }

    .pc .footer {
        padding-bottom: 0
    }

    .pc .fixed-nav {
        bottom: auto;
        margin-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0
    }

    .pc .fixed-nav.active {
        transition: all .6s cubic-bezier(.7, 0, .3, 1);
        width: 51px
    }

    .pc .fixed-nav__list {
        border-top: none;
        display: block;
        margin-right: -145px;
        position: absolute
    }

    .pc .fixed-nav__item {
        margin-bottom: 5px;
        width: unset
    }

    .pc .fixed-nav__item:last-child {
        margin-bottom: 0
    }

    .pc .fixed-nav__item a {
        align-items: flex-start;
        border: 1px solid #d9d9d9;
        border-radius: 10px 0 0 10px;
        flex-direction: column;
        padding: 5px 30px 5px 50px;
        transform-origin: right center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 195px
    }

    .pc .fixed-nav__item a:hover {
        transform: translate3D(-143px, 0, 0)
    }

    .pc .fixed-nav__item a .icon {
        height: 28px;
        left: 11px;
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px
    }

    .pc .fixed-nav__item a .en {
        display: block;
        font-size: 18px;
        font-size: 1.125rem
    }

    .pc .fixed-nav__item a .jp {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 400;
        margin-top: .15em
    }

    .pc .fixed-nav__item a .btn-arw {
        display: block;
        margin-right: 10px;
        width: 10px
    }

    .c-mv {
        height: 620px;
        min-height: unset
    }

    .c-mv__inner {
        left: 50px;
        padding: 0;
        position: absolute;
        top: calc(45% + 55px);
        transform: translateY(-50%);
        width: calc(100% - 100px)
    }

    .c-mv__tit {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-bottom: .85em
    }

    .c-mv__tit .en {
        font-size: 40px;
        font-size: 2.5rem
    }

    .c-mv__txt {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2
    }

    .c-mv-noimg {
        height: 320px
    }

    .c-mv-noimg__inner {
        left: 50px;
        top: calc(50% + 55px);
        width: calc(100% - 100px)
    }

    .c-mv-noimg__tit {
        align-items: flex-end;
        display: flex
    }

    .c-mv-noimg__tit h1.jp {
        font-size: 35px;
        font-size: 2.1875rem
    }

    .c-mv-noimg__tit h1.en {
        font-size: 40px;
        font-size: 2.5rem
    }

    .c-mv-noimg__tit p.jp {
        font-size: 15px;
        font-size: .9375rem;
        margin: 0 0 0 50px;
        top: -.75em
    }

    .c-mv-noimg__tit p.en {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 0 50px;
        top: -.35em
    }

    .c-mv-noimg__txt {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
        margin-top: 25px
    }

    .breadcrumbs-wrap {
        padding: 40px 0
    }

    .pageBread>span>span {
        font-size: 13px;
        font-size: .8125rem
    }

    .pageBread>span>span a:hover {
        color: #828282
    }

    .heading-sec {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 70px;
        padding-top: 1.5em
    }

    .heading-sec:before {
        width: 34px
    }

    .heading-sec:after {
        margin-left: -7px;
        width: 20px
    }

    .c-btn {
        border-radius: 32px;
        font-size: 16px;
        font-size: 1rem;
        height: 64px;
        margin: 55px auto 0;
        padding: 5px 50px
    }

    .c-btn[target=_blank]:after {
        height: 17px;
        width: 17px
    }

    .c-btn.dl:after,
    .c-btn.pdf:after {
        height: 18px;
        width: 18px
    }

    .c-btn:hover:before {
        transform: scaleX(1)
    }

    .c-btn:hover .btn-arw {
        -webkit-animation: rightToLeft .5s ease-out forwards;
        animation: rightToLeft .5s ease-out forwards
    }

    .btn-arw {
        height: 2px;
        margin-right: 20px;
        width: 15px
    }

    .btn-arw:after {
        width: 7px
    }

    .is-inline-s {
        display: none
    }

    .is-none-s {
        display: inline
    }

    .upload-box label,
    input[type=email],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
        padding: 18px 45px
    }

    .selectbox:after {
        top: 30px
    }

    .checkbox label,
    .radio-btns label {
        margin: 10px 0
    }

    .contact-form__txt {
        line-height: 2
    }

    .contact-form__txt a:hover {
        text-decoration: none
    }

    .contact-form__required-txt {
        line-height: 2;
        margin-bottom: 70px
    }

    .contact-form__flow {
        margin: 0 -37.5px 40px
    }

    .contact-form__flow li {
        padding: 0 37.5px;
        width: 325px
    }

    .contact-form__flow li:nth-child(n+2):before {
        left: -7.5px;
        width: 15px
    }

    .contact-form__flow li:nth-child(n+2):after {
        left: 0;
        top: 25px;
        width: 7px
    }

    .contact-form__flow li div {
        border-radius: 25px;
        font-size: 15px;
        font-size: .9375rem;
        height: 50px;
        padding: 5px 20px
    }

    .contact-form__table td,
    .contact-form__table th {
        display: table-cell;
        vertical-align: middle
    }

    .contact-form__table th {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 0;
        padding: 10px 0;
        width: 240px
    }

    .contact-form__table td {
        font-size: 16px;
        font-size: 1rem;
        padding: 20px 0 20px 20px;
        width: calc(100% - 240px)
    }

    .contact-form__table td .checkbox:nth-of-type(2) {
        margin-top: 10px
    }

    .contact-form__table td .checkbox:nth-of-type(3) {
        margin-top: 15px
    }

    .contact-form__table td .td-txt {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 2;
        margin: 20px 0 35px
    }

    .contact-form__table td .td-txt a:hover {
        text-decoration: none
    }

    .contact-form__table td .td-note dt {
        font-size: 14px;
        font-size: .875rem;
        height: 45px
    }

    .contact-form__table td .td-note dd {
        padding: 20px 40px
    }

    .contact-form__table td .td-note dd p {
        font-size: 14px;
        font-size: .875rem
    }

    .contact-form__submitwrap {
        margin-top: 60px
    }

    .contact-form__submitwrap button {
        height: 64px
    }

    .contact-form__submitwrap button:hover:after {
        transform: scaleX(1)
    }

    .contact-form__submitwrap button:hover .btn-arw {
        -webkit-animation: rightToLeft .5s ease-out forwards;
        animation: rightToLeft .5s ease-out forwards
    }

    .contact-form__submitwrap button:after {
        background: #d9d9d9;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: all .4s cubic-bezier(.7, 0, .3, 1);
        width: 100%;
        z-index: -1
    }

    .contact-form__submitwrap button.back {
        height: 50px
    }

    .contact-form__thanks-mes {
        padding: 35px 40px
    }

    .contact-form__thanks-mes h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    .contact-form__thanks-mes p {
        line-height: 2
    }

    .mw_wp_form .radio-btns .mwform-radio-field {
        margin: 0 25px 0 0
    }

    .mw_wp_form_input .contact-form__table th.v-top {
        padding-top: 30px;
        vertical-align: top
    }

    .mw_wp_form_confirm .contact-form__table th {
        padding: 30px 0
    }

    .mw_wp_form_confirm .contact-form__table th.v-top {
        padding-top: 30px;
        vertical-align: top
    }

    .mw_wp_form_confirm .contact-form__table td {
        padding: 30px 0 30px 20px
    }

    .contact-tel .heading-sec {
        margin-bottom: 40px
    }

    .contact-tel__txt {
        line-height: 2
    }

    .contact-tel__txt a:hover {
        text-decoration: none
    }

    .contact-tel__white-box {
        background: #fff;
        height: 160px;
        margin: 0 auto;
        width: 600px
    }

    .contact-tel__white-box .num {
        font-size: 30px;
        font-size: 1.875rem
    }

    .contact-tel__white-box .time {
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (min-width:992px) {
    .columns {
        display: flex;
        justify-content: space-between
    }

    .columns .column-6 {
        width: 46.7105263158%
    }

    .header .hnav {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .header .hnav__item:hover>ul {
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .header .gnav__bnr-list .bnr-item a {
        border-radius: 10px;
        font-size: 18px;
        font-size: 1.125rem;
        height: 80px;
        padding: 0 45px 0 75px
    }

    .header .gnav__sns {
        margin: 0 -6px 60px
    }

    .header .gnav__sns a {
        height: 60px;
        margin: 0 6px;
        width: 60px
    }

    .header .gnav__sns a img {
        width: 24px
    }

    .footer__top .container {
        display: flex;
        justify-content: space-between
    }

    .footer__info {
        margin-bottom: 0
    }

    .footer__info .logo {
        margin: 0 0 55px
    }

    .footer__sns {
        margin: 0 -6px 60px
    }

    .footer__sns a {
        height: 60px;
        margin: 0 6px;
        width: 60px
    }

    .footer__sns a img {
        width: 24px
    }

    .footer__nav {
        margin: 0;
        right: 0;
        width: 65.7894736842%
    }

    .footer__middle {
        padding: 65px 0 75px
    }

    .is-inline-sm {
        display: none
    }

    .is-none-sm {
        display: inline
    }
}

@media screen and (min-width:1081px) {
    .is-inline-m {
        display: none
    }

    .is-none-m {
        display: inline
    }

    .contact-form__table th {
        width: 300px
    }

    .contact-form__table td {
        width: calc(100% - 300px)
    }
}

@media screen and (min-width:1281px) {
    .gray-cont {
        padding: 120px 0 150px
    }

    .white-box {
        padding: 0 110px 95px
    }

    .header .hnav__item {
        margin: 0 20px
    }

    .header .gnav__list:last-child .gnav__item:last-child {
        margin-top: 5.85em
    }

    .header .gnav__item {
        margin-bottom: 25px
    }

    .header .gnav__item .eventmenu,
    .header .gnav__item>a {
        padding-left: 20px
    }

    .header .gnav__item .eventmenu .en,
    .header .gnav__item>a .en {
        font-size: 28px;
        font-size: 1.75rem
    }

    .header .gnav__item .eventmenu .jp,
    .header .gnav__item>a .jp {
        font-size: 12px;
        font-size: .75rem;
        margin-left: 20px
    }

    .header .gnav__item .eventmenu:before {
        height: 8px;
        top: 40.5%;
        width: 8px
    }

    .header .gnav__item>ul>li {
        margin: 0 0 7px 25px
    }

    .footer__nav-block {
        width: 20%
    }

    .footer__bnr-list {
        margin: 0 -10px
    }

    .footer__bnr-list .bnr-item {
        margin-bottom: 0;
        padding: 0 10px;
        width: 25%
    }

    .c-mv__tit {
        font-size: 46px;
        font-size: 2.875rem
    }

    .c-mv__tit .en {
        font-size: 52px;
        font-size: 3.25rem
    }

    .c-mv-noimg {
        height: 450px
    }

    .c-mv-noimg__tit h1.jp {
        font-size: 46px;
        font-size: 2.875rem
    }

    .c-mv-noimg__tit h1.en {
        font-size: 52px;
        font-size: 3.25rem
    }

    .c-mv-noimg__tit p.jp {
        font-size: 18px;
        font-size: 1.125rem
    }

    .c-mv-noimg__tit p.en {
        font-size: 22px;
        font-size: 1.375rem
    }

    .c-mv-noimg__txt {
        margin-top: 35px
    }

    .is-inline-ml {
        display: none
    }

    .is-none-ml {
        display: inline
    }
}

@media screen and (min-width:1440px) {
    .is-inline-l {
        display: none
    }

    .is-none-l {
        display: inline
    }
}

@media screen and (min-width:1601px) {
    .is-inline-xl {
        display: none
    }

    .is-none-xl {
        display: inline
    }
}

@media screen and (min-width:1921px) {
    .is-inline-xxl {
        display: none
    }

    .is-none-xxl {
        display: inline
    }
}

.mw_wp_form_confirm .inquiry_number_message{
    display: none;
}