@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    overflow: hidden
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

img {
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast
}

a {
    color: inherit;
    cursor: pointer
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000% !important
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.re21_imgHover01 {
    overflow: hidden
}

.re21_imgHover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.re21_imgHover01:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.re21_linkHover01 {
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.re21_linkHover01:hover {
    opacity: 0.7
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 999
}

.l-header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%
}

.l-header__logo__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18em;
    padding: 15px 0;
    -ms-flex-item-align: center;
    align-self: center
}

.l-header__logo a {
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.l-header__logo a:hover {
    opacity: .7
}

.l-header__logo img {
    width: 100%
}

.l-header__logo.-logo02 {
    width: 25em;
    margin-left: 17px;
    pointer-events: none
}

.l-header__menu {
    display: none
}

.l-header__menubtn {
    display: none
}

.l-header a {
    display: block;
    text-decoration: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.nav__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff
}

.nav__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.875em
}

.nav__item {
    position: relative;
    padding: 0 1em;
    -ms-flex-item-align: center;
    align-self: center
}

.nav__item::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 3px;
    background-color: #00A0E9;
    bottom: -25px;
    left: 6px;
    -webkit-transition: .5s;
    transition: .5s
}

.nav__item.active {
    position: relative
}

.nav__item.active::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: calc(100% - 10px);
    left: 6px;
    height: 3px;
    background-color: #00A0E9;
    bottom: -25px;
    -webkit-transition: 0s;
    transition: 0s
}

.nav__item:hover::before {
    width: calc(100% - 10px)
}

.nav__item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.nav__item a:hover {
    opacity: .6
}

.nav__btn {
    width: 17em;
    -ms-flex-item-align: center;
    align-self: center
}

.nav__btn:nth-of-type(n+2) {
    margin-left: 1.25em
}

.nav__btn a {
    display: block;
    width: 100%;
    padding: 0.76em 0;
    padding-top: 0.9em;
    padding-left: 45px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.07;
    background: -webkit-gradient(linear, left top, right top, from(#00A0E9), to(#0068B7));
    background: linear-gradient(90deg, #00A0E9, #0068B7);
    border-radius: 100px;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.nav__btn a:hover {
    opacity: .6
}

.nav__btn a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/common/assets/img/top/icon_download.png) no-repeat;
    background-size: contain;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__btn--contact {
    width: 12em
}

.nav__btn--contact a {
    background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#FD8C01));
    background: linear-gradient(90deg, #FBA332, #FD8C01)
}

.nav__btn--contact a::before {
    width: 20px;
    height: 15px;
    background: url(/common/assets/img/top/icon_contact.png) no-repeat;
    background-size: contain
}

.c-arrow-a {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
    width: .7em;
    height: .7em;
    border-right: .15em solid #0068b7;
    border-bottom: .15em solid #0068b7
}

.c-arrow-a--r {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30%;
    right: 13px
}

.c-arrow-a--black {
    border-color: #231815
}

.js-menu.on .c-arrow-a {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.dropnav__cnt {
    display: none
}

@-webkit-keyframes nav-collapsing {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes nav-collapsing {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes nav-expanding {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes nav-expanding {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.l-footer__top #page_top {
    width: 3.4375em;
    height: 3.4375em;
    position: fixed;
    right: 3.4375em;
    bottom: 50px;
    z-index: 999
}

.l-footer__top #page_top a {
    position: relative;
    display: block;
    width: 3.125em;
    height: 3.125em;
    text-decoration: none
}

.footer {
    background-color: #F2F7FC
}

.footer__logo {
    width: 247px;
    margin-bottom: 30px
}

.footer__nav {
    padding-top: 40px;
    padding-bottom: 65px
}

.footer__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__address {
    font-style: normal;
    font-size: 1.3rem;
    font-weight: bold;
    color: #06225B;
    margin-bottom: 30px
}

.footer__info {
    width: 385px
}

.footer__list {
    border-left: 1px solid rgba(0, 104, 183, 0.15);
    width: calc((100% - 385px)/3)
}

.footer__list li {
    font-size: 1.4rem;
    margin-bottom: 13px;
    padding-right: 5px;
    padding-left: 2.5em;
    position: relative;
    color: #333
}

.footer__list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7.19px;
    height: 11.05px;
    background: url(/common/assets/img/top/arrow.png) no-repeat;
    background-size: cover;
    left: 1.42em;
    top: 0.3em
}

.footer__list li:last-of-type {
    margin-bottom: 0
}

.footer__list li a {
    position: relative
}

.footer__list li a:hover::after {
    width: 100%
}

.footer__list li a::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0068B7;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer-tel {
    font-size: 2.4rem;
    font-weight: bold;
    color: #06225B;
    line-height: 1.3;
    margin-bottom: 15px
}

.footer-tel:last-of-type {
    margin-bottom: 0
}

.footer-tel span {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
    display: block
}

.page-top {
    width: 5.4375em;
    height: 5.4375em;
    position: fixed;
    right: 3.4375em;
    bottom: 50px;
    z-index: 999
}

.page-top a {
    position: relative;
    display: block;
    width: 5.125em;
    height: 5.125em;
    text-decoration: none
}

.page-top a img {
    max-width: 100%
}

.copyright {
    display: block;
    background: #333333;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
    padding: 35px 0;
    font-size: 1.1rem
}

.bottomBtn__list {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%
}

.bottomBtn__btn {
    text-align: center
}

.bottomBtn__btn--left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-gradient(linear, left top, right top, from(#00A0E9), to(#0068B7));
    background: linear-gradient(90deg, #00A0E9, #0068B7)
}

.bottomBtn__btn--left a {
    padding-left: 43.35px
}

.bottomBtn__btn--left a::before {
    background: url(/common/assets/img/top/icon_download.png) no-repeat;
    background-size: contain;
    width: 16.5px;
    height: 17.7px;
    left: 11.6%
}

.bottomBtn__btn--right {
    background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#FD8C01));
    background: linear-gradient(90deg, #FBA332, #FD8C01);
    width: calc((160/375)*100%)
}

.bottomBtn__btn--right a {
    padding-left: 38px
}

.bottomBtn__btn--right a::before {
    background: url(/common/assets/img/top/icon_contact.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 19px;
    left: 20%
}

.bottomBtn__btn a {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative
}

.bottomBtn__btn a::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.megaMenu-pickup {
    display: none
}

.megaMenu-pickup.cur {
    display: block
}

.megaMenu-solu {
    display: none
}

.megaMenu-solu.cur {
    display: block
}

.megaMenu-ex {
    display: none
}

.megaMenu-ex.cur {
    display: block
}

.megaMenu-event {
    display: none
}

.megaMenu-event.cur {
    display: block
}

.megaMenu-column {
    display: none
}

.megaMenu-column.cur {
    display: block
}

.megaMenu-about {
    display: none
}

.megaMenu-about.cur {
    display: block
}

.megaMenu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 998
}

.megaMenu__head {
    padding: 20px 0 15px;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x
}

.megaMenu__head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.megaMenu__tit a {
    display: block;
    position: relative;
    padding: 0px 5px 0 35px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0068B7;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background-image: linear-gradient(90deg, #0068B7, #0068B7);
    background-repeat: no-repeat;
    background-position: 35px bottom;
    background-size: 0 2px;
    -webkit-transition: background-size .5s;
    transition: background-size .5s
}

.megaMenu__tit a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 3px solid #0068B7;
    border-right: 3px solid #0068B7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%;
    left: 10px
}

.megaMenu__tit a:hover {
    background-size: 100% 2px
}

.megaMenu__tit2 a {
    display: block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #333
}

.megaMenu__close {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.megaMenu__close__btn {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333;
    margin-right: 7px
}

.megaMenu__close__btn:before,
.megaMenu__close__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 13px;
    background: #fff
}

.megaMenu__close__btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.megaMenu__close__btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.megaMenu__icon-wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 30px;
    height: 30px
}

.megaMenu__icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.megaMenu__icon:before,
.megaMenu__icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.megaMenu__icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.megaMenu__icon.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
}

.megaMenu__cont {
    padding-bottom: 30px !important
}

.megaMenu__cont__link a {
    display: inline-block;
    position: relative;
    padding: 1em 0;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.4rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center
}

.megaMenu__cont__link a:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 1.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/side_arrow.svg) no-repeat;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.megaMenu__cont__link a:hover {
    background-color: #ECF6FF;
    color: #0068B7
}

.megaMenu__cont__link a:hover:before {
    background: url(/common/assets/img/side_arrow-hover.svg) no-repeat
}

.megaMenu__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 14px
}

.megaMenu__cat li {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center
}

.megaMenu__cat li a {
    display: block;
    padding: 1.5em 0em 1em;
    margin-right: 4em
}

.megaMenu__cat li.cur {
    color: #0068B7
}

.megaMenu__cat li.cur span {
    position: relative
}

.megaMenu__cat li.cur span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0068B7;
    bottom: -10px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.megaMenu__txtitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    margin-top: 20px
}

.megaMenu__txtitem.cur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.megaMenu__txtitem li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1.4rem
}

.megaMenu__txtitem li a {
    display: block;
    position: relative;
    padding: 1em 0;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%
}

.megaMenu__txtitem li a:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 1.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/side_arrow.svg) no-repeat;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.megaMenu__txtitem li a:hover {
    background-color: #ECF6FF;
    color: #0068B7
}

.megaMenu__txtitem li a:hover:before {
    background: url(/common/assets/img/side_arrow-hover.svg) no-repeat
}

.megaMenu__txtitem li.icon-window a span {
    position: relative;
    display: inline-block
}

.megaMenu__txtitem li.icon-window a span:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/icon_window--blue.png) no-repeat;
    background-size: cover
}

.megaMenu__imgitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px
}

.megaMenu__imgitem li {
    width: calc(25% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    -ms-flex-item-align: center;
    align-self: center
}

.megaMenu__imgitem li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.megaMenu__imgitem li .inner figure {
    width: 60%;
    -ms-flex-item-align: center;
    align-self: center
}

.megaMenu__imgitem li .inner figure img {
    max-width: 100%
}

.megaMenu__imgitem li .inner p {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px
}

.megaMenu__imgitem li .inner p span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background-image: linear-gradient(90deg, #0068B7, #0068B7);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s
}

.megaMenu__imgitem li .inner p span:before {
    content: '';
    position: absolute;
    display: inline-block;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/side_arrow.svg) no-repeat;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.megaMenu__imgitem li a:hover .inner p span {
    color: #0068B7;
    background-size: 90% 1px
}

.megaMenu__imgitem li a:hover .inner p span:before {
    background: url(/common/assets/img/side_arrow-hover.svg) no-repeat
}

.megaMenu__more {
    text-align: right;
    margin-top: 30px
}

.megaMenu__more a {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    padding-right: 17px;
    color: #0068B7;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background-image: linear-gradient(90deg, #0068B7, #0068B7);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size .5s;
    transition: background-size .5s
}

.megaMenu__more a:before {
    content: '';
    position: absolute;
    display: inline-block;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.megaMenu__more a:hover {
    background-size: 100% 1px
}

.megaMenu__more-sp {
    text-align: center
}

.megaMenu__more-sp a {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #0068B7;
    border-radius: 50px;
    margin-top: 30px;
    padding: 12px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0068B7;
    -webkit-transition: .5s;
    transition: .5s
}

.megaMenu__more-sp a:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 44%;
    right: 7%;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 1px solid #0068B7;
    border-right: 1px solid #0068B7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s
}

.megaMenu__more-sp a:hover {
    background: #0068B7;
    color: #fff
}

.megaMenu__more-sp a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 5%
}

#privacy main * {
    line-height: 2
}

#privacy .sec-space01 {
    margin-bottom: 80px
}

#privacy .sec-space-cm01 {
    margin-bottom: 90px
}

#privacy .sec-space-txt {
    margin-bottom: 30px
}

#privacy .kv {
    background: url(/common/assets/img/kv_privacy.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 160px;
    text-align: center;
    position: relative
}

#privacy .kv__level1 {
    font-size: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#privacy .top-txt {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 90px;
    line-height: 2
}

#privacy .sec {
    font-size: 1.6rem
}

#privacy .sec__inner-mr {
    margin-top: 65px
}

#privacy .sec__inner-mr:last-of-type {
    margin-bottom: 0
}

#privacy .sec__level2 {
    margin-bottom: 45px;
    line-height: 1.30
}

#privacy .sec__level3 {
    font-size: 2.6rem;
    color: #333333;
    text-align: center;
    padding-bottom: .6em;
    line-height: 1.85
}

#privacy .sec__from {
    margin-top: 35px
}

#privacy .from {
    font-size: 1.6rem;
    color: #333333;
    text-align: right;
    line-height: 2
}

#privacy .list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.62em;
    font-size: 1.6rem;
    color: #333333
}

#privacy .list__item:last-of-type {
    margin-bottom: 0
}

#privacy .list__item.mb {
    margin-bottom: 3.125em
}

#privacy .order-list__item {
    padding-left: 1.5em;
    text-indent: -1.5em
}

#privacy .order-list ul {
    text-indent: 0
}

#privacy .media figure {
    min-width: 100px;
    -ms-flex-item-align: auto;
    align-self: auto
}

#privacy a {
    word-break: break-all
}

#privacy .WVsec__txt02 {
    margin-bottom: 10px
}

#privacy .WVsec__list {
    margin-bottom: 20px
}

#ex .kv {
    background: url(/common/assets/img/ex/kv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 528px;
    padding-top: 55px;
    display: block
}

#ex .kv__level1 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 50px
}

#ex .kv-slide .slick-prev,
#ex .kv-slide .slick-next {
    width: 70px;
    height: 168px;
    background-color: #FFFFFF;
    border: solid 1px #0068B7;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#ex .kv-slide .slick-prev:hover,
#ex .kv-slide .slick-next:hover {
    background-color: #0068B7
}

#ex .kv-slide .slick-prev:hover::after,
#ex .kv-slide .slick-next:hover::after {
    background: url(/common/assets/img/top/arrow-test--hover.png) no-repeat;
    background-size: cover
}

#ex .kv-slide .slick-prev::before,
#ex .kv-slide .slick-next::before {
    display: none
}

#ex .kv-slide .slick-prev::after,
#ex .kv-slide .slick-next::after {
    content: '';
    display: inline-block;
    width: 16.15px;
    height: 26.83px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/common/assets/img/top/arrow-test.png) no-repeat;
    background-size: cover
}

#ex .kv-slide .slick-prev {
    left: -1px;
    border-radius: 0 3px 3px 0
}

#ex .kv-slide .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) scale(-1.1);
    transform: translate(-50%, -50%) scale(-1.1)
}

#ex .kv-slide .slick-next {
    right: -1px;
    border-radius: 3px 0 0 3px
}

#ex .kv-slide .slick-slide {
    opacity: 0.7
}

#ex .kv-slide .slick-center {
    opacity: 1
}

#ex .kv-slide__item {
    max-width: 1200px;
    width: 100%;
    margin: 0 20px
}

#ex .kv-slide__item a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    background-color: #FFFFFF;
    border-radius: 3px;
    overflow: hidden
}

#ex .kv-slide figure {
    width: 50%
}

#ex .kv-slide__txt-box {
    padding: 60px 50px;
    padding: 5% 4.17%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ex .kv-slide__ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8
}

#ex .kv-slide__co {
    font-size: 1.8rem
}

#ex .kv-slide img {
    width: 100%
}

#ex .category-list {
    font-size: 1.6rem
}

#ex .category-list li {
    margin-bottom: 0
}

#ex .sec-space01 {
    margin-top: 50px;
    margin-bottom: 95px;
    padding-bottom: 0
}

#ex .sec-space02 {
    margin-bottom: 120px;
    padding-bottom: 0
}

#ex .sec-space03 {
    margin-bottom: 75px
}

#ex .sec-space04 {
    padding: 0;
    margin-bottom: 50px
}

#ex .sec-space05 {
    margin-bottom: 100px;
    padding: 0;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 105px
}

#ex .sec-tab__inner02-item a {
    position: relative
}

#ex .sec-tab__icon-another {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px;
    width: 12px;
    height: 12px
}

#ex .sec-tab__icon-another img {
    width: 100%;
    height: 100%
}

#ex .sec-tab__ttl {
    padding: 1.02em 0
}

#ex .sec-logo-list {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

#ex .logo-list__item {
    width: calc((100% - 140px)/5);
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ex .logo-list__item:nth-of-type(5n) {
    margin-right: 0
}

#ex .logo-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

#ex .logo-list02__item {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 30px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ex .logo-list02__item:nth-of-type(4n) {
    margin-right: 0
}

#ex .logo-list02__item img {
    width: 100%
}

#ex_article .bread {
    margin-bottom: 45px
}

#ex_article .kv {
    background: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#F4FBFF), to(#D9EEFF));
    background-image: linear-gradient(90deg, #F4FBFF, #D9EEFF);
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

#ex_article .kv__inner {
    max-width: 1230px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    height: auto;
    gap: 0 3.66%
}

#ex_article .kv__inner>img {
    max-width: 500px
}

#ex_article .kv__inner>div {
    width: 100%
}

#ex_article .kv__level1 {
    font-size: 3rem;
    color: #333;
    padding: 0
}

#ex_article .kv__name {
    font-size: 1.8rem;
    margin-top: 15px
}

#ex_article .kv__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

#ex_article .kv .variable-btn a {
    font-size: 1.3rem;
    padding-left: 1.53em;
    padding-right: 1.54em;
    padding-top: 0.6em;
    padding-bottom: 0.6em
}

#ex_article .kv .variable-btn a:hover::after {
    right: 5px
}

#ex_article .kv .variable-btn a::after {
    width: 7.19px;
    height: 11.05px;
    right: 10px
}

#ex_article .full {
    background-color: #F9F9F9
}

#ex_article .full .variable-btn a {
    padding-top: .5em;
    padding-bottom: .5em
}

#ex_article .media {
    padding-top: 55px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ex_article .media__level4 {
    font-size: 1.8rem;
    color: #FC6000
}

#ex_article .media__level4--black {
    color: #333
}

#ex_article .media__txt {
    font-size: 1.6rem;
    margin-top: 12px;
    line-height: 2
}

#ex_article .media figure {
    max-width: 342px;
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    position: relative
}

#ex_article .media figure img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#ex_article .sec-space01 {
    margin-bottom: 60px
}

#ex_article .sec-space03 {
    margin-bottom: 130px
}

#ex_article .sec-space04 {
    margin-bottom: 130px
}

#ex_article .sec-space05 {
    margin-bottom: 50px
}

#ex_article .sec-space06 {
    margin-bottom: 60px
}

#ex_article .sec-space07 {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 60px
}

#ex_article .sec-space08 {
    margin-bottom: 110px
}

#ex_article .sec-space-common01 {
    margin-bottom: 127px
}

#ex_article .sec-space-common02 {
    margin-bottom: 60px
}

.kv__level1 {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important
}

.bread {
    margin-bottom: 40px
}

.kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kv__txt {
    font-size: 1.8rem;
    line-height: 1.88;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px
}

.kv__btn {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #0068B7;
    border-radius: 50px;
    margin-top: 30px;
    padding: 8px 45px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #0068B7;
    -webkit-transition: .5s;
    transition: .5s
}

.kv__btn:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 38%;
    right: 7%;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 3px solid #0068B7;
    border-right: 3px solid #0068B7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s
}

.kv__btn:hover {
    background: #0068B7;
    color: #fff
}

.kv__btn:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 5%
}

.kv__level2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
    padding: 0 15px
}

#solution .kv {
    background: url(/common/assets/img/kv_solution.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#solution .kv__level1 {
    font-size: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#solution .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    line-height: 1.88;
    margin: 0 auto;
    padding: 0 15px
}

#solution .sec-space07 {
    max-width: 1100px;
    margin: 0 auto 70px
}

#solution .article-list__txt-box {
    margin-left: 0
}

#solution .article-list__item figure {
    max-width: 185px;
    margin-right: 40px
}

#solution .media>div {
    max-width: 515px
}

#column .bread {
    margin-bottom: 45px
}

#column .kv {
    background: url(/common/assets/img/column/kv_column.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#column .kv__level1 {
    font-size: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    margin: 0 auto
}

#column .kv__level1.colDetail {
    margin-bottom: 20px;
    margin-top: 10px
}

#column .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    line-height: 1.88;
    margin: 0 auto;
    padding: 0 15px
}

#column .kv__txt-s {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    margin: 0px auto 10px;
    padding: 0 15px
}

#column .WVsec__level3 {
    text-align: left
}

#column .WVsec__level4 {
    text-align: left
}

#column .sec-slide05__item {
    position: relative
}

#column .sec-slide05__txt-area {
    padding: 15px 15px 20px;
    background: #fff
}

#column .sec-slide05 .intro-ttl {
    font-weight: bold;
    line-height: 1.6;
    max-width: none
}

#column .cassette-list li {
    position: relative
}

#column .cassette-list__txt-box {
    padding: 15px 15px 20px
}

#column .cassette-list__ttl {
    margin-top: 0
}

#column .sec-space02 {
    margin-bottom: 80px
}

#column .sec-space03 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 105px
}

#column .WVtag {
    margin-bottom: 80px
}

#column .WVtag .WVlist__02.keyword li {
    margin-bottom: 40px
}

#column .WVtag .sec__btn {
    margin-top: 20px
}

#column .WVcnt__head .WVtxt__cat {
    position: absolute;
    top: 0;
    left: 0
}

#column .WVtxt__date {
    margin-bottom: 40px
}

#column .sec__level2 {
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 0.63em;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    text-align: left
}

#column .sec__level2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: #fc6000;
    top: 0;
    left: 0
}

#column .sec__level2 span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    padding-top: 2px
}

#column .WVcnt__10 .sec__level2 {
    font-size: 3.2rem;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 0.48em;
    margin-bottom: 50px;
    padding-left: 0
}

#column .WVcnt__10 .sec__level2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #FC6000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: auto
}

#event .bread {
    margin-bottom: 45px
}

#event .kv {
    background: url(/common/assets/img/event/kv_event.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#event .kv__level1 {
    font-size: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000px;
    margin: 0 auto
}

#event .kv__level1.colDetail {
    margin-bottom: 20px
}

#event .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    line-height: 1.88;
    margin: 0 auto;
    padding: 0 15px
}

#event .kv__txt-s {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    margin: 0px auto 10px;
    padding: 0 15px
}

#event .sec-space02 {
    margin-bottom: 80px
}

#event .sec-space03 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 105px
}

#event .WVsec__02 {
    margin-bottom: 120px
}

#pickup .kv {
    background: url(/common/assets/img/pickup/kv_pickup.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#pickup .kv__level1 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0 15px;
    max-width: 1230px
}

#pickup .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px
}

#pickup .sec-space07 {
    max-width: 1130px;
    margin: 0 auto 70px;
    padding: 0 15px
}

#pickup .article-list__txt-box {
    margin-left: 0
}

#pickup .article-list__item figure {
    max-width: 185px;
    margin-right: 40px
}

#pickup .WVcrs__item__boxImg.sec-slide01__item:hover {
    opacity: 1
}

#pickup .WVcrs__item .icon-arrow a::after {
    width: 7.19px;
    height: 11.05px
}

#pickup .WVcrs__item.pickup .WVcrs__item__boxImg::before {
    display: none
}

#pickup .sec__level2 {
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 0.63em;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    text-align: left
}

#pickup .sec__level2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: #fc6000;
    top: 0;
    left: 0
}

#pickup .sec__level2 span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    padding-top: 2px
}

#pickup .WVsec__level3 {
    text-align: left
}

#pickup .WVsec__level4 {
    text-align: left
}

#download .bread {
    margin-bottom: 45px
}

#download .kv {
    background: url(/common/assets/img/download/kv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#download .kv__level1 {
    font-size: 3.8rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    margin: 0 auto
}

#download .kv__level1.colDetail {
    margin-bottom: 20px;
    margin-top: 10px
}

#download .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    line-height: 1.88;
    margin: 0 auto;
    padding: 0 15px
}

#download .kv__txt-s {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    margin: 0px auto 10px;
    padding: 0 15px
}

#download .article__level2 {
    margin-bottom: 50px
}

#download .WVsec__level3 {
    text-align: left
}

#download .sec-slide05__item {
    position: relative
}

#download .sec-slide05__txt-area {
    padding: 15px 15px 20px;
    background: #fff
}

#download .sec-slide05 .intro-ttl {
    font-weight: bold;
    line-height: 1.6;
    max-width: none
}

#download .cassette-list li {
    position: relative
}

#download .cassette-list__txt-box {
    padding: 15px 15px 70px
}

#download .cassette-list__ttl {
    margin-top: 0
}

#download .sec-space02 {
    margin-bottom: 80px
}

#download .sec-space03 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 105px
}

#download .WVtag {
    margin-bottom: 80px
}

#download .WVtag .WVlist__02.keyword li {
    margin-bottom: 40px
}

#download .WVtag .sec__btn {
    margin-top: 20px
}

#download .WVcnt__head .WVtxt__cat {
    position: absolute;
    top: 0;
    left: 0
}

#download .WVDoc__01 {
    -webkit-box-shadow: 0 0 20px 0 #d2e2ef;
    box-shadow: 0 0 20px 0 #d2e2ef;
    background: #fff;
    border-radius: 3px;
    max-width: 960px;
    margin: 0 auto 60px
}

#download .WVtxt__date {
    margin-bottom: 40px
}

#download .WVsec__02 {
    margin-bottom: 120px
}

#download input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 20px;
    height: 20px
}

#download .sec-tab__inner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

#download .cassette-list__ttl {
    margin-top: 15px
}

#download .cassette-list .btn-dl {
    margin-top: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#download .zoom-img-wrap:hover .btn-dl {
    opacity: .5
}

#download .sec-slide08__item {
    max-width: 266px
}

#about .kv {
    background: url(/common/assets/img/about/kv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative
}

#about .kv__level1 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 0px;
    padding: 0 15px;
    max-width: 1230px
}

#about .kv__txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px;
    margin-top: 20px
}

#about .sec-space07 {
    max-width: 1130px;
    margin: 0 auto 70px;
    padding: 0 15px
}

#about .article-list__txt-box {
    margin-left: 0
}

#about .article-list__item figure {
    max-width: 185px;
    margin-right: 40px
}

#about .WVsec__level3 {
    margin-bottom: 30px
}

#about .WVcnt__01 .sec__level2 {
    letter-spacing: -0.1rem
}

#about .WVcnt__01 .sec__level2-sub {
    margin-bottom: 5px
}

#about .WVcnt__01 .WVnote-s {
    margin-top: 30px
}

#about .WVsdgsCnt figure {
    margin-top: 40px
}

#about .WVsdgsCnt figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#about .WVsdgsCnt__02 .WVtxt__01 {
    margin-bottom: 30px
}

#about .WVcnt__07 {
    margin-top: 35px
}

#about .WVcnt__07 .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#about .WVcnt__07 .box-flex div {
    width: 50%;
    max-width: 320px;
    margin-right: 18%
}

#about .WVcnt__07 .box-flex div.box-R {
    margin-right: 0
}

#about .sdgsIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

#about .sdgsIcon li {
    width: 20%;
    max-width: 184px;
    margin-right: 20px
}

#about .sdgsIcon li:last-of-type {
    margin-right: 0
}

#about .sdgsIcon li img {
    width: 100%
}

#about .sdgsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-position: left bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x
}

#about .sdgsList__item:first-of-type {
    padding-top: 0
}

#about .sdgsList__item:last-of-type {
    padding-bottom: 0;
    background: none
}

#about .sdgsList__item .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    max-width: 480px
}

#about .sdgsList__item .box-img figure {
    width: 55%;
    margin-right: 40px
}

#about .sdgsList__item .box-img figure:last-of-type {
    width: 50%;
    max-width: 210px;
    margin-right: 0
}

#about .sdgsList__item .box-img figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#about .sdgsList__item .box-img figure figcaption {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #666666;
    margin-top: 5px
}

#about .sdgsList__item .box-txt {
    width: 50%;
    max-width: 490px;
    margin-left: 3%
}

#about .sec__list+.WVttl__01 {
    margin-top: 40px
}

#about .sdgsJapan__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#about .sdgsJapan__inner figure {
    width: 50%;
    max-width: 480px
}

#about .sdgsJapan__inner figure img {
    max-width: 100%
}

#about .sdgsJapan__inner .box-txt {
    width: 50%;
    margin-left: 3%
}

#about .holiday {
    color: #FC6000
}

#about .list-box .list {
    margin-top: 20px
}

#about .WVoffice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

#about .WVoffice__item {
    width: 48%;
    margin-bottom: 70px
}

#about .WVoffice__item .WVsec__level3 {
    text-align: left
}

#about .officeAccess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#about .officeAccess .box-img {
    width: 50%;
    margin-right: 40px
}

#about .officeAccess .box-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

#about .officeAccess .box-txt {
    width: 65%
}

#about .officeAccess .box-txt .WVtxt__01 {
    margin-bottom: 30px
}

#about .officeAccess .box-txt .note {
    text-align: left;
    padding-left: 1.2em;
    text-indent: -1.1em
}

#about .dx-table.WVtable__02 th {
    text-align: left;
    font-size: 1.8rem
}

#about .dx-table.WVtable__02 .inner-ttl {
    font-size: 1.6rem
}

#about .WVtable__01 .link--arrow-lf {
    margin-left: 2.25em
}

#about .dx-WVcnt__01 .sec__level2 {
    letter-spacing: normal
}

#about .list-frame .WVttl__01 {
    font-size: 2.6rem
}

#about .list-frame .list__item {
    font-size: 3.2rem;
    margin-bottom: 0
}

#about .list-frame .typography {
    font-weight: bold;
    color: #FC6000
}

#about .ourProblems .WVcrs__item,
#about .ourMission .WVcrs__item {
    background: transparent;
    padding-bottom: 0
}

#about .ourProblems .WVcrs__item ul,
#about .ourMission .WVcrs__item ul {
    margin-left: 0
}

#about .ourProblems .WVcrs__item__ttl,
#about .ourMission .WVcrs__item__ttl {
    color: #0068B7;
    font-size: 2rem;
    line-height: 1.8
}

#about .ourProblems .WVcrs__item,
#about .ourMission .WVcrs__item {
    gap: 40px
}

#about .ourProblems .WVcrs__item__boxTxt,
#about .ourMission .WVcrs__item__boxTxt {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#about .ourProblems .WVcrs__item__boxImg,
#about .ourMission .WVcrs__item__boxImg {
    margin-bottom: 0;
    margin-right: 0
}

#about .ourProblems .list__item--mark,
#about .ourMission .list__item--mark {
    font-size: 1.4rem
}

#about .ourProblems .WVcrs__item__boxImg {
    max-width: 150px
}

#about .ourMission .WVcrs__item__boxImg {
    max-width: 355px
}

#about .ourMission .WVsec__03:last-of-type {
    margin-bottom: 0
}

#about .ourMission .WVsec__txt {
    margin-bottom: 30px
}

#not404 .kv {
    background: none;
    min-height: auto;
    padding: 0 !important
}

#not404 h2 {
    font-size: 3.8rem
}

#not404 .WVtxt__01 {
    text-align: center;
    margin-bottom: 40px
}

.WVsearch {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #BFBFBF;
    display: block;
    margin: 0 auto 100px;
    border-radius: 100px;
    max-width: 500px;
    overflow: hidden
}

.WVsearch input[type="search"] {
    padding: 10px 10px 10px 20px;
    width: calc(100% - 70px);
    font-size: 1.6rem
}

.WVsearch input[type="search"]::-webkit-input-placeholder {
    color: #BFBFBF
}

.WVsearch input[type="search"]::-moz-placeholder {
    color: #BFBFBF
}

.WVsearch input[type="search"]::-ms-input-placeholder {
    color: #BFBFBF
}

.WVsearch input[type="search"]::placeholder {
    color: #BFBFBF
}

.WVsearch input[type="search"]:focus {
    outline: 0
}

.WVsearch input[type="submit"] {
    cursor: pointer;
    border: none;
    color: #666;
    font-size: 1.3rem;
    font-weight: bold;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    outline: none;
    background: url(/common/assets/img/icon_search.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
    width: 70px;
    -webkit-transition: .5s;
    transition: .5s
}

.WVsearch input[type="submit"]:hover {
    color: #0068B7;
    background: url(/common/assets/img/icon_search_hov.svg) no-repeat;
    background-size: 18px;
    background-position: left center
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    overflow: hidden
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

img {
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast
}

a {
    color: inherit;
    cursor: pointer
}

.WVcnt__01 figure {
    margin-bottom: 30px
}

.WVcnt__01 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__01 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__02 figure {
    margin-bottom: 25px;
    float: left;
    width: 45%;
    margin-right: 4%
}

.WVcnt__02 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__02 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__03 figure {
    margin-bottom: 25px;
    float: right;
    width: 45%;
    margin-left: 4%
}

.WVcnt__03 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__03 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.WVcnt__04__item {
    width: 50%;
    margin-right: 50px
}

.WVcnt__04__item:last-of-type {
    margin-right: 0
}

.WVcnt__04 figure {
    margin-bottom: 30px
}

.WVcnt__04 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__04 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.WVcnt__05__item {
    width: 33%;
    margin-right: 45px
}

.WVcnt__05__item:last-of-type {
    margin-right: 0
}

.WVcnt__05 figure {
    margin-bottom: 30px
}

.WVcnt__05 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__05 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.WVcnt__06__item {
    width: 25%;
    margin-right: 40px
}

.WVcnt__06__item:last-of-type {
    margin-right: 0
}

.WVcnt__06__item:nth-last-of-type(-n+2) {
    margin-bottom: 0
}

.WVcnt__06 figure {
    margin-bottom: 30px
}

.WVcnt__06 figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.WVcnt__06 figure figcaption {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #666
}

.WVcnt__07 {
    background: #F9F9F9;
    padding: 25px 50px 30px;
    border-radius: 3px
}

.WVcnt__08 {
    border: 1px solid #00A0E9;
    padding: 25px 50px 30px;
    border-radius: 3px
}

.WVcnt__08 .WVttl__01 {
    color: #00A0E9
}

.WVcnt__09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 70px;
    padding: 25px 50px 35px;
    -webkit-box-shadow: 0 0 20px 0 #D2E2EF;
    box-shadow: 0 0 20px 0 #D2E2EF;
    border-radius: 3px
}

.WVcnt__09-L {
    width: 60%;
    text-align: left
}

.WVcnt__09-R {
    width: 38%;
    -ms-flex-item-align: center;
    align-self: center
}

.WVcnt__10 {
    background: url(/common/assets/img/column/bg_column.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 70px;
    padding: 50px 0
}

.WVcnt__10 .zoom-img-wrap figure {
    max-height: 210px
}

.WVcnt__11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

.WVcnt__11 .WVart {
    width: 49%;
    max-width: 570px;
    margin-bottom: 80px
}

.WVcnt__12 {
    border: 1px solid #00A0E9;
    padding: 25px 50px 30px;
    border-radius: 3px
}

.WVcnt__12 .WVttl__01 {
    color: #00A0E9;
    margin-bottom: 20px
}

.WVcnt__12__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.WVcnt__12__inner .box-txt {
    width: 80%;
    margin-right: 40px
}

.WVcnt__12__inner .box-txt .WVtxt__02 {
    margin-bottom: 25px
}

.WVcnt__12__inner figure {
    width: 100%;
    max-width: 190px
}

.WVcnt__12__inner figure img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.WVcnt__head {
    position: relative
}

.WVmsg__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.WVmsg__inner .box-txt {
    width: 80%;
    margin-right: 40px
}

.WVmsg__inner .box-txt .WVtxt__01.WVmsg__Co {
    margin-top: 35px
}

.WVmsg__inner .box-txt .WVtxt__01+.WVtxt__01 {
    margin-top: 35px
}

.WVmsg__inner figure {
    width: 100%;
    max-width: 250px
}

.WVmsg__inner figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.WVart .WVsec__level3 {
    margin-bottom: 35px;
    text-align: left
}

.WVart ul li {
    margin-bottom: 30px
}

.WVart ul li:last-of-type {
    margin-bottom: 0
}

.WVart ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.WVart ul li a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.WVart ul li a figure {
    width: 100%;
    max-width: 230px;
    margin-right: 20px;
    overflow: hidden
}

.WVart ul li a figure img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.WVart ul li a .WVttl__02 {
    width: 100%
}

.WVart__02 .zoom-img-wrap {
    position: relative
}

.WVart__02 .article-list__txt-box {
    -ms-flex-item-align: center;
    align-self: center
}

.WVart__02 .article-list__ttl {
    margin-bottom: 0
}

.WVcrs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 40px 0
}

.WVcrs__item:first-of-type {
    padding-top: 0
}

.WVcrs__item__boxImg {
    width: 50%;
    max-width: 370px;
    margin-right: 3%
}

.WVcrs__item__boxImg img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.WVcrs__item__boxTxt {
    width: 67%
}

.WVcrs__item__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px
}

.WVcrs__item__ttl.linkMargin {
    margin-left: 1.8rem
}

.WVcrs__item__ttl a {
    color: #0068B7;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background-image: linear-gradient(90deg, #0068B7, #0068B7);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important;
    text-indent: 1.3rem
}

.WVcrs__item__ttl a:hover {
    background-size: 100% 1px
}

.WVcrs__item__ttl a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    -webkit-transform: translateY(0.2rem) rotate(45deg);
    transform: translateY(0.2rem) rotate(45deg);
    top: 0.5rem;
    left: -1.8rem
}

.WVcrs__item__txt {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2
}

.WVcrs__item__txt.txtlimit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.WVcrs__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 10px
}

.WVcrs__item dl dt {
    font-weight: bold;
    min-width: 85px
}

.WVcrs__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 85px
}

.WVcrs__item ul li {
    font-size: 1.6rem;
    margin-right: 7%;
    margin-bottom: 9px
}

.WVcrs__item ul li:last-of-type {
    margin-right: 0
}

.WVcrs__item .btn {
    text-align: right;
    margin-top: 40px
}

.WVcrs__item .btn a {
    font-size: 1.3rem;
    max-width: 180px
}

.WVcrs__item .btn.icon-window a:after {
    right: 10px
}

.WVcrs__item .btn.icon-window a:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    right: 10px;
    top: 35%
}

.WVcrs__item.pickup .WVcrs__item__boxImg {
    position: relative
}

.WVcrs__item.pickup .WVcrs__item__boxImg::before {
    content: "";
    display: inline-block;
    background-image: url(../img/event/icon_pickup.svg);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0px;
    width: 56px;
    height: 56px
}

.WVtable__01 table {
    border-collapse: collapse;
    width: 100%
}

.WVtable__01 table tr:first-of-type th {
    border-top: 1px solid #C6C6C6
}

.WVtable__01 table th,
.WVtable__01 table td {
    border: 1px solid #C6C6C6
}

.WVtable__01 table th {
    background: rgba(30, 30, 30, 0.05);
    background: rgba(30, 30, 30, 0.05);
    width: 230px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 25px 12px;
    text-align: left
}

.WVtable__01 table td {
    padding: 12px 20px 12px;
    font-size: 1.6rem;
    line-height: 2
}

.WVtable__02 .table-scroll {
    list-style: none;
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #fff
}

.WVtable__02 table {
    display: table;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
    border-collapse: collapse;
    background-attachment: local;
    background-repeat: no-repeat;
    line-height: 1.5
}

.WVtable__02 thead {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 25px 10px;
    text-align: left
}

.WVtable__02 th,
.WVtable__02 td {
    border: 1px solid #C6C6C6
}

.WVtable__02 th {
    background: rgba(30, 30, 30, 0.05);
    padding: 12px 25px 12px
}

.WVtable__02 td {
    padding: 12px 25px 12px;
    font-size: 1.6rem
}

.WVQA__01 li {
    font-size: 1.6rem;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-position: left bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x
}

.WVQA__01 li:first-of-type {
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px), linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-position: left top, left bottom
}

.WVQA__01 li .Que {
    position: relative;
    padding: 30px 45px;
    line-height: 2
}

.WVQA__01 li .Que:before {
    position: absolute;
    top: 22%;
    left: 0;
    content: "Q";
    color: #BFBFBF;
    font-size: 2.6rem
}

.WVQA__01 li .Que:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 42%;
    right: 2%;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.WVQA__01 li .Que.open:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.WVQA__01 li .Ans {
    display: none;
    position: relative;
    padding: 0 45px 30px
}

.WVQA__01 li .Ans:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "A";
    color: #BFBFBF;
    font-size: 2.6rem
}

.WVQA__01 li .Ans figure {
    text-align: center;
    margin: 40px auto 0
}

.WVQA__01 li .Ans figure+.Ans__txt {
    margin-top: 40px
}

.WVQA__01 li .Ans figure img {
    max-width: 100%
}

.WVlist__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.WVlist__02 li {
    margin-right: 19px;
    margin-bottom: 20px
}

.WVlist__02 li:last-of-type {
    margin-right: 0
}

.WVlist__02 li a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #A9D2F2;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0068B7;
    -webkit-transition: .5s;
    transition: .5s
}

.WVlist__02 li a:hover {
    background: #0068B7;
    border: 1px solid #0068B7;
    color: #fff
}

.WVlist__03 {
    background: #F9F9F9;
    padding: 20px 50px 30px;
    border-radius: 3px
}

.WVlist__03 .WVttl__01 {
    text-align: center
}

.WVlist__03 .media__link {
    margin-top: 0
}

.WVlist__03 ul li {
    margin-bottom: 10px;
    text-indent: -1.3em;
    padding-left: 20px;
    line-height: 2
}

.WVlist__03 ul li a {
    margin-left: 20px
}

.WVlist__03 ul li a:before {
    top: 6px;
    left: -15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.WVDoc__01 {
    background: #EAF5FF;
    padding: 25px 50px 40px;
    border-radius: 3px
}

.WVDoc__01 .media__link {
    padding-left: 1em;
    text-indent: -0.9em
}

.WVDoc__01 .media>div {
    margin-right: 20px
}

.WVDoc__01 .media figure {
    width: 50%
}

.WVDoc__01 .media figure img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.WVnav__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px), linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-position: left top, left bottom;
    background-repeat: repeat-x
}

.WVnav__01 li {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1.6rem
}

.WVnav__01 li a {
    display: block;
    margin: 7px;
    padding: 25px 7%;
    -webkit-transition: .5s;
    transition: .5s
}

.WVnav__01 li a:hover {
    background: #ECF6FF;
    color: #0068B7
}

.WVnav__01 li a:hover::before {
    border-top: 4px solid #0068B7;
    border-right: 4px solid #0068B7
}

.WVnav__01-L {
    background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 1px 4px;
    background-position: right top;
    background-repeat: repeat-y;
    width: 40%
}

.WVnav__01-L a {
    margin-left: 0 !important;
    position: relative;
    padding-left: 50px !important
}

.WVnav__01-L a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid #333333;
    border-right: 4px solid #333333;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    left: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.WVnav__01-R {
    background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 1px 4px;
    background-position: left top;
    background-repeat: repeat-y;
    width: 40%
}

.WVnav__01-R a {
    margin-right: 0 !important;
    position: relative;
    padding-right: 50px !important
}

.WVnav__01-R a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid #333333;
    border-right: 4px solid #333333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.WVnav__01-C {
    text-align: center
}

.WVnav__01-C a {
    width: 190px;
    padding: 25px 7% !important
}

.WVpagenav {
    margin-bottom: 60px;
    z-index: 10
}

.WVpagenav ul {
    background: #0068B7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 15px 10px 0
}

.WVpagenav ul li {
    margin-bottom: 15px;
    line-height: 1.8;
    background-image: linear-gradient(to bottom, #fff 1px, transparent 1px);
    background-size: 1px 5px;
    background-repeat: repeat-y;
    background-position: right top
}

.WVpagenav ul li:last-of-type {
    background: none
}

.WVpagenav ul li a {
    display: block;
    position: relative;
    margin: 0 20px;
    padding: 3px 5px;
    font-size: 1.8rem;
    font-weight: bold
}

.WVpagenav ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #fff;
    bottom: -3px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.WVpagenav ul li a:hover:after {
    width: 100%
}

.WVpagenav__menu {
    display: none
}

.WVpagenav__btn {
    display: none
}

.WVpagenav__btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 5px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 80%
}

.WVpagenav__btn span:nth-of-type(1) {
    top: 8px
}

.WVpagenav__btn span:nth-of-type(2) {
    top: 18px
}

.WVpagenav__btn span:nth-of-type(3) {
    top: 28px
}

.WVpagenav__btn.open span:nth-of-type(1) {
    top: 13px;
    left: 5px;
    width: 80%;
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg)
}

.WVpagenav__btn.open span:nth-of-type(2) {
    opacity: 0
}

.WVpagenav__btn.open span:nth-of-type(3) {
    top: 24px;
    left: 5px;
    width: 80%;
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg)
}

.nav-fixed {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%
}

.WVlink__01 a {
    font-size: 1.6rem;
    color: #0068B7;
    position: relative;
    margin-left: 20px
}

.WVlink__01 a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 25%;
    left: -20px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.WVlink__02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #0068B7;
    padding: 30px 30px 10px;
    border-radius: 3px
}

.WVlink__02 ul li {
    margin-right: 20px;
    margin-bottom: 20px
}

.WVlink__02 ul li:last-of-type {
    margin-right: 0
}

.WVlink__02 ul li a {
    display: block;
    position: relative;
    padding: 0px 5px 0 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0068B7
}

.WVlink__02 ul li a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 3px solid #0068B7;
    border-right: 3px solid #0068B7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 25%;
    left: 3px
}

.WVlink__02 ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #0068B7;
    bottom: -7px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.WVlink__02 ul li a:hover:after {
    width: 100%
}

.WVbnr__01 {
    max-width: 960px;
    margin: 0 auto 30px;
    padding: 25px 50px 10px;
    -webkit-box-shadow: 0 0 20px 0 #D2E2EF;
    box-shadow: 0 0 20px 0 #D2E2EF;
    border-radius: 3px
}

.WVbnr__01 .WVttl__01 {
    margin-bottom: 20px
}

.WVbnr__01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.WVbnr__01 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%
}

.WVbnr__01 ul li:nth-of-type(4n) {
    margin-right: 0
}

.WVbnr__01 ul li:last-of-type {
    margin-right: 0
}

.WVbnr__01 ul li a {
    display: block
}

.WVbnr__01 ul li a img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.WVbnr__01 ul li:hover {
    opacity: .7
}

.WVdl__01 {
    background: #F9F9F9;
    padding: 60px 0
}

.WVdl__01 .cassette-list {
    gap: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.WVdl__01 .cassette-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 265px;
    background: #fff
}

.WVdl__01 .cassette-list li .zoom-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.WVdl__01 .cassette-list__txt-box {
    padding: 15px 15px 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.WVdl__01 .cassette-list__txt {
    margin-bottom: 15px
}

.WVdl__01 .btn-dl {
    margin-top: auto
}

.WVdl__01 .btn-dl:after {
    left: 15px
}

.WVdtd {
    margin-bottom: 40px
}

.WVdtd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.WVdtd dl dt {
    font-weight: bold;
    min-width: 85px
}

.WVpreNameBox {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: right
}

.WVpreNameBox figure {
    margin-top: 10px
}

.WVpreNameBox figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-right: 0
}

.WVsec__level3 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px
}

.WVsec__level4 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px
}

.WVttl__01 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px
}

.WVttl__02 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6
}

.WVtxt__01 {
    line-height: 2;
    font-size: 1.6rem
}

.WVtxt__02 {
    font-size: 1.6rem;
    font-weight: bold
}

.WVtxt__cat {
    font-size: 1.4rem;
    color: #00A0E9
}

.WVtxt__cat .icon {
    border-radius: 4px;
    background-color: #00A0E9;
    color: #FFFFFF;
    padding: 2px 6px;
    font-size: 1.4rem;
    margin-left: 3px
}

.WVnote-s {
    font-size: 1.3rem;
    line-height: 1.5
}

.note.WVtxt-left {
    text-align: left
}

.list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.62em;
    font-size: 1.6rem;
    line-height: 2;
    color: #333333
}

.list__item::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    top: 0.8em;
    left: 0;
    background-color: #C6C6C6;
    border-radius: 50%
}

.list__item:last-of-type {
    margin-bottom: 0
}

.list__item.mb {
    margin-bottom: 3.125em
}

.list__item-num {
    position: relative;
    padding-left: 1.7em;
    margin-bottom: 0.62em;
    font-size: 1.6rem;
    line-height: 2;
    color: #333333;
    counter-increment: number
}

.list__item-num::after {
    content: '';
    position: absolute;
    display: inline-block;
    content: counter(number) ".";
    top: 0;
    left: 0
}

.list__item-num:last-of-type {
    margin-bottom: 0
}

.list__item-num.mb {
    margin-bottom: 3.125em
}

.btn {
    text-align: center
}

.btn.icon-window a:hover::before {
    opacity: 1
}

.btn.icon-window a:hover::after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    right: 17px;
    top: 43%
}

.btn.icon-window a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/icon_window.png) no-repeat;
    background-size: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn-dl {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 7px 20px 7px 50px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#00A0E9), to(#0068B7));
    background: linear-gradient(90deg, #00A0E9, #0068B7);
    cursor: pointer;
    z-index: 0
}

.btn-dl::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A0E9), to(#0068B7));
    background: linear-gradient(180deg, #00A0E9, #0068B7);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn-dl::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 20px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/icon_dl.png) no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.variable-btn.icon-window a:hover::before {
    opacity: 1
}

.variable-btn.icon-window a:hover::after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    right: 17px;
    top: 43%
}

.variable-btn.icon-window a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/icon_window.png) no-repeat;
    background-size: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.WVsec {
    margin-bottom: 60px
}

.WVsec__txt {
    margin-bottom: 40px
}

.WVsec__02 {
    margin-bottom: 120px
}

.WVsec__03 {
    margin-bottom: 80px
}

.WVsec__top {
    margin-top: 120px
}

.WVtxt-ctr {
    text-align: center
}

.WVtxt-left {
    text-align: left
}

.WVtxt-right {
    text-align: left
}

.float_none {
    clear: both
}

.dotted01 {
    background-image: linear-gradient(to bottom, #fff 1px, transparent 1px);
    background-size: 1px 5px;
    background-repeat: repeat-y;
    background-position: right top
}

.icon-category {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    background-color: #00A0E9;
    color: #FFFFFF;
    padding: 0 5px;
    font-size: 1.2rem
}

a.link {
    color: #0068B7;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: -webkit-gradient(linear, left top, right top, from(#0086e0), to(#0086e0));
    background-image: linear-gradient(90deg, #0086e0, #0086e0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

a.link:hover {
    background-size: 100% 1px
}

.noSrchbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    gap: 40px
}

.noSrchbtn .btn-dl {
    margin: 0
}

.noSrchbtn .btn-dl:hover::before {
    opacity: 1
}

.noSrchbtn .btn a {
    font-size: 1.3rem;
    width: auto;
    padding: 7px 40px 7px 30px
}

.noSrchbtn .btn a:after {
    right: 15px;
    width: 7px;
    background: url(/common/assets/img/top/arrow--white.png) no-repeat center;
    background-size: contain
}

.noSrchbtn .btn a:hover::after {
    right: 10px
}

html {
    color: #333
}

.p-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 8.625em;
    overflow: hidden
}

.p-slide img {
    max-width: 3706px;
    width: auto;
    height: 100%;
    will-change: transform
}

.p-slide img:first-child {
    webkit-animation: slide1 70s -35s linear infinite;
    -webkit-animation: slide1 70s -35s linear infinite;
    animation: slide1 70s -35s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.p-slide img:last-child {
    webkit-animation: slide2 70s linear infinite;
    -webkit-animation: slide2 70s linear infinite;
    animation: slide2 70s linear infinite
}

.u-df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@-webkit-keyframes slide1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

html {
    font-family: "Noto Sans JP", sans-serif
}

main {
    font-size: 1.4rem
}

.max1200 {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px
}

.max1100 {
    max-width: 1130px;
    margin: auto;
    padding: 0 15px
}

.max1030 {
    max-width: 1060px;
    margin: auto;
    padding: 0 15px
}

.max1000 {
    max-width: 1030px;
    margin: auto;
    padding: 0 15px
}

#top .mb-70 {
    margin-bottom: 70px
}

#top .mb-90 {
    margin-bottom: 90px
}

#top .mb-120 {
    margin-bottom: 120px
}

#top .asideCta {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    max-width: 490px;
    width: 100%;
    top: 50%;
    padding: 45px 1.84vw
}

#top .asideCta .ctaBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

#top .kv {
    display: block;
    padding: 65px 0 !important
}

#top .kv.WVsec {
    margin-bottom: 25px
}


#top .logo-slide.WVsec__txt {
    margin-bottom: 40px
}

#top .sec-space01 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 55px
}

#top .sec-space02 {
    padding-top: 90px;
    padding-bottom: 50px;
    margin-bottom: 90px
}

#top .sec-space03 {
    margin-bottom: 55px
}

#top .sec-space04 {
    padding: 55px 0;
    margin-bottom: 90px
}

#top .sec-space05 {
    margin-bottom: 110px
}

#top .sec--bg-gray.sec-space02 {
    margin-bottom: 0
}

#top .ctaArea:has(.ctaArea_bg) {
    padding: 60px 15px
}

#top .ctaArea:has(.ctaArea_bg):has(.ctaBtns) .ctaBtns {
    padding: 0
}

#top .ctaArea:has(.ctaArea_bg):has(.ctaBtns) .ctaArea_txt+.ctaBtns {
    margin-top: 30px
}

#top .ctaArea_bg {
    background-color: #FFFFFF;
    border-radius: 3px;
    max-width: 1160px;
    margin: auto;
    -webkit-box-shadow: 0 0 20px rgba(210, 226, 239, 0);
    box-shadow: 0 0 20px rgba(210, 226, 239, 0);
    padding: 20px 20px 40px
}

#top .ctaArea_txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2
}

#top .ctaBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    max-width: 970px;
    margin: auto;
    padding: 50px 35px
}

#top .ctaBtns>.btn {
    width: 100%
}

#top .ctaBtns>.btn p+a {
    margin-top: 5px
}

#top .ctaBtns>.btn a {
    width: 100%;
    max-width: none
}

.kv {
    background: url(/common/assets/img/top/kv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 160px;
    position: unset !important;
    padding: 35px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kv__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kv__level1 {
    font-size: 5.3rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto
}

.kv__txt {
    font-size: 2.2rem;
    color: #FFFFFF
}

.kv__txt-s {
    font-size: 1.8rem;
    color: #FFFFFF
}

.event-info {
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
    max-width: 336px;
    width: 100%
}

.event-info__level4 {
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #06225B;
    padding: 15px 0;
    padding-left: 40px;
    position: relative
}

.event-info__level4::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16.48px;
    height: 15.4px;
    background: url(/common/assets/img/top/icon_event.png) no-repeat;
    background-size: cover
}

.event-info__inner {
    padding: 15px;
    padding-top: 20px
}

.event-info__btn-mini {
    margin-top: 20px;
    margin-left: auto;
    text-align: right
}

.event-info-txt {
    font-size: 1.4rem;
    color: #06225B;
    line-height: 1.7
}

.event-info-noSrch-btn {
    text-align: center
}

.event-info-noSrch-btn .btn-mini {
    margin-top: 15px;
    text-align: center;
    padding: 0
}

.event-info-noSrch-btn .btn-mini a {
    min-width: 220px;
    display: inline-block
}

.event-info-list {
    max-height: 190px;
    overflow: auto
}

.event-info-list__item {
    padding: 1em 0;
    border-bottom: 1px dashed #06225B;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.event-info-list__item:first-of-type {
    padding-top: 0
}

.event-info-list__item:hover {
    opacity: 0.5
}

.event-info-list__item.pickup .event-info-list__time:before {
    content: 'PICKUP';
    background: #FC6000;
    color: #fff;
    font-size: 1.2rem;
    padding: 1px 3px;
    margin-right: 3px;
    border-radius: 3px
}

.event-info-list__time {
    font-size: 1.4rem;
    color: #06225B;
    line-height: 1.3
}

.event-info-list__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    color: #06225B;
    margin-top: 6px
}

.logo-slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-slide .slick-slide {
    height: auto !important
}

.logo-slide li {
    height: 100%
}

.logo-slide li>div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.logo-slide li>div img {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.btn-mini {
    padding: 6px 0
}

.btn-mini a {
    position: relative;
    border-radius: 100px;
    border: solid 1px #0068B7;
    background-color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0068B7;
    padding: .5em 2.5em;
    text-align: center
}

.btn-mini a:hover::after {
    right: 5px
}

.btn-mini a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/top/arrow.png) no-repeat;
    background-size: contain;
    right: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sec--bg-gray {
    background-color: #F9F9F9
}

.sec--bg-blue {
    background-color: #EAF5FF
}

.sec--pd01 {
    padding-top: 52px;
    padding-bottom: 45px
}

.sec-pd {
    padding-top: 90px
}

.sec-pd--01 {
    padding-bottom: 50px
}

.sec-pd--02 {
    padding-bottom: 57px
}

.sec-pd--03 {
    padding: 55px 0
}

.sec-pd--04 {
    padding-bottom: 105px
}

.sec-top .bottom-link {
    margin-top: 10px
}

.sec--02 {
    padding-top: 50px;
    padding-bottom: 45px
}

.sec--03 {
    padding-top: 55px;
    padding-bottom: 110px
}

.sec__ttl {
    font-size: 2rem;
    font-weight: bold;
    color: #FC6000;
    text-align: center;
    margin-bottom: 25px
}

.sec__level2 {
    font-size: 3.2rem;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 0.48em;
    margin-bottom: 50px
}

.sec__level2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #FC6000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.sec__level3 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #00A0E9;
    padding-bottom: 30px
}

.sec__level4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px
}

.sec__btn {
    margin-top: 40px
}

.sec__search {
    max-width: 1200px;
    margin: auto
}

.sec-slide01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 10px
}

.sec-slide01 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    gap: 10px
}

.sec-slide01__item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 360px
}

.sec-slide01__item:hover {
    opacity: 0.5
}

.sec-slide01__item>div {
    position: relative;
    z-index: 0
}

.sec-slide01__txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0068B7;
    max-width: calc(100% - 30px);
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    background-color: #FFFFFF;
    margin: auto;
    padding: 10px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.sec-slide01 .slick-prev,
.sec-slide01 .slick-next {
    border: solid 1px #0068B7;
    background-color: #FFFFFF;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    top: 45%
}

.sec-slide01 .slick-prev:hover,
.sec-slide01 .slick-next:hover {
    background-color: #0068B7
}

.sec-slide01 .slick-prev:hover::after,
.sec-slide01 .slick-next:hover::after {
    background: url(/common/assets/img/top/slick-arrow--hover.png) no-repeat;
    background-size: cover
}

.sec-slide01 .slick-prev::before,
.sec-slide01 .slick-next::before {
    display: none
}

.sec-slide01 .slick-prev::after,
.sec-slide01 .slick-next::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9.19px;
    height: 14.14px;
    background: url(/common/assets/img/top/arrow.png) no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sec-slide01 .slick-prev {
    left: -50px
}

.sec-slide01 .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1)
}

.sec-slide01 .slick-next {
    right: -50px
}

.sec-slide01+.bottom-link {
    margin-top: 10px
}

.sec-tab__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin-bottom: 15px
}

.sec-tab__item {
    width: 100%;
    cursor: pointer;
    min-height: 100%
}

.sec-tab__item.active .sec-tab__ttl {
    background-color: #0068B7;
    color: #FFFFFF
}

.sec-tab__ttl {
    font-weight: bold;
    color: #666666;
    text-align: center;
    background-color: #F4F5F6;
    padding: 1.32em 5px;
    border-bottom: 2px solid #0068B7;
    font-size: 1.7rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sec-tab__ttl:hover {
    background-color: #0068B7;
    color: #FFFFFF
}

.sec-tab__inner {
    display: none
}

.sec-tab__inner.active {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    gap: 20px 15px
}

.sec-tab__inner-item {
    width: calc((100% - 45px)/4);
    text-align: center;
    font-size: 1.4rem;
    color: #06225B
}

.sec-tab__inner-item img {
    width: 100%
}

.sec-tab__inner-item p {
    margin-top: 10px;
    font-size: 1.6rem
}

.sec-tab__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: none
}

.sec-tab__inner02.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-tab__inner02-item {
    font-size: 1.4rem
}

.sec-tab__inner02-item a {
    display: block;
    padding: 1em 0;
    padding-right: 4.3em;
    padding-left: 2.14em;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.sec-tab__inner02-item a:hover {
    background-color: #ECF6FF;
    color: #0068B7
}

.sec-tab__inner02-item a:hover::before {
    background: url(/common/assets/img/side_arrow-hover.svg) no-repeat
}

.sec-tab__inner02-item a::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/common/assets/img/side_arrow.svg) no-repeat;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sec-tab__inner02 .WVlist__02 {
    width: 100%;
    margin-top: 10px
}

.sec-tab__inner02 .bottom-link {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 0
}

.sec-tab__inner02-item a {
    position: relative
}

.sec-tab__icon-another {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px;
    width: 12px;
    height: 12px
}

.sec-tab__icon-another img {
    width: 100%;
    height: 100%
}

.sec-tab__ttl {
    padding: 1.02em 0
}

.sec-slide02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    height: 100%
}

.sec-slide02__item {
    padding-bottom: 10px;
    max-width: 320px;
    width: 16.67%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%)
}

.sec-slide02__txt-area {
    padding: 5.81% 6.45% 6.45%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sec-slide02 .zoom-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.sec-slide02 li>div {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    overflow: hidden;
    height: 100%
}

.sec-slide02 .slick-slide {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.sec-slide02 .slick-slide:not(.slick-active) {
    opacity: .5
}

.sec-slide02 .slick-current {
    opacity: 1 !important
}

.sec-slide02 .slick-current+.slick-slide {
    opacity: 1
}

.sec-slide02 .slick-track {
    height: 100%
}

.sec-slide02 .slick-prev,
.sec-slide02 .slick-next {
    width: 70px;
    height: 168px;
    background-color: #FFFFFF;
    border: solid 1px #0068B7;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sec-slide02 .slick-prev:hover,
.sec-slide02 .slick-next:hover {
    background-color: #0068B7
}

.sec-slide02 .slick-prev:hover::after,
.sec-slide02 .slick-next:hover::after {
    background: url(/common/assets/img/top/arrow-test--hover.png) no-repeat;
    background-size: cover
}

.sec-slide02 .slick-prev::before,
.sec-slide02 .slick-next::before {
    display: none
}

.sec-slide02 .slick-prev::after,
.sec-slide02 .slick-next::after {
    content: '';
    display: inline-block;
    width: 16.15px;
    height: 26.83px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/common/assets/img/top/arrow-test.png) no-repeat;
    background-size: cover
}

.sec-slide02 .slick-prev {
    left: -1px;
    border-radius: 0 3px 3px 0
}

.sec-slide02 .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) scale(-1.1);
    transform: translate(-50%, -50%) scale(-1.1)
}

.sec-slide02 .slick-next {
    right: -1px;
    border-radius: 3px 0 0 3px
}

.sec-slide05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 45px
}

.sec-slide05__item {
    padding-bottom: 10px;
    width: 100%;
    max-width: 370px
}

.sec-slide05__txt-area {
    padding: 5.81% 6.45% 6.45%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sec-slide05 li>div {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    overflow: hidden;
    height: 100%
}

.sec-slide05 li>div a {
    height: 100%
}

.sec-slide05 .zoom-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.sec-slide05 .slick-slide {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.sec-slide05 .slick-slide:not(.slick-active) {
    opacity: .5
}

.sec-slide05 .slick-current {
    opacity: 1 !important
}

.sec-slide05 .slick-track {
    gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.sec-slide05 .slick-prev,
.sec-slide05 .slick-next {
    width: 70px;
    height: 168px;
    background-color: #FFFFFF;
    border: solid 1px #0068B7;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sec-slide05 .slick-prev:hover,
.sec-slide05 .slick-next:hover {
    background-color: #0068B7
}

.sec-slide05 .slick-prev:hover::after,
.sec-slide05 .slick-next:hover::after {
    background: url(/common/assets/img/top/arrow-test--hover.png) no-repeat;
    background-size: cover
}

.sec-slide05 .slick-prev::before,
.sec-slide05 .slick-next::before {
    display: none
}

.sec-slide05 .slick-prev::after,
.sec-slide05 .slick-next::after {
    content: '';
    display: inline-block;
    width: 16.15px;
    height: 26.83px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/common/assets/img/top/arrow-test.png) no-repeat;
    background-size: cover
}

.sec-slide05 .slick-prev {
    left: -1px;
    border-radius: 0 3px 3px 0
}

.sec-slide05 .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) scale(-1.1);
    transform: translate(-50%, -50%) scale(-1.1)
}

.sec-slide05 .slick-next {
    right: -1px;
    border-radius: 3px 0 0 3px
}

.intro-ttl {
    max-width: 320px;
    color: #333;
    font-size: 0.83vw;
    font-size: clamp(10px, 1.29vw, 16px)
}

.sec-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-news__level2 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #0068B7;
    margin-right: 70px
}

.sec-news__level2 span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: #696969
}

.sec-news__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sec-news__txt {
    color: #333;
    font-size: 1.6rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
    background-image: linear-gradient(90deg, #333, #333);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.sec-news__list-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 1.42em 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-news__list-item:first-of-type {
    border-top: dotted 1px #ddd
}

.sec-news__list-item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-news__list-item a {
    width: 100%;
    padding-right: 2.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-right: 2.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-news__list-item a:hover p::after {
    width: 100%
}

.sec-news__list-item a:hover .sec-news__txt {
    background-size: 100% 1px
}

.sec-news__list-item a::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(/common/assets/img/top/arrow-light-blue.png) no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #FFFFFF;
    border-radius: 50%;
    background-size: 7px;
    background-position: center
}

.sec-news__list-item a[target="_blank"]::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20id%3D%22icon_%E5%A4%96%E9%83%A8%E3%83%AA%E3%83%B3%E3%82%AF_2x%22%20transform%3D%22translate(15%2015)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_71%22%20data-name%3D%22%E3%83%91%E3%82%B9%2071%22%20d%3D%22M25.865%2C25.865H4.135V4.135H17.581V0H0V30H30V12.419H25.865ZM23.471%2C2.857V2.92l-10.4%2C10.4c1.228%2C1.2%2C2.456%2C2.419%2C3.684%2C3.622q5.169-5.207%2C10.338-10.4h.125c.9.877%2C1.8%2C1.767%2C2.719%2C2.644v.125C29.962%2C6.2%2C29.975%2C3.108%2C30%2C0H20.752l2.719%2C2.719v.125Z%22%20transform%3D%22translate(-15%20-15)%22%20fill%3D%22%2300A0E9%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    background-color: #FFFFFF;
    background-position: center;
    background-size: 12px
}

.sec-news__list-item:first-of-type a {
    padding-top: 0
}

.sec-news__list-item time {
    font-size: 1.6rem;
    font-weight: bold;
    color: #6E6E6E;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.sec-news__list-item .arrow-icon {
    -ms-flex-item-align: center;
    align-self: center;
    grid-area: arrow;
    margin-left: 10px;
    margin-left: auto;
    min-width: 25px
}

.sec-news__list-item.icon-window .arrow-icon:after {
    background: url(/common/assets/img/top/window--light-blue.png) no-repeat;
    width: 12px;
    height: 12px
}

.sec-news__list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.sec-news__list-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2.02%
}

.sec-news__icon {
    border-radius: 4px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFFFFF;
    width: 80px;
    height: 18px;
    line-height: 19px;
    background-color: #0068B7;
    display: inline-block;
    margin-left: 10px;
    margin-top: .2em
}

.sec-news__icon--imp {
    background-color: #FC6000
}

.sec-column {
    margin-top: 70px
}

.sec-column-box {
    border-radius: 3px;
    border: solid 1px #00A0E9;
    padding: 27px 6.67% 38px
}

.sec-column-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 30px 2.92%
}

.sec-column-box__list-item {
    width: calc((100% - 105px)/4)
}

.sec-column-box__list-item a {
    display: block;
    position: relative
}

.sec-column-box__list-item a .icon {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    background-color: #00A0E9;
    color: #FFFFFF;
    padding: 0 5px;
    font-size: 1.2rem
}

.sec-column-box__list-item p {
    font-size: 1.6rem
}

.sec-column-box__list-item .zoom-img-wrap {
    max-width: 235px
}

.sec-column-box__list-item .zoom-img-wrap figure {
    margin-bottom: 8px
}

.sec-column-box__list-item img {
    width: 100%
}

.grid {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px;
    grid-auto-rows: 380px;
    grid-template-areas: "big mini"
        "big mini02"
}

.grid__item {
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

.grid__item--big {
    height: 380px
}

.grid__item--big .grid__item-bg {
    background: url(/common/assets/img/top/bg_grid_01.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.grid__item--big .grid__item-txt p {
    font-size: 3.8rem
}

.grid__item--big .grid__item-txt p span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.44;
    margin-top: 13px
}

.grid__item--mini {
    grid-area: mini
}

.grid__item--mini .grid__item-bg {
    background: url(/common/assets/img/top/bg_grid_02.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.grid__item--mini .grid__item-txt p {
    font-size: 2.5rem;
    text-align: left
}

.grid__item--mini02 {
    grid-area: mini02
}

.grid__item--mini02 .grid__item-bg {
    background: url(/common/assets/img/top/bg_grid_03.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.grid__item--mini02 .grid__item-txt p {
    font-size: 2.5rem;
    text-align: left
}

.grid__item-bg {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    pointer-events: none;
    z-index: -1
}

.grid__item-txt {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    overflow: hidden
}

.grid__item-txt:hover .grid__item-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.grid__item p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 11.02%;
    width: 100%;
    font-weight: bold;
    color: #FFFFFF
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    color: #0068B7;
    font-size: 0.72vw;
    font-size: clamp(10px, 1.12vw, 14px)
}

.category-list li:nth-of-type(n) {
    padding-right: 10px;
    position: relative
}

.category-list li:nth-of-type(n)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #0068B7
}

.category-list li:last-of-type {
    padding-right: 0
}

.category-list li:last-of-type::after {
    display: none
}

.category-list li:not(:first-of-type) {
    padding-left: 10px
}

.keyword-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1rem
}

.keyword-list li {
    background-color: #0068B7;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 0.63em;
    padding-bottom: .1em
}

.keyword-list li:last-of-type {
    margin-right: 0
}

.sec-logo-list {
    -webkit-box-shadow: 0 0 20px #d2e2ef;
    box-shadow: 0 0 20px #d2e2ef;
    border-radius: 3px;
    margin: 0 15px;
    margin-top: 60px;
    padding: 24px 55px;
    padding: 2% 4.58%;
    padding-bottom: 3.33%
}

.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1160px;
    margin: auto
}

.logo-list__item {
    width: calc((100% - 45px)/6);
    margin-right: 9px;
    margin-bottom: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.logo-list__item:hover {
    opacity: .5
}

.logo-list__item img {
    width: 100%
}

.logo-list__item:nth-of-type(6n),
.logo-list__item:last-of-type {
    margin-right: 0
}

.acd__sub {
    display: none
}

.acd-btn {
    font-size: 1.8rem;
    text-align: center;
    color: #0068B7;
    position: relative
}

.acd-btn__item {
    cursor: pointer
}

.acd-btn__item:hover {
    opacity: 0.5
}

.acd-btn__item.active span {
    background: url(/common/assets/img/acd_arrow.svg) no-repeat;
    background-size: contain
}

.acd-btn__item span {
    display: inline-block;
    width: 11px;
    height: 8px;
    background: url(/common/assets/img/acd_arrow-close.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 7px
}

.acd__btn {
    margin-top: 12px
}

.acd--search .acd__btn {
    padding: 1.1em 0;
    margin-top: 0
}

.acd--search .acd__sub {
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x
}

.acd--search .acd__sub-inner {
    max-width: 1030px;
    margin: auto;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 40px
}

.bottom-link {
    text-align: right;
    font-size: 2.0rem;
    color: #0068B7;
    position: relative;
    margin-top: 20px;
    line-height: 1.4
}

.bottom-link a {
    padding-right: 20px;
    position: relative
}

.bottom-link a:hover::after {
    right: -5px
}

.bottom-link a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 9.19px;
    height: 14.14px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/top/arrow.png) no-repeat;
    background-size: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.bottom-link--light-blue {
    color: #00A0E9
}

.bottom-link--light-blue a::after {
    background: url(/common/assets/img/top/arrow-light-blue.png) no-repeat;
    background-size: cover
}

.max1200 .bottom-link {
    margin-right: 0px
}

.btn {
    text-align: center
}

.btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    max-width: 360px;
    width: 100%;
    padding: 0.62em 1.24em;
    padding-right: 1.45em;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#00A0E9), to(#0068B7));
    background: linear-gradient(90deg, #00A0E9, #0068B7);
    cursor: pointer;
    z-index: 0
}

.btn a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A0E9), to(#0068B7));
    background: linear-gradient(180deg, #00A0E9, #0068B7);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn a:hover::before {
    opacity: 1
}

.btn a:hover::after {
    right: 15px
}

.btn a::after {
    content: '';
    display: inline-block;
    width: 9.19px;
    height: 14.14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/top/arrow--white.png) no-repeat;
    background-size: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn_txt {
    font-size: 1.8rem;
    font-weight: bold
}

.btn_txt span {
    color: #FC6000
}

.btn_txt span.blue {
    color: #0068B7
}

.btn.wide a {
    width: auto;
    max-width: none;
    padding: 0.62em 1.5em;
    padding-right: 1.8em
}

.btn--02 a {
    max-width: 390px
}

.btn--big a {
    max-width: 390px
}

.btn--orange a {
    background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#FD8C01));
    background: linear-gradient(90deg, #FBA332, #FD8C01);
    cursor: pointer
}

.btn--orange a::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#FD8C01), to(#FBA332));
    background: linear-gradient(180deg, #FD8C01, #FBA332)
}

.btn--s {
    text-align: left
}

.btn--s a {
    max-width: 180px;
    font-size: 1.3rem
}

.variable-btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0.62em 1.24em;
    padding-right: 1.45em;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#00A0E9), to(#0068B7));
    background: linear-gradient(90deg, #00A0E9, #0068B7);
    cursor: pointer;
    z-index: 0
}

.variable-btn a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A0E9), to(#0068B7));
    background: linear-gradient(180deg, #00A0E9, #0068B7);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.variable-btn a:hover::before {
    opacity: 1
}

.variable-btn a:hover::after {
    right: 15px
}

.variable-btn a::after {
    content: '';
    display: inline-block;
    width: 9.19px;
    height: 14.14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/assets/img/top/arrow--white.png) no-repeat;
    background-size: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.variable-btn--orange a {
    background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#FD8C01));
    background: linear-gradient(90deg, #FBA332, #FD8C01);
    cursor: pointer
}

.variable-btn--orange a::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#FD8C01), to(#FBA332));
    background: linear-gradient(180deg, #FD8C01, #FBA332)
}

.only-sp {
    display: none !important
}

.arrow-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
    position: absolute;
    border-radius: 50%;
    background-color: #FFFFFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arrow-icon::before {
    content: '';
    display: inline-block
}

.arrow-icon::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7.19px;
    height: 11.05px;
    background: url(/common/assets/img/top/arrow-light-blue.png) no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.zoom-img-wrap {
    overflow: hidden
}

.zoom-img-wrap figure {
    overflow: hidden
}

.zoom-img-wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.zoom-img-wrap img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 100%
}

.test {
    background-image: -webkit-gradient(linear, left top, right top, from(#0086e0), to(#0086e0));
    background-image: linear-gradient(90deg, #0086e0, #0086e0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.test:hover {
    background-size: 100% 1px
}

.bread {
    margin-top: 20px
}

.bread li {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2rem
}

.bread li:last-of-type {
    margin-right: 0
}

.bread li:last-of-type::after {
    display: none
}

.bread li::after {
    content: '＞';
    display: inline-block;
    margin-left: 1em
}

.bread__link {
    color: #0068B7;
    background-image: -webkit-gradient(linear, left top, right top, from(#0086e0), to(#0086e0));
    background-image: linear-gradient(90deg, #0086e0, #0086e0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.bread__link:hover {
    background-size: 100% 1px
}

.cassette-list {
    gap: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cassette-list>li {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: calc((100% - 90px) / 3);
    max-width: 370px
}

.cassette-list>li img {
    width: 100%
}

.cassette-list__txt-box {
    padding: 4.05% 4.86% 5.41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-justify-content: start;
    -webkit-justify-content: start
}

.cassette-list__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px
}

.cassette-list__txt {
    font-size: 1.6rem;
    margin-top: 15px
}

.cassette-list .category-list li {
    font-size: 1.4rem
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin-top: 50px
}

.pager li {
    font-size: 2rem;
    font-weight: bold;
    border: solid 1px #BFBFBF;
    line-height: 1px;
    margin-right: 5px;
    color: #BFBFBF;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pager li:hover {
    color: #FFFFFF;
    background-color: #0068B7;
    border-color: #0068B7
}

.pager li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pager li:last-of-type {
    margin-right: 0
}

.pager li.current {
    width: 37px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0068B7;
    border-color: #0068B7;
    color: #FFFFFF
}

.pager li.current a {
    pointer-events: none
}

.pager__prev a,
.pager__next a {
    position: relative
}

.pager__prev a:hover::after,
.pager__next a:hover::after {
    background: url(/common/assets/img/side_arrow-hover-white.svg) no-repeat
}

.pager__prev a::after,
.pager__next a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9.19px;
    height: 14.14px;
    background: url(/common/assets/img/arrow-gray.svg) no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pager__next {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.sec-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 15px
}

.sec-detail>div {
    width: calc((100% - 35px)/2);
    background-color: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px #D2E2EF;
    box-shadow: 0 0 20px #D2E2EF;
    padding: 25px 4.17% 40px
}

.sec-detail__level3 {
    font-size: 1.8rem;
    text-align: center
}

.sec-detail__txt {
    font-size: 1.6rem;
    margin-top: 12px;
    line-height: 2
}

.sec-detail .btn a {
    font-size: 1.95vw;
    font-size: clamp(14px, 1.95vw, 2.4rem)
}

.anchor-list {
    border-top: dotted 1px #707070;
    border-bottom: dotted 1px #707070
}

.anchor-list__item {
    font-weight: bold;
    font-size: 1.8rem;
    color: #333;
    border-bottom: dotted 1px #707070
}

.anchor-list__item:last-of-type {
    border: none
}

.anchor-list__item a {
    padding-bottom: 1.1em;
    padding-top: 1.1em;
    padding-left: 2em;
    position: relative;
    line-height: 2;
    display: block
}

.anchor-list__item a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 8px;
    background: url(/common/assets/img/acd_arrow-close.svg) no-repeat;
    background-size: contain;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anchor-list__item a:hover .anchor-list__txt {
    background-size: 100% 1px
}

.anchor-list__txt {
    color: #333;
    font-size: 1.6rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
    background-image: linear-gradient(90deg, #333, #333);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.anchor-list__ttl {
    font-size: 2rem;
    color: #0068B7;
    display: inline-block;
    max-width: 210px;
    width: 100%
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.media>div {
    margin-right: 40px
}

.media p {
    width: 1fr
}

.media__link {
    font-size: 1.6rem;
    color: #0068B7;
    margin-top: 35px
}

.media__link a {
    margin-left: 0.93em;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background-image: linear-gradient(90deg, #0068B7, #0068B7);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.media__link a:hover {
    background-size: 100% 1px
}

.media__link a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -.93em;
    background: url(/common/assets/img/top/arrow.png) no-repeat;
    background-size: contain
}

.media__level4 {
    font-size: 1.8rem;
    color: #FC6000
}

.media__level4--black {
    color: #333
}

.media__txt {
    font-size: 1.6rem;
    margin-top: 12px;
    line-height: 2
}

.media figure {
    max-width: 342px;
    width: auto;
    height: auto;
    min-width: auto;
    -ms-flex-item-align: center;
    align-self: center
}

.media figure img {
    width: 100%
}

.profile {
    padding: 30px 50px 40px;
    border: solid 1px #00A0E9;
    border-radius: 3px;
    padding: 3% 5% 4%
}

.profile__level2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00A0E9;
    text-align: center
}

.profile__name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px
}

.profile__txt {
    font-size: 1.6rem;
    margin-top: 32px;
    line-height: 2
}

.profile__place-img {
    text-align: center;
    margin-top: 30px
}

.profile__place-img img {
    max-width: 100%;
    margin: 0 auto
}

.profile__place-address {
    font-size: 1.6rem;
    margin-top: 35px
}

.profile__place-address p {
    position: relative;
    margin-bottom: 17px
}

.profile__place-address p:last-of-type {
    margin-bottom: 0
}

.profile__place-address p a {
    margin-left: 1em;
    color: #333;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
    background-image: linear-gradient(90deg, #333, #333);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

.profile__place-address p a:hover {
    background-size: 100% 1px
}

.profile__place-address span {
    font-weight: bold
}

.article__level2 {
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 0.63em;
    margin-bottom: 45px;
    position: relative
}

.article__level2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: #fc6000;
    top: 0;
    left: 0
}

.article__level2 span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    padding-top: 2px
}

.article__qanda dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 32px;
    padding-left: 3.125em;
    position: relative
}

.article__qanda dt::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #333;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article__qanda dd {
    font-size: 1.6rem;
    line-height: 2
}

.article__qanda dd+dt {
    margin-top: 32px
}

.article figure {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px
}

.article .category-list li {
    margin-bottom: 0
}

.note {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2
}

.article-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.article-list .slick-slide {
    height: auto !important
}

.article-list .slick-prev,
.article-list .slick-next {
    width: 70px;
    height: 168px;
    background-color: #FFFFFF;
    border: solid 1px #0068B7;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.article-list .slick-prev:hover,
.article-list .slick-next:hover {
    background-color: #0068B7
}

.article-list .slick-prev:hover::after,
.article-list .slick-next:hover::after {
    background: url(/common/assets/img/top/arrow-test--hover.png) no-repeat;
    background-size: cover
}

.article-list .slick-prev::before,
.article-list .slick-next::before {
    display: none
}

.article-list .slick-prev::after,
.article-list .slick-next::after {
    content: '';
    display: inline-block;
    width: 16.15px;
    height: 26.83px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/common/assets/img/top/arrow-test.png) no-repeat;
    background-size: cover
}

.article-list .slick-prev {
    left: -1px;
    border-radius: 0 3px 3px 0
}

.article-list .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) scale(-1.1);
    transform: translate(-50%, -50%) scale(-1.1)
}

.article-list .slick-next {
    right: -1px;
    border-radius: 3px 0 0 3px
}

.article-list__item {
    margin-bottom: 30px
}

.article-list__item:last-of-type {
    margin-bottom: 0
}

.article-list__item a>div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    border-radius: 3px
}

.article-list__item.slick-slide {
    padding: 0 10px
}

.article-list__item figure {
    max-width: 185px
}

.article-list__item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.article-list figure {
    margin: 0
}

.article-list__txt-box {
    width: calc(100% - 265px);
    margin: 0 auto;
    padding-top: 1.5%;
    padding-bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-list__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px
}

.article-list__txt {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 10px
}

a.link {
    color: #0068B7;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: -webkit-gradient(linear, left top, right top, from(#0086e0), to(#0086e0));
    background-image: linear-gradient(90deg, #0086e0, #0086e0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
    display: inline !important
}

a.link:hover {
    background-size: 100% 1px
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }

    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

@media screen and (max-width: 599px) {
    .l-header {
        padding: 0;
        z-index: 10001
    }

    #privacy .sec-space01 {
        margin-bottom: 17.39%
    }

    #privacy .sec-space-cm01 {
        margin-bottom: 18.84%
    }

    #privacy .sec-space-cm01:last-of-type {
        margin-bottom: 17.39%
    }

    #privacy .kv {
        background: url(/common/assets/img/kv_privacy_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #privacy .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 8px;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #privacy .top-txt {
        margin-top: 11.59%;
        margin-bottom: 17.39%
    }

    #privacy .sec__inner-mr {
        margin-top: 17.39%
    }

    #privacy .sec__level2 {
        margin-bottom: 13.04%
    }

    #privacy .sec__level3 {
        font-size: 2rem
    }

    #privacy .sec__from {
        margin-top: 10.14%
    }

    #privacy .order-list ul {
        padding-left: 0;
        margin-left: -1em;
        margin-top: 10.14%;
        margin-bottom: 10.14%
    }

    #privacy .media>div {
        margin-bottom: 40px
    }

    #privacy .media figure {
        -ms-flex-item-align: center;
        align-self: center
    }

    #ex .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 20px
    }

    #ex .kv-slide .slick-prev,
    #ex .kv-slide .slick-next {
        width: 35px;
        height: 100px
    }

    #ex .kv-slide .slick-prev::after,
    #ex .kv-slide .slick-next::after {
        width: 10px;
        height: 16.22px
    }

    #ex .category-list {
        font-size: 1.3rem
    }

    #ex .sec-space01 {
        margin-top: 12%;
        margin-bottom: 18.67%
    }

    #ex .sec-space02 {
        margin-bottom: 18.67%
    }

    #ex .sec-space03 {
        margin-bottom: 16%
    }

    #ex .sec-space04 {
        margin-bottom: 16%
    }

    #ex .sec-space05 {
        margin-bottom: 16%
    }

    #ex .sec__btn {
        margin-top: 40px
    }

    #ex .sec-tab__icon-another {
        width: 15px;
        height: 15px
    }

    #ex .sec-tab__ttl {
        padding: 1.7em 0
    }

    #ex .logo-list__item {
        width: calc((100% - 30px)/3);
        margin-right: 15px
    }

    #ex .logo-list__item:nth-of-type(5n) {
        margin-right: 15px
    }

    #ex .logo-list__item:nth-of-type(3n) {
        margin-right: 0
    }

    #ex .btn {
        font-size: 1.9rem
    }

    #ex_article .bread {
        margin-bottom: 12%
    }

    #ex_article .full .variable-btn {
        text-align: center;
        margin-top: 35px
    }

    #ex_article .full .variable-btn a {
        padding: .84em 0;
        padding-right: 2.35em;
        padding-left: 1.6em
    }

    #ex_article .full .variable-btn--size-small a {
        padding-top: .26em;
        padding-bottom: .36em
    }

    #ex_article .sec__btn {
        margin-top: 22px
    }

    #ex_article .sec-space01 {
        margin-bottom: 16%
    }

    #ex_article .sec-space03 {
        margin-bottom: 21.33%
    }

    #ex_article .sec-space04 {
        margin-bottom: 17.33%
    }

    #ex_article .sec-space05 {
        margin-bottom: 14.49%
    }

    #ex_article .sec-space06 {
        margin-bottom: 21.33%
    }

    #ex_article .sec-space07 {
        margin-bottom: 14.67%
    }

    #ex_article .sec-space08 {
        margin-bottom: 16%
    }

    #ex_article .sec-space-common01 {
        margin-bottom: 17.33%
    }

    #ex_article .sec-space-common02 {
        margin-bottom: 16%
    }

    .kv__txt {
        font-size: 1.6rem
    }

    .kv__btn {
        padding: 15px 30px
    }

    .kv__level2 {
        font-size: 1.6rem
    }

    #solution .kv {
        background: url(/common/assets/img/kv_solution_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #solution .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 15px;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #solution .kv__txt {
        font-size: 1.6rem
    }

    #solution .sec-space07 {
        margin: 0 auto 50px
    }

    #solution .article-list__item figure {
        width: 100%;
        max-width: none;
        margin-right: 0
    }

    #column .kv {
        background: url(/common/assets/img/column/kv_column.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #column .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 0;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #column .kv__level1.colDetail {
        padding: 0 15px;
        margin-bottom: 10px
    }

    #column .kv__txt {
        font-size: 1.6rem
    }

    #column .kv__txt-s {
        font-size: 1.4rem
    }

    #column .WVsec__level3 {
        font-size: 2.3rem;
        text-align: center
    }

    #column .WVsec__level4 {
        text-align: center
    }

    #column .WVtag {
        margin-bottom: 50px
    }

    #column .WVtag .WVlist__02.keyword li {
        margin-bottom: 15px
    }

    #column .sec__level2 {
        font-size: 2.6rem;
        text-align: center;
        padding-left: 0
    }

    #column .sec__level2::after {
        width: 90px;
        height: 3px;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #column .WVcnt__10 .sec__level2 {
        font-size: 2.6rem;
        margin-bottom: calc((40 / 345)*100%)
    }

    #event .kv {
        background: url(/common/assets/img/event/kv_event_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px;
        min-height: auto
    }

    #event .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 0;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #event .kv__level1.colDetail {
        padding: 0 15px;
        margin-bottom: 10px
    }

    #event .kv__txt {
        font-size: 1.6rem
    }

    #event .kv__txt-s {
        font-size: 1.4rem
    }

    #pickup .kv {
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #pickup .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 15px;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #pickup .kv__txt {
        font-size: 1.6rem
    }

    #pickup .sec-space07 {
        margin: 0 auto 50px
    }

    #pickup .article-list__item figure {
        max-width: none;
        margin-right: 0
    }

    #pickup .article__level2 {
        padding: 0 15px
    }

    #pickup .WVcrs__item__boxImg {
        width: 100%;
        max-width: none;
        margin: 0;
        margin-bottom: 20px
    }

    #pickup .sec__level2 {
        font-size: 2.6rem;
        text-align: center;
        padding-left: 0
    }

    #pickup .sec__level2::after {
        width: 90px;
        height: 3px;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #pickup .WVsec__level3 {
        font-size: 2.3rem;
        text-align: center
    }

    #pickup .WVsec__level4 {
        text-align: center
    }

    #download .kv {
        background: url(/common/assets/img/download/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #download .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 0;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #download .kv__level1.colDetail {
        padding: 0 15px;
        margin-bottom: 10px
    }

    #download .kv__txt {
        font-size: 1.6rem
    }

    #download .kv__txt-s {
        font-size: 1.4rem
    }

    #download .WVsec__level3 {
        font-size: 2.2rem
    }

    #download .cassette-list__txt-box {
        padding: 15px 15px 85px
    }

    #download .WVtag {
        margin-bottom: 50px
    }

    #download .WVtag .WVlist__02.keyword li {
        margin-bottom: 15px
    }

    #download .sec-tab__inner>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #download .cassette-list .btn-dl {
        margin-top: 10px
    }

    #download .WVdl__01--normal.WVsec {
        margin-bottom: 40px
    }

    #download .input-area {
        padding: 8.7% 15px
    }

    #download .sec__level2 {
        margin-bottom: calc((35 / 345)*100%)
    }

    #about .kv {
        background: url(/common/assets/img/about/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 75px
    }

    #about .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 0;
        text-shadow: 4px 4px 12px #3d7acd
    }

    #about .kv__txt {
        font-size: 1.6rem;
        margin-top: 15px
    }

    #about .sec-space07 {
        margin: 0 auto 50px
    }

    #about .article-list__item figure {
        max-width: none;
        margin-right: 0
    }

    #about .article__level2 {
        padding: 0 15px
    }

    #about .WVsec__level3 {
        margin-bottom: 20px
    }

    #about .WVsdgsCnt__02 .WVttl__01 {
        text-align: center
    }

    #about .WVcnt__07 .box-flex {
        display: block
    }

    #about .WVcnt__07 .box-flex div {
        width: 100%;
        margin-right: 0
    }

    #about .WVcnt__07 .box-flex div.box-R {
        margin-top: 30px
    }

    #about .sdgsIcon li {
        width: 25%;
        margin-right: 7px
    }

    #about .sdgsList__item {
        display: block
    }

    #about .sdgsList__item .box-img {
        width: 100%;
        max-width: none
    }

    #about .sdgsList__item .box-img figure {
        margin-right: 15px
    }

    #about .sdgsList__item .box-txt {
        width: 100%;
        max-width: none;
        margin-top: 25px;
        margin-left: 0
    }

    #about .sdgsJapan__inner {
        display: block
    }

    #about .sdgsJapan__inner figure {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    #about .sdgsJapan__inner .box-txt {
        width: 100%;
        margin-top: 30px;
        margin-left: 0
    }

    #about .WVoffice__item {
        width: 100%
    }

    #about .WVoffice__item .btn--s {
        text-align: center
    }

    #about .officeAccess {
        display: block
    }

    #about .officeAccess .box-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    #about .officeAccess .box-txt {
        width: 100%
    }

    #about .WVtable__01 .link--arrow-lf {
        margin-left: 2em
    }

    #about .list-frame .WVttl__01 {
        font-size: 2rem
    }

    #about .list-frame .list__item {
        font-size: 1.6rem;
        margin-bottom: .625em
    }

    #about .ourProblems .WVcrs__item__ttl,
    #about .ourMission .WVcrs__item__ttl {
        font-size: 1.8rem
    }

    #about .ourProblems .WVcrs__item__boxImg,
    #about .ourMission .WVcrs__item__boxImg {
        margin: auto;
        margin-bottom: 30px
    }

    .WVcnt__01 figure img {
        max-height: none
    }

    .WVcnt__01 .WVttl__01 {
        text-align: center
    }

    .WVcnt__02 figure {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .WVcnt__02 figure img {
        max-height: none
    }

    .WVcnt__02 .WVttl__01 {
        text-align: center
    }

    .WVcnt__03 figure {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .WVcnt__03 figure img {
        max-height: none
    }

    .WVcnt__03 .WVttl__01 {
        text-align: center
    }

    .WVcnt__04 {
        display: block
    }

    .WVcnt__04__item {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0
    }

    .WVcnt__04 figure img {
        max-height: none
    }

    .WVcnt__04 .WVttl__01 {
        text-align: center
    }

    .WVcnt__05 {
        display: block
    }

    .WVcnt__05__item {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0
    }

    .WVcnt__05 figure img {
        max-height: none
    }

    .WVcnt__05 .WVttl__01 {
        text-align: center
    }

    .WVcnt__06 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .WVcnt__06__item {
        width: 48%;
        margin-bottom: 50px;
        margin-right: 4%
    }

    .WVcnt__06__item:nth-of-type(2n) {
        margin-right: 0
    }

    .WVcnt__06 figure img {
        max-height: none
    }

    .WVcnt__06 .WVttl__01 {
        text-align: center
    }

    .WVcnt__07 {
        padding: 25px 20px 30px
    }

    .WVcnt__08 {
        padding: 25px 20px 30px
    }

    .WVcnt__09 {
        display: block;
        padding: 25px 20px 35;
        margin: 0 15px 50px
    }

    .WVcnt__09-L {
        width: 100%
    }

    .WVcnt__09-R {
        width: 100%;
        margin-top: 30px
    }

    .WVcnt__09 .WVttl__01 {
        text-align: center
    }

    .WVcnt__11 {
        display: block
    }

    .WVcnt__11 .WVart {
        width: 100%;
        margin-bottom: 10px
    }

    .WVcnt__12 {
        padding: 25px 20px 30px
    }

    .WVcnt__12__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .WVcnt__12__inner .box-txt {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .WVcnt__12__inner .box-txt .WVtxt__02 {
        margin-bottom: 15px
    }

    .WVcnt__12__inner figure {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 25px
    }

    .WVmsg__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .WVmsg__inner .box-txt {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .WVmsg__inner figure {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 25px
    }

    .WVart .WVsec__level3 {
        margin-bottom: 20px;
        font-size: 2.2rem
    }

    .WVart ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .WVart ul li {
        width: 47%;
        margin-bottom: 40px
    }

    .WVart ul li:last-of-type {
        margin-bottom: 40px
    }

    .WVart ul li a {
        display: block
    }

    .WVart ul li a figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .WVcrs__item {
        display: block
    }

    .WVcrs__item__boxImg {
        width: 100%;
        margin: 0 auto 30px
    }

    .WVcrs__item__boxTxt {
        width: 100%
    }

    .WVcrs__item ul {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .WVcrs__item .btn {
        text-align: center
    }

    .WVcrs__item .btn a {
        font-size: 1.5rem;
        max-width: 180px
    }

    .WVcrs__item .btn.icon-window a {
        font-size: 1.5rem;
        max-width: 180px
    }

    .WVcrs__item .btn.icon-window a:after {
        width: 15px;
        height: 15px;
        right: 15px
    }

    .WVtable__01 table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .WVtable__01 table th,
    .WVtable__01 table td {
        border-top: none
    }

    .WVtable__01 table th {
        width: 100%
    }

    .WVQA__01 li .Que:before {
        top: 20px
    }

    .WVQA__01 li .Que.open:after {
        top: 45%
    }

    .WVQA__01 li .Ans {
        padding: 0 35px 30px
    }

    .WVlist__02 li {
        margin-right: 15px;
        margin-bottom: 15px
    }

    .WVlist__03 {
        padding: 20px
    }

    .WVlist__03 .media__link {
        text-align: left
    }

    .WVlist__03 ul li {
        text-indent: -1.4em
    }

    .WVDoc__01 {
        padding: 25px 20px 40px
    }

    .WVDoc__01 .media>div {
        margin-right: 0
    }

    .WVDoc__01 .media figure {
        width: 100%
    }

    .WVnav__01 li {
        font-size: 1.4rem
    }

    .WVnav__01 li a {
        padding: 15px 5%
    }

    .WVnav__01-L a {
        padding-left: 20px !important
    }

    .WVnav__01-L a::before {
        width: 15px;
        height: 15px;
        left: 5px
    }

    .WVnav__01-R a {
        padding-right: 20px !important
    }

    .WVnav__01-R a::before {
        width: 15px;
        height: 15px;
        right: 5px
    }

    .WVnav__01-C a {
        width: 130px;
        padding: 25px 2% !important
    }

    .WVpagenav ul {
        z-index: 100001;
        position: absolute;
        width: 100%;
        display: none;
        padding: 10px
    }

    .WVpagenav ul li {
        margin-bottom: 0;
        padding: 10px 0;
        background-image: linear-gradient(to left, #fff 1px, transparent 1px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        background-position: right bottom
    }

    .WVpagenav ul li a {
        padding: 12px 5px;
        font-size: 1.6rem;
        margin: 0
    }

    .WVpagenav__menu {
        display: block;
        background: #0068B7;
        padding: 5px 5px 5px 10px
    }

    .WVpagenav__btn {
        display: block;
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 40px
    }

    .nav-fixed {
        top: 50px
    }

    .WVlink__02 ul {
        padding: 25px 20px 5px
    }

    .WVlink__02 ul li {
        margin-right: 25px;
        margin-bottom: 20px
    }

    .WVlink__02 ul li a {
        font-size: 1.6rem
    }

    .WVbnr__01 {
        padding: 20px
    }

    .WVbnr__01 ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .WVbnr__01 ul li {
        width: 48%;
        margin-right: 0
    }

    .WVdl__01 {
        padding: 50px 0
    }

    .WVdl__01 .cassette-list {
        display: block
    }

    .WVdl__01 .cassette-list li {
        max-width: 280px !important;
        -webkit-box-shadow: 0px 0px 10px -5px #000;
        box-shadow: 0px 0px 10px -5px #000;
        margin-bottom: 20px;
        border-radius: 3px;
        margin: 10px
    }

    .WVdl__01 .cassette-list .category-list li {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0
    }

    .WVdl__01 .btn-dl {
        font-size: 1.5rem
    }

    .WVdl__01 .sec__level2 {
        padding: 0 15px 0.48em
    }

    .WVdl__01 .max1200 {
        padding: 0
    }

    .WVsec__level3 {
        font-size: 2rem
    }

    .WVsec__level4 {
        font-size: 1.8rem
    }

    .btn.icon-window a {
        max-width: 305px;
        font-size: 1.9rem
    }

    .btn-dl {
        max-width: 305px;
        font-size: 1.9rem
    }

    .variable-btn.icon-window a {
        max-width: 305px;
        font-size: 1.9rem
    }

    .WVsec__02 {
        margin-bottom: 80px
    }

    .WVsec__top {
        margin-top: 60px
    }

    .max1000.WVslider {
        padding: 0
    }

    .noSrchbtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }

    .noSrchbtn .btn-dl {
        font-size: 1.3rem
    }

    .p-slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100%;
        margin-left: -0.83333em;
        margin-right: -0.83333em
    }

    .p-slide img {
        max-width: 7873px
    }

    #top .mb-sp-55 {
        margin-bottom: 55px
    }

    #top .mb-sp-60 {
        margin-bottom: 60px
    }

    #top .mb-sp-70 {
        margin-bottom: 70px
    }

    #top .asideCta {
        position: static;
        padding: 30px 20px;
        -webkit-transform: none;
        transform: none
    }

    #top .kv:has(.asideCta) {
        padding: 30px 0 !important
    }

    #top .kv:has(.asideCta) .kv__inner {
        gap: 60px
    }

    #top .kv.WVsec {
        margin-bottom: 20px
    }

    #top .kv__level1 {
        padding: 0
    }

    #top .kv__txt {
        padding: 0
    }

    #top .sec-space01 {
        margin-bottom: 14.67%
    }

    #top .sec-space02 {
        padding-top: 18.67%;
        padding-bottom: 13.33%;
        margin-bottom: 18.67%
    }

    #top .sec-space03 {
        margin-bottom: 14.67%
    }

    #top .sec-space04 {
        margin-bottom: 17.33%
    }

    #top .sec-space05 {
        margin-bottom: 16%
    }

    #top .ctaArea_txt {
        text-align: left
    }

    #top .ctaBtns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .kv {
        min-height: 80px;
        background: url(/common/assets/img/top/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding: 20px 0 !important
    }

    .kv__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .kv__level1 {
        font-size: 2.8rem;
        margin-bottom: 8px;
        text-shadow: 4px 4px 12px #3d7acd
    }

    .kv__txt {
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-shadow: 4px 4px 12px #3d7acd
    }

    .kv__txt-s {
        font-size: 1.4rem;
        text-shadow: 4px 4px 12px #3d7acd
    }

    .kv__event-info {
        margin-bottom: 4.5%
    }

    .event-info {
        max-width: none
    }

    .event-info__level4 {
        font-size: 1.7rem
    }

    .event-info__btn-mini a {
        display: block;
        width: calc((272/315)*100%);
        margin: auto
    }

    .event-info-list__time {
        font-size: 1.3rem
    }

    .event-info-list__ttl {
        font-size: 1.3rem
    }

    .btn-mini a {
        padding: 1em 0px;
        font-size: 1.5rem
    }

    .sec--pd01 {
        padding-bottom: 40px
    }

    .sec-pd {
        padding-top: 18.67%
    }

    .sec-pd--03 {
        padding-top: 13.33%;
        padding-bottom: 16%
    }

    .sec-pd--04 {
        padding-bottom: 17.33%
    }

    .sec-top {
        padding-top: 0
    }

    .sec__level2 {
        font-size: 2.6rem;
        margin-bottom: calc((40 / 345)*100%)
    }

    .sec-slide01 {
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sec-slide01.slick-initialized {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sec-slide01.slick-initialized .sec-slide01__item {
        width: auto
    }

    .sec-slide01__item {
        margin: 0 10px;
        width: 100%
    }

    .sec-slide01__item img {
        width: auto;
        padding: 0
    }

    .sec-slide01__txt {
        font-size: 1.7rem;
        padding: 5px;
        -webkit-transform: translateY(-17px);
        transform: translateY(-17px);
        max-width: 315px
    }

    .sec-slide01 .slick-prev,
    .sec-slide01 .slick-next {
        width: 40px;
        height: 40px
    }

    .sec-slide01 .slick-slide {
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .sec-slide01 .slick-slide:not(.slick-current) {
        opacity: .5
    }

    .sec-tab__item.modifier p {
        padding: 5px;
        height: 100%
    }

    .sec-tab__ttl {
        font-size: 1.2rem
    }

    .sec-tab__inner.active {
        gap: 20px 10px
    }

    .sec-tab__inner-item {
        width: calc((100% - 10px)/2)
    }

    .sec-tab__inner02-item a {
        padding-right: 2.9em
    }

    .sec-tab__inner02 .bottom-link {
        margin-top: 20px;
        padding: 0
    }

    .sec-tab__inner02 .bottom-link a:after {
        right: 0
    }

    .sec-tab__icon-another {
        width: 15px;
        height: 15px
    }

    .sec-tab__ttl {
        padding: 1.7em 0
    }

    .sec-slide02__item {
        width: calc(100% / 15) !important;
        -webkit-transform: none !important;
        transform: none !important;
        max-width: 240px
    }

    .sec-slide02 .slick-current+.slick-slide {
        opacity: .5
    }

    .sec-slide02 .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 10000% !important
    }

    .sec-slide02 .slick-prev,
    .sec-slide02 .slick-next {
        width: 35px;
        height: 100px
    }

    .sec-slide02 .slick-prev::after,
    .sec-slide02 .slick-next::after {
        width: 10px;
        height: 16.22px
    }

    .sec-slide05__item {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-item-align: center;
        align-self: center
    }

    .sec-slide05 .slick-track {
        gap: 25px
    }

    .sec-slide05 .slick-prev,
    .sec-slide05 .slick-next {
        width: 35px;
        height: 100px
    }

    .sec-slide05 .slick-prev::after,
    .sec-slide05 .slick-next::after {
        width: 10px;
        height: 16.22px
    }

    .intro-ttl {
        font-size: 1.6rem
    }

    .sec-news__level2 {
        font-size: 3.4rem;
        margin-bottom: 25px
    }

    .sec-news__level2 span {
        font-size: 1.2rem
    }

    .sec-news__txt {
        width: 100%;
        display: block
    }

    .sec-news__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sec-news__list-item>div {
        margin-bottom: 15px
    }

    .sec-news__list-item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sec-news__list-item time {
        font-size: 1.5rem;
        margin-right: 15px
    }

    .sec-news__list-item .arrow-icon {
        grid-row: 2/3
    }

    .sec-news__list-flex {
        margin-bottom: 15px
    }

    .sec-news__list-main {
        margin-left: 0
    }

    .sec-news__icon {
        margin-right: 0
    }

    .sec-column {
        margin-top: 60px
    }

    .sec-column-box {
        padding: 27px 5.8% 62px
    }

    .sec-column-box__list {
        gap: 15px 2.9%
    }

    .sec-column-box__list-item {
        width: 48%
    }

    .sec-column-box__list-item a .icon {
        font-size: 1.1rem
    }

    .sec-column-box__list-item .zoom-img-wrap {
        margin-bottom: 6px;
        max-width: none;
        max-height: none
    }

    .grid {
        grid-gap: 10px 0px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 105px 105px;
        grid-template-areas: "big""mini""mini02"
    }

    .grid__item--big {
        height: 220px
    }

    .grid__item--big .grid__item-txt p {
        font-size: 2.9rem
    }

    .grid__item--big .grid__item-txt p span {
        font-size: 1.6rem;
        margin-top: 10px
    }

    .grid__item--mini {
        height: 105px
    }

    .grid__item--mini .grid__item-txt p {
        text-align: center
    }

    .grid__item--mini02 {
        height: 105px
    }

    .grid__item--mini02 .grid__item-txt p {
        text-align: center
    }

    .grid__item p {
        padding: 0;
        padding: 0 5px
    }

    .category-list {
        font-size: 1.4rem
    }

    .keyword-list {
        font-size: 1.2rem
    }

    .sec-logo-list {
        margin: 0;
        margin-top: 60px;
        padding: 5.8% 20px 11.59%
    }

    .logo-list__item {
        width: calc((100% - 5px)/2);
        margin-right: 5px;
        margin-bottom: 10px
    }

    .logo-list__item:nth-of-type(2n) {
        margin-right: 0
    }

    .acd-btn {
        font-size: 1.7rem
    }

    .acd__btn {
        margin-top: 25px
    }

    .bottom-link {
        font-size: 1.9rem;
        margin-top: 25px;
        margin-right: 15px
    }

    .btn a {
        max-width: 305px;
        font-size: 1.9rem;
        padding: 16px 35px
    }

    .btn_txt {
        font-size: 1.3rem
    }

    .btn.wide a {
        padding: 1.2em 2em;
        padding-right: 2.2em
    }

    .btn.wide.icon-window a {
        max-width: none
    }

    .btn--02 a {
        max-width: 320px
    }

    .btn--s a {
        max-width: 180px;
        font-size: 1.3rem
    }

    .variable-btn a {
        font-size: 1.9rem
    }

    .variable-btn--size-small a {
        padding-top: 5px;
        padding-bottom: 7px
    }

    .only-sp {
        display: block !important
    }

    .only-pc {
        display: none !important
    }

    .bread {
        margin-top: 2.9%
    }

    .bread li {
        font-size: 1rem
    }

    .cassette-list {
        gap: 30px
    }

    .cassette-list>li {
        width: 100% !important;
        margin-right: 0
    }

    .cassette-list__ttl {
        margin-top: 0
    }

    .cassette-list__txt {
        margin-top: 10px
    }

    .cassette-list .category-list li {
        font-size: 1.3rem
    }

    .pager {
        margin-top: 11.59%
    }

    .sec-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 17.39% 15px
    }

    .sec-detail>div {
        width: 100%;
        padding: 25px 5.8% 40px;
        margin-bottom: 8.7%
    }

    .sec-detail>div:last-of-type {
        margin-bottom: 0
    }

    .sec-detail .btn a {
        font-size: 1.9rem;
        padding: .8em 35px
    }

    .sec-detail .btn a::after {
        right: 17px
    }

    .anchor-list__item {
        font-size: 1.6rem
    }

    .anchor-list__item a {
        width: 100%;
        padding-left: 2.5em;
        padding-bottom: .8em;
        padding-top: .8em
    }

    .anchor-list__item a::before {
        left: 10px
    }

    .anchor-list__ttl {
        max-width: none;
        display: block
    }

    .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .media>div {
        margin-right: 0
    }

    .media__link {
        text-align: center
    }

    .media figure img {
        width: 100%
    }

    .profile {
        padding: 7.25% 5.8% 11.59%
    }

    .profile__level2 {
        font-size: 2rem
    }

    .article-slide {
        padding: 0
    }

    .article__level2 {
        font-size: 2.6rem;
        text-align: center;
        padding-left: 0
    }

    .article__level2::after {
        width: 90px;
        height: 3px;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .article__qanda dt {
        padding-left: 2.5em
    }

    .article__qanda dt::before {
        width: 30px
    }

    .article figure {
        margin-bottom: 30px
    }

    .note {
        text-align: left
    }

    .article-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center
    }

    .article-list .slick-prev,
    .article-list .slick-next {
        width: 35px;
        height: 100px
    }

    .article-list .slick-prev::after,
    .article-list .slick-next::after {
        width: 10px;
        height: 16.22px
    }

    .article-list__item {
        max-width: 300px;
        min-width: 300px;
        width: 100%;
        height: 100%
    }

    .article-list__item a>div {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article-list figure {
        margin: 0;
        max-width: none
    }

    .article-list__txt-box {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-justify-content: start;
        -webkit-justify-content: start;
        padding: 3.57% 6.07% 5.36%
    }

    .article-list__ttl {
        font-size: 1.6rem
    }

    .article-list__txt {
        margin-top: 7px
    }

    .article-list .category-list {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 5px
    }

    .article-list .keyword-list {
        margin-top: 10px
    }
}

@media screen and (max-width: 1199.98px) {
    .l-header {
        display: block;
        padding: 0
    }

    .l-header__inr {
        padding: 1em 15px;
        background: #fff
    }

    .l-header__logo {
        width: 12.5em;
        height: 3.33333em;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        padding: 0;
        padding-top: 2px
    }

    .l-header__logo.-logo02 {
        width: 13em;
        margin-left: 10px;
        height: auto;
        padding-top: 0px
    }

    .l-header__menu {
        top: 0;
        right: 0;
        display: block;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 30px;
        height: 20px;
        background: url(/common/assets/img/top/ico_menu.svg) 0 0 no-repeat;
        background-size: 100%;
        z-index: 10
    }

    .l-header__menu[aria-expanded="true"] {
        width: 1.58333em;
        height: 1.58333em;
        background-position-y: 100%;
        background: url(/common/assets/img/top/ico_menu_off.svg) no-repeat center/100% auto
    }

    .l-header__menubtn {
        display: block;
        position: relative;
        cursor: pointer;
        width: 35px;
        height: 30px;
        border-radius: 5px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .l-header__menubtn span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        left: 5px;
        height: 3px;
        border-radius: 2px;
        background: #0068B7;
        width: 70%
    }

    .l-header__menubtn span:nth-of-type(1) {
        top: 5px
    }

    .l-header__menubtn span:nth-of-type(2) {
        top: 13px
    }

    .l-header__menubtn span:nth-of-type(3) {
        top: 21px
    }

    .l-header__menubtn.active span:nth-of-type(1) {
        top: 6px;
        left: 6px;
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
        width: 70%
    }

    .l-header__menubtn.active span:nth-of-type(2) {
        opacity: 0
    }

    .l-header__menubtn.active span:nth-of-type(3) {
        top: 18px;
        left: 6px;
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        width: 70%
    }

    .nav {
        position: fixed;
        top: 5.83333em;
        left: 0;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        background: #fff;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation: .3s linear forwards;
        animation: .3s linear forwards
    }

    .nav[aria-hidden='true'] {
        -webkit-animation-name: nav-collapsing;
        animation-name: nav-collapsing
    }

    .nav[aria-hidden='true']:not([aria-busy='true']) {
        z-index: -1;
        visibility: hidden
    }

    .nav[aria-hidden='false'] {
        -webkit-animation-name: nav-expanding;
        animation-name: nav-expanding
    }

    .nav__inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav__list {
        display: block;
        padding: 0
    }

    .nav__item {
        padding: 1.25em 0.75em;
        background: #fff;
        display: none
    }

    .nav__item::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        display: inline-block;
        width: 105%;
        height: 1px;
        background: #9fa0a0;
        z-index: 999
    }

    .nav__item a {
        display: block;
        font-size: 1.33333rem;
        text-align: left;
        color: #0068b7;
        background: #fff
    }

    .nav__item a:hover {
        opacity: 1
    }

    .nav__btn:nth-of-type(n+2) {
        margin-left: 0
    }

    .nav__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0.83333em 0;
        display: none
    }

    .nav__btn a {
        width: 20em;
        padding: 1.25em;
        font-size: 1.16667rem;
        font-weight: 600
    }

    .nav__btn a:hover {
        opacity: 1
    }

    .c-arrow-a {
        display: block;
        width: 0.625em;
        height: 0.625em;
        border-right: .15em solid #0068b7;
        border-bottom: .15em solid #0068b7
    }

    .dropnav__item:nth-of-type(n+2) {
        padding-top: 0.83333em
    }

    .dropnav__item a {
        font-size: 1.16667rem;
        color: #231815
    }

    .l-footer__top #page_top {
        right: 0.83333em;
        bottom: 5em
    }

    .page-top {
        right: 0.83333em;
        bottom: 7em
    }

    .megaMenu-pickup {
        display: block
    }

    .megaMenu-solu {
        display: block
    }

    .megaMenu-ex {
        display: block
    }

    .megaMenu-event {
        display: block
    }

    .megaMenu-column {
        display: block
    }

    .megaMenu-about {
        display: block
    }

    .megamenu-pc {
        display: none
    }

    .megamenu-sp {
        display: block
    }

    .megaMenu {
        top: -5px;
        overflow: auto;
        height: 70vh;
        padding: 0 15px
    }

    .megaMenu__head {
        padding: 15px 0 15px
    }

    .megaMenu__head__inner {
        padding: 0
    }

    .megaMenu__cont {
        display: none;
        padding: 0
    }

    .megaMenu__cont__link a {
        padding-left: 15px
    }

    .megaMenu__cont__link a:before {
        left: -3px
    }

    .megaMenu__cat {
        margin-left: 0px
    }

    .megaMenu__cat li a {
        padding: 1em 0em 0.7em
    }

    .megaMenu__txtitem li a {
        padding-right: 15px;
        padding-left: 15px
    }

    .megaMenu__txtitem li a:before {
        left: -3px
    }

    .megaMenu__imgitem li {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .megaMenu__imgitem li .inner {
        display: block
    }

    .megaMenu__imgitem li .inner figure {
        width: 100%
    }

    .megaMenu__imgitem li .inner p {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        font-size: 1.4rem
    }

    .megaMenu__imgitem li .inner p span {
        display: inline;
        padding-right: 0
    }

    .megaMenu__imgitem li .inner p span:before {
        content: none
    }
}

@media screen and (max-width: 1365.98px) {
    .nav__item {
        font-size: 1.14vw
    }
}

@media screen and (max-width: 1024px) {
    .footer__nav {
        padding-bottom: 0
    }

    .footer__inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__info {
        margin-bottom: 22px
    }

    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(0, 104, 183, 0.15);
        padding-top: 28.3px;
        padding-bottom: 26.8px
    }

    .footer__list li {
        padding-left: 17px;
        width: 50%
    }

    .footer__list li::before {
        left: -1px
    }

    .copyright {
        padding: 30px 0
    }

    #privacy .media figure {
        margin-top: 0
    }

    #ex .kv {
        background: url(/common/assets/img/ex/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 5.8%
    }

    #ex .kv-slide__item {
        max-width: 282px;
        margin: 0 10px 30px
    }

    #ex .kv-slide__item a>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #ex .kv-slide figure {
        width: 100%
    }

    #ex .kv-slide__txt-box {
        padding: 5.32%;
        padding-top: 3.55%;
        width: 100%
    }

    #ex .kv-slide__ttl {
        font-size: 1.6rem
    }

    #ex .kv-slide__co {
        font-size: 1.6rem
    }

    #ex .category-list li {
        margin-bottom: 10px
    }

    #ex_article .kv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-top: 30px
    }

    #ex_article .kv__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        height: 100%
    }

    #ex_article .kv__inner>img {
        width: 100%;
        margin: auto
    }

    #ex_article .kv__inner>div {
        width: 100%;
        margin-top: 22px;
        margin-bottom: 30px
    }

    #ex_article .kv__level1 {
        font-size: 2rem;
        text-shadow: none
    }

    #ex_article .kv__name {
        font-size: 1.6rem;
        margin-top: 12px
    }

    #ex_article .kv .variable-btn {
        text-align: center
    }

    #ex_article .kv .variable-btn a {
        font-size: 1.5rem;
        padding-left: 1.3em;
        padding-right: 2.3em;
        padding-top: 1em;
        padding-bottom: 1em
    }

    #ex_article .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #ex_article .media>div {
        margin-right: 0
    }

    #ex_article .media__link {
        text-align: center
    }

    #ex_article .media figure {
        margin-top: 40px
    }

    #ex_article .media .variable-btn {
        text-align: center
    }

    .WVDoc__01 .media__link {
        text-align: center
    }

    .WVDoc__01 .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .WVDoc__01 .media figure img {
        width: 100%
    }

    .sec-slide01 .slick-prev {
        left: 10px
    }

    .sec-slide01 .slick-next {
        right: 10px
    }

    .sec-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cassette-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cassette-list>li {
        width: calc((100% - 45px) / 2)
    }

    .sec-detail__txt {
        margin-top: 5.8%
    }

    .media figure {
        margin-top: 40px
    }

    .media .variable-btn {
        text-align: center
    }

    .article figure img {
        width: 100%
    }
}

@media screen and (min-width: 1199.99px) {
    .megamenu-pc {
        display: block
    }

    .megamenu-sp {
        display: none
    }

    .megaMenu__cont {
        display: block !important
    }
}

@media screen and (max-width: 599.99px) {
    .megaMenu {
        height: 100vh
    }
}

@media screen and (max-width: 768px) {
    .megaMenu__txtitem li {
        width: 50%
    }
}

@media screen and (max-width: 900px) {
    .megaMenu__imgitem {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .megaMenu__imgitem li {
        width: calc(50% - 15px);
        max-width: 170px
    }

    .WVdl__01 .cassette-list li {
        max-width: none
    }
}

@media screen and (max-width: 599px) and (max-width: 599px) {
    #column .kv {
        min-height: auto
    }

    #download .kv {
        min-height: auto
    }
}

@media screen and (max-width: 770px) {
    .WVcnt__09 {
        display: block;
        padding: 30px 20px 35px;
        margin: 0 15px 50px
    }

    .WVcnt__09-L {
        width: 100%
    }

    .WVcnt__09-R {
        width: 100%;
        margin-top: 30px
    }

    .WVcnt__09 .WVttl__01 {
        text-align: center
    }
}

@media screen and (max-width: 1199px) {
    .nav-fixed {
        top: 50px
    }
}

@media screen and (min-width: 599px) and (max-width: 1024px) {
    #top .asideCta {
        position: static;
        padding-right: 1.84vw;
        -webkit-transform: none;
        transform: none
    }

    .logo-list__item {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    #top .kv__inner {
        min-height: 330px
    }

    .grid__item--big {
        grid-area: big;
        grid-row: 1/3
    }
}

@media screen and (max-width: 1300px) {
    .sec-slide02__item {
        width: calc(100% / 25)
    }
}

@media screen and (min-width: 599px) and (max-width: 1024px) {
    .logo-list__item {
        margin-right: 0
    }
}

/*# sourceMappingURL=../../../_soucemaps/common/assets/css/style.css.map */